summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar12-95/+61
2021-02-10x86/softirq/64: Inline do_softirq_own_stack()Thomas Gleixner2-2/+12
2021-02-10softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner1-2/+0
2021-02-10x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACKThomas Gleixner1-11/+8
2021-02-10x86/softirq: Remove indirection in do_softirq_own_stack()Thomas Gleixner1-36/+16
2021-02-10x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner2-32/+35
2021-02-10x86/entry: Convert system vectors to irq stack macroThomas Gleixner2-29/+66
2021-02-10x86/irq: Provide macro for inlining irq stack switchingThomas Gleixner1-0/+98
2021-02-10x86/irq/64: Adjust the per CPU irq stack pointer by 8Thomas Gleixner2-7/+6
2021-02-10x86/irq: Sanitize irq stack trackingThomas Gleixner2-8/+8
2021-02-10x86/pv: Rework arch_local_irq_restore() to not use popfJuergen Gross3-24/+8
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross3-19/+0
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross3-34/+8
2021-02-10x86/xen: Use specific Xen pv interrupt entry for DFJuergen Gross1-0/+3
2021-02-10x86/xen: Use specific Xen pv interrupt entry for MCEJuergen Gross1-0/+3
2021-02-07Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+0
2021-02-07Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-10/+18
2021-02-06entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi1-2/+0
2021-02-04x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2-10/+18
2021-01-28Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2021-01-27x86/xen: avoid warning in Xen pv guest with CONFIG_AMD_MEM_ENCRYPT enabledJuergen Gross1-0/+1
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf1-11/+2
2021-01-24Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+18
2021-01-21x86/cpu: Add another Alder Lake CPU to the Intel familyGayatri Kammela1-0/+1
2021-01-21x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski1-2/+13
2021-01-14x86/topology: Make __max_die_per_package available unconditionallyBorislav Petkov1-2/+2
2021-01-13x86/insn: Fix vector instruction decoding on big endian cross-compilesVasily Gorbik1-0/+12
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik1-0/+10
2021-01-13x86/insn: Support big endian cross-compilesMartin Schwidefsky1-0/+33
2021-01-12x86: __always_inline __{rd,wr}msr()Peter Zijlstra1-2/+2
2021-01-11Merge tag 'hyperv-fixes-signed-20210111' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+2
2021-01-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+17
2021-01-07KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky1-0/+3
2021-01-07KVM: x86/mmu: Clarify TDP MMU page list invariantsBen Gardon1-2/+14
2021-01-07Merge branch 'kvm-master' into kvm-nextPaolo Bonzini6-6/+32
2021-01-05x86/hyperv: Fix kexec panic/hang issuesDexuan Cui1-0/+2
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-9/+55
2020-12-19Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2-2/+20
2020-12-16Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+20
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+6
2020-12-16xen: remove trailing semicolon in macro definitionTom Rix1-1/+1
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+2
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport1-0/+1
2020-12-15Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2-11/+3
2020-12-15Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki1-1/+2