index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
events
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
10
-47
/
+51
2021-04-30
powerpc/xive: remove unnecessary unmap_kernel_range
Nicholas Piggin
1
-4
/
+0
2021-04-30
kernel/dma: remove unnecessary unmap_kernel_range
Nicholas Piggin
1
-1
/
+0
2021-04-30
mm/vmalloc: remove map_kernel_range
Nicholas Piggin
5
-51
/
+38
2021-04-30
mm/vmalloc: hugepage vmalloc mappings
Nicholas Piggin
4
-48
/
+209
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
3
-203
/
+205
2021-04-30
mm/vmalloc: provide fallback arch huge vmap support functions
Nicholas Piggin
4
-20
/
+31
2021-04-30
x86: inline huge vmap supported functions
Nicholas Piggin
3
-37
/
+19
2021-04-30
arm64: inline huge vmap supported functions
Nicholas Piggin
2
-29
/
+20
2021-04-30
powerpc: inline huge vmap supported functions
Nicholas Piggin
2
-24
/
+16
2021-04-30
mm: HUGE_VMAP arch support cleanup
Nicholas Piggin
11
-80
/
+87
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
2
-15
/
+29
2021-04-30
ARM: mm: add missing pud_page define to 2-level page tables
Nicholas Piggin
2
-2
/
+3
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
samples/vfio-mdev/mdpy: use remap_vmalloc_range
Christoph Hellwig
1
-3
/
+1
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
selftests: add a MREMAP_DONTUNMAP selftest for shmem
Brian Geffon
1
-0
/
+52
2021-04-30
Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"
Brian Geffon
5
-12
/
+5
2021-04-30
mm: extend MREMAP_DONTUNMAP to non-anonymous mappings
Brian Geffon
1
-2
/
+2
2021-04-30
NUMA balancing: reduce TLB flush via delaying mapping on hint page fault
Huang Ying
1
-22
/
+32
2021-04-30
i915: fix remap_io_sg to verify the pgprot
Christoph Hellwig
1
-50
/
+23
2021-04-30
i915: use io_mapping_map_user
Christoph Hellwig
4
-52
/
+5
2021-04-30
mm: add a io_mapping_map_user helper
Christoph Hellwig
4
-0
/
+36
2021-04-30
mm: add remap_pfn_range_notrack
Christoph Hellwig
2
-20
/
+33
2021-04-30
mm, tracing: improve rss_stat tracepoint message
Ovidiu Panait
1
-2
/
+22
2021-04-30
x86/vmemmap: optimize for consecutive sections in partial populated PMDs
Oscar Salvador
1
-6
/
+61
2021-04-30
x86/vmemmap: handle unpopulated sub-pmd ranges
Oscar Salvador
1
-13
/
+55
2021-04-30
x86/vmemmap: drop handling of 1GB vmemmap ranges
Oscar Salvador
1
-28
/
+7
2021-04-30
x86/vmemmap: drop handling of 4K unaligned vmemmap range
Oscar Salvador
1
-35
/
+13
2021-04-30
mm/interval_tree: add comments to improve code readability
Zhiyuan Dai
1
-1
/
+1
2021-04-30
mm/memory.c: do_numa_page(): delete bool "migrated"
Wang Qing
1
-3
/
+1
2021-04-30
mm: page_counter: mitigate consequences of a page_counter underflow
Johannes Weiner
1
-2
/
+6
2021-04-30
linux/memcontrol.h: remove duplicate struct declaration
Wan Jiabing
1
-2
/
+0
2021-04-30
mm: memcontrol: move PageMemcgKmem to the scope of CONFIG_MEMCG_KMEM
Muchun Song
1
-1
/
+6
2021-04-30
mm: memcontrol: inline __memcg_kmem_{un}charge() into obj_cgroup_{un}charge_p...
Muchun Song
1
-38
/
+25
2021-04-30
mm: memcontrol: use obj_cgroup APIs to charge kmem pages
Muchun Song
2
-81
/
+155
2021-04-30
mm: memcontrol: change ug->dummy_page only if memcg changed
Muchun Song
1
-1
/
+1
2021-04-30
mm: memcontrol: directly access page->memcg_data in mm/page_alloc.c
Muchun Song
1
-2
/
+2
2021-04-30
mm: memcontrol: introduce obj_cgroup_{un}charge_pages
Muchun Song
1
-23
/
+40
2021-04-30
mm: memcontrol: slab: fix obtain a reference to a freeing memcg
Muchun Song
1
-1
/
+9
2021-04-30
memcg: charge before adding to swapcache on swapin
Shakeel Butt
4
-59
/
+100
2021-04-30
kselftests: cgroup: update kmem test for new vmstat implementation
Johannes Weiner
1
-8
/
+14
[next]