]> git.ipfire.org Git - thirdparty/linux.git/shortlog
thirdparty/linux.git
2021-05-07  Gustavo A.... hpfs: replace one-element array with flexible-array...
2021-05-07  Lu Jialinnilfs2: fix typos in comments
2021-05-07  Liu xuzhifs/nilfs2: fix misspellings using codespell tool
2021-05-07  Gustavo A.... isofs: fix fall-through warnings for Clang
2021-05-07  Davidlohr Buesofs/epoll: restore waking from ep_done_scan()
2021-05-07  Davidlohr Buesokselftest: introduce new epoll test case
2021-05-07  Christophe... checkpatch: improve ALLOC_ARRAY_ARGS test
2021-05-07  Vincent Mailholcheckpatch: exclude four preprocessor sub-expressions...
2021-05-07  Joe Perchescheckpatch: warn when missing newline in return sysfs_e...
2021-05-07  Masahiro Yamadainclude/linux/compat.h: remove unneeded declaration...
2021-05-07  Randy Dunlaplib: parser: clean up kernel-doc
2021-05-07  Alex Shilib/genalloc: add parameter description to fix doc...
2021-05-07  Alex Shilib/percpu_counter: tame kernel-doc compile warning
2021-05-07  Zqianglib: stackdepot: turn depot_lock spinlock to raw_spinlock
2021-05-07  Richard Fitzgeraldlib: crc8: pointer to data block should be const
2021-05-07  Bhaskar Chowdhurylib/genalloc.c: Fix a typo
2021-05-07  ToastClib/list_sort.c: fix typo in function description
2021-05-07  Wang Qinglib: fix inconsistent indenting in process_bit1()
2021-05-07  Bhaskar Chowdhurylib/bch.c: fix a typo in the file bch.c
2021-05-07  Yury NorovMAINTAINERS: add entry for the bitmap API
2021-05-07  Yury Norovtools: sync lib/find_bit implementation
2021-05-07  Yury Norovlib: add fast path for find_first_*_bit() and find_last...
2021-05-07  Yury Norovlib: add fast path for find_next_*_bit()
2021-05-07  Yury Norovtools: sync find_next_bit implementation
2021-05-07  Yury Norovlib: inline _find_next_bit() wrappers
2021-05-07  Yury Norovtools: sync small_const_nbits() macro with the kernel
2021-05-07  Yury Norovlib: extend the scope of small_const_nbits() macro
2021-05-07  Yury Norovarch: rearrange headers inclusion order in asm/bitops...
2021-05-07  Yury Norovtools: sync BITMAP_LAST_WORD_MASK() macro with the...
2021-05-07  Yury Norovtools: bitmap: sync function declarations with the...
2021-05-07  Yury Norovtools: disable -Wno-type-limits
2021-05-07  Rasmus Villemoeskernel/cred.c: make init_groups static
2021-05-07  Rasmus Villemoeskernel/async.c: fix pr_debug statement
2021-05-07  Wan Jiabinglinux/profile.h: remove unnecessary declaration
2021-05-07  Andy Shevchenkokernel.h: drop inclusion in bitmap.h
2021-05-07  Matthew Wilcox... include: remove pagemap.h from blkdev.h
2021-05-07  zhouchuangaoproc/sysctl: fix function name error in comments
2021-05-07  Alexey Dobriyanselftests: proc: test subset=pid
2021-05-07  Alexey Dobriyanproc: delete redundant subset=pid check
2021-05-07  Alexey Dobriyanproc: mandate ->proc_lseek in "struct proc_ops"
2021-05-07  Alexey Dobriyanproc: save LOC in __xlate_proc_name()
2021-05-07  Colin Ian Kingfs/proc/generic.c: fix incorrect pde_is_permanent check
2021-05-07  Randy Dunlapalpha: csum_partial_copy.c: add function prototypes...
2021-05-07  Randy Dunlapalpha: eliminate old-style function definitions
2021-05-05  Marco Elverkfence: use power-efficient work queue to run delayed...
2021-05-05  Marco Elverkfence: maximize allocation wait timeout duration
2021-05-05  Marco Elverkfence: await for allocation using wait_event
2021-05-05  Marco Elverkfence: zero guard page after out-of-bounds access
2021-05-05  Zhang Yunkaimm/process_vm_access.c: remove duplicate include
2021-05-05  Zhiyuan Daimm/mempool: minor coding style tweaks
2021-05-05  songqiangmm/highmem.c: fix coding style issue
2021-05-05  Ira Weinybtrfs: use memzero_page() instead of open coded kmap...
2021-05-05  Ira Weinyiov_iter: lift memzero_page() to highmem.h
2021-05-05  zhouchuangaomm/zsmalloc: use BUG_ON instead of if condition followe...
2021-05-05  Zhiyuan Daimm/zswap.c: switch from strlcpy to strscpy
2021-05-05  Oscar Salvadorarm64/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
2021-05-05  Oscar Salvadorx86/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
2021-05-05  Oscar Salvadormm,memory_hotplug: add kernel boot option to enable...
2021-05-05  Oscar Salvadoracpi,memhotplug: enable MHP_MEMMAP_ON_MEMORY when supported
2021-05-05  Oscar Salvadormm,memory_hotplug: allocate memmap from the added memor...
2021-05-05  David Hildenbrandmm,memory_hotplug: factor out adjusting present pages...
2021-05-05  Oscar Salvadormm,memory_hotplug: relax fully spanned sections check
2021-05-05  Oscar Salvadordrivers/base/memory: introduce memory_block_{online...
2021-05-05  Mel Gormanmm/memory_hotplug: remove broken locking of zone PCP...
2021-05-05  Pavel Tatashinselftests/vm: gup_test: test faulting in kernel, and...
2021-05-05  Pavel Tatashinselftests/vm: gup_test: fix test flag
2021-05-05  Pavel Tatashinmm/gup: longterm pin migration cleanup
2021-05-05  Pavel Tatashinmm/gup: change index type to long as it counts pages
2021-05-05  Pavel Tatashinmemory-hotplug.rst: add a note about ZONE_MOVABLE and...
2021-05-05  Pavel Tatashinmm/gup: migrate pinned pages out of movable zone
2021-05-05  Pavel Tatashinmm/gup: do not migrate zero page
2021-05-05  Pavel Tatashinmm: honor PF_MEMALLOC_PIN for all movable pages
2021-05-05  Pavel Tatashinmm: apply per-task gfp constraints in fast path
2021-05-05  Pavel Tatashinmm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
2021-05-05  Pavel Tatashinmm/gup: check for isolation errors
2021-05-05  Pavel Tatashinmm/gup: return an error on migration failure
2021-05-05  Pavel Tatashinmm/gup: check every subpage of a compound page during...
2021-05-05  Pavel Tatashinmm/gup: don't pin migrated cma pages in movable zone
2021-05-05  Bhaskar Chowdhurymm/util.c: fix typo
2021-05-05  Joe Perchesmm/util.c: reduce mem_dump_obj() object size
2021-05-05  Anshuman Khandualmm: drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE
2021-05-05  Anshuman Khandualmm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCK
2021-05-05  Anshuman Khandualmm: drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION
2021-05-05  Anshuman Khandualmm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]
2021-05-05  Anshuman Khandualmm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_S...
2021-05-05  Anshuman Khandualmm: generalize ARCH_HAS_CACHE_LINE_SIZE
2021-05-05  Liam Howlettmm/mmap.c: don't unlock VMAs in remap_file_pages()
2021-05-05  Saravanan Dx86/mm: track linear mapping split events
2021-05-05  Hugh Dickinsmm: /proc/sys/vm/stat_refresh stop checking monotonic...
2021-05-05  Hugh Dickinsmm: /proc/sys/vm/stat_refresh skip checking known negat...
2021-05-05  Hugh Dickinsmm: no more EINVAL from /proc/sys/vm/stat_refresh
2021-05-05  Hugh Dickinsmm: restore node stat checking in /proc/sys/vm/stat_refresh
2021-05-05  Chengyang Fanmm/ksm: remove unused parameter from remove_trailing_rm...
2021-05-05  Miaohe Linksm: fix potential missing rmap_item for stable_node
2021-05-05  Miaohe Linksm: remove dedicated macro KSM_FLAG_MASK
2021-05-05  Miaohe Linksm: use GET_KSM_PAGE_NOLOCK to get ksm page in remove_...
2021-05-05  Miaohe Linksm: remove redundant VM_BUG_ON_PAGE() on stable_tree_s...
2021-05-05  Minchan Kimmm: use proper type for cma_[alloc|release]
2021-05-05  Minchan Kimmm: cma: add the CMA instance name to cma trace events
2021-05-05  Minchan Kimmm: cma: support sysfs
next