summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-03-30sparc64: Fix opcode filtering in handling of no fault loadsRob Gardner1-7/+6
2021-03-30powerpc/4xx: Fix build errors from mfdcr()Michael Ellerman1-4/+4
2021-03-25x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold1-0/+5
2021-03-25x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov2-24/+14
2021-03-25x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov2-9/+9
2021-03-25x86/ioapic: Ignore IRQ2 againThomas Gleixner1-0/+10
2021-03-25perf/x86/intel: Fix unchecked MSR access error caused by VLBR_EVENTKan Liang1-0/+3
2021-03-25perf/x86/intel: Fix a crash caused by zero PEBS statusKan Liang1-1/+1
2021-03-25powerpc: Force inlining of cpu_has_feature() to avoid build failureChristophe Leroy1-2/+2
2021-03-25MIPS: compressed: fix build with enabled UBSANAlexander Lobakin1-0/+1
2021-03-25powerpc/sstep: Fix darn emulationSandipan Das1-1/+1
2021-03-25powerpc/sstep: Fix load-store and update emulationSandipan Das1-0/+14
2021-03-25RISC-V: correct enum sbi_ext_rfence_fidHeinrich Schuchardt1-2/+2
2021-03-25riscv: Correct SPARSEMEM configurationKefeng Wang1-2/+2
2021-03-25s390/pci: fix leak of PCI device structureNiklas Schnelle3-17/+31
2021-03-25s390/pci: remove superfluous zdev->zbus checkNiklas Schnelle1-1/+1
2021-03-25s390/pci: refactor zpci_create_device()Niklas Schnelle4-57/+48
2021-03-25s390/vtime: fix increased steal time accountingGerald Schaefer1-1/+1
2021-03-20crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel2-56/+84
2021-03-20crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak2-20/+20
2021-03-17KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull3-13/+13
2021-03-17KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier5-7/+14
2021-03-17KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier1-2/+1
2021-03-17KVM: arm64: Reject VM creation when the default IPA size is unsupportedMarc Zyngier1-4/+8
2021-03-17KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose3-3/+25
2021-03-17KVM: arm64: Avoid corrupting vCPU context register in guest exitWill Deacon1-1/+1
2021-03-17KVM: arm64: Fix range alignment when walking page tablesJia He1-0/+1
2021-03-17KVM: kvmclock: Fix vCPUs > 64 can't be online/hotplugedWanpeng Li1-10/+9
2021-03-17KVM: x86: Ensure deadline timer has truly expired before posting its IRQSean Christopherson1-1/+10
2021-03-17x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscallsAndy Lutomirski1-1/+2
2021-03-17x86/sev-es: Use __copy_from_user_inatomic()Joerg Roedel3-15/+55
2021-03-17x86/sev-es: Correctly track IRQ states in runtime #VC handlerJoerg Roedel1-2/+4
2021-03-17x86/entry: Move nmi entry/exit into common codeThomas Gleixner5-49/+13
2021-03-17x86/sev-es: Check regs->sp is trusted before adjusting #VC IST stackJoerg Roedel1-2/+12
2021-03-17x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel4-2/+19
2021-03-17x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2Josh Poimboeuf1-6/+6
2021-03-17powerpc: Fix missing declaration of [en/dis]able_kernel_vsx()Christophe Leroy1-0/+10
2021-03-17powerpc: Fix inverted SET_FULL_REGS bitopNicholas Piggin1-2/+2
2021-03-17powerpc/64s: Fix instruction encoding for lis in ppc_function_entry()Naveen N. Rao1-1/+1
2021-03-17powerpc/64s/exception: Clean up a missed SRR specifierDaniel Axtens1-1/+1
2021-03-17perf/x86/intel: Set PERF_ATTACH_SCHED_CB for large PEBS and LBRKan Liang1-1/+4
2021-03-17arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel3-6/+3
2021-03-17arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memoryAnshuman Khandual1-0/+12
2021-03-17arm64: perf: Fix 64-bit event counter read truncationRob Herring1-1/+1
2021-03-17arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas3-2/+5
2021-03-17arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUALAndrey Konovalov1-0/+5
2021-03-17ARM: efistub: replace adrl pseudo-op with adr_l macro invocationArd Biesheuvel1-2/+1
2021-03-17ARM: assembler: introduce adr_l, ldr_l and str_l macrosArd Biesheuvel1-0/+84
2021-03-17ARM: 9029/1: Make iwmmxt.S support Clang's integrated assemblerJian Cai2-44/+92
2021-03-17s390/smp: __smp_rescan_cpus() - move cpumask away from stackHeiko Carstens1-1/+1