aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-11buffer: use try_cmpxchg in discard_bufferUros Bizjak1-9/+5
2022-09-11epoll: use try_cmpxchg in list_add_tail_locklessUros Bizjak1-1/+1
2022-09-11ia64: fix clock_getres(CLOCK_MONOTONIC) to report ITC frequencySergei Trofimovich2-1/+27
2022-09-11fs/qnx6: delete unnecessary checks before brelse()Minghao Chi1-4/+2
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang33-118/+7
2022-09-11proc: save LOC in vsyscall testBrian Foster1-40/+16
2022-09-11llist: use try_cmpxchg in llist_add_batch and llist_del_firstUros Bizjak1-8/+4
2022-09-11panic, kexec: make __crash_kexec() NMI safeValentin Schneider4-20/+30
2022-09-11kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider3-6/+15
2022-09-11lib/cmdline: avoid page fault in next_argNeel Natu1-1/+1
2022-09-11checkpatch: add kmap and kmap_atomic to the deprecated listIra Weiny1-0/+2
2022-09-11fs/isofs: replace kmap() with kmap_local_page()Fabio M. De Francesco1-10/+10
2022-09-11treewide: defconfig: address renamed CONFIG_DEBUG_INFO=yArnd Bergmann38-38/+38
2022-09-11ipc/util.c: cleanup and improve sysvipc_find_ipc()Manfred Spraul1-21/+32
2022-09-11scripts/decodecode: improve faulting line determinationBorislav Petkov1-15/+105
2022-09-11hfsplus: convert kmap() to kmap_local_page() in btree.cFabio M. De Francesco1-14/+14
2022-09-11hfsplus: convert kmap() to kmap_local_page() in bitmap.cFabio M. De Francesco1-10/+10
2022-09-11hfsplus: convert kmap() to kmap_local_page() in bnode.cFabio M. De Francesco1-57/+48
2022-09-11hfsplus: unmap the page in the "fail_page" labelFabio M. De Francesco1-0/+1
2022-09-11mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand6-12/+85
2022-09-11mm/mremap_pages: save a few cycles in get_dev_pagemap()Christophe JAILLET1-1/+1
2022-09-11mm: remove BUG_ON() in __isolate_free_page()Kefeng Wang1-11/+3
2022-09-11mm/kmemleak: make create_object return voidLiu Shixin1-12/+9
2022-09-11selftest: vm: remove deleted local_config.* from .gitignoreTarun Sahu1-1/+0
2022-09-11hugetlb: make hugetlb depends on SYSFS or SYSCTLMiaohe Lin1-0/+1
2022-09-11hugetlb: remove meaningless BUG_ON(huge_pte_none())Miaohe Lin1-1/+0
2022-09-11hugetlb: add comment for subtle SetHPageVmemmapOptimized()Miaohe Lin1-0/+4
2022-09-11hugetlb: kill hugetlbfs_pagecache_page()Miaohe Lin1-14/+1
2022-09-11hugetlb: pass NULL to kobj_to_hstate() if nid is unusedMiaohe Lin1-4/+2
2022-09-11hugetlb: use helper {huge_pte|pmd}_lock()Miaohe Lin1-2/+1
2022-09-11hugetlb: use sizeof() to get the array sizeMiaohe Lin1-2/+2
2022-09-11hugetlb: use LIST_HEAD() to define a list headMiaohe Lin1-5/+2
2022-09-11hugetlb: Use helper macro SZ_1KMiaohe Lin1-1/+1
2022-09-11hugetlb: make hugetlb_cma_check() staticMiaohe Lin2-5/+9
2022-09-11fs/buffer: remove bh_submit_read() helperZhang Yi2-26/+0
2022-09-11ext2: replace bh_submit_read() helper with bh_read()Zhang Yi1-3/+4
2022-09-11fs/buffer: remove ll_rw_block() helperZhang Yi2-60/+4
2022-09-11ufs: replace ll_rw_block()Zhang Yi1-8/+4
2022-09-11udf: replace ll_rw_block()Zhang Yi3-9/+3
2022-09-11reiserfs: replace ll_rw_block()Zhang Yi3-10/+9
2022-09-11ocfs2: replace ll_rw_block()Zhang Yi2-4/+2
2022-09-11ntfs3: replace ll_rw_block()Zhang Yi1-5/+2
2022-09-11jbd2: replace ll_rw_block()Zhang Yi2-15/+16
2022-09-11isofs: replace ll_rw_block()Zhang Yi1-1/+1
2022-09-11gfs2: replace ll_rw_block()Zhang Yi2-11/+4
2022-09-11fs/buffer: replace ll_rw_block()Zhang Yi1-7/+5
2022-09-11fs/buffer: add some new buffer read helpersZhang Yi2-0/+103
2022-09-11fs/buffer: remove __breadahead_gfp()Zhang Yi2-19/+0
2022-09-11mm/vmalloc: extend find_vmap_lowest_match_check with extra argumentsSong Liu1-6/+7
2022-09-11mm/migrate_device.c: fix a misleading and outdated commentAlistair Popple1-3/+10