index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-throttle.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2021-04-30
mm: memcontrol: consolidate lruvec stat flushing
Johannes Weiner
1
-46
/
+28
2021-04-30
mm: memcontrol: switch to rstat
Johannes Weiner
2
-158
/
+127
2021-04-30
cgroup: rstat: punt root-level optimization to individual controllers
Johannes Weiner
2
-31
/
+47
2021-04-30
cgroup: rstat: support cgroup1
Johannes Weiner
2
-15
/
+21
2021-04-30
mm: memcontrol: privatize memcg_page_state query functions
Johannes Weiner
2
-44
/
+32
2021-04-30
mm: memcontrol: kill mem_cgroup_nodeinfo()
Johannes Weiner
2
-17
/
+12
2021-04-30
mm: memcontrol: fix cpuhotplug statistics flushing
Johannes Weiner
1
-14
/
+21
2021-04-30
memcg: enable memcg oom-kill for __GFP_NOFAIL
Shakeel Butt
1
-3
/
+0
2021-04-30
memcg: cleanup root memcg checks
Shakeel Butt
1
-2
/
+2
2021-04-30
mm: memcontrol: fix kernel stack account
Muchun Song
1
-5
/
+8
2021-04-30
mm/memremap.c: fix improper SPDX comment style
Zhiyuan Dai
1
-1
/
+1
2021-04-30
mm: gup: remove FOLL_SPLIT
Yang Shi
3
-32
/
+2
2021-04-30
RDMA/umem: batch page unpin in __ib_umem_release()
Joao Martins
1
-6
/
+6
2021-04-30
mm/gup: add a range variant of unpin_user_pages_dirty_lock()
Joao Martins
2
-0
/
+64
2021-04-30
mm/gup: decrement head page once for group of subpages
Joao Martins
1
-18
/
+11
[next]