index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-25
mm: fix crash when using XFS on loopback
Mikulas Patocka
1
-1
/
+4
2014-01-25
thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once only
Hugh Dickins
1
-3
/
+3
2014-01-09
aio/migratepages: make aio migrate pages sane
Benjamin LaHaise
1
-6
/
+7
2014-01-09
memcg: fix memcg_size() calculation
Vladimir Davydov
1
-1
/
+1
2014-01-09
mm/memory-failure.c: transfer page count from head page to tail page after sp...
Naoya Horiguchi
1
-0
/
+10
2014-01-09
mm: fix use-after-free in sys_remap_file_pages
Rik van Riel
1
-3
/
+5
2014-01-09
mm: munlock: fix deadlock in __munlock_pagevec()
Vlastimil Babka
1
-5
/
+10
2014-01-09
mm: munlock: fix a bug where THP tail page is encountered
Vlastimil Babka
1
-7
/
+22
2014-01-09
mm: page_alloc: revert NUMA aspect of fair allocation policy
Johannes Weiner
1
-10
/
+9
2014-01-09
mm/hugetlb: check for pte NULL pointer in __page_check_address()
Jianguo Wu
1
-0
/
+4
2014-01-09
mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully
Jianguo Wu
1
-4
/
+10
2014-01-09
mm/compaction: respect ignore_skip_hint in update_pageblock_skip
Joonsoo Kim
1
-0
/
+4
2014-01-09
mm/mempolicy: correct putback method for isolate pages if failed
Joonsoo Kim
1
-1
/
+1
2014-01-09
mm: numa: defer TLB flush for THP migration as long as possible
Mel Gorman
2
-7
/
+3
2014-01-09
mm: fix TLB flush race between migration, and change_protection_range
Rik van Riel
3
-2
/
+12
2014-01-09
mm: numa: avoid unnecessary disruption of NUMA hinting during migration
Mel Gorman
2
-6
/
+28
2014-01-09
mm: numa: clear numa hinting information on mprotect
Mel Gorman
2
-0
/
+4
2014-01-09
mm: numa: avoid unnecessary work on the failure path
Mel Gorman
1
-1
/
+3
2014-01-09
mm: numa: ensure anon_vma is locked to prevent parallel THP splits
Mel Gorman
1
-0
/
+7
2014-01-09
mm: numa: do not clear PTE for pte_numa update
Mel Gorman
1
-2
/
+7
2014-01-09
mm: numa: do not clear PMD during PTE update scan
Mel Gorman
1
-2
/
+4
2014-01-09
mm: clear pmd_numa before invalidating
Mel Gorman
1
-0
/
+3
2014-01-09
mm: numa: call MMU notifiers on THP migration
Mel Gorman
1
-8
/
+14
2014-01-09
mm: numa: serialise parallel get_user_page against THP migration
Mel Gorman
2
-15
/
+47
2013-12-20
mm: memcg: fix race condition between memcg teardown and swapin
Johannes Weiner
1
-0
/
+36
2013-12-20
mm: memcg: do not allow task about to OOM kill to bypass the limit
Johannes Weiner
1
-1
/
+1
2013-12-20
mm: memcg: do not declare OOM from __GFP_NOFAIL allocations
Johannes Weiner
1
-0
/
+3
2013-12-08
mm: numa: return the number of base pages altered by protection changes
Mel Gorman
2
-1
/
+7
2013-12-04
mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrently
Weijie Yang
1
-8
/
+14
2013-12-04
mm: ensure get_unmapped_area() returns higher address than mmap_min_addr
Akira Takeuchi
1
-5
/
+5
2013-11-29
slub: Handle NULL parameter in kmem_cache_flags
Christoph Lameter
1
-2
/
+2
2013-11-01
memcg: remove incorrect underflow check
Greg Thelen
1
-1
/
+0
2013-10-31
Merge branch 'akpm' (fixes from Andrew Morton)
Linus Torvalds
1
-29
/
+25
2013-10-31
mm: memcg: fix test for child groups
Johannes Weiner
1
-24
/
+11
2013-10-31
mm: memcg: lockdep annotation for memcg OOM lock
Johannes Weiner
1
-1
/
+10
2013-10-31
mm: memcg: use proper memcg in limit bypass
Johannes Weiner
1
-4
/
+4
2013-10-31
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-63
/
+81
2013-10-30
Merge branch 'akpm' (fixes from Andrew Morton)
Linus Torvalds
2
-2
/
+2
2013-10-30
memcg: use __this_cpu_sub() to dec stats to avoid incorrect subtrahend casting
Greg Thelen
1
-1
/
+1
2013-10-30
mm/pagewalk.c: fix walk_page_range() access of wrong PTEs
Chen LinX
1
-1
/
+1
2013-10-30
mm: list_lru: fix almost infinite loop causing effective livelock
Russell King
1
-1
/
+2
2013-10-29
mm: Account for a THP NUMA hinting update as one PTE update
Mel Gorman
1
-1
/
+1
2013-10-29
mm: Close races between THP migration and PMD numa clearing
Mel Gorman
2
-26
/
+26
2013-10-29
mm: numa: Sanitize task_numa_fault() callsites
Mel Gorman
2
-44
/
+34
2013-10-29
mm: Prevent parallel splits during THP migration
Mel Gorman
1
-14
/
+30
2013-10-29
mm: Wait for THP migrations to complete during NUMA hinting faults
Mel Gorman
1
-7
/
+16
2013-10-29
mm: numa: Do not account for a hinting fault if we raced
Mel Gorman
1
-1
/
+4
2013-10-16
mm: revert mremap pud_free anti-fix
Hugh Dickins
1
-4
/
+1
2013-10-16
mm: fix BUG in __split_huge_page_pmd
Hugh Dickins
1
-1
/
+9
2013-10-16
swap: fix set_blocksize race during swapon/swapoff
Krzysztof Kozlowski
1
-1
/
+3
[next]