summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-101-1/+6
|\
| * kfence, x86: fix preemptible warning on KPTI-enabled systemsMarco Elver2021-04-091-1/+6
* | ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov2021-04-071-1/+1
|/
* ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()Vitaly Kuznetsov2021-04-011-0/+1
* Merge tag 'for-linus-5.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-261-12/+0
|\
| * Revert "xen: fix p2m size in dom0 for disabled memory hotplug case"Roger Pau Monne2021-03-251-12/+0
* | Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-212-10/+14
|\ \
| * | x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTARTOleg Nesterov2021-03-161-10/+2
| * | x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov2021-03-161-1/+13
| * | x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov2021-03-162-9/+9
* | | KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ishSean Christopherson2021-03-181-8/+9
* | | KVM: x86: hyper-v: Track Hyper-V TSC page statusVitaly Kuznetsov2021-03-181-0/+17
|/ /
* | Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-141-6/+4
|\ \
| * | objtool,x86: Fix uaccess PUSHF/POPF validationPeter Zijlstra2021-03-121-6/+4
* | | Merge tag 'x86_urgent_for_v5.12_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-143-0/+18
|\ \ \
| * | | x86/sev-es: Use __copy_from_user_inatomic()Joerg Roedel2021-03-091-0/+2
| * | | x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel2021-03-082-0/+16
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-03-141-2/+2
|\ \ \ | |/ / |/| |
| * | kvm: x86: annotate RCU pointersMuhammad Usama Anjum2021-03-121-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-03-041-3/+6
|\| |
| * | KVM: x86/xen: Add support for vCPU runstate informationDavid Woodhouse2021-03-021-0/+6
| * | KVM: x86: remove misplaced comment on active_mmu_pagesDongli Zhang2021-02-261-3/+0
* | | Merge tag 'for-linus-5.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-041-0/+12
|\ \ \ | | |/ | |/|
| * | xen: fix p2m size in dom0 for disabled memory hotplug caseJuergen Gross2021-03-031-0/+12
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-262-34/+8
|\ \ \ | | |/ | |/|
| * | KVM: x86/mmu: Remove a variety of unnecessary exportsSean Christopherson2021-02-191-1/+0
| * | KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PMLSean Christopherson2021-02-191-2/+0
| * | KVM: VMX: Dynamically enable/disable PML based on memslot dirty loggingMakarand Sonare2021-02-192-0/+5
| * | KVM: x86: Move MMU's PML logic to common codeSean Christopherson2021-02-192-29/+2
| * | KVM: x86/mmu: Make dirty log size hook (PML) a value, not a functionSean Christopherson2021-02-192-2/+1
* | | kfence: use pt_regs to generate stack trace on faultsMarco Elver2021-02-261-6/+0
* | | x86, kfence: enable KFENCE for x86Alexander Potapenko2021-02-261-0/+70
* | | Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-255-95/+217
|\ \ \
| * \ \ Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-1212-95/+61
| |\ \ \
| * | | | x86/softirq/64: Inline do_softirq_own_stack()Thomas Gleixner2021-02-102-2/+12
| * | | | softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner2021-02-101-2/+0
| * | | | x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACKThomas Gleixner2021-02-101-11/+8
| * | | | x86/softirq: Remove indirection in do_softirq_own_stack()Thomas Gleixner2021-02-101-36/+16
| * | | | x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner2021-02-102-32/+35
| * | | | x86/entry: Convert system vectors to irq stack macroThomas Gleixner2021-02-102-29/+66
| * | | | x86/irq: Provide macro for inlining irq stack switchingThomas Gleixner2021-02-101-0/+98
| * | | | x86/irq/64: Adjust the per CPU irq stack pointer by 8Thomas Gleixner2021-02-102-7/+6
| * | | | x86/irq: Sanitize irq stack trackingThomas Gleixner2021-02-102-8/+8
* | | | | Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-247-239/+2
|\ \ \ \ \
| * | | | | x86/platform/intel-mid: Update Copyright year and drop file namesAndy Shevchenko2021-02-151-2/+2
| * | | | | x86/platform/intel-mid: Remove unused header inclusion in intel-mid.hAndy Shevchenko2021-02-151-1/+0
| * | | | | x86/platform/intel-mid: Drop unused __intel_mid_cpu_chip and Co.Andy Shevchenko2021-02-151-23/+0
| * | | | | x86/platform/intel-mid: Get rid of intel_scu_ipc_legacy.hAndy Shevchenko2021-02-152-20/+0
| * | | | | sfi: Remove framework for deprecated firmwareAndy Shevchenko2021-02-153-96/+1
| * | | | | mfd: intel_msic: Remove driver for deprecated platformAndy Shevchenko2021-02-091-12/+0