summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-09-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-09-28Merge tag 'm68k-for-v5.15-tag3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-09-28Merge tag 'nios2_fixes_for_v5.15_part1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-27NIOS2: setup.c: drop unused variable 'dram_start'Randy Dunlap
2021-09-26Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-09-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-25Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-09-25Merge tag 'usb-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-09-24sh: pgtable-3level: fix cast to pointer from integer of different sizeGeert Uytterhoeven
2021-09-24Merge tag 'acpi-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-09-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-09-24NIOS2: fix kconfig unmet dependency warning for SERIAL_CORE_CONSOLERandy Dunlap
2021-09-24m68k: Remove set_fs()Christoph Hellwig
2021-09-24m68k: Provide __{get,put}_kernel_nofaultChristoph Hellwig
2021-09-24m68k: Factor the 8-byte lowlevel {get,put}_user code into helpersChristoph Hellwig
2021-09-24m68k: Use BUILD_BUG for passing invalid sizes to get_user/put_userChristoph Hellwig
2021-09-24m68k: Remove the 030 case in virt_to_phys_slowChristoph Hellwig
2021-09-24m68k: Document that access_ok is broken for !CONFIG_CPU_HAS_ADDRESS_SPACESChristoph Hellwig
2021-09-24m68k: Leave stack mangling to asm wrapper of sigreturn()Al Viro
2021-09-24m68k: Update ->thread.esp0 before calling syscall_trace() in ret_from_signalAl Viro
2021-09-24m68k: Handle arrivals of multiple signals correctlyAl Viro
2021-09-24x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accessesNumfor Mbiziwo-Tiapo
2021-09-24Merge tag 'kvmarm-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2021-09-24crypto: x86/sm4 - Fix frame pointer stack corruptionJosh Poimboeuf
2021-09-23Revert "ACPI: Add memory semantics to acpi_os_map_memory()"Jia He
2021-09-23Merge tag 'for-linus-rseq' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-23Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-23KVM: X86: Synchronize the shadow pagetable before link itLai Jiangshan
2021-09-23arm64: Restore forced disabling of KPTI on ThunderXdann frazier
2021-09-23KVM: X86: Fix missed remote tlb flush in rmap_write_protect()Lai Jiangshan
2021-09-23KVM: x86: nSVM: don't copy virt_ext from vmcb12Maxim Levitsky
2021-09-23KVM: x86: nSVM: test eax for 4K alignment for GP errata workaroundMaxim Levitsky
2021-09-23KVM: x86: nSVM: restore int_vector in svm_clear_vintrMaxim Levitsky
2021-09-22x86/asm: Fix SETZ size enqcmds() build failureKees Cook
2021-09-22kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]Fares Mehanna
2021-09-22KVM: x86: nVMX: re-evaluate emulation_required on nested VM exitMaxim Levitsky
2021-09-22KVM: x86: nVMX: don't fail nested VM entry on invalid guest state if !from_vm...Maxim Levitsky
2021-09-22KVM: x86: VMX: synthesize invalid VM exit when emulating invalid guest stateMaxim Levitsky
2021-09-22KVM: x86: nSVM: refactor svm_leave_smm and smm_enter_smmMaxim Levitsky
2021-09-22KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM modeMaxim Levitsky
2021-09-22KVM: x86: reset pdptrs_from_userspace when exiting smmMaxim Levitsky
2021-09-22KVM: x86: nSVM: restore the L1 host state prior to resuming nested guest on S...Maxim Levitsky
2021-09-22KVM: nVMX: Filter out all unsupported controls when eVMCS was activatedVitaly Kuznetsov
2021-09-22KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()Vitaly Kuznetsov
2021-09-22KVM: SEV: Allow some commands for mirror VMPeter Gonda
2021-09-22KVM: SEV: Update svm_vm_copy_asid_from for SEV-ESPeter Gonda
2021-09-22KVM: nVMX: Fix nested bus lock VM exitChenyi Qiang
2021-09-22KVM: x86: Identify vCPU0 by its vcpu_idx instead of its vCPUs array entrySean Christopherson
2021-09-22KVM: x86: Query vcpu->vcpu_idx directly and drop its accessorSean Christopherson