index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: add filemap_fdatawait_range_keep_errors()
Ross Zwisler
2019-07-28
1
-0
/
+22
*
mm/oom_kill.c: fix uninitialized oc->constraint
Yafang Shao
2019-07-21
1
-7
/
+5
*
mm/vmscan.c: prevent useless kswapd loops
Shakeel Butt
2019-07-10
1
-12
/
+15
*
swap_readpage(): avoid blk_wake_io_task() if !synchronous
Oleg Nesterov
2019-07-10
1
-5
/
+8
*
mm/mlock.c: change count_mm_mlocked_page_nr return type
swkhack
2019-07-10
1
-2
/
+2
*
mm, swap: fix THP swap out
Huang Ying
2019-07-03
1
-5
/
+2
*
mm/page_idle.c: fix oops because end_pfn is larger than max_pfn
Colin Ian King
2019-07-03
1
-2
/
+2
*
mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHuge
Naoya Horiguchi
2019-07-03
2
-13
/
+21
*
mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails
Naoya Horiguchi
2019-07-03
1
-0
/
+2
*
mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemask
zhong jiang
2019-07-03
1
-1
/
+1
*
coredump: fix race condition between collapse_huge_page() and core dumping
Andrea Arcangeli
2019-06-22
1
-0
/
+3
*
mm: mmu_gather: remove __tlb_reset_range() for force flush
Yang Shi
2019-06-22
1
-5
/
+19
*
mm/vmscan.c: fix trying to reclaim unevictable LRU page
Minchan Kim
2019-06-19
1
-1
/
+1
*
mm/list_lru.c: fix memory leak in __memcg_init_list_lru_node
Shakeel Butt
2019-06-19
1
-1
/
+1
*
percpu: do not search past bitmap when allocating an area
Dennis Zhou
2019-06-15
1
-1
/
+2
*
percpu: remove spurious lock dependency between percpu and sched
John Sperbeck
2019-06-15
1
-1
/
+5
*
mm/slab.c: fix an infinite loop in leaks_show()
Qian Cai
2019-06-15
1
-1
/
+5
*
mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
Yue Hu
2019-06-15
1
-1
/
+1
*
mm: page_mkclean vs MADV_DONTNEED race
Aneesh Kumar K.V
2019-06-15
1
-1
/
+1
*
mm/cma.c: fix the bitmap status to show failed allocation reason
Yue Hu
2019-06-15
1
-8
/
+11
*
mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
Baoquan He
2019-06-15
1
-1
/
+1
*
mm/compaction.c: fix an undefined behaviour
Qian Cai
2019-06-15
1
-1
/
+3
*
mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
Yue Hu
2019-06-15
1
-1
/
+3
*
mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE
Linxu Fang
2019-06-15
1
-2
/
+4
*
mm/memory_hotplug: release memory resource after arch_remove_memory()
David Hildenbrand
2019-06-15
1
-14
/
+21
*
hugetlbfs: on restore reserve error path retain subpool reservation
Mike Kravetz
2019-06-15
1
-5
/
+16
*
mm/hmm: select mmu notifier when selecting HMM
Jérôme Glisse
2019-06-15
1
-1
/
+1
*
mm/mprotect.c: fix compilation warning because of unused 'mm' variable
Mike Rapoport
2019-06-15
1
-3
/
+2
*
mm, compaction: make sure we isolate a valid PFN
Suzuki K Poulose
2019-06-09
1
-1
/
+1
*
kasan: initialize tag to 0xff in __kasan_kmalloc
Nathan Chancellor
2019-06-09
1
-1
/
+1
*
memcg: make it work on sparse non-0-node systems
Jiri Slaby
2019-06-09
1
-5
/
+3
*
x86/mpx, mm/core: Fix recursive munmap() corruption
Dave Hansen
2019-05-25
1
-7
/
+8
*
mm/compaction.c: correct zone boundary handling when isolating pages from a p...
Mel Gorman
2019-05-22
1
-2
/
+2
*
hugetlb: use same fault hash key for shared and private mappings
Mike Kravetz
2019-05-22
2
-18
/
+7
*
mm/hugetlb.c: don't put_page in lock of hugetlb_lock
Kai Shen
2019-05-22
1
-1
/
+2
*
mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...
Dan Williams
2019-05-22
1
-6
/
+10
*
mm/mincore.c: make mincore() more conservative
Jiri Kosina
2019-05-22
1
-1
/
+22
*
mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flag
Andrey Ryabinin
2019-04-26
1
-3
/
+3
*
mm/page_alloc.c: avoid potential NULL pointer dereference
Andrey Ryabinin
2019-04-26
1
-0
/
+3
*
mm, page_alloc: always use a captured page regardless of compaction result
Mel Gorman
2019-04-26
1
-5
/
+0
*
mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory m...
Mel Gorman
2019-04-26
1
-0
/
+13
*
mm/memory_hotplug.c: drop memory device reference after find_memory_block()
David Hildenbrand
2019-04-26
1
-0
/
+1
*
Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-04-19
1
-4
/
+4
|
\
|
*
percpu: stop printing kernel addresses
Matteo Croce
2019-03-18
1
-4
/
+4
*
|
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
2019-04-19
1
-1
/
+6
*
|
mm/kmemleak.c: fix unused-function warning
Arnd Bergmann
2019-04-19
1
-0
/
+2
*
|
mm: fix inactive list balancing between NUMA nodes and cgroups
Johannes Weiner
2019-04-19
1
-20
/
+9
*
|
mm/hotplug: treat CMA pages as unmovable
Qian Cai
2019-04-19
1
-12
/
+18
*
|
mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=n
Konstantin Khlebnikov
2019-04-19
1
-5
/
+0
*
|
mm: swapoff: shmem_unuse() stop eviction without igrab()
Hugh Dickins
2019-04-19
2
-28
/
+23
[next]