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