summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/get_user: Use pointer masking to limit speculationDan Williams2018-01-301-0/+10
* x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams2018-01-304-14/+14
* x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams2018-01-301-4/+4
* x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams2018-01-301-0/+9
* x86: Introduce barrier_nospecDan Williams2018-01-302-2/+5
* x86: Implement array_index_mask_nospecDan Williams2018-01-301-0/+24
* x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski2018-01-307-12/+11
* x86/entry/64: Push extra regs right awayAndy Lutomirski2018-01-301-3/+7
* x86/entry/64: Remove the SYSCALL64 fast pathAndy Lutomirski2018-01-302-122/+2
* x86/spectre: Check CONFIG_RETPOLINE in command line parserDou Liyang2018-01-301-3/+3
* x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAPWilliam Grant2018-01-302-4/+7
* Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar2018-01-30234-4591/+7358
|\
| * Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-282-2/+0
| |\
| * \ Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-286-23/+59
| |\ \
| | * | x86/ftrace: Add one more ENDPROC annotationJosh Poimboeuf2018-01-281-1/+1
| | * | x86/mm/64: Tighten up vmalloc_fault() sanity checks on 5-level kernelsAndy Lutomirski2018-01-261-13/+9
| | * | x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systemsAndy Lutomirski2018-01-261-5/+29
| | * | x86/microcode: Fix again accessing initrd after having been freedBorislav Petkov2018-01-241-1/+1
| | * | x86/microcode/intel: Extend BDW late-loading further with LLC size checkJia Zhang2018-01-241-2/+18
| | * | perf/x86/amd/power: Do not load AMD power module on !AMD platformsXiao Liang2018-01-241-1/+1
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-01-281-15/+18
| |\ \ \
| | * | | perf/x86: Fix perf,x86,cpuhp deadlockPeter Zijlstra2018-01-251-15/+18
| | |/ /
| * | | Merge tag 'trace-v4.15-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-243-11/+66
| |\ \ \ | | |/ / | |/| |
| | * | ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)2018-01-231-1/+47
| | * | x86/ftrace: Fix ORC unwinding from ftrace handlersJosh Poimboeuf2018-01-232-10/+19
| * | | Merge tag 'pci-v4.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-231-12/+20
| |\ \ \ | | |/ / | |/| |
| | * | x86/PCI: Enable AMD 64-bit window on resume=?UTF-8?q?Christian=20K=C3=B6nig?=2018-01-161-12/+20
| * | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-217-7/+45
| |\ \ \
| * \ \ \ Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-211-10/+15
| |\ \ \ \
| | * | | | x86/mm: Rework wbinvd, hlt operation in stop_this_cpu()Tom Lendacky2018-01-181-10/+15
| * | | | | x86: Use __nostackprotect for sme_encrypt_kernelLaura Abbott2018-01-201-1/+1
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-01-201-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | KVM/x86: Fix wrong macro references of X86_CR0_PG_BIT and X86_CR4_PAE_BIT in ...Tianyu Lan2018-01-171-2/+2
| * | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-1713-162/+388
| |\ \ \ \ \
| | * | | | | x86/apic/vector: Fix off by one in error pathThomas Gleixner2018-01-171-2/+5
| | * | | | | x86/intel_rdt/cqm: Prevent use after freeThomas Gleixner2018-01-171-4/+4
| | * | | | | x86/mm: Encrypt the initrd earlier for BSP microcode updateTom Lendacky2018-01-165-45/+85
| | * | | | | x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryptionTom Lendacky2018-01-162-22/+121
| | * | | | | x86/mm: Centralize PMD flags in sme_encrypt_kernel()Tom Lendacky2018-01-161-56/+77
| | * | | | | x86/mm: Use a struct to reduce parameters for SME PGD mappingTom Lendacky2018-01-161-44/+46
| | * | | | | x86/mm: Clean up register saving in the __enc_copy() assembly codeTom Lendacky2018-01-161-10/+10
| | * | | | | x86/idt: Mark IDT tables __initconstAndi Kleen2018-01-141-6/+6
| | * | | | | Revert "x86/apic: Remove init_bsp_APIC()"Ville Syrjälä2018-01-143-0/+53
| | * | | | | x86/mm/pkeys: Fix fill_sig_info_pkeyEric W. Biederman2018-01-141-3/+4
| | * | | | | x86/tsc: Print tsc_khz, when it differs from cpu_khzLen Brown2018-01-141-0/+6
| | * | | | | x86/tsc: Fix erroneous TSC rate on Skylake XeonLen Brown2018-01-141-1/+0
| | * | | | | x86/tsc: Future-proof native_calibrate_tsc()Len Brown2018-01-141-0/+2
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-01-171-2/+2
| |\ \ \ \ \ \
| | * | | | | | perf/x86/rapl: Fix Haswell and Broadwell server RAPL eventKan Liang2018-01-121-2/+2
| * | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-177-13/+79
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |