aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-01-10mm: exclude reserved pages from dirtyable memoryJohannes Weiner
2012-01-10vmscan: add task name to warn_scan_unevictable() messagesKOSAKI Motohiro
2012-01-10fadvise: only initiate writeback for specified range with FADV_DONTNEEDShawn Bohrer
2012-01-10slub: min order when debug_guardpage_minorder > 0Stanislaw Gruszka
2012-01-10mm: more intensive memory corruption debuggingStanislaw Gruszka
2012-01-10mm/hugetlb.c: fix virtual address handling in hugetlb faultKAMEZAWA Hiroyuki
2012-01-10hugetlb: clarify hugetlb_instantiation_mutex usageMichal Hocko
2012-01-10hugetlb: detect race upon page allocation failure during COWHillf Danton
2012-01-10mm: avoid livelock on !__GFP_FS allocationsMel Gorman
2012-01-10mm: reduce the amount of work done when updating min_free_kbytesMel Gorman
2012-01-10mm: migrate: one less atomic operationJacobo Giralt
2012-01-10mm-tracepoint: rename page-free eventsKonstantin Khlebnikov
2012-01-10mm: remove unused pagevec_freeKonstantin Khlebnikov
2012-01-10mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov
2012-01-10vmscan: activate executable pages after first usageKonstantin Khlebnikov
2012-01-10vmscan: promote shared file mapped pagesKonstantin Khlebnikov
2012-01-10mm/page-writeback.c: make determine_dirtyable_memory static againJohannes Weiner
2012-01-10slub: disallow changing cpu_partial from userspace for debug cachesDavid Rientjes
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-01-09tracing/mm: Move include of trace/events/kmem.h out of header into slab.cSteven Rostedt
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-07net: fix sock_clone reference mismatch with tcp memcontrolGlauber Costa
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro
2012-01-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-01-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-01-05Merge branch 'devel-stable' into for-linusRussell King
2012-01-04x86: Fix and improve cmpxchg_double{,_local}()Jan Beulich
2012-01-03should_remove_suid(): inode->i_mode is umode_tAl Viro
2012-01-03shmem, ramfs: propagate umode_t, open-coded S_ISREGAl Viro
2012-01-03switch debugfs to umode_tAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03fs: move code out of buffer.cAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-29mm: hugetlb: fix non-atomic enqueue of huge pageHillf Danton
2011-12-29mm/mempolicy.c: refix mbind_range() vma issueKOSAKI Motohiro
2011-12-25Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-22Partial revert "Basic kernel memory functionality for the Memory Controller"Glauber Costa