summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/uprobes.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-22mm/page_alloc: don't pass pfn to free_unref_page_commit()Nicolas Saenz Julienne1-11/+6
2022-03-22mm/mmzone.h: remove unused macrosMiaohe Lin1-7/+0
2022-03-22mm/mmzone.c: use try_cmpxchg() in page_cpupid_xchg_last()Peter Collingbourne1-3/+4
2022-03-22mm: page_alloc: avoid merging non-fallbackable pageblocks with othersZi Yan2-23/+32
2022-03-22mm/vmalloc: fix comments about vmap_area structBang Li1-2/+2
2022-03-22mm/vmalloc.c: fix "unused function" warningJiapeng Chong1-11/+11
2022-03-22mm/vmalloc: eliminate an extra orig_gfp_maskUladzislau Rezki (Sony)1-6/+5
2022-03-22mm/vmalloc: add adjust_search_size parameterUladzislau Rezki1-9/+28
2022-03-22mm/vmalloc: Move draining areas out of caller contextUladzislau Rezki (Sony)1-13/+17
2022-03-22mm/vmalloc: remove unneeded function forward declarationMiaohe Lin1-1/+0
2022-03-22mm/sparse: make mminit_validate_memmodel_limits() staticMiaohe Lin2-12/+1
2022-03-22mm/mremap:: use vma_lookup() instead of find_vma()Miaohe Lin1-2/+2
2022-03-22mm/mmap: remove obsolete comment in ksys_mmap_pgoffMiaohe Lin1-2/+0
2022-03-22mm: _install_special_mapping() apply VM_LOCKED_CLEAR_MASKHugh Dickins1-0/+1
2022-03-22mm/memory.c: use helper macro min and max in unmap_mapping_range_tree()Miaohe Lin1-6/+2
2022-03-22mm/memory.c: use helper function range_in_vma()Miaohe Lin1-1/+1
2022-03-22mm/mmap: return 1 from stack_guard_gap __setup() handlerRandy Dunlap1-1/+1
2022-03-22mm: rework swap handling of zap_pte_rangePeter Xu1-15/+6
2022-03-22mm: change zap_details.zap_mapping into even_cowsPeter Xu1-9/+7
2022-03-22mm: rename zap_skip_check_mapping() to should_zap_page()Peter Xu1-9/+8
2022-03-22mm: don't skip swap entry even if zap_details specifiedPeter Xu1-9/+31
2022-03-22mm: replace multiple dcache flush with flush_dcache_folio()Muchun Song1-6/+2
2022-03-22mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...Muchun Song1-0/+3
2022-03-22mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()Muchun Song1-1/+3
2022-03-22mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()Muchun Song1-1/+2
2022-03-22mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()Muchun Song1-0/+2
2022-03-22mm: fix missing cache flush for all tail pages of compound pageMuchun Song1-2/+5
2022-03-22mm: thp: fix wrong cache flush in remove_migration_pmd()Muchun Song1-1/+2
2022-03-22mm: remove mmu_gathers storage from remaining architecturesStafford Horne3-5/+0
2022-03-22mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual6-6/+6
2022-03-22selftests, x86: fix how check_cc.sh is being invokedGuillaume Tucker2-6/+6
2022-03-22memcg: enable accounting for tty-related objectsVasily Averin1-1/+1
2022-03-22mm: memcontrol: rename memcg_cache_id to memcg_kmem_idMuchun Song2-6/+6
2022-03-22mm: list_lru: rename list_lru_per_memcg to list_lru_memcgMuchun Song2-10/+10
2022-03-22mm: memcontrol: fix cannot alloc the maximum memcg IDMuchun Song1-2/+1
2022-03-22mm: memcontrol: reuse memory cgroup ID for kmem IDMuchun Song1-36/+3
2022-03-22mm: list_lru: replace linear array with xarrayMuchun Song4-243/+73
2022-03-22mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrusMuchun Song3-16/+16
2022-03-22mm: list_lru: allocate list_lru_one only when neededMuchun Song3-57/+77
2022-03-22mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()Muchun Song1-21/+16
2022-03-22xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song4-8/+18
2022-03-22mm: dcache: use kmem_cache_alloc_lru() to allocate dentryMuchun Song1-1/+2
2022-03-22f2fs: allocate inode by using alloc_inode_sb()Muchun Song1-2/+6
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song57-57/+57
2022-03-22fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song3-1/+18
2022-03-22mm: introduce kmem_cache_alloc_lruMuchun Song9-53/+198
2022-03-22mm: list_lru: transpose the array of per-node per-memcg lru listsMuchun Song2-137/+86
2022-03-22mm/memcg: disable migration instead of preemption in drain_all_stock().Sebastian Andrzej Siewior1-2/+3
2022-03-22mm/memcg: protect memcg_stock with a local_lock_tSebastian Andrzej Siewior1-21/+38
2022-03-22mm/memcg: opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj...Johannes Weiner1-6/+18