summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* alpha: use is_kernel_text() helperKefeng Wang2021-11-091-3/+1
* microblaze: use is_kernel_text() helperKefeng Wang2021-11-091-1/+2
* powerpc/mm: use core_kernel_text() helperKefeng Wang2021-11-091-5/+2
* x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()Kefeng Wang2021-11-091-9/+5
* sections: move is_kernel_inittext() into sections.hKefeng Wang2021-11-091-1/+1
* include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-092-0/+8
* proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand2021-11-092-5/+19
* x86/xen: print a warning when HVMOP_get_mem_type failsDavid Hildenbrand2021-11-091-1/+3
* x86/xen: simplify xen_oldmem_pfn_is_ram()David Hildenbrand2021-11-091-14/+1
* x86/xen: update xen_oldmem_pfn_is_ram() documentationDavid Hildenbrand2021-11-091-6/+3
* mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt2021-11-061-1/+0
* memblock: allow to specify flags with memblock_add_node()David Hildenbrand2021-11-068-10/+17
* x86: remove memory hotplug support on X86_32David Hildenbrand2021-11-062-34/+3
* mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand2021-11-064-5/+5
* hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao2021-11-061-2/+7
* memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-0616-22/+19
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-0629-48/+51
* memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport2021-11-063-4/+3
* xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointerMike Rapoport2021-11-061-1/+1
* s390: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy2021-11-062-15/+0
* powerpc: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy2021-11-061-13/+0
* kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOCKefeng Wang2021-11-061-0/+16
* arm64: support page mapping percpu first chunk allocatorKefeng Wang2021-11-061-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-10-316-25/+61
|\
| * KVM: x86: Take srcu lock in post_kvm_run_save()David Woodhouse2021-10-281-0/+8
| * KVM: SEV-ES: fix another issue with string I/O VMGEXITsPaolo Bonzini2021-10-271-3/+12
| * KVM: x86/xen: Fix kvm_xen_has_interrupt() sleeping in kvm_vcpu_block()David Woodhouse2021-10-251-5/+22
| * Merge tag 'kvm-s390-master-5.15-2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2021-10-252-2/+4
| |\
| | * KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpuHalil Pasic2021-10-201-2/+3
| | * KVM: s390: clear kicked_mask before sleeping againHalil Pasic2021-10-201-0/+1
| * | KVM: x86: switch pvclock_gtod_sync_lock to a raw spinlockDavid Woodhouse2021-10-252-15/+15
* | | Merge tag 'riscv-for-linus-5.15-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-304-13/+11
|\ \ \
| * | | riscv: Fix asan-stack clang buildAlexandre Ghiti2021-10-293-2/+10
| * | | riscv: Do not re-populate shadow memory with kasan_populate_early_shadowAlexandre Ghiti2021-10-291-11/+0
| * | | riscv: fix misalgned trap vector base addressChen Lu2021-10-271-0/+1
* | | | Merge tag 'powerpc-5.15-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-10-291-13/+14
|\ \ \ \
| * | | | powerpc/pseries/iommu: Create huge DMA window if no MMIO32 is presentAlexey Kardashevskiy2021-10-251-6/+6
| * | | | powerpc/pseries/iommu: Check if the default window in use before removing itAlexey Kardashevskiy2021-10-251-6/+6
| * | | | powerpc/pseries/iommu: Use correct vfree for it_mapAlexey Kardashevskiy2021-10-251-1/+2
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-10-292-2/+10
|\ \ \ \ \
| * | | | | crypto: x86/sm4 - Fix invalid section entry sizeTianjia Zhang2021-10-222-2/+10
* | | | | | Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-10-282-1/+12
|\ \ \ \ \ \
| * | | | | | riscv, bpf: Fix potential NULL dereferenceBjörn Töpel2021-10-281-1/+2
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-10-262-0/+10
| |\ \ \ \ \ \
| | * | | | | | bpf: Define bpf_jit_alloc_exec_limit for arm64 JITLorenz Bauer2021-10-221-0/+5
| | * | | | | | bpf: Define bpf_jit_alloc_exec_limit for riscv JITLorenz Bauer2021-10-221-0/+5
* | | | | | | | Merge tag 'trace-v5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-10-271-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | ftrace/nds32: Update the proto for ftrace_trace_function to match ftrace_stubSteven Rostedt (VMware)2021-10-271-1/+1
* | | | | | | | | Merge tag 'nios2_fixes_for_v5.15_part3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-10-271-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TESTGuenter Roeck2021-10-271-0/+1