index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
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]