summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/pti: Mark constant arrays as __initconstArnd Bergmann2018-02-021-2/+2
* x86/spectre: Simplify spectre_v2 command line parsingKarimAllah Ahmed2018-02-021-30/+56
* x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf2018-01-311-14/+0
* x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse2018-01-302-19/+29
* x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"Colin Ian King2018-01-301-1/+1
* x86/spectre: Report get_user mitigation for spectre_v1Dan Williams2018-01-301-1/+1
* x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski2018-01-303-4/+4
* x86/spectre: Check CONFIG_RETPOLINE in command line parserDou Liyang2018-01-301-3/+3
* Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar2018-01-3071-1664/+2457
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-283-4/+20
| |\
| | * x86/ftrace: Add one more ENDPROC annotationJosh Poimboeuf2018-01-281-1/+1
| | * 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
| * | 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 branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-213-1/+33
| |\
| * | x86/mm: Rework wbinvd, hlt operation in stop_this_cpu()Tom Lendacky2018-01-181-10/+15
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-178-25/+77
| |\ \
| | * | 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-162-12/+2
| | * | x86/idt: Mark IDT tables __initconstAndi Kleen2018-01-141-6/+6
| | * | Revert "x86/apic: Remove init_bsp_APIC()"Ville Syrjälä2018-01-142-0/+52
| | * | 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 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-172-1/+36
| |\ \ \
| * \ \ \ Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-148-14/+243
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | x86/microcode/intel: Extend BDW late-loading with a revision checkJia Zhang2018-01-061-2/+11
| * | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-051-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-051-3/+2
| |\ \ \ \ \
| | * | | | | 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-034-13/+26
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2017-12-319-15/+15
| |\ \ \ \ \ \
| | * | | | | | 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/stacktrace: Make zombie stack traces reliableJosh Poimboeuf2017-12-191-1/+5
| | * | | | | | 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-312-10/+8
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-312-5/+17
| |\ \ \ \ \ \ \ \
| | * | | | | | | | genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIThomas Gleixner2017-12-291-1/+11
| | * | | | | | | | genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-292-4/+4
| | * | | | | | | | x86/vector: Use IRQD_CAN_RESERVE flagThomas Gleixner2017-12-291-0/+2
| * | | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-297-18/+194
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-2310-154/+53
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-12-1818-196/+336
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-151-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | x86/smpboot: Do not use smp_num_siblings in __max_logical_packages calculationPrarit Bhargava2017-12-071-2/+2
| * | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-065-6/+13
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
OpenPOWER on IntegriCloud