summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner2018-08-063-9/+9
|\
| * x86/apic: Future-proof the TSC_DEADLINE quirk for SKXLen Brown2018-07-241-0/+3
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-07-221-3/+0
| |\
| | * x86/MCE: Remove min interval polling limitationDewet Thibaut2018-07-171-3/+0
| * | Merge branch 'x86-pti-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-07-221-0/+5
| |\ \
| * \ \ Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-07-181-6/+6
| |\ \ \ | | |_|/ | |/| |
| | * | kvmclock: fix TSC calibration for nested guestsPeng Hao2018-07-181-0/+1
| | * | x86/kvmclock: set pvti_cpu0_va after enabling kvmclockRadim Krčmář2018-07-151-6/+5
* | | | x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth2018-08-032-2/+21
* | | | x86/speculation: Protect against userspace-userspace spectreRSBJiri Kosina2018-07-311-31/+7
* | | | x86/kexec: Allocate 8k PGDs for PTIJoerg Roedel2018-07-301-2/+3
* | | | x86/ldt: Enable LDT user-mapping for PAEJoerg Roedel2018-07-201-0/+53
* | | | x86/ldt: Split out sanity check in map_ldt_struct()Joerg Roedel2018-07-201-24/+58
* | | | x86/ldt: Define LDT_END_ADDRJoerg Roedel2018-07-201-1/+1
* | | | x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bitJoerg Roedel2018-07-201-7/+10
* | | | x86/pgtable/32: Allocate 8k page-tables when PTI is enabledJoerg Roedel2018-07-201-5/+15
* | | | x86/entry: Rename update_sp0 to update_task_stackJoerg Roedel2018-07-203-4/+4
* | | | x86/entry/32: Enter the kernel via trampoline stackJoerg Roedel2018-07-204-6/+4
* | | | x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handlerJoerg Roedel2018-07-202-2/+9
* | | | x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stackJoerg Roedel2018-07-201-2/+3
* | | | x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.cJoerg Roedel2018-07-202-2/+4
| |_|/ |/| |
* | | x86/apm: Don't access __preempt_count with zeroed fsVille Syrjälä2018-07-161-0/+5
|/ /
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-07-082-4/+8
|\ \
| * | x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSRTom Lendacky2018-07-031-3/+5
| * | x86/bugs: Update when to check for the LS_CFG SSBD mitigationTom Lendacky2018-07-031-1/+3
* | | x86/mtrr: Don't copy out-of-bounds data in mtrr_writeJann Horn2018-07-071-1/+2
* | | x86/paravirt: Make native_save_fl() extern inlineNick Desaulniers2018-07-032-0/+27
* | | x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all()Zhenzhong Duan2018-07-031-0/+5
* | | x86/e820: put !E820_TYPE_RAM regions into memblock.reservedNaoya Horiguchi2018-06-281-3/+12
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-241-1/+1
|\ \ \
| * | | uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()Oleg Nesterov2018-06-211-1/+1
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-241-1/+1
|\ \ \ \
| * | | | rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon2018-06-221-1/+1
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-246-12/+74
|\ \ \ \ \
| * | | | | x86/mm: Fix 'no5lvl' handlingKirill A. Shutemov2018-06-231-0/+3
| * | | | | Revert "x86/mm: Mark __pgtable_l5_enabled __initdata"Kirill A. Shutemov2018-06-231-1/+1
| * | | | | x86/CPU/AMD: Fix LLC ID bit-shift calculationSuravee Suthikulpanit2018-06-221-1/+1
| * | | | | Merge branch 'linus' into x86/urgentThomas Gleixner2018-06-2249-345/+674
| |\| | | |
| * | | | | x86/microcode/intel: Fix memleak in save_microcode_patch()Zhenzhong Duan2018-06-221-1/+4
| * | | | | x86/platform/UV: Add kernel parameter to set memory block sizemike.travis@hpe.com2018-06-211-0/+11
| * | | | | x86/platform/UV: Use new set memory block size functionmike.travis@hpe.com2018-06-211-3/+46
| * | | | | x86: Call fixup_exception() before notify_die() in math_error()Siarhei Liakh2018-06-201-6/+8
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-241-0/+4
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | x86/pti: Don't report XenPV as vulnerableJiri Kosina2018-06-211-0/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-243-18/+42
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86/mce: Fix incorrect "Machine check from unknown source" messageTony Luck2018-06-221-8/+18
| * | | | x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()Borislav Petkov2018-06-221-8/+10
| * | | | x86/mce: Check for alternate indication of machine check recovery on SkylakeTony Luck2018-06-071-2/+9
| * | | | x86/mce: Improve error message when kernel cannot recoverTony Luck2018-06-071-0/+5
* | | | | Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-145-5/+5