summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2013-11-11mm, slub: fix the typo in mm/slub.cZhi Yong Wu1-3/+3
2013-11-11slub: Handle NULL parameter in kmem_cache_flagsChristoph Lameter1-2/+2
2013-11-11Merge branch 'slab/struct-page' into slab/nextPekka Enberg1-354/+217
2013-10-30slab: replace non-existing 'struct freelist *' with 'void *'Joonsoo Kim1-5/+5
2013-10-30slab: fix to calm down kmemleak warningJoonsoo Kim1-8/+0
2013-10-24slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabledRoman Bobniev1-4/+31
2013-10-24slab: rename slab_bufctl to slab_freelistJoonsoo Kim1-6/+6
2013-10-24slab: remove useless statement for checking pfmemallocJoonsoo Kim1-6/+3
2013-10-24slab: use struct page for slab managementJoonsoo Kim1-163/+143
2013-10-24slab: replace free and inuse in struct slab with newly introduced activeJoonsoo Kim1-29/+25
2013-10-24slab: remove SLAB_LIMITJoonsoo Kim1-7/+0
2013-10-24slab: remove kmem_bufctl_tJoonsoo Kim1-31/+11
2013-10-24slab: change the management method of free objects of the slabJoonsoo Kim1-64/+30
2013-10-24slab: use __GFP_COMP flag for allocating slab pagesJoonsoo Kim1-34/+9
2013-10-24slab: use well-defined macro, virt_to_slab()Joonsoo Kim1-5/+2
2013-10-24slab: overloading the RCU head over the LRU for RCU freeJoonsoo Kim1-38/+30
2013-10-24slab: remove cachep in struct slab_rcuJoonsoo Kim1-3/+1
2013-10-24slab: remove nodeid in struct slabJoonsoo Kim1-7/+4
2013-10-24slab: remove colouroff in struct slabJoonsoo Kim1-2/+0
2013-10-24slab: change return type of kmem_getpages() to struct pageJoonsoo Kim1-30/+30
2013-10-24slab: correct pfmemalloc checkJoonsoo Kim1-3/+5
2013-08-28memcg: check that kmem_cache has memcg_params before accessing itAndrey Vagin1-0/+2
2013-08-27mm: move_ptes -- Set soft dirty bit depending on pte typeCyrill Gorcunov1-1/+20
2013-08-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+1
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro1-7/+1
2013-08-23memcg: get rid of swapaccount leftoversMichal Hocko1-1/+0
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds3-18/+24
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov3-8/+22
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov3-3/+24
2013-08-13memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin1-2/+2
2013-08-08Revert "slub: do not put a slab to cpu partial list when cpu_partial is 0"Linus Torvalds1-3/+0
2013-08-04tmpfs: fix SEEK_DATA/SEEK_HOLE regressionHugh Dickins1-1/+2
2013-07-31vmpressure: make sure there are no events queued after memcg is offlinedMichal Hocko2-0/+17
2013-07-31vmpressure: do not check for pending work to prevent from new workMichal Hocko1-1/+1
2013-07-31vmpressure: change vmpressure::sr_lock to spinlockMichal Hocko1-5/+5
2013-07-31mm: zbud: fix condition check on allocation sizeHeesub Shin1-1/+1
2013-07-31thp, mm: avoid PageUnevictable on active/inactive lru listsKirill A. Shutemov2-19/+5
2013-07-31mm/swap.c: clear PageActive before adding pages onto unevictable listNaoya Horiguchi1-7/+2
2013-07-31mm: mempolicy: fix mbind_range() && vma_adjust() interactionOleg Nesterov2-2/+6
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2013-07-16sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman1-2/+0
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker5-13/+13
2013-07-14Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-46/+68
2013-07-14slub: Check for page NULL before doing the node_match checkSteven Rostedt1-1/+1
2013-07-10mm: remove free_area_cacheMichel Lespinasse3-33/+0
2013-07-10zswap: add to mm/Seth Jennings3-0/+964
2013-07-10zbud: add to mm/Seth Jennings3-0/+538
2013-07-09ipc/shmc.c: eliminate ugly 80-col tricksAndrew Morton1-2/+2
2013-07-09mm/memory_hotplug.c: fix return value of online_pages()Toshi Kani1-3/+3
2013-07-09mm: honor min_free_kbytes set by userMichal Hocko1-7/+17