summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2021-10-07kvm: fix objtool relocation warningLinus Torvalds
2021-10-07perf/x86/intel: Update event constraints for ICXKan Liang
2021-10-07bpf, x86: Fix bpf mapping of atomic fetch implementationJohan Almbladh
2021-10-07bpf, mips: Validate conditional branch offsetsPiotr Krysiuk
2021-10-07bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao
2021-10-07KVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issueZhenzhong Duan
2021-10-07KVM: nVMX: Fix nested bus lock VM exitChenyi Qiang
2021-10-07KVM: SVM: fix missing sev_decommission in sev_receive_startMingwei Zhang
2021-10-07KVM: SEV: Allow some commands for mirror VMPeter Gonda
2021-10-07KVM: SEV: Acquire vcpu mutex when updating VMSAPeter Gonda
2021-10-07KVM: SEV: Pin guest memory for write for RECEIVE_UPDATE_DATASean Christopherson
2021-10-07KVM: SEV: Update svm_vm_copy_asid_from for SEV-ESPeter Gonda
2021-10-07KVM: nVMX: Filter out all unsupported controls when eVMCS was activatedVitaly Kuznetsov
2021-10-07KVM: x86: Swap order of CPUID entry "index" vs. "significant flag" checksSean Christopherson
2021-10-07KVM: x86: Clear KVM's cached guest CR3 at RESET/INITSean Christopherson
2021-10-07KVM: x86: nSVM: don't copy virt_ext from vmcb12Maxim Levitsky
2021-10-07KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()Vitaly Kuznetsov
2021-10-07x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng
2021-10-07NIOS2: fix kconfig unmet dependency warning for SERIAL_CORE_CONSOLERandy Dunlap
2021-10-07m68k: Update ->thread.esp0 before calling syscall_trace() in ret_from_signalAl Viro
2021-10-07s390/qeth: fix deadlock during failing recoveryAlexandra Winter
2021-09-30arm64: add MTE supported check to thread switching and syscall entry/exitPeter Collingbourne
2021-09-30x86/setup: Call early_reserve_memory() earlierJuergen Gross
2021-09-30alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatileGuenter Roeck
2021-09-30arm64: Mark __stack_chk_guard as __ro_after_initDan Li
2021-09-30parisc: Use absolute_pointer() to define PAGE0Helge Deller
2021-09-30sparc: avoid stringop-overread errorsLinus Torvalds
2021-09-30sparc32: page align size in arch_dma_allocAndreas Larsson
2021-09-30m68k: Double cast io functions to unsigned longGuenter Roeck
2021-09-30x86/asm: Fix SETZ size enqcmds() build failureKees Cook
2021-09-30x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang
2021-09-30arm64: Mitigate MTE issues with str{n}cmp()Robin Murphy
2021-09-30arm64: Restore forced disabling of KPTI on ThunderXdann frazier
2021-09-30xen/x86: fix PV trap handling on secondary processorsJan Beulich
2021-09-26s390/unwind: use current_frame_address() to unwind current taskVasily Gorbik
2021-09-26s390: add kmemleak annotation in stack_alloc()Sven Schnelle
2021-09-26riscv: dts: microchip: mpfs-icicle: Fix serial consoleGeert Uytterhoeven
2021-09-26arm64: mm: limit linear region to 51 bits for KVM in nVHE modeArd Biesheuvel
2021-09-26drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner
2021-09-26s390/entry: make oklabel within CHKSTG macro localHeiko Carstens
2021-09-26um: virtio_uml: fix memory leak on init failuresJohannes Berg
2021-09-26um: fix stub location calculationJohannes Berg
2021-09-22s390/bpf: Fix branch shortening during codegen passIlya Leoshkevich
2021-09-22s390/bpf: Fix 64-bit subtraction of the -0x80000000 constantIlya Leoshkevich
2021-09-22s390/bpf: Fix optimizing out zero-extensionsIlya Leoshkevich
2021-09-22ARC: export clear_user_page() for modulesRandy Dunlap
2021-09-22KVM: arm64: Handle PSCI resets before userspace touches vCPU stateOliver Upton
2021-09-22KVM: arm64: Fix read-side race on updates to vcpu reset stateOliver Upton
2021-09-22KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page sizeAnshuman Khandual
2021-09-22KVM: arm64: Make hyp_panic() more robust when protected mode is enabledWill Deacon