summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-06tools: sync lib/find_bit implementationYury Norov
2021-05-06lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov
2021-05-06lib: add fast path for find_next_*_bit()Yury Norov
2021-05-06tools: sync find_next_bit implementationYury Norov
2021-05-06lib: inline _find_next_bit() wrappersYury Norov
2021-05-06tools: sync small_const_nbits() macro with the kernelYury Norov
2021-05-06lib: extend the scope of small_const_nbits() macroYury Norov
2021-05-06arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300Yury Norov
2021-05-06tools: sync BITMAP_LAST_WORD_MASK() macro with the kernelYury Norov
2021-05-06tools: bitmap: sync function declarations with the kernelYury Norov
2021-05-06tools: disable -Wno-type-limitsYury Norov
2021-05-06kernel/cred.c: make init_groups staticRasmus Villemoes
2021-05-06kernel/async.c: fix pr_debug statementRasmus Villemoes
2021-05-06linux/profile.h: remove unnecessary declarationWan Jiabing
2021-05-06kernel.h: drop inclusion in bitmap.hAndy Shevchenko
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)
2021-05-06proc/sysctl: fix function name error in commentszhouchuangao
2021-05-06selftests: proc: test subset=pidAlexey Dobriyan
2021-05-06proc: delete redundant subset=pid checkAlexey Dobriyan
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan
2021-05-06proc: save LOC in __xlate_proc_name()Alexey Dobriyan
2021-05-06fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King
2021-05-06alpha: csum_partial_copy.c: add function prototypes from <net/checksum.h>Randy Dunlap
2021-05-06alpha: eliminate old-style function definitionsRandy Dunlap
2021-05-05kfence: use power-efficient work queue to run delayed workMarco Elver
2021-05-05kfence: maximize allocation wait timeout durationMarco Elver
2021-05-05kfence: await for allocation using wait_eventMarco Elver
2021-05-05kfence: zero guard page after out-of-bounds accessMarco Elver
2021-05-05mm/process_vm_access.c: remove duplicate includeZhang Yunkai
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai
2021-05-05mm/highmem.c: fix coding style issuesongqiang
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny
2021-05-05iov_iter: lift memzero_page() to highmem.hIra Weiny
2021-05-05mm/zsmalloc: use BUG_ON instead of if condition followed by BUG.zhouchuangao
2021-05-05mm/zswap.c: switch from strlcpy to strscpyZhiyuan Dai
2021-05-05arm64/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLEOscar Salvador
2021-05-05x86/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLEOscar Salvador
2021-05-05mm,memory_hotplug: add kernel boot option to enable memmap_on_memoryOscar Salvador
2021-05-05acpi,memhotplug: enable MHP_MEMMAP_ON_MEMORY when supportedOscar Salvador
2021-05-05mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador
2021-05-05mm,memory_hotplug: factor out adjusting present pages into adjust_present_pag...David Hildenbrand
2021-05-05mm,memory_hotplug: relax fully spanned sections checkOscar Salvador
2021-05-05drivers/base/memory: introduce memory_block_{online,offline}Oscar Salvador
2021-05-05mm/memory_hotplug: remove broken locking of zone PCP structures during hot re...Mel Gorman
2021-05-05selftests/vm: gup_test: test faulting in kernel, and verify pinnable pagesPavel Tatashin
2021-05-05selftests/vm: gup_test: fix test flagPavel Tatashin
2021-05-05mm/gup: longterm pin migration cleanupPavel Tatashin
2021-05-05mm/gup: change index type to long as it counts pagesPavel Tatashin
2021-05-05memory-hotplug.rst: add a note about ZONE_MOVABLE and page pinningPavel Tatashin
2021-05-05mm/gup: migrate pinned pages out of movable zonePavel Tatashin