index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-30
mm/memory-failure: unnecessary amount of unmapping
Jane Chu
1
-1
/
+1
2021-04-30
mm: page_alloc: ignore init_on_free=1 for debug_pagealloc=1
Sergei Trofimovich
1
-13
/
+17
2021-04-30
mm/page_alloc: inline __rmqueue_pcplist
Jesper Dangaard Brouer
1
-1
/
+2
2021-04-30
mm/page_alloc: optimize code layout for __alloc_pages_bulk
Jesper Dangaard Brouer
1
-3
/
+3
2021-04-30
mm/page_alloc: add an array-based interface to the bulk page allocator
Mel Gorman
1
-16
/
+44
2021-04-30
mm/page_alloc: add a bulk page allocator
Mel Gorman
1
-0
/
+118
2021-04-30
mm/page_alloc: rename alloced to allocated
Mel Gorman
1
-4
/
+4
2021-04-30
mm/page_alloc: duplicate include linux/vmalloc.h
zhouchuangao
1
-2
/
+0
2021-04-30
mm, page_alloc: avoid page_to_pfn() in move_freepages()
Kefeng Wang
1
-15
/
+13
2021-04-30
mm/Kconfig: remove default DISCONTIGMEM_MANUAL
Geert Uytterhoeven
1
-1
/
+0
2021-04-30
mm: page_alloc: dump migrate-failed pages
Minchan Kim
1
-0
/
+22
2021-04-30
mm/mempolicy: fix mpol_misplaced kernel-doc
Matthew Wilcox (Oracle)
1
-7
/
+4
2021-04-30
mm/mempolicy: rewrite alloc_pages_vma documentation
Matthew Wilcox (Oracle)
1
-21
/
+13
2021-04-30
mm/mempolicy: rewrite alloc_pages documentation
Matthew Wilcox (Oracle)
1
-11
/
+10
2021-04-30
mm/mempolicy: rename alloc_pages_current to alloc_pages
Matthew Wilcox (Oracle)
1
-3
/
+3
2021-04-30
mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask
Matthew Wilcox (Oracle)
5
-10
/
+9
2021-04-30
mm/page_alloc: rename gfp_mask to gfp
Matthew Wilcox (Oracle)
1
-9
/
+9
2021-04-30
mm/page_alloc: rename alloc_mask to alloc_gfp
Matthew Wilcox (Oracle)
1
-9
/
+10
2021-04-30
include/linux/page-flags-layout.h: cleanups
Yu Zhao
1
-4
/
+0
2021-04-30
mm: remove lru_add_drain_all in alloc_contig_range
Minchan Kim
1
-2
/
+0
2021-04-30
mm/page_alloc: drop pr_info_ratelimited() in alloc_contig_range()
David Hildenbrand
1
-2
/
+0
2021-04-30
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
1
-5
/
+5
2021-04-30
kasan: record task_work_add() call stack
Walter Wu
1
-1
/
+1
2021-04-30
kasan, mm: integrate slab init_on_free with HW_TAGS
Andrey Konovalov
3
-29
/
+42
2021-04-30
kasan, mm: integrate slab init_on_alloc with HW_TAGS
Andrey Konovalov
4
-37
/
+39
2021-04-30
kasan, mm: integrate page_alloc init with HW_TAGS
Andrey Konovalov
3
-16
/
+37
2021-04-30
kasan: init memory in kasan_(un)poison for HW_TAGS
Andrey Konovalov
5
-32
/
+34
2021-04-30
arm64: kasan: allow to init memory when setting tags
Andrey Konovalov
1
-4
/
+5
2021-04-30
mm, kasan: don't poison boot memory with tag-based modes
Andrey Konovalov
1
-11
/
+34
2021-04-30
kasan: fix kasan_byte_accessible() to be consistent with actual checks
Peter Collingbourne
2
-5
/
+8
2021-04-30
mm/kasan: switch from strlcpy to strscpy
Zhiyuan Dai
1
-1
/
+1
2021-04-30
mm/vmalloc: remove an empty line
Uladzislau Rezki (Sony)
1
-1
/
+0
2021-04-30
mm/vmalloc: refactor the preloading loagic
Uladzislau Rezki (Sony)
1
-33
/
+27
2021-04-30
mm: vmalloc: prevent use after free in _vm_unmap_aliases
Vijayanand Jitta
1
-1
/
+1
2021-04-30
mm/vmalloc: improve allocation failure error messages
Nicholas Piggin
1
-13
/
+27
2021-04-30
mm/vmalloc: remove unmap_kernel_range
Nicholas Piggin
3
-33
/
+43
2021-04-30
mm/vmalloc: remove map_kernel_range
Nicholas Piggin
3
-39
/
+37
2021-04-30
mm/vmalloc: hugepage vmalloc mappings
Nicholas Piggin
2
-48
/
+177
2021-04-30
mm/vmalloc: add vmap_range_noflush variant
Nicholas Piggin
1
-3
/
+13
2021-04-30
mm: move vmap_range from mm/ioremap.c to mm/vmalloc.c
Nicholas Piggin
2
-203
/
+202
2021-04-30
mm: HUGE_VMAP arch support cleanup
Nicholas Piggin
2
-56
/
+42
2021-04-30
mm/ioremap: rename ioremap_*_range to vmap_*_range
Nicholas Piggin
1
-31
/
+33
2021-04-30
mm/vmalloc: rename vmap_*_range vmap_pages_*_range
Nicholas Piggin
1
-8
/
+8
2021-04-30
mm: apply_to_pte_range warn and fail if a large pte is encountered
Nicholas Piggin
1
-17
/
+49
2021-04-30
mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page
Nicholas Piggin
1
-15
/
+26
2021-04-30
mm/vmalloc: use rb_tree instead of list for vread() lookups
Serapheim Dimitropoulos
1
-1
/
+4
2021-04-30
mm: unexport remap_vmalloc_range_partial
Christoph Hellwig
1
-1
/
+0
2021-04-30
mm/sparse: add the missing sparse_buffer_fini() in error branch
Wang Wensheng
1
-0
/
+1
2021-04-30
mm/dmapool: switch from strlcpy to strscpy
Zhiyuan Dai
1
-1
/
+1
2021-04-30
Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"
Brian Geffon
2
-6
/
+2
[next]