aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-02-20Merge tag 'x86_sgx_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-13/+9
2021-02-20Merge tag 'ras_updates_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-744/+38
2021-02-17static_call/x86: Add __static_call_return0()Peter Zijlstra1-2/+15
2021-02-15sfi: Remove framework for deprecated firmwareAndy Shevchenko2-4/+2
2021-02-14Merge tag 'x86_urgent_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+8
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+18
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar17-69/+126
2021-02-11x86/hyperv: implement and use hv_smp_prepare_cpusWei Liu1-0/+29
2021-02-11x86/hyperv: detect if Linux is the root partitionWei Liu1-0/+20
2021-02-11x86/hyperv: Load/save the Isolation Configuration leafAndrea Parri (Microsoft)1-0/+9
2021-02-10x86/softirq/64: Inline do_softirq_own_stack()Thomas Gleixner1-5/+0
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner2-0/+2
2021-02-10x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACKThomas Gleixner1-1/+1
2021-02-10x86/softirq: Remove indirection in do_softirq_own_stack()Thomas Gleixner1-1/+1
2021-02-10x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner1-1/+1
2021-02-10x86/apic: Split out spurious handling codeThomas Gleixner1-12/+19
2021-02-10x86/irq/64: Adjust the per CPU irq stack pointer by 8Thomas Gleixner3-9/+21
2021-02-10x86/irq: Sanitize irq stack trackingThomas Gleixner2-2/+2
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 Gross3-15/+0
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross3-10/+1
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross3-5/+0
2021-02-09x86/apb_timer: Remove driver for deprecated platformAndy Shevchenko2-348/+0
2021-02-09x86/acrn: Introduce acrn_cpuid_base() and hypervisor feature bitsYin Fengwei1-1/+1
2021-02-09x86/acrn: Introduce acrn_{setup, remove}_intr_handler()Shuo Liu1-0/+14
2021-02-08x86/sgx: Maintain encl->refcount for each encl->mm_list entryJarkko Sakkinen2-0/+8
2021-02-08cpufreq: ACPI: Update arch scale-invariance max perf ratio if CPPC is not thereRafael J. Wysocki1-0/+1
2021-02-08thermal: Move therm_throt there from x86/mceBorislav Petkov5-735/+24
2021-02-08x86/mce: Get rid of mcheck_intel_therm_init()Borislav Petkov2-12/+4
2021-02-07Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+8
2021-02-07Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-26/+55
2021-02-06entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi1-2/+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-05x86/sgx: Drop racy follow_pfn() checkDaniel Vetter1-8/+0
2021-02-04x86/apic: Add extra serialization for non-serializing MSRsDave Hansen3-5/+14
2021-02-04Revert "x86/setup: don't remove E820_TYPE_RAM for pfn 0"Mike Rapoport1-9/+11
2021-02-04x86/ptrace: Clean up PTRACE_GETREGS/PTRACE_PUTREGS regset selectionAndy Lutomirski1-8/+38
2021-02-04x86/reboot: Force all cpus to exit VMX root if VMX is supportedSean Christopherson1-20/+10
2021-02-04x86/apic: Export x2apic_mode for use by KVM in "warm" pathSean Christopherson1-0/+1
2021-02-01x86/split_lock: Enable the split lock feature on another Alder Lake CPUFenghua Yu1-0/+1
2021-02-01x86/debug: Fix DR6 handlingPeter Zijlstra1-21/+18
2021-01-29x86/ldt: Use tlb_gather_mmu_fullmm() when freeing LDT page-tablesWill Deacon1-1/+7
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon1-1/+1
2021-01-29tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon1-1/+1
2021-01-29x86/fpu/xstate: Use sizeof() instead of a constantYejune Deng1-2/+2
2021-01-29arch: x86: Remove CONFIG_OPROFILE supportViresh Kumar1-10/+1
2021-01-28x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]Sean Christopherson2-5/+3
2021-01-28x86/build: Treat R_386_PLT32 relocation as R_386_PC32Fangrui Song1-0/+1
2021-01-27x86/MSR: Filter MSR writes through X86_IOC_WRMSR_REGS ioctl tooMisono Tomohiro1-0/+7