aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2012-01-23mm: cleancache: s/flush/invalidate/Gravatar Dan Magenheimer 3-15/+16
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 6-14/+12
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-29/+29
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-2/+2
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZGravatar Al Viro 6-11/+10
2012-01-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Gravatar Linus Torvalds 1-2/+27
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-3/+97
2012-01-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Gravatar Greg Kroah-Hartman 3-29/+29
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-880/+640
2012-01-05Merge branch 'devel-stable' into for-linusGravatar Russell King 1-2/+27
2012-01-04x86: Fix and improve cmpxchg_double{,_local}()Gravatar Jan Beulich 1-2/+2
2012-01-03should_remove_suid(): inode->i_mode is umode_tGravatar Al Viro 1-1/+1
2012-01-03shmem, ramfs: propagate umode_t, open-coded S_ISREGGravatar Al Viro 1-3/+3
2012-01-03switch debugfs to umode_tGravatar Al Viro 2-2/+2
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2012-01-03fs: move code out of buffer.cGravatar Al Viro 2-2/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+11
2011-12-29mm: hugetlb: fix non-atomic enqueue of huge pageGravatar Hillf Danton 1-1/+1
2011-12-29mm/mempolicy.c: refix mbind_range() vma issueGravatar KOSAKI Motohiro 1-1/+10
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 11-45/+70
2011-12-22Partial revert "Basic kernel memory functionality for the Memory Controller"Gravatar Glauber Costa 1-87/+6
2011-12-21vfs: __read_cache_page should use gfp argument rather than GFP_KERNELGravatar Dave Kleikamp 1-5/+2
2011-12-21convert 'memory' sysdev_class to a regular subsystemGravatar Kay Sievers 3-29/+29
2011-12-20mm/vmalloc.c: remove static declaration of va from __get_vm_area_nodeGravatar Kautuk Consul 1-1/+1
2011-12-20oom: fix integer overflow of points in oom_badnessGravatar Frantisek Hrbata 1-1/+1
2011-12-20memcg: keep root group unchanged if creation failsGravatar Hillf Danton 1-2/+1
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Gravatar Ingo Molnar 4-880/+640
2011-12-15percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addressesGravatar Eugene Surovegin 1-2/+4
2011-12-13Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-6/+32
2011-12-12tcp memory pressure controlsGravatar Glauber Costa 1-1/+39
2011-12-12socket: initial cgroup code.Gravatar Glauber Costa 1-2/+44
2011-12-12Basic kernel memory functionality for the Memory ControllerGravatar Glauber Costa 1-5/+100
2011-12-09mm: vmalloc: check for page allocation failure before vmlist insertionGravatar Mel Gorman 1-0/+2
2011-12-09mm: Ensure that pfn_valid() is called once per pageblock when reserving pageb...Gravatar Michal Hocko 1-1/+7
2011-12-09mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pagesGravatar Hillf Danton 1-1/+1
2011-12-09thp: set compound tail page _count to zeroGravatar Youquan Song 2-1/+2
2011-12-09thp: reduce khugepaged freezing latencyGravatar Andrea Arcangeli 1-12/+4
2011-12-09vmscan: use atomic-long for shrinker batchingGravatar Konstantin Khlebnikov 1-10/+7
2011-12-09vmscan: fix initial shrinker size handlingGravatar Konstantin Khlebnikov 1-3/+6
2011-12-08memblock: Reimplement memblock allocation using reverse free area iteratorGravatar Tejun Heo 1-146/+127
2011-12-08memblock: Kill early_node_map[]Gravatar Tejun Heo 2-242/+19
2011-12-08memblock: Implement memblock_add_node()Gravatar Tejun Heo 1-7/+13
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersGravatar Tejun Heo 1-3/+2
2011-12-08memblock: Track total size of regions automaticallyGravatar Tejun Heo 1-14/+13
2011-12-08memblock: Reimplement memblock_enforce_memory_limit() using __memblock_remove()Gravatar Tejun Heo 1-29/+13
2011-12-08memblock: Make memblock functions handle overflowing range @sizeGravatar Tejun Heo 1-3/+12