summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf_fdpic.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-27mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pagesMiaohe Lin2-7/+4
2022-09-27mm, hwpoison: use __PageMovable() to detect non-lru movable pagesMiaohe Lin1-7/+9
2022-09-27mm, hwpoison: use ClearPageHWPoison() in memory_failure()Miaohe Lin1-1/+1
2022-09-27mm: MADV_COLLAPSE: refetch vm_end after reacquiring mmap_lockYang Shi1-0/+2
2022-09-26x86/uaccess: avoid check_object_size() in copy_from_user_nmi()Kees Cook1-1/+1
2022-09-26mm/page_isolation: fix isolate_single_pageblock() isolation behaviorZi Yan1-11/+14
2022-09-26mm,hwpoison: check mm when killing accessing processShuai Xue1-0/+3
2022-09-26mm/hugetlb: correct demote page offset logicDoug Berger1-6/+8
2022-09-26mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi1-0/+12
2022-09-26mm: bring back update_mmu_cache() to finish_fault()Sergei Antonov1-4/+10
2022-09-26frontswap: don't call ->init if no ops are registeredChristoph Hellwig1-0/+3
2022-09-26mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi1-4/+2
2022-09-26mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim1-2/+5
2022-09-26powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flushYang Shi1-9/+0
2022-09-26mm: gup: fix the fast GUP race against THP collapseYang Shi2-10/+34
2022-09-12mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand6-12/+85
2022-09-12mm/mremap_pages: save a few cycles in get_dev_pagemap()Christophe JAILLET1-1/+1
2022-09-12mm: remove BUG_ON() in __isolate_free_page()Kefeng Wang1-11/+3
2022-09-12mm/kmemleak: make create_object return voidLiu Shixin1-12/+9
2022-09-12selftest: vm: remove deleted local_config.* from .gitignoreTarun Sahu1-1/+0
2022-09-12hugetlb: make hugetlb depends on SYSFS or SYSCTLMiaohe Lin1-0/+1
2022-09-12hugetlb: remove meaningless BUG_ON(huge_pte_none())Miaohe Lin1-1/+0
2022-09-12hugetlb: add comment for subtle SetHPageVmemmapOptimized()Miaohe Lin1-0/+4
2022-09-12hugetlb: kill hugetlbfs_pagecache_page()Miaohe Lin1-14/+1
2022-09-12hugetlb: pass NULL to kobj_to_hstate() if nid is unusedMiaohe Lin1-4/+2
2022-09-12hugetlb: use helper {huge_pte|pmd}_lock()Miaohe Lin1-2/+1
2022-09-12hugetlb: use sizeof() to get the array sizeMiaohe Lin1-2/+2
2022-09-12hugetlb: use LIST_HEAD() to define a list headMiaohe Lin1-5/+2
2022-09-12hugetlb: Use helper macro SZ_1KMiaohe Lin1-1/+1
2022-09-12hugetlb: make hugetlb_cma_check() staticMiaohe Lin2-5/+9
2022-09-12fs/buffer: remove bh_submit_read() helperZhang Yi2-26/+0
2022-09-12ext2: replace bh_submit_read() helper with bh_read()Zhang Yi1-3/+4
2022-09-12fs/buffer: remove ll_rw_block() helperZhang Yi2-60/+4
2022-09-12ufs: replace ll_rw_block()Zhang Yi1-8/+4
2022-09-12udf: replace ll_rw_block()Zhang Yi3-9/+3
2022-09-12reiserfs: replace ll_rw_block()Zhang Yi3-10/+9
2022-09-12ocfs2: replace ll_rw_block()Zhang Yi2-4/+2
2022-09-12ntfs3: replace ll_rw_block()Zhang Yi1-5/+2
2022-09-12jbd2: replace ll_rw_block()Zhang Yi2-15/+16
2022-09-12isofs: replace ll_rw_block()Zhang Yi1-1/+1
2022-09-12gfs2: replace ll_rw_block()Zhang Yi2-11/+4
2022-09-12fs/buffer: replace ll_rw_block()Zhang Yi1-7/+5
2022-09-12fs/buffer: add some new buffer read helpersZhang Yi2-0/+103
2022-09-12fs/buffer: remove __breadahead_gfp()Zhang Yi2-19/+0
2022-09-12mm/vmalloc: extend find_vmap_lowest_match_check with extra argumentsSong Liu1-6/+7
2022-09-12mm/migrate_device.c: fix a misleading and outdated commentAlistair Popple1-3/+10
2022-09-12mm/page_alloc.c: delete a redundant parameter of rmqueue_pcplistzezuo1-3/+2
2022-09-12mm/damon: get the hotness from damon_hot_score() in damon_pageout_score()Kaixu Xia1-40/+6
2022-09-12mm/thp: remove redundant CONFIG_TRANSPARENT_HUGEPAGELiu Shixin1-2/+1
2022-09-12mm/thp: simplify has_transparent_hugepage by using IS_BUILTINLiu Shixin1-5/+1