summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09alpha: use is_kernel_text() helperKefeng Wang
2021-11-09microblaze: use is_kernel_text() helperKefeng Wang
2021-11-09powerpc/mm: use core_kernel_text() helperKefeng Wang
2021-11-09x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()Kefeng Wang
2021-11-09sections: move is_kernel_inittext() into sections.hKefeng Wang
2021-11-09include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand
2021-11-09x86/xen: print a warning when HVMOP_get_mem_type failsDavid Hildenbrand
2021-11-09x86/xen: simplify xen_oldmem_pfn_is_ram()David Hildenbrand
2021-11-09x86/xen: update xen_oldmem_pfn_is_ram() documentationDavid Hildenbrand
2021-11-09MIPS: fix duplicated slashes for Platform file pathMasahiro Yamada
2021-11-09MIPS: fix *-pkg builds for loongson2ef platformMasahiro Yamada
2021-11-09MIPS: BMIPS: Enable PCI KconfigFlorian Fainelli
2021-11-09MIPS: VDSO: remove -nostdlib compiler flagMasahiro Yamada
2021-11-09mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is setRandy Dunlap
2021-11-09MIPS: Update bmips_stb_defconfigFlorian Fainelli
2021-11-09MIPS: Allow modules to set board_be_handlerFlorian Fainelli
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2021-11-08KVM: arm64: Fix host stage-2 finalizationQuentin Perret
2021-11-08Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-11-08s390/cpumf: cpum_cf PMU displays invalid value after hotplug removeThomas Richter
2021-11-08s390/pci: implement minimal PCI error recoveryNiklas Schnelle
2021-11-08s390/pci: implement reset_slot for hotplug slotNiklas Schnelle
2021-11-08s390/pci: refresh function handle in iomapNiklas Schnelle
2021-11-08KVM: arm64: Change the return type of kvm_vcpu_preferred_target()YueHaibing
2021-11-08KVM: arm64: nvhe: Fix a non-kernel-doc commentRandy Dunlap
2021-11-08KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland
2021-11-08arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functionsArnd Bergmann
2021-11-08arm64: Track no early_pgtable_alloc() for kmemleakQian Cai
2021-11-08arm64: vdso: remove -nostdlib compiler flagMasahiro Yamada
2021-11-08arm64: arm64_ftr_reg->name may not be a human-readable stringReiji Watanabe
2021-11-07Merge tag 'coresight-fixes-v5.16' of gitolite.kernel.org:pub/scm/linux/kernel...Greg Kroah-Hartman
2021-11-06Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand
2021-11-06x86: remove memory hotplug support on X86_32David Hildenbrand
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand
2021-11-06hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport
2021-11-06xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointerMike Rapoport
2021-11-06s390: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy
2021-11-06powerpc: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy
2021-11-06kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOCKefeng Wang