aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-12-11x86/sgx: Remove .fixup usagePeter Zijlstra4-31/+35
2021-12-11x86/checksum_32: Remove .fixup usagePeter Zijlstra1-16/+3
2021-12-11x86/vmx: Remove .fixup usagePeter Zijlstra1-9/+7
2021-12-11x86/kvm: Remove .fixup usagePeter Zijlstra2-12/+5
2021-12-11x86/segment: Remove .fixup usagePeter Zijlstra2-8/+2
2021-12-11x86/fpu: Remove .fixup usagePeter Zijlstra2-10/+2
2021-12-11x86/xen: Remove .fixup usagePeter Zijlstra1-11/+3
2021-12-11x86/uaccess: Remove .fixup usagePeter Zijlstra1-22/+17
2021-12-11x86/futex: Remove .fixup usagePeter Zijlstra2-20/+10
2021-12-11x86/msr: Remove .fixup usagePeter Zijlstra3-53/+47
2021-12-11x86/extable: Extend extable functionalityPeter Zijlstra7-32/+145
2021-12-11x86/entry_32: Remove .fixup usagePeter Zijlstra3-20/+24
2021-12-11x86/entry_64: Remove .fixup usagePeter Zijlstra1-7/+6
2021-12-11x86/copy_mc_64: Remove .fixup usagePeter Zijlstra1-8/+4
2021-12-11x86/copy_user_64: Remove .fixup usagePeter Zijlstra1-21/+11
2021-12-11x86/mmx_32: Remove X86_USE_3DNOWPeter Zijlstra10-465/+1
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski12-35/+33
2021-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-15/+28
2021-12-10Merge tag 'pci-v5.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+4
2021-12-10x86/boot/string: Add missing function prototypesKees Cook1-0/+3
2021-12-10arm64: mm: Use asid feature macro for cheanupYunfeng Ye1-2/+2
2021-12-10arm64: mm: Rename asid2idx() to ctxid2asid()Yunfeng Ye1-9/+9
2021-12-10x86/fpu: Remove duplicate copy_fpstate_to_sigframe() prototypeShaokun Zhang1-3/+0
2021-12-10x86/uaccess: Move variable into switch case statementKees Cook1-2/+3
2021-12-10s390/ap: add missing virt_to_phys address conversionHeiko Carstens1-1/+3
2021-12-10s390/pgalloc: use pointers instead of unsigned long valuesHeiko Carstens1-32/+32
2021-12-10s390/pgalloc: add virt/phys address handling to base asce functionsHeiko Carstens1-13/+13
2021-12-10s390/cmm: add missing virt_to_phys() conversionHeiko Carstens1-1/+1
2021-12-10s390/diag: use pfn_to_phys() instead of open codingHeiko Carstens1-2/+2
2021-12-10s390/mm: add missing phys_to_virt translation to page table dumperHeiko Carstens1-4/+4
2021-12-10s390: enable switchdev support in defconfigNiklas Schnelle2-0/+4
2021-12-10s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add()Alexander Egorenkov1-0/+4
2021-12-10s390/ftrace: remove preempt_disable()/preempt_enable() pairJerome Marchand1-2/+0
2021-12-10s390/kexec_file: fix error handling when applying relocationsPhilipp Rudo1-1/+6
2021-12-10s390/kexec_file: print some more error messagesPhilipp Rudo1-3/+24
2021-12-10KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exitSean Christopherson1-2/+7
2021-12-10KVM: X86: Raise #GP when clearing CR0_PG in 64 bit modeLai Jiangshan1-1/+2
2021-12-10arm64: Make some stacktrace functions privateMark Rutland2-11/+7
2021-12-10arm64: Make dump_backtrace() use arch_stack_walk()Madhavan T. Venkataraman1-38/+6
2021-12-10arm64: Make profile_pc() use arch_stack_walk()Madhavan T. Venkataraman1-12/+13
2021-12-10arm64: Make return_address() use arch_stack_walk()Madhavan T. Venkataraman1-6/+2
2021-12-10arm64: Make __get_wchan() use arch_stack_walk()Madhavan T. Venkataraman1-17/+25
2021-12-10arm64: Make perf_callchain_kernel() use arch_stack_walk()Madhavan T. Venkataraman1-12/+3
2021-12-10arm64: Mark __switch_to() as __schedMark Rutland1-1/+2
2021-12-10arm64: Add comment for stack_info::kr_curMark Rutland1-0/+4
2021-12-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra5-13/+3
2021-12-10arm64: kexec: reduce calls to page_address()Rongwei Wang1-2/+4
2021-12-10KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI reqSean Christopherson1-2/+5
2021-12-10KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush hypercallVitaly Kuznetsov1-1/+1
2021-12-09x86/qspinlock, kcsan: Instrument barrier of pv_queued_spin_unlock()Marco Elver1-0/+1