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.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 typos and grammar error in comments
Hyeonggon Yoo
2021-07-01
1
-1
/
+1
|
*
|
|
mm/zsmalloc.c: improve readability for async_free_zspage()
Miaohe Lin
2021-07-01
1
-1
/
+1
|
*
|
|
mm/zsmalloc.c: remove confusing code in obj_free()
Miaohe Lin
2021-07-01
1
-1
/
+0
|
*
|
|
mm/zswap.c: fix two bugs in zswap_writeback_entry()
Miaohe Lin
2021-06-30
1
-10
/
+7
|
*
|
|
mm/zswap.c: avoid unnecessary copy-in at map time
Miaohe Lin
2021-06-30
1
-1
/
+1
|
*
|
|
mm/zswap.c: remove unused function zswap_debugfs_exit()
Miaohe Lin
2021-06-30
1
-7
/
+0
|
*
|
|
mm,memory_hotplug: drop unneeded locking
Oscar Salvador
2021-06-30
1
-15
/
+1
|
*
|
|
mm/memory_hotplug: rate limit page migration warnings
Liam Mark
2021-06-30
1
-5
/
+11
|
*
|
|
mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
David Hildenbrand
2021-06-30
3
-0
/
+127
|
*
|
|
mm: make variable names for populate_vma_page_range() consistent
David Hildenbrand
2021-06-30
1
-1
/
+1
|
*
|
|
mm: generalize ZONE_[DMA|DMA32]
Kefeng Wang
2021-06-30
1
-0
/
+12
|
*
|
|
mm/nommu: unexport do_munmap()
Liam Howlett
2021-06-30
1
-1
/
+0
|
*
|
|
nommu: remove __GFP_HIGHMEM in vmalloc/vzalloc
Chen Li
2021-06-30
1
-2
/
+2
|
*
|
|
mm/thp: fix strncpy warning
Matthew Wilcox (Oracle)
2021-06-30
1
-1
/
+1
|
*
|
|
mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNC
Hugh Dickins
2021-06-30
1
-1
/
+1
|
*
|
|
mm/thp: remap_page() is only needed on anonymous THP
Hugh Dickins
2021-06-30
1
-0
/
+5
|
*
|
|
mm: rmap: make try_to_unmap() void function
Yang Shi
2021-06-30
3
-20
/
+13
|
*
|
|
mm: thp: skip make PMD PROT_NONE if THP migration is not supported
Yang Shi
2021-06-30
1
-0
/
+4
|
*
|
|
mm: migrate: check mapcount for THP instead of refcount
Yang Shi
2021-06-30
1
-12
/
+4
|
*
|
|
mm: migrate: don't split THP for misplaced NUMA page
Yang Shi
2021-06-30
1
-1
/
+3
|
*
|
|
mm: migrate: account THP NUMA migration counters correctly
Yang Shi
2021-06-30
1
-3
/
+4
|
*
|
|
mm: thp: refactor NUMA fault handling
Yang Shi
2021-06-30
3
-263
/
+77
|
*
|
|
mm: memory: make numa_migrate_prep() non-static
Yang Shi
2021-06-30
2
-3
/
+5
|
*
|
|
mm: memory: add orig_pmd to struct vm_fault
Yang Shi
2021-06-30
2
-16
/
+19
|
*
|
|
mm, thp: relax the VM_DENYWRITE constraint on file-backed THPs
Collin Fijalkovich
2021-06-30
1
-1
/
+15
|
*
|
|
mm: migrate: fix missing update page_private to hugetlb_page_subpool
Muchun Song
2021-06-30
1
-1
/
+1
|
*
|
|
memblock: update initialization of reserved pages
Mike Rapoport
2021-06-30
1
-2
/
+26
|
*
|
|
mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policies
Ben Widawsky
2021-06-30
1
-52
/
+44
|
*
|
|
mm: mempolicy: don't have to split pmd for huge zero page
Yang Shi
2021-06-30
1
-4
/
+5
|
*
|
|
mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicy
Feng Tang
2021-06-30
1
-18
/
+30
|
*
|
|
mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy
Feng Tang
2021-06-30
1
-80
/
+56
|
*
|
|
mm/mempolicy: cleanup nodemask intersection check for oom
Feng Tang
2021-06-30
2
-26
/
+10
|
*
|
|
mm/compaction: fix 'limit' in fast_isolate_freepages
Wonhyuk Yang
2021-06-30
1
-3
/
+3
|
*
|
|
mm: compaction: remove duplicate !list_empty(&sublist) check
Liu Xiang
2021-06-30
1
-4
/
+2
|
*
|
|
mm/compaction: use DEVICE_ATTR_WO macro
YueHaibing
2021-06-30
1
-4
/
+4
|
*
|
|
mm/zbud: don't export any zbud API
Miaohe Lin
2021-06-30
2
-114
/
+110
|
*
|
|
mm/zbud: reuse unbuddied[0] as buddied in zbud_pool
Miaohe Lin
2021-06-30
1
-2
/
+8
|
*
|
|
mm/z3fold: use release_z3fold_page_locked() to release locked z3fold page
Miaohe Lin
2021-06-30
1
-1
/
+1
|
*
|
|
mm/z3fold: fix potential memory leak in z3fold_destroy_pool()
Miaohe Lin
2021-06-30
1
-0
/
+1
|
*
|
|
mm/z3fold: remove unused function handle_to_z3fold_header()
Miaohe Lin
2021-06-30
1
-18
/
+4
|
*
|
|
mm/z3fold: remove magic number in z3fold_create_pool()
Miaohe Lin
2021-06-30
1
-1
/
+2
|
*
|
|
mm/z3fold: avoid possible underflow in z3fold_alloc()
Miaohe Lin
2021-06-30
1
-2
/
+5
|
*
|
|
mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKS
Miaohe Lin
2021-06-30
1
-1
/
+1
|
*
|
|
mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...
David Hildenbrand
2021-06-30
1
-0
/
+40
|
*
|
|
mm/kconfig: move HOLES_IN_ZONE into mm
Kefeng Wang
2021-06-30
1
-0
/
+3
|
*
|
|
mm: workingset: define macro WORKINGSET_SHIFT
Miaohe Lin
2021-06-30
1
-4
/
+6
|
*
|
|
mm/vmscan.c: fix potential deadlock in reclaim_pages()
Yu Zhao
2021-06-30
1
-0
/
+15
|
*
|
|
userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()
Axel Rasmussen
2021-06-30
2
-57
/
+18
|
*
|
|
userfaultfd/shmem: support UFFDIO_CONTINUE for shmem
Axel Rasmussen
2021-06-30
1
-45
/
+127
|
*
|
|
userfaultfd/shmem: support minor fault registration for shmem
Axel Rasmussen
2021-06-30
2
-4
/
+16
[prev]
[next]