summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2021-02-10x86/softirq: Remove indirection in do_softirq_own_stack()Thomas Gleixner
2021-02-10x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner
2021-02-10x86/apic: Split out spurious handling codeThomas Gleixner
2021-02-10x86/irq/64: Adjust the per CPU irq stack pointer by 8Thomas Gleixner
2021-02-10x86/irq: Sanitize irq stack trackingThomas Gleixner
2021-02-10x86/unwind/orc: Change REG_SP_INDIRECTPeter Zijlstra
2021-02-10x86/pv: Rework arch_local_irq_restore() to not use popfJuergen Gross
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross
2021-02-09x86/apb_timer: Remove driver for deprecated platformAndy Shevchenko
2021-02-09x86/acrn: Introduce acrn_cpuid_base() and hypervisor feature bitsYin Fengwei
2021-02-09x86/acrn: Introduce acrn_{setup, remove}_intr_handler()Shuo Liu
2021-02-08x86/sgx: Maintain encl->refcount for each encl->mm_list entryJarkko Sakkinen
2021-02-08cpufreq: ACPI: Update arch scale-invariance max perf ratio if CPPC is not thereRafael J. Wysocki
2021-02-08thermal: Move therm_throt there from x86/mceBorislav Petkov
2021-02-08x86/mce: Get rid of mcheck_intel_therm_init()Borislav Petkov
2021-02-07Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-02-07Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-06entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi
2021-02-05x86/debug: Prevent data breakpoints on cpu_dr7Lai Jiangshan
2021-02-05x86/debug: Prevent data breakpoints on __per_cpu_offsetLai Jiangshan
2021-02-05x86/sgx: Drop racy follow_pfn() checkDaniel Vetter
2021-02-04x86/apic: Add extra serialization for non-serializing MSRsDave Hansen
2021-02-04Revert "x86/setup: don't remove E820_TYPE_RAM for pfn 0"Mike Rapoport
2021-02-04x86/ptrace: Clean up PTRACE_GETREGS/PTRACE_PUTREGS regset selectionAndy Lutomirski
2021-02-04x86/reboot: Force all cpus to exit VMX root if VMX is supportedSean Christopherson
2021-02-04x86/apic: Export x2apic_mode for use by KVM in "warm" pathSean Christopherson
2021-02-01x86/split_lock: Enable the split lock feature on another Alder Lake CPUFenghua Yu
2021-02-01x86/debug: Fix DR6 handlingPeter Zijlstra
2021-01-29x86/ldt: Use tlb_gather_mmu_fullmm() when freeing LDT page-tablesWill Deacon
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon
2021-01-29tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon
2021-01-29x86/fpu/xstate: Use sizeof() instead of a constantYejune Deng
2021-01-29arch: x86: Remove CONFIG_OPROFILE supportViresh Kumar
2021-01-28x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]Sean Christopherson
2021-01-28x86/build: Treat R_386_PLT32 relocation as R_386_PC32Fangrui Song
2021-01-27x86/MSR: Filter MSR writes through X86_IOC_WRMSR_REGS ioctl tooMisono Tomohiro
2021-01-26x86/acpi: Support objtool validation in wakeup_64.SJosh Poimboeuf
2021-01-26x86/acpi: Annotate indirect branch as safeJosh Poimboeuf
2021-01-26x86/ftrace: Support objtool vmlinux.o validation in ftrace_64.SJosh Poimboeuf
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf
2021-01-26x86/ftrace: Add UNWIND_HINT_FUNC annotation for ftrace_stubJosh Poimboeuf
2021-01-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-01-24Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-01-24Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-01-24x86/setup: don't remove E820_TYPE_RAM for pfn 0Mike Rapoport
2021-01-21x86/vm86/32: Remove VM86_SCREEN_BITMAP supportAndy Lutomirski
2021-01-21x86/sgx: Fix the return type of sgx_init()Sami Tolvanen
2021-01-21x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski
2021-01-19x86: PM: Register syscore_ops for scale invarianceRafael J. Wysocki