summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-02-16um: Enforce the usage of asm-generic/softirq_stack.hThomas Gleixner1-0/+1
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar204-1000/+1297
2021-02-11x86/softirq/64: Inline do_softirq_own_stack()Thomas Gleixner3-7/+12
2021-02-11softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner7-0/+7
2021-02-11softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner13-11/+12
2021-02-11x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACKThomas Gleixner3-12/+10
2021-02-11x86/softirq: Remove indirection in do_softirq_own_stack()Thomas Gleixner3-76/+17
2021-02-11x86/entry: Use run_sysvec_on_irqstack_cond() for XEN upcallThomas Gleixner1-13/+6
2021-02-11x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner4-34/+36
2021-02-11x86/entry: Convert system vectors to irq stack macroThomas Gleixner3-30/+66
2021-02-11x86/irq: Provide macro for inlining irq stack switchingThomas Gleixner1-0/+98
2021-02-11x86/apic: Split out spurious handling codeThomas Gleixner1-12/+19
2021-02-11x86/irq/64: Adjust the per CPU irq stack pointer by 8Thomas Gleixner5-16/+27
2021-02-11x86/irq: Sanitize irq stack trackingThomas Gleixner4-10/+10
2021-02-11x86/entry: Fix instrumentation annotationThomas Gleixner1-1/+1
2021-02-10Merge branch 'objtool/core' into x86/entryThomas Gleixner17-153/+207
2021-02-10x86/unwind/orc: Change REG_SP_INDIRECTPeter Zijlstra1-1/+4
2021-02-10x86/pv: Rework arch_local_irq_restore() to not use popfJuergen Gross10-93/+8
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross10-61/+8
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross8-47/+13
2021-02-10x86/xen: Use specific Xen pv interrupt entry for DFJuergen Gross3-3/+12
2021-02-10x86/xen: Use specific Xen pv interrupt entry for MCEJuergen Gross3-2/+19
2021-02-07Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+8
2021-02-07Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-55/+76
2021-02-07Merge tag 'kbuild-fixes-v5.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2021-02-07Merge tag 'riscv-for-linus-5.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-5/+12
2021-02-07Merge tag 'powerpc-5.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds8-21/+23
2021-02-07Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds7-78/+77
2021-02-06x86/efi: Remove EFI PGD build time checksBorislav Petkov1-19/+0
2021-02-06entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi2-4/+8
2021-02-05x86/debug: Prevent data breakpoints on cpu_dr7Lai Jiangshan1-0/+8
2021-02-05x86/debug: Prevent data breakpoints on __per_cpu_offsetLai Jiangshan1-0/+14
2021-02-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-47/+72
2021-02-05ARM: kexec: fix oops after TLB are invalidatedRussell King4-39/+36
2021-02-05ARM: ensure the signal page contains defined contentsRussell King1-6/+8
2021-02-04x86/apic: Add extra serialization for non-serializing MSRsDave Hansen5-15/+32
2021-02-04Revert "x86/setup: don't remove E820_TYPE_RAM for pfn 0"Mike Rapoport1-9/+11
2021-02-04KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU resetSean Christopherson1-0/+1
2021-02-04KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEsBen Gardon1-3/+3
2021-02-03Merge tag 'for-linus-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-99/+84
2021-02-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-4/+4
2021-02-03Merge tag 'arm-soc-fixes-v5.11-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds23-61/+65
2021-02-03Merge tag 'sunxi-fixes-for-5.11-2' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-1/+1
2021-02-03ARM: dts: lpc32xx: Revert set default clock rate of HCLK PLLAlexandre Belloni1-3/+0
2021-02-03ARM: dts: sun7i: a20: bananapro: Fix ethernet phy-modeHermann Lauer1-1/+1
2021-02-03KVM: x86: cleanup CR3 reserved bits checksPaolo Bonzini3-13/+5
2021-02-03KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson2-0/+6
2021-02-03RISC-V: Define MAXPHYSMEM_1GB only for RV32Atish Patra1-0/+2
2021-02-03riscv: Align on L1_CACHE_BYTES when STRICT_KERNEL_RWXSebastien Van Cauwenberghe1-3/+3
2021-02-03RISC-V: Fix .init section permission updateAtish Patra1-1/+3