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: fix memory_failure() handling of dax-namespace metadata
Dan Williams
2021-03-04
2
-0
/
+21
*
mm,thp,shmem: make khugepaged obey tmpfs mount flags
Rik van Riel
2021-03-04
1
-6
/
+16
*
mm/compaction: fix misbehaviors of fast_find_migrateblock()
Wonhyuk Yang
2021-03-04
1
-15
/
+12
*
mm/hugetlb: suppress wrong warning info when alloc gigantic page
Chen Wandun
2021-03-04
1
-2
/
+2
*
mm/hugetlb: fix potential double free in hugetlb_register_node() error path
Miaohe Lin
2021-03-04
1
-1
/
+3
*
mm/memory.c: fix potential pte_unmap_unlock pte error
Miaohe Lin
2021-03-04
1
-3
/
+3
*
mm: memcontrol: fix slub memory accounting
Muchun Song
2021-03-04
2
-6
/
+6
*
mm: memcontrol: fix NR_ANON_THPS accounting in charge moving
Muchun Song
2021-03-04
1
-4
/
+2
*
mm: provide a saner PTE walking API for modules
Paolo Bonzini
2021-02-26
1
-5
/
+36
*
mm: simplify follow_pte{,pmd}
Christoph Hellwig
2021-02-26
1
-30
/
+5
*
mm: unexport follow_pte_pmd
Christoph Hellwig
2021-02-26
1
-1
/
+0
*
Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"
Johannes Weiner
2021-02-13
1
-3
/
+2
*
mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked()
Waiman Long
2021-02-10
1
-0
/
+4
*
mm: thp: fix MADV_REMOVE deadlock on shmem THP
Hugh Dickins
2021-02-10
1
-14
/
+23
*
mm, compaction: move high_pfn to the for loop scope
Rokudo Yan
2021-02-10
1
-1
/
+2
*
mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active
Muchun Song
2021-02-10
1
-2
/
+1
*
mm: hugetlb: fix a race between isolating and freeing page
Muchun Song
2021-02-10
1
-2
/
+2
*
mm: hugetlb: fix a race between freeing and dissolving the page
Muchun Song
2021-02-10
1
-0
/
+39
*
mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
Muchun Song
2021-02-10
1
-1
/
+1
*
memblock: do not start bottom-up allocations with kernel_end
Roman Gushchin
2021-02-10
1
-43
/
+6
*
mm: fix a race on nr_swap_pages
Zhaoyang Huang
2021-01-30
1
-5
/
+6
*
mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepoint
Hailong liu
2021-01-30
1
-15
/
+16
*
Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
Wang Hai
2021-01-30
1
-3
/
+1
*
Revert "mm: fix initialization of struct page for holes in memory layout"
Linus Torvalds
2021-01-27
1
-50
/
+34
*
mm: fix initialization of struct page for holes in memory layout
Mike Rapoport
2021-01-27
1
-34
/
+50
*
kasan: fix incorrect arguments passing in kasan_add_zero_shadow
Lecopzer Chen
2021-01-27
1
-2
/
+1
*
kasan: fix unaligned address is unhandled in kasan_remove_zero_shadow
Lecopzer Chen
2021-01-27
1
-8
/
+12
*
mm: fix numa stats for thp migration
Shakeel Butt
2021-01-27
1
-11
/
+12
*
mm: memcg: fix memcg file_dirty numa stat
Shakeel Butt
2021-01-27
1
-2
/
+2
*
mm: memcg/slab: optimize objcg stock draining
Roman Gushchin
2021-01-27
1
-3
/
+1
*
mm, slub: consider rest of partial list if acquire_slab() fails
Jann Horn
2021-01-19
1
-1
/
+1
*
mm: don't put pinned pages into the swap cache
Linus Torvalds
2021-01-19
1
-0
/
+2
*
mm/process_vm_access.c: include compat.h
Andrew Morton
2021-01-19
1
-0
/
+1
*
mm/hugetlb: fix potential missing huge page size info
Miaohe Lin
2021-01-19
1
-1
/
+1
*
mm/vmalloc.c: fix potential memory leak
Miaohe Lin
2021-01-19
1
-1
/
+3
*
mm: make wait_on_page_writeback() wait for multiple pending writebacks
Linus Torvalds
2021-01-12
1
-1
/
+1
*
mm: memmap defer init doesn't work as expected
Baoquan He
2021-01-06
2
-4
/
+6
*
mm/hugetlb: fix deadlock in hugetlb_cow error path
Mike Kravetz
2021-01-06
1
-1
/
+21
*
z3fold: stricter locking and more careful reclaim
Vitaly Wool
2020-12-30
1
-58
/
+85
*
z3fold: simplify freeing slots
Vitaly Wool
2020-12-30
1
-42
/
+13
*
mm: don't wake kswapd prematurely when watermark boosting is disabled
Johannes Weiner
2020-12-30
1
-6
/
+7
*
hugetlb: fix an error code in hugetlb_reserve_pages()
Dan Carpenter
2020-12-30
1
-0
/
+1
*
mm,memory_failure: always pin the page in madvise_inject_error
Oscar Salvador
2020-12-30
2
-8
/
+7
*
mm/vmalloc.c: fix kasan shadow poisoning size
Vincenzo Frascino
2020-12-30
1
-1
/
+1
*
mm/vmalloc: Fix unlock order in s_stop()
Waiman Long
2020-12-30
1
-2
/
+2
*
mm/rmap: always do TTU_IGNORE_ACCESS
Shakeel Butt
2020-12-30
6
-26
/
+11
*
mm: memcg/slab: fix use after free in obj_cgroup_charge
Muchun Song
2020-12-30
1
-1
/
+3
*
mm: memcg/slab: fix return of child memcg objcg for root memcg
Muchun Song
2020-12-30
1
-0
/
+1
*
mm/gup: combine put_compound_head() and unpin_user_page()
Jason Gunthorpe
2020-12-30
1
-80
/
+23
*
mm/gup: prevent gup_fast from racing with COW during fork
Jason Gunthorpe
2020-12-30
3
-1
/
+31
[next]