summary refs log tree commit diff
AgeCommit message (Expand)Author
2021-06-29mm/page_alloc: add an alloc_pages_bulk_array_node() helperUladzislau Rezki (Sony)
2021-06-29mm, tracing: unify PFN format stringsVincent Whitchurch
2021-06-29mm/dmapool: use DEVICE_ATTR_RO macroYueHaibing
2021-06-29h8300: remove unused variableSouptick Joarder
2021-06-29mm: update legacy flush_tlb_* to use vmaChen Li
2021-06-29mm/mempolicy: use vma_lookup() in __access_remote_vm()Liam Howlett
2021-06-29mm/memory.c: use vma_lookup() in __access_remote_vm()Liam Howlett
2021-06-29mm/mremap: use vma_lookup() in vma_to_resize()Liam Howlett
2021-06-29mm/migrate: use vma_lookup() in do_pages_stat_array()Liam Howlett
2021-06-29mm/ksm: use vma_lookup() in find_mergeable_vma()Liam Howlett
2021-06-29lib/test_hmm: use vma_lookup() in dmirror_migrate()Liam Howlett
2021-06-29kernel/events/uprobes: use vma_lookup() in find_active_uprobe()Liam Howlett
2021-06-29misc/sgi-gru/grufault: use vma_lookup() in gru_find_vma()Liam Howlett
2021-06-29media: videobuf2: use vma_lookup() in get_vaddr_frames()Liam Howlett
2021-06-29drm/amdgpu: use vma_lookup() in amdgpu_ttm_tt_get_user_pages()Liam Howlett
2021-06-29net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()Liam Howlett
2021-06-29vfio: use vma_lookup() instead of find_vma_intersection()Liam Howlett
2021-06-29virt/kvm: use vma_lookup() instead of find_vma_intersection()Liam Howlett
2021-06-29x86/sgx: use vma_lookup() in sgx_encl_find()Liam Howlett
2021-06-29arch/m68k/kernel/sys_m68k: use vma_lookup() in sys_cacheflush()Liam Howlett
2021-06-29arch/mips/kernel/traps: use vma_lookup() instead of find_vma()Liam Howlett
2021-06-29arch/powerpc/kvm/book3s: use vma_lookup() in kvmppc_hv_setup_htab_rma()Liam Howlett
2021-06-29arch/powerpc/kvm/book3s_hv_uvmem: use vma_lookup() instead of find_vma_inters...Liam Howlett
2021-06-29arch/arm64/kvm: use vma_lookup() instead of find_vma_intersection()Liam Howlett
2021-06-29arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()Liam Howlett
2021-06-29drm/i915/selftests: use vma_lookup() in __igt_mmap()Liam Howlett
2021-06-29mm: add vma_lookup(), update find_vma_intersection() commentsLiam Howlett
2021-06-29mm/memory.c: fix comment of finish_mkwrite_fault()Liu Xiang
2021-06-29mm/mmap: use find_vma_intersection() in do_mmap() for overlapLiam Howlett
2021-06-29mm/mmap: introduce unlock_range() for code cleanupLiam Howlett
2021-06-29mm/mmap.c: logic of find_vma_intersection repeated in __do_munmapGonzalo Matias Juarez Tello
2021-06-29mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()David Hildenbrand
2021-06-29binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand
2021-06-29perf: MAP_EXECUTABLE does not indicate VM_MAYEXECDavid Hildenbrand
2021-06-29mm: memcontrol: remove trailing semicolon in macrosHuilong Deng
2021-06-29loop: charge i/o to mem and blk cgDan Schatzberg
2021-06-29mm: charge active memcg when no mm is setDan Schatzberg
2021-06-29loop: use worker per cgroup instead of kworkerDan Schatzberg
2021-06-29memcontrol: use flexible-array memberwenhuizhang
2021-06-29mm: vmscan: remove noinline_for_stackMuchun Song
2021-06-29mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lockMuchun Song
2021-06-29mm: memcontrol: simplify the logic of objcg pinning memcgMuchun Song
2021-06-29mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvecMuchun Song
2021-06-29mm: memcontrol: simplify lruvec_holds_page_lru_lockMuchun Song
2021-06-29mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song
2021-06-29mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mmMuchun Song
2021-06-29mm: memcontrol: fix page charging in page replacementMuchun Song
2021-06-29mm: memcontrol: fix root_mem_cgroup chargingMuchun Song
2021-06-29mm: memcg/slab: disable cache merging for KMALLOC_NORMAL cachesWaiman Long
2021-06-29mm: memcg/slab: create a new set of kmalloc-cg-<n> cachesWaiman Long