summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-10-29net: xtensa: use eth_hw_addr_set()Jakub Kicinski
2021-10-29net: um: use eth_hw_addr_set()Jakub Kicinski
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-28Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-10-28riscv, bpf: Fix potential NULL dereferenceBjörn Töpel
2021-10-27Merge tag 'trace-v5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-10-27Merge tag 'nios2_fixes_for_v5.15_part3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-10-27ftrace/nds32: Update the proto for ftrace_trace_function to match ftrace_stubSteven Rostedt (VMware)
2021-10-27nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TESTGuenter Roeck
2021-10-26Merge tag 'arm-soc-fixes-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-10-26Merge tag 'qcom-arm64-fixes-for-5.15-2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann
2021-10-25Revert "arm64: dts: qcom: sm8250: remove bus clock from the mdss node for sm8...Amit Pundir
2021-10-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-10-25s390/qeth: move qdio's QAOB cache into qethJulian Wiedmann
2021-10-25ARM: 9148/1: handle CONFIG_CPU_ENDIAN_BE32 in arch/arm/kernel/head.SLABBE Corentin
2021-10-22bpf: Define bpf_jit_alloc_exec_limit for arm64 JITLorenz Bauer
2021-10-22bpf: Define bpf_jit_alloc_exec_limit for riscv JITLorenz Bauer
2021-10-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-10-22KVM: SEV-ES: go over the sev_pio_data buffer in multiple passes if neededPaolo Bonzini
2021-10-22KVM: SEV-ES: keep INS functions togetherPaolo Bonzini
2021-10-22KVM: x86: remove unnecessary arguments from complete_emulator_pio_inPaolo Bonzini
2021-10-22KVM: x86: split the two parts of emulator_pio_inPaolo Bonzini
2021-10-22KVM: SEV-ES: clean up kvm_sev_es_ins/outsPaolo Bonzini
2021-10-22KVM: x86: leave vcpu->arch.pio.count alone in emulator_pio_in_outPaolo Bonzini
2021-10-22KVM: SEV-ES: rename guest_ins_data to sev_pio_dataPaolo Bonzini
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-21Merge tag 'powerpc-5.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-10-21KVM: SEV: Flush cache on non-coherent systems before RECEIVE_UPDATE_DATAMasahiro Kozuka
2021-10-21KVM: MMU: Reset mmu->pkru_mask to avoid stale dataChenyi Qiang
2021-10-21KVM: nVMX: promptly process interrupts delivered while in guest modePaolo Bonzini
2021-10-21KVM: x86: check for interrupts before deciding whether to exit the fast pathPaolo Bonzini
2021-10-20Merge tag 'nios2_fixes_for_v5.15_part2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-10-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-10-20Merge tag 'sunxi-fixes-for-5.15-1' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2021-10-20Merge tag 'imx-fixes-5.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann
2021-10-20powerpc/smp: do not decrement idle task preempt count in CPU offlineNathan Lynch
2021-10-20powerpc/idle: Don't corrupt back chain when going idleMichael Ellerman
2021-10-19ARM: 9141/1: only warn about XIP address when not compile testingArnd Bergmann
2021-10-19ARM: 9139/1: kprobes: fix arch_init_kprobes() prototypeArnd Bergmann
2021-10-19ARM: 9138/1: fix link warning with XIP + frame-pointerArnd Bergmann
2021-10-19ARM: 9134/1: remove duplicate memcpy() definitionArnd Bergmann
2021-10-19ARM: 9133/1: mm: proc-macros: ensure *_tlb_fns are 4B alignedNick Desaulniers
2021-10-19ARM: 9132/1: Fix __get_user_check failure with ARM KASAN imagesLexi Shao
2021-10-19ARM: 9125/1: fix incorrect use of get_kernel_nofault()Ard Biesheuvel
2021-10-19ARM: 9122/1: select HAVE_FUTEX_CMPXCHGNick Desaulniers
2021-10-18KVM: SEV-ES: reduce ghcb_sa_len to 32 bitsPaolo Bonzini
2021-10-18KVM: VMX: Remove redundant handling of bus lock vmexitHao Xiang
2021-10-18KVM: x86: WARN if APIC HW/SW disable static keys are non-zero on unloadSean Christopherson
2021-10-18Revert "KVM: x86: Open code necessary bits of kvm_lapic_set_base() at vCPU RE...Sean Christopherson