summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-14Merge tag 'iomap-5.10-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-14Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-14Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-14Merge tag 'pnp-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-10-14Merge tag 'platform-drivers-x86-v5.10-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-10-13mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport
2020-10-13memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport
2020-10-13memblock: remove unused memblock_mem_size()Mike Rapoport
2020-10-13memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport
2020-10-13memblock: make memblock_debug and related functionality privateMike Rapoport
2020-10-13memblock: make for_each_memblock_type() iterator privateMike Rapoport
2020-10-13mm: remove unused alloc_page_vma_node()Wei Yang
2020-10-13include/linux/compaction.h: clean code by removing unused enum valueMateusz Nosek
2020-10-13include/linux/gfp.h: clarify usage of GFP_ATOMIC in !preemptible contextsMichal Hocko
2020-10-13mmzone: clean code by removing unused macro parameterMateusz Nosek
2020-10-13mm: document semantics of ZONE_MOVABLEDavid Hildenbrand
2020-10-13KUnit: KASAN IntegrationPatricia Alfonso
2020-10-13kasan/kunit: add KUnit Struct to Current TaskPatricia Alfonso
2020-10-13include/linux/huge_mm.h: remove mincore_huge_pmd declarationyuleixzhang
2020-10-13mm: remove src/dst mm parameter in copy_page_range()Peter Xu
2020-10-13mm: simplify PageDoubleMap with PF_SECOND policyMatthew Wilcox (Oracle)
2020-10-13mm: move PageDoubleMap bitMatthew Wilcox (Oracle)
2020-10-13mmap locking API: add mmap_lock_is_contended()Chinwen Chang
2020-10-13mm: account PMD tables like PTE tablesMatthew Wilcox
2020-10-13mm/memcg: unify swap and memsw page countersWaiman Long
2020-10-13mm/swap_slots.c: remove always zero and unused return value of enable_swap_sl...Miaohe Lin
2020-10-13mm: remove activate_page() from unuse_pte()Yu Zhao
2020-10-13swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGao Xiang
2020-10-13mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEEDYafang Shao
2020-10-13mm: add find_lock_headMatthew Wilcox (Oracle)
2020-10-13mm/shmem: return head page from find_lock_entryMatthew Wilcox (Oracle)
2020-10-13i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)
2020-10-13mm: factor find_get_incore_page out of mincore_pageMatthew Wilcox (Oracle)
2020-10-13mm, dump_page: rename head_mapcount() --> head_compound_mapcount()John Hubbard
2020-10-13mm/memremap_pages: support multiple ranges per invocationDan Williams
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams
2020-10-13mm/memory_hotplug: introduce default phys_to_target_node() implementationDan Williams
2020-10-13ACPI: HMAT: refactor hmat_register_target_device to hmem_register_deviceDan Williams
2020-10-13x86/numa: add 'nohmat' optionDan Williams
2020-10-13x86/numa: cleanup configuration dependent command-line optionsDan Williams
2020-10-13include/linux/slab.h: fix a typo error in commenttangjianqiang
2020-10-13export.h: fix section name for CONFIG_TRIM_UNUSED_KSYMS for ClangNick Desaulniers
2020-10-13compiler.h: avoid escaped section namesNick Desaulniers