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
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-15
25
-107
/
+121
|
\
|
*
mm/swap.c: annotate data races for lru_rotate_pvecs
Qian Cai
2020-08-14
1
-2
/
+3
|
*
mm/rmap: annotate a data race at tlb_flush_batched
Qian Cai
2020-08-14
1
-1
/
+1
|
*
mm/mempool: fix a data race in mempool_free()
Qian Cai
2020-08-14
1
-1
/
+1
|
*
mm/list_lru: fix a data race in list_lru_count_one
Qian Cai
2020-08-14
1
-1
/
+1
|
*
mm/page_counter: fix various data races at memsw
Qian Cai
2020-08-14
1
-6
/
+7
|
*
mm/swapfile: fix and annotate various data races
Qian Cai
2020-08-14
2
-15
/
+20
|
*
mm/filemap.c: fix a data race in filemap_fault()
Kirill A. Shutemov
2020-08-14
1
-7
/
+13
|
*
mm/swap_state: mark various intentional data races
Qian Cai
2020-08-14
1
-2
/
+2
|
*
mm/page_io: mark various intentional data races
Qian Cai
2020-08-14
1
-4
/
+4
|
*
mm/frontswap: mark various intentional data races
Qian Cai
2020-08-14
1
-4
/
+4
|
*
mm/kmemleak: silence KCSAN splats in checksum
Qian Cai
2020-08-14
1
-0
/
+2
|
*
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
2020-08-14
17
-52
/
+50
|
*
mm: add thp_size
Matthew Wilcox (Oracle)
2020-08-14
3
-4
/
+4
|
*
mm: store compound_nr as well as compound_order
Matthew Wilcox (Oracle)
2020-08-14
1
-2
/
+3
|
*
Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp...
Baoquan He
2020-08-14
1
-6
/
+6
*
|
dma-debug: remove debug_dma_assert_idle() function
Linus Torvalds
2020-08-14
1
-2
/
+0
|
/
*
mm: memcontrol: fix warning when allocating the root cgroup
Johannes Weiner
2020-08-13
1
-6
/
+0
*
mm/gup: remove task_struct pointer for all gup code
Peter Xu
2020-08-12
3
-61
/
+44
*
mm: clean up the last pieces of page fault accountings
Peter Xu
2020-08-12
2
-20
/
+10
*
mm: do page fault accounting in handle_mm_fault
Peter Xu
2020-08-12
4
-5
/
+69
*
mm/gup: use a standard migration target allocation callback
Joonsoo Kim
2020-08-12
1
-48
/
+6
*
mm/hugetlb: make hugetlb migration callback CMA aware
Joonsoo Kim
2020-08-12
2
-7
/
+10
*
mm/gup: restrict CMA region by using allocation scope API
Joonsoo Kim
2020-08-12
1
-9
/
+8
*
mm/page_alloc: remove a wrapper for alloc_migration_target()
Joonsoo Kim
2020-08-12
2
-12
/
+6
*
mm/mempolicy: use a standard migration target allocation callback
Joonsoo Kim
2020-08-12
3
-28
/
+12
*
mm/migrate: introduce a standard migration target allocation function
Joonsoo Kim
2020-08-12
5
-18
/
+41
*
mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...
Joonsoo Kim
2020-08-12
1
-0
/
+5
*
mm/hugetlb: unify migration callbacks
Joonsoo Kim
2020-08-12
3
-41
/
+15
*
mm/migrate: move migration helper from .h to .c
Joonsoo Kim
2020-08-12
1
-0
/
+29
*
mm/page_isolation: prefer the node of the source page
Joonsoo Kim
2020-08-12
1
-1
/
+3
*
uaccess: add force_uaccess_{begin,end} helpers
Christoph Hellwig
2020-08-12
1
-12
/
+10
*
mm/zsmalloc.c: fix duplicated words
Randy Dunlap
2020-08-12
1
-1
/
+1
*
mm/zpool.c: delete duplicated word and fix grammar
Randy Dunlap
2020-08-12
1
-4
/
+4
*
mm/vmscan.c: delete or fix duplicated words
Randy Dunlap
2020-08-12
1
-2
/
+2
*
mm/usercopy.c: delete duplicated word
Randy Dunlap
2020-08-12
1
-1
/
+1
*
mm/slab_common.c: delete duplicated word
Randy Dunlap
2020-08-12
1
-1
/
+1
*
mm/shmem.c: delete duplicated word
Randy Dunlap
2020-08-12
1
-1
/
+1
*
mm/page_alloc.c: delete or fix duplicated words
Randy Dunlap
2020-08-12
1
-3
/
+3
*
mm/nommu.c: delete duplicated words
Randy Dunlap
2020-08-12
1
-2
/
+2
*
mm/migrate.c: delete duplicated word
Randy Dunlap
2020-08-12
1
-1
/
+1
*
mm/memory.c: delete duplicated words
Randy Dunlap
2020-08-12
1
-2
/
+2
*
mm/memcontrol.c: delete duplicated words
Randy Dunlap
2020-08-12
1
-1
/
+1
*
mm/hugetlb.c: delete duplicated words
Randy Dunlap
2020-08-12
1
-2
/
+2
*
mm/hmm.c: delete duplicated word
Randy Dunlap
2020-08-12
1
-1
/
+1
*
mm/filemap.c: delete duplicated word
Randy Dunlap
2020-08-12
1
-1
/
+1
*
mm/compaction.c: delete duplicated word
Randy Dunlap
2020-08-12
1
-1
/
+1
*
mm, memory_hotplug: update pcp lists everytime onlining a memory block
Charan Teja Reddy
2020-08-12
1
-2
/
+1
*
mm/memory_hotplug: fix unpaired mem_hotplug_begin/done
Jia He
2020-08-12
1
-3
/
+2
*
mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()
Jia He
2020-08-12
1
-0
/
+10
[next]