aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-06lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov3-22/+52
2021-05-06lib: add fast path for find_next_*_bit()Yury Norov2-0/+51
2021-05-06tools: sync find_next_bit implementationYury Norov2-37/+42
2021-05-06lib: inline _find_next_bit() wrappersYury Norov3-64/+37
2021-05-06tools: sync small_const_nbits() macro with the kernelYury Norov2-3/+3
2021-05-06lib: extend the scope of small_const_nbits() macroYury Norov2-8/+12
2021-05-06arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300Yury Norov3-9/+10
2021-05-06tools: sync BITMAP_LAST_WORD_MASK() macro with the kernelYury Norov1-6/+1
2021-05-06tools: bitmap: sync function declarations with the kernelYury Norov2-6/+6
2021-05-06tools: disable -Wno-type-limitsYury Norov1-0/+1
2021-05-06kernel/cred.c: make init_groups staticRasmus Villemoes3-3/+1
2021-05-06kernel/async.c: fix pr_debug statementRasmus Villemoes1-1/+1
2021-05-06linux/profile.h: remove unnecessary declarationWan Jiabing1-3/+0
2021-05-06kernel.h: drop inclusion in bitmap.hAndy Shevchenko3-9/+18
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)9-1/+8
2021-05-06proc/sysctl: fix function name error in commentszhouchuangao1-1/+1
2021-05-06selftests: proc: test subset=pidAlexey Dobriyan2-0/+122
2021-05-06proc: delete redundant subset=pid checkAlexey Dobriyan1-4/+0
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan6-13/+9
2021-05-06proc: save LOC in __xlate_proc_name()Alexey Dobriyan1-9/+2
2021-05-06fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King1-1/+1
2021-05-06alpha: csum_partial_copy.c: add function prototypes from <net/checksum.h>Randy Dunlap1-0/+1
2021-05-06alpha: 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_page_count()David Hildenbrand1-10/+12
2021-05-05mm,memory_hotplug: relax fully spanned sections checkOscar Salvador1-4/+18
2021-05-05drivers/base/memory: introduce memory_block_{online,offline}Oscar Salvador1-12/+21
2021-05-05mm/memory_hotplug: remove broken locking of zone PCP structures during hot removeMel Gorman1-4/+0
2021-05-05selftests/vm: gup_test: test faulting in kernel, and verify pinnable pagesPavel Tatashin2-4/+25
2021-05-05selftests/vm: gup_test: fix test flagPavel Tatashin3-18/+23
2021-05-05mm/gup: longterm pin migration cleanupPavel Tatashin1-56/+37
2021-05-05mm/gup: change index type to long as it counts pagesPavel Tatashin1-1/+1
2021-05-05memory-hotplug.rst: add a note about ZONE_MOVABLE and page pinningPavel Tatashin1-0/+9
2021-05-05mm/gup: migrate pinned pages out of movable zonePavel Tatashin4-36/+44
2021-05-05mm/gup: do not migrate zero pagePavel Tatashin3-1/+18