summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-07lib/percpu_counter: tame kernel-doc compile warningAlex Shi1-1/+1
2021-05-07lib: stackdepot: turn depot_lock spinlock to raw_spinlockZqiang1-3/+3
2021-05-07lib: crc8: pointer to data block should be constRichard Fitzgerald2-2/+2
2021-05-07lib/genalloc.c: Fix a typoBhaskar Chowdhury1-1/+1
2021-05-07lib/list_sort.c: fix typo in function descriptionToastC1-1/+1
2021-05-07lib: fix inconsistent indenting in process_bit1()Wang Qing1-1/+1
2021-05-07lib/bch.c: fix a typo in the file bch.cBhaskar Chowdhury1-1/+1
2021-05-07MAINTAINERS: add entry for the bitmap APIYury Norov1-0/+16
2021-05-07tools: sync lib/find_bit implementationYury Norov2-5/+57
2021-05-07lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov3-22/+52
2021-05-07lib: add fast path for find_next_*_bit()Yury Norov2-0/+51
2021-05-07tools: sync find_next_bit implementationYury Norov2-37/+42
2021-05-07lib: inline _find_next_bit() wrappersYury Norov3-64/+37
2021-05-07tools: sync small_const_nbits() macro with the kernelYury Norov2-3/+3
2021-05-07lib: extend the scope of small_const_nbits() macroYury Norov2-8/+12
2021-05-07arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300Yury Norov3-9/+10
2021-05-07tools: sync BITMAP_LAST_WORD_MASK() macro with the kernelYury Norov1-6/+1
2021-05-07tools: bitmap: sync function declarations with the kernelYury Norov2-6/+6
2021-05-07tools: disable -Wno-type-limitsYury Norov1-0/+1
2021-05-07kernel/cred.c: make init_groups staticRasmus Villemoes3-3/+1
2021-05-07kernel/async.c: fix pr_debug statementRasmus Villemoes1-1/+1
2021-05-07linux/profile.h: remove unnecessary declarationWan Jiabing1-3/+0
2021-05-07kernel.h: drop inclusion in bitmap.hAndy Shevchenko3-9/+18
2021-05-07include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)9-1/+8
2021-05-07proc/sysctl: fix function name error in commentszhouchuangao1-1/+1
2021-05-07selftests: proc: test subset=pidAlexey Dobriyan2-0/+122
2021-05-07proc: delete redundant subset=pid checkAlexey Dobriyan1-4/+0
2021-05-07proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan6-13/+9
2021-05-07proc: save LOC in __xlate_proc_name()Alexey Dobriyan1-9/+2
2021-05-07fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King1-1/+1
2021-05-07alpha: csum_partial_copy.c: add function prototypes from <net/checksum.h>Randy Dunlap1-0/+1
2021-05-07alpha: eliminate old-style function definitionsRandy Dunlap1-2/+2
2021-05-05kfence: use power-efficient work queue to run delayed workMarco Elver1-2/+3
2021-05-05kfence: maximize allocation wait timeout durationMarco Elver1-1/+11
2021-05-05kfence: await for allocation using wait_eventMarco Elver2-16/+30
2021-05-05kfence: zero guard page after out-of-bounds accessMarco Elver1-0/+1
2021-05-05mm/process_vm_access.c: remove duplicate includeZhang Yunkai1-1/+0
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai14-23/+27
2021-05-05mm/highmem.c: fix coding style issuesongqiang1-6/+5
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny6-58/+18
2021-05-05iov_iter: lift memzero_page() to highmem.hIra Weiny2-7/+8
2021-05-05mm/zsmalloc: use BUG_ON instead of if condition followed by BUG.zhouchuangao1-4/+2
2021-05-05mm/zswap.c: switch from strlcpy to strscpyZhiyuan Dai1-1/+1
2021-05-05arm64/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLEOscar Salvador1-0/+3
2021-05-05x86/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLEOscar Salvador1-0/+3
2021-05-05mm,memory_hotplug: add kernel boot option to enable memmap_on_memoryOscar Salvador3-2/+30
2021-05-05acpi,memhotplug: enable MHP_MEMMAP_ON_MEMORY when supportedOscar Salvador1-1/+4
2021-05-05mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador8-22/+250
2021-05-05mm,memory_hotplug: factor out adjusting present pages into adjust_present_pag...David Hildenbrand1-10/+12
2021-05-05mm,memory_hotplug: relax fully spanned sections checkOscar Salvador1-4/+18