index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/ksm: use vma_lookup() in find_mergeable_vma()
Liam Howlett
2021-06-29
1
-4
/
+2
*
lib/test_hmm: use vma_lookup() in dmirror_migrate()
Liam Howlett
2021-06-29
1
-3
/
+2
*
kernel/events/uprobes: use vma_lookup() in find_active_uprobe()
Liam Howlett
2021-06-29
1
-2
/
+2
*
misc/sgi-gru/grufault: use vma_lookup() in gru_find_vma()
Liam Howlett
2021-06-29
1
-2
/
+2
*
media: videobuf2: use vma_lookup() in get_vaddr_frames()
Liam Howlett
2021-06-29
1
-1
/
+1
*
drm/amdgpu: use vma_lookup() in amdgpu_ttm_tt_get_user_pages()
Liam Howlett
2021-06-29
1
-2
/
+2
*
net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()
Liam Howlett
2021-06-29
1
-2
/
+2
*
vfio: use vma_lookup() instead of find_vma_intersection()
Liam Howlett
2021-06-29
1
-1
/
+1
*
virt/kvm: use vma_lookup() instead of find_vma_intersection()
Liam Howlett
2021-06-29
1
-1
/
+1
*
x86/sgx: use vma_lookup() in sgx_encl_find()
Liam Howlett
2021-06-29
1
-2
/
+2
*
arch/m68k/kernel/sys_m68k: use vma_lookup() in sys_cacheflush()
Liam Howlett
2021-06-29
1
-2
/
+2
*
arch/mips/kernel/traps: use vma_lookup() instead of find_vma()
Liam Howlett
2021-06-29
1
-3
/
+1
*
arch/powerpc/kvm/book3s: use vma_lookup() in kvmppc_hv_setup_htab_rma()
Liam Howlett
2021-06-29
1
-2
/
+2
*
arch/powerpc/kvm/book3s_hv_uvmem: use vma_lookup() instead of find_vma_inters...
Liam Howlett
2021-06-29
1
-1
/
+1
*
arch/arm64/kvm: use vma_lookup() instead of find_vma_intersection()
Liam Howlett
2021-06-29
1
-1
/
+1
*
arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()
Liam Howlett
2021-06-29
1
-4
/
+4
*
drm/i915/selftests: use vma_lookup() in __igt_mmap()
Liam Howlett
2021-06-29
1
-1
/
+1
*
mm: add vma_lookup(), update find_vma_intersection() comments
Liam Howlett
2021-06-29
1
-4
/
+32
*
mm/memory.c: fix comment of finish_mkwrite_fault()
Liu Xiang
2021-06-29
1
-1
/
+1
*
mm/mmap: use find_vma_intersection() in do_mmap() for overlap
Liam Howlett
2021-06-29
1
-3
/
+1
*
mm/mmap: introduce unlock_range() for code cleanup
Liam Howlett
2021-06-29
1
-19
/
+20
*
mm/mmap.c: logic of find_vma_intersection repeated in __do_munmap
Gonzalo Matias Juarez Tello
2021-06-29
1
-7
/
+2
*
mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()
David Hildenbrand
2021-06-29
3
-2
/
+4
*
binfmt: remove in-tree usage of MAP_EXECUTABLE
David Hildenbrand
2021-06-29
5
-15
/
+8
*
perf: MAP_EXECUTABLE does not indicate VM_MAYEXEC
David Hildenbrand
2021-06-29
1
-2
/
+0
*
mm: memcontrol: remove trailing semicolon in macros
Huilong Deng
2021-06-29
1
-1
/
+1
*
loop: charge i/o to mem and blk cg
Dan Schatzberg
2021-06-29
5
-21
/
+51
*
mm: charge active memcg when no mm is set
Dan Schatzberg
2021-06-29
3
-17
/
+30
*
loop: use worker per cgroup instead of kworker
Dan Schatzberg
2021-06-29
2
-34
/
+187
*
memcontrol: use flexible-array member
wenhuizhang
2021-06-29
1
-2
/
+1
*
mm: vmscan: remove noinline_for_stack
Muchun Song
2021-06-29
1
-3
/
+3
*
mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lock
Muchun Song
2021-06-29
1
-1
/
+2
*
mm: memcontrol: simplify the logic of objcg pinning memcg
Muchun Song
2021-06-29
1
-14
/
+6
*
mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvec
Muchun Song
2021-06-29
2
-5
/
+5
*
mm: memcontrol: simplify lruvec_holds_page_lru_lock
Muchun Song
2021-06-29
1
-24
/
+7
*
mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec
Muchun Song
2021-06-29
5
-14
/
+11
*
mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mm
Muchun Song
2021-06-29
1
-11
/
+14
*
mm: memcontrol: fix page charging in page replacement
Muchun Song
2021-06-29
1
-3
/
+5
*
mm: memcontrol: fix root_mem_cgroup charging
Muchun Song
2021-06-29
1
-5
/
+12
*
mm: memcg/slab: disable cache merging for KMALLOC_NORMAL caches
Waiman Long
2021-06-29
1
-0
/
+7
*
mm: memcg/slab: create a new set of kmalloc-cg-<n> caches
Waiman Long
2021-06-29
4
-19
/
+62
*
mm: memcg/slab: properly set up gfp flags for objcg pointer array
Waiman Long
2021-06-29
2
-1
/
+8
*
mm/memcg: optimize user context object stock access
Waiman Long
2021-06-29
1
-28
/
+72
*
mm/memcg: improve refill_obj_stock() performance
Waiman Long
2021-06-29
1
-13
/
+35
*
mm/memcg: cache vmstat data in percpu memcg_stock_pcp
Waiman Long
2021-06-29
1
-3
/
+87
*
mm/memcg: move mod_objcg_state() to memcontrol.c
Waiman Long
2021-06-29
2
-14
/
+15
*
swap: check mapping_empty() for swap cache before being freed
Huang Ying
2021-06-29
1
-1
/
+6
*
mm: free idle swap cache page after COW
Huang Ying
2021-06-29
3
-1
/
+8
*
mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info()
Huang Ying
2021-06-29
1
-9
/
+6
*
mm/swap_slots.c: delete meaningless forward declarations
Miaohe Lin
2021-06-29
1
-2
/
+0
[next]