summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-125-16/+17
|\
| * x86/debug: Handle warnings before the notifier chain, to fix KGDB crashAlexander Shishkin2017-11-101-3/+7
| * x86/idt: Remove X86_TRAP_BP initialization in idt_setup_traps()Yonghong Song2017-11-081-2/+0
| * x86/unwind: Disable KASAN checking in the ORC unwinderJosh Poimboeuf2017-11-081-1/+1
| * x86/smpboot: Make optimization of delay calibration work correctlyPavel Tatashin2017-11-072-10/+9
* | Revert "x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo"Linus Torvalds2017-11-103-11/+6
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-051-0/+13
|\
| * x86/module: Detect and skip invalid relocationsJosh Poimboeuf2017-11-051-0/+13
* | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-051-94/+27
|\ \
| * | x86/mcelog: Get rid of RCU remnantsBorislav Petkov2017-11-011-94/+27
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-041-1/+1
|\ \
| * | kvm: Return -ENODEV from update_persistent_clockJason Gunthorpe2017-11-021-1/+1
* | | x86: CPU: Fix up "cpu MHz" in /proc/cpuinfoRafael J. Wysocki2017-11-033-6/+11
* | | Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz""Linus Torvalds2017-11-021-2/+8
* | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02109-0/+109
|\ \ \ | |_|/ |/| |
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02109-0/+109
* | | x86/unwind: Show function name+offset in ORC error messagesJosh Poimboeuf2017-10-231-14/+15
* | | x86/cpu/AMD: Apply the Erratum 688 fix when the BIOS doesn'tBorislav Petkov2017-10-221-0/+41
|/ /
* | x86/microcode/intel: Disable late loading on model 79Borislav Petkov2017-10-181-0/+19
* | x86/idt: Initialize early IDT before cr4_init_shadow()Thomas Gleixner2017-10-161-2/+3
* | x86/cpu/intel_cacheinfo: Remove redundant assignment to 'this_leaf'Colin Ian King2017-10-161-1/+0
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-146-17/+82
|\
| * x86/microcode: Do the family check firstBorislav Petkov2017-10-141-9/+18
| * x86/apic: Update TSC_DEADLINE quirk with additional SKX steppingLen Brown2017-10-121-1/+11
| * x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisorsPaolo Bonzini2017-10-121-1/+2
| * x86/unwind: Disable unwinder warnings on 32-bitJosh Poimboeuf2017-10-101-0/+7
| * x86/unwind: Align stack pointer in unwinder dumpJosh Poimboeuf2017-10-101-1/+2
| * x86/unwind: Use MSB for frame pointer encoding on 32-bitJosh Poimboeuf2017-10-101-0/+12
| * x86/unwind: Fix dereference of untrusted pointerJosh Poimboeuf2017-10-101-1/+15
| * x86/mm/64: Fix reboot interaction with CR4.PCIDEAndy Lutomirski2017-10-091-0/+4
| * kprobes/x86: Remove IRQ disabling from jprobe handlersMasami Hiramatsu2017-10-031-2/+0
| * kprobes/x86: Set up frame pointer in kprobe trampolineJosh Poimboeuf2017-10-031-2/+11
* | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-142-0/+9
|\ \
| * | x86/mce: Hide mca_cfgBorislav Petkov2017-10-052-0/+9
| |/
* | kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng2017-10-041-4/+10
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-013-5/+5
|\
| * x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin2017-09-292-4/+4
| * x86/sysfs: Fix off-by-one error in loop terminationSean Fu2017-09-251-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-291-1/+2
|\ \
| * | kvm/x86: Handle async PF in RCU read-side critical sectionsBoqun Feng2017-09-291-1/+2
* | | Merge branch 'WIP.x86/fpu' into x86/fpu, because it's readyIngo Molnar2017-09-266-205/+307
|\ \ \ | |_|/ |/| |
| * | x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVESEric Biggers2017-09-261-1/+1
| * | x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_u...Eric Biggers2017-09-261-11/+5
| * | x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate()Eric Biggers2017-09-261-7/+4
| * | x86/fpu: Copy the full header in copy_user_to_xstate()Eric Biggers2017-09-261-2/+5
| * | x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_k...Eric Biggers2017-09-261-10/+2
| * | x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate()Eric Biggers2017-09-261-6/+4
| * | x86/fpu: Copy the full state_header in copy_kernel_to_xstate()Eric Biggers2017-09-261-2/+4
| * | x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu_...Eric Biggers2017-09-261-7/+9
| * | x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstate...Eric Biggers2017-09-261-13/+6
OpenPOWER on IntegriCloud