summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/jailhouse: Enable APIC and SMP supportJan Kiszka2018-01-142-1/+45
* x86/jailhouse: Add infrastructure for running in non-root cellJan Kiszka2018-01-147-0/+136
* x86: Introduce and use MP IRQ trigger and polarity definesJan Kiszka2018-01-144-25/+37
* x86/platform: Control warm reset setup via legacy feature flagJan Kiszka2018-01-144-2/+5
* x86/apic: Install an empty physflat_init_apic_ldrJan Kiszka2018-01-141-2/+10
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-122-3/+12
|\
| * x86/platform/intel-mid: Revert "Make 'bt_sfi_data' const"Andy Shevchenko2018-01-081-1/+1
| * x86/microcode/intel: Extend BDW late-loading with a revision checkJia Zhang2018-01-061-2/+11
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-01-121-1/+0
|\ \
| * | locking/refcounts: Remove stale comment from the ARCH_HAS_REFCOUNT Kconfig entryEric Biggers2018-01-081-1/+0
* | | Merge tag 'for-linus-4.15-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-122-6/+4
|\ \ \
| * | | x86: xen: remove the use of VLAISNick Desaulniers2018-01-081-5/+3
| * | | x86/xen/time: fix section mismatch for xen_init_time_ops()Nick Desaulniers2018-01-081-1/+1
* | | | Merge branch 'kvm-insert-lfence' into kvm-masterPaolo Bonzini2018-01-111-2/+10
|\ \ \ \
| * | | | KVM: x86: Add memory barrier on vmcs field lookupAndrew Honig2018-01-111-2/+10
* | | | | KVM: x86: emulate #UD while in guest modePaolo Bonzini2018-01-112-12/+2
* | | | | x86: kvm: propagate register_shrinker return codeArnd Bergmann2018-01-111-6/+10
* | | | | KVM MMU: check pending exception before injecting APFHaozhong Zhang2018-01-111-1/+2
| |_|/ / |/| | |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-01-072-1/+32
|\ \ \ \ | |_|_|/ |/| | |
| * | | kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson2018-01-052-1/+32
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-059-36/+44
|\ \ \ \
| * | | | x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner2018-01-053-5/+5
| * | | | x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asmDavid Woodhouse2018-01-051-2/+2
| * | | | x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner2018-01-051-1/+1
| * | | | x86/events/intel/ds: Use the proper cache flush method for mapping ds buffersPeter Zijlstra2018-01-051-0/+16
| * | | | x86/kaslr: Fix the vaddr_end messThomas Gleixner2018-01-052-24/+16
| * | | | x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner2018-01-042-3/+3
| * | | | x86/mm: Set MODULES_END to 0xffffffffff000000Andrey Ryabinin2018-01-041-1/+1
* | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-052-4/+14
|\ \ \ \ \
| * | | | | efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel2018-01-031-1/+12
| * | | | | x86/efi: Fix kernel param add_efi_memmap regressionDave Young2018-01-031-3/+2
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-047-25/+47
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | x86/process: Define cpu_tss_rw in same section as declarationNick Desaulniers2018-01-031-1/+1
| * | | | x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()Thomas Gleixner2018-01-031-7/+6
| * | | | x86/dumpstack: Print registers for first stack frameJosh Poimboeuf2018-01-031-1/+2
| * | | | x86/dumpstack: Fix partial register dumpsJosh Poimboeuf2018-01-033-13/+34
| * | | | x86/pti: Make sure the user/kernel PTEs matchThomas Gleixner2018-01-031-1/+2
| * | | | x86/cpu, x86/pti: Do not enable PTI on AMD processorsTom Lendacky2018-01-031-2/+2
* | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2017-12-3112-32/+35
|\ \ \ \ \
| * | | | | x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner2017-12-295-10/+6
| * | | | | x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 caseDou Liyang2017-12-281-0/+2
| * | | | | x86-32: Fix kexec with stack canary (CONFIG_CC_STACKPROTECTOR)Linus Torvalds2017-12-271-3/+1
| * | | | | x86: Remove unused parameter of prepare_switch_torodrigosiqueira2017-12-271-3/+2
| * | | | | x86/stacktrace: Make zombie stack traces reliableJosh Poimboeuf2017-12-191-1/+5
| * | | | | x86/mm: Unbreak modules that use the DMA APITom Lendacky2017-12-181-2/+2
| * | | | | x86/build: Make isoimage work on DebianMatthew Wilcox2017-12-161-12/+16
| * | | | | x86/espfix/64: Fix espfix double-fault handling on 5-level systemsAndy Lutomirski2017-12-151-1/+1
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-313-16/+16
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | x86/ldt: Make LDT pgtable free conditionalThomas Gleixner2017-12-311-1/+2
| * | | | | x86/ldt: Plug memory leak in error pathThomas Gleixner2017-12-311-1/+7