summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAge
* mm: memcg: do not allow task about to OOM kill to bypass the limitJohannes Weiner2013-12-12
* mm: memcg: fix race condition between memcg teardown and swapinJohannes Weiner2013-12-12
* thp: move preallocated PTE page table on move_huge_pmd()Kirill A. Shutemov2013-12-12
* mm: memcg: do not declare OOM from __GFP_NOFAIL allocationsJohannes Weiner2013-12-12
* security: shmem: implement kernel private shmem inodesEric Paris2013-12-02
* Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2013-11-22
|\
| * mm, slub: fix the typo in mm/slub.cZhi Yong Wu2013-11-11
| * slub: Handle NULL parameter in kmem_cache_flagsChristoph Lameter2013-11-11
| * Merge branch 'slab/struct-page' into slab/nextPekka Enberg2013-11-11
| |\
| | * slab: replace non-existing 'struct freelist *' with 'void *'Joonsoo Kim2013-10-30
| | * slab: fix to calm down kmemleak warningJoonsoo Kim2013-10-30
| | * slab: rename slab_bufctl to slab_freelistJoonsoo Kim2013-10-24
| | * slab: remove useless statement for checking pfmemallocJoonsoo Kim2013-10-24
| | * slab: use struct page for slab managementJoonsoo Kim2013-10-24
| | * slab: replace free and inuse in struct slab with newly introduced activeJoonsoo Kim2013-10-24
| | * slab: remove SLAB_LIMITJoonsoo Kim2013-10-24
| | * slab: remove kmem_bufctl_tJoonsoo Kim2013-10-24
| | * slab: change the management method of free objects of the slabJoonsoo Kim2013-10-24
| | * slab: use __GFP_COMP flag for allocating slab pagesJoonsoo Kim2013-10-24
| | * slab: use well-defined macro, virt_to_slab()Joonsoo Kim2013-10-24
| | * slab: overloading the RCU head over the LRU for RCU freeJoonsoo Kim2013-10-24
| | * slab: remove cachep in struct slab_rcuJoonsoo Kim2013-10-24
| | * slab: remove nodeid in struct slabJoonsoo Kim2013-10-24
| | * slab: remove colouroff in struct slabJoonsoo Kim2013-10-24
| | * slab: change return type of kmem_getpages() to struct pageJoonsoo Kim2013-10-24
| | * slab: correct pfmemalloc checkJoonsoo Kim2013-10-24
| * | slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabledRoman Bobniev2013-10-24
| |/
* | mm, mempolicy: silence gcc warningDavid Rientjes2013-11-21
* | mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli2013-11-21
* | mm: thp: give transparent hugepage code a separate copy_pageDave Hansen2013-11-21
* | Revert "mm: create a separate slab for page->ptl allocation"Linus Torvalds2013-11-20
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-15
|\ \
| * | mm: Fix some trivial typos in commentsXie XiuQi2013-10-18
| * | mm/Kconfig: Grammar s/an/a/Geert Uytterhoeven2013-10-14
* | | kfifo API type safetyStefani Seibold2013-11-15
* | | mm: create a separate slab for page->ptl allocationKirill A. Shutemov2013-11-15
* | | mm: properly separate the bloated ptl from the regular casePeter Zijlstra2013-11-15
* | | mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov2013-11-15
* | | mm: implement split page table lock for PMD levelKirill A. Shutemov2013-11-15
* | | mm: convert the rest to new page table lock apiKirill A. Shutemov2013-11-15
* | | mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov2013-11-15
* | | mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov2013-11-15
* | | mm, thp: move ptl taking inside page_check_address_pmd()Kirill A. Shutemov2013-11-15
* | | mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov2013-11-15
* | | mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2013-11-15
* | | mm: avoid increase sizeof(struct page) due to split page table lockKirill A. Shutemov2013-11-15
* | | mm: drop actor argument of do_generic_file_read()Kirill A. Shutemov2013-11-15
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-14
|\ \ \
| * | | seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz2013-11-06
| * | | Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Ingo Molnar2013-11-06
| |\ \ \