summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-298-55/+89
|\
| * x86/unwind/orc: Fall back to using frame pointers for generated codeJosh Poimboeuf2019-06-281-4/+22
| * perf/x86: Always store regs->ip in perf_callchain_kernel()Song Liu2019-06-281-5/+5
| * x86/speculation: Allow guests to use SSBD even if host does notAlejandro Jimenez2019-06-261-1/+10
| * x86/mm: Handle physical-virtual alignment mismatch in phys_p4d_init()Kirill A. Shutemov2019-06-261-11/+13
| * x86/boot/64: Add missing fixup_pointer() for next_early_pgt accessKirill A. Shutemov2019-06-261-1/+2
| * x86/boot/64: Fix crash if kernel image crosses page table boundaryKirill A. Shutemov2019-06-261-8/+9
| * x86/apic: Fix integer overflow on 10 bit left shift of cpu_khzColin Ian King2019-06-221-1/+2
| * x86/resctrl: Prevent possible overrun during bitmap operationsReinette Chatre2019-06-201-19/+16
| * x86/microcode: Fix the microcode load on CPU hotplug for realThomas Gleixner2019-06-191-5/+10
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-295-30/+16
|\ \
| * | perf/x86: Remove pmu->pebs_no_xmm_regsKan Liang2019-06-243-7/+4
| * | perf/x86: Clean up PEBS_XMM_REGSKan Liang2019-06-243-21/+3
| * | perf/x86/regs: Check reserved bitsKan Liang2019-06-241-2/+5
| * | perf/x86: Disable extended registers for non-supported PMUsKan Liang2019-06-242-0/+4
* | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-291-1/+1
|\ \ \
| * | | x86/efi: fix a -Wtype-limits compilation warningQian Cai2019-06-211-1/+1
* | | | x86/vdso: Prevent segfaults due to hoisted vclock readsAndy Lutomirski2019-06-211-2/+13
* | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2188-307/+89
|\ \ \ \
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504Thomas Gleixner2019-06-191-13/+1
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1927-110/+27
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-1919-70/+19
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner2019-06-1925-74/+25
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 477Thomas Gleixner2019-06-191-1/+2
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 474Thomas Gleixner2019-06-192-2/+2
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 243Thomas Gleixner2019-06-192-4/+2
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-1911-33/+11
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-06-204-64/+93
|\ \ \ \
| * | | | KVM: nVMX: reorganize initial steps of vmx_set_nested_statePaolo Bonzini2019-06-201-11/+15
| * | | | KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPTSean Christopherson2019-06-191-6/+10
| * | | | KVM: x86: Modify struct kvm_nested_state to have explicit fields for dataLiran Alon2019-06-193-48/+69
| * | | | KVM: nVMX: use correct clean fields when copying from eVMCSVitaly Kuznetsov2019-06-131-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-171-53/+21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | bpf, x64: fix stack layout of JITed bpf codeAlexei Starovoitov2019-06-141-53/+21
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-1610-18/+36
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov2019-06-151-1/+1
| * | | x86/kasan: Fix boot with 5-level paging and KASANAndrey Ryabinin2019-06-141-1/+1
| * | | x86/fpu: Don't use current->mm to check for a kthreadChristoph Hellwig2019-06-132-4/+4
| * | | x86/kgdb: Return 0 from kgdb_arch_set_breakpoint()Matt Mullins2019-06-121-1/+1
| * | | x86/resctrl: Prevent NULL pointer dereference when local MBM is disabledPrarit Bhargava2019-06-121-0/+3
| * | | x86/resctrl: Don't stop walking closids when a locksetup group is foundJames Morse2019-06-121-1/+6
| * | | x86/fpu: Update kernel's FPU state before using for the fsave headerSebastian Andrzej Siewior2019-06-081-0/+5
| * | | x86/mm/KASLR: Compute the size of the vmemmap section properlyBaoquan He2019-06-071-1/+10
| * | | x86/fpu: Use fault_in_pages_writeable() for pre-faultingHugh Dickins2019-06-061-9/+2
| * | | x86/CPU: Add more Icelake model numbersKan Liang2019-06-061-0/+3
| |/ /
* | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-0891-606/+93
|\ \ \
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-0544-223/+44
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 437Thomas Gleixner2019-06-052-4/+2
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430Thomas Gleixner2019-06-056-10/+8
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-052-4/+2