aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAge
* cgroup: remove stray references to css_idHugh Dickins2014-01-13
* cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2013-12-05
* hugetlb_cgroup: convert away from cftype->read()Tejun Heo2013-12-05
* memcg: convert away from cftype->read() and ->read_map()Tejun Heo2013-12-05
* cgroup: Merge branch 'memcg_event' into for-3.14Tejun Heo2013-11-22
|\
| * memcg: rename cgroup_event to mem_cgroup_eventTejun Heo2013-11-22
| * memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_stateTejun Heo2013-11-22
| * memcg: remove cgroup_event->cftTejun Heo2013-11-22
| * cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcgTejun Heo2013-11-22
| * memcg: cgroup_write_event_control() now knows @css is for memcgTejun Heo2013-11-22
| * cgroup, memcg: move cgroup_event implementation to memcgTejun Heo2013-11-22
* | 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-14
* | | | mm: create a separate slab for page->ptl allocationKirill A. Shutemov2013-11-14
* | | | mm: properly separate the bloated ptl from the regular casePeter Zijlstra2013-11-14
* | | | mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov2013-11-14
* | | | mm: implement split page table lock for PMD levelKirill A. Shutemov2013-11-14
* | | | mm: convert the rest to new page table lock apiKirill A. Shutemov2013-11-14
* | | | mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov2013-11-14
* | | | mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov2013-11-14
* | | | mm, thp: move ptl taking inside page_check_address_pmd()Kirill A. Shutemov2013-11-14
* | | | mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov2013-11-14