index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
2019-06-19
mm/vmscan.c: fix trying to reclaim unevictable LRU page
Minchan Kim
2019-06-19
mm/list_lru.c: fix memory leak in __memcg_init_list_lru_node
Shakeel Butt
2019-06-15
percpu: do not search past bitmap when allocating an area
Dennis Zhou
2019-06-15
percpu: remove spurious lock dependency between percpu and sched
John Sperbeck
2019-06-15
mm/slab.c: fix an infinite loop in leaks_show()
Qian Cai
2019-06-15
mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
Yue Hu
2019-06-15
mm: page_mkclean vs MADV_DONTNEED race
Aneesh Kumar K.V
2019-06-15
mm/cma.c: fix the bitmap status to show failed allocation reason
Yue Hu
2019-06-15
mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
Baoquan He
2019-06-15
mm/compaction.c: fix an undefined behaviour
Qian Cai
2019-06-15
mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
Yue Hu
2019-06-15
mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE
Linxu Fang
2019-06-15
mm/memory_hotplug: release memory resource after arch_remove_memory()
David Hildenbrand
2019-06-15
hugetlbfs: on restore reserve error path retain subpool reservation
Mike Kravetz
2019-06-15
mm/hmm: select mmu notifier when selecting HMM
Jérôme Glisse
2019-06-15
mm/mprotect.c: fix compilation warning because of unused 'mm' variable
Mike Rapoport
2019-06-09
mm, compaction: make sure we isolate a valid PFN
Suzuki K Poulose
2019-06-09
kasan: initialize tag to 0xff in __kasan_kmalloc
Nathan Chancellor
2019-06-09
memcg: make it work on sparse non-0-node systems
Jiri Slaby
2019-05-25
x86/mpx, mm/core: Fix recursive munmap() corruption
Dave Hansen
2019-05-22
mm/compaction.c: correct zone boundary handling when isolating pages from a p...
Mel Gorman
2019-05-22
hugetlb: use same fault hash key for shared and private mappings
Mike Kravetz
2019-05-22
mm/hugetlb.c: don't put_page in lock of hugetlb_lock
Kai Shen
2019-05-22
mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...
Dan Williams
2019-05-22
mm/mincore.c: make mincore() more conservative
Jiri Kosina
2019-04-26
mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flag
Andrey Ryabinin
2019-04-26
mm/page_alloc.c: avoid potential NULL pointer dereference
Andrey Ryabinin
2019-04-26
mm, page_alloc: always use a captured page regardless of compaction result
Mel Gorman
2019-04-26
mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory m...
Mel Gorman
2019-04-26
mm/memory_hotplug.c: drop memory device reference after find_memory_block()
David Hildenbrand
2019-04-19
Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-04-19
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
2019-04-19
mm/kmemleak.c: fix unused-function warning
Arnd Bergmann
2019-04-19
mm: fix inactive list balancing between NUMA nodes and cgroups
Johannes Weiner
2019-04-19
mm/hotplug: treat CMA pages as unmovable
Qian Cai
2019-04-19
mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=n
Konstantin Khlebnikov
2019-04-19
mm: swapoff: shmem_unuse() stop eviction without igrab()
Hugh Dickins
2019-04-19
mm: swapoff: take notice of completion sooner
Hugh Dickins
2019-04-19
mm: swapoff: remove too limiting SWAP_UNUSE_MAX_TRIES
Hugh Dickins
2019-04-19
mm: swapoff: shmem_find_swap_entries() filter out other types
Hugh Dickins
2019-04-19
slab: store tagged freelist for off-slab slabmgmt
Qian Cai
2019-04-14
Merge branch 'page-refs' (page ref overflow)
Linus Torvalds
2019-04-14
mm: prevent get_user_pages() from overflowing page refcount
Linus Torvalds
2019-04-07
slab: fix a crash by reading /proc/slab_allocators
Qian Cai
2019-04-05
mm/util.c: fix strndup_user() comment
Andrew Morton
2019-04-05
mm: writeback: use exact memcg dirty counts
Greg Thelen
2019-04-05
mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd()
Aneesh Kumar K.V
2019-04-05
kmemleak: powerpc: skip scanning holes in the .bss section
Catalin Marinas
2019-04-04
mm/compaction.c: abort search if isolation fails
Qian Cai
2019-04-04
mm/compaction.c: correct zone boundary handling when resetting pageblock skip...
Mel Gorman
[next]