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 Torvalds2017-10-1416-88/+284
|\
| * x86/microcode: Do the family check firstBorislav Petkov2017-10-141-9/+18
| * x86/mm: Flush more aggressively in lazy TLB modeAndy Lutomirski2017-10-143-49/+136
| * 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/mm: Disable various instrumentations of mm/mem_encrypt.c and mm/tlb.cTom Lendacky2017-10-111-2/+9
| * x86/hyperv: Fix hypercalls with extended CPU ranges for TLB flushingMarcelo Henrique Cerri2017-10-101-3/+3
| * x86/hyperv: Don't use percpu areas for pcpu_flush/pcpu_flush_ex structuresVitaly Kuznetsov2017-10-101-6/+28
| * x86/hyperv: Clear vCPU banks between calls to avoid flushing unneeded vCPUsVitaly Kuznetsov2017-10-103-5/+18
| * 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-102-2/+14
| * x86/unwind: Fix dereference of untrusted pointerJosh Poimboeuf2017-10-101-1/+15
| * x86/alternatives: Fix alt_max_short macro to really be a max()Mathias Krause2017-10-092-4/+6
| * 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-143-1/+9
|\ \
| * | x86/mce: Hide mca_cfgBorislav Petkov2017-10-053-1/+9
| |/
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-141-2/+10
|\ \
| * | perf/x86/intel/uncore: Fix memory leaks on allocation failuresColin Ian King2017-10-101-2/+10
* | | Merge tag 'for-linus-4.14c-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-131-2/+2
|\ \ \
| * | | xen/vcpu: Use a unified name about cpu hotplug state for pv and pvhvmZhenzhong Duan2017-10-101-2/+2
* | | | KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exitHaozhong Zhang2017-10-121-1/+1
* | | | KVM: MMU: always terminate page walks at level 1Ladi Prosek2017-10-102-8/+9
* | | | KVM: nVMX: update last_nonleaf_level when initializing nested EPTLadi Prosek2017-10-101-0/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-10-065-9/+18
|\ \ \ \
| * | | | KVM: add X86_LOCAL_APIC dependencyArnd Bergmann2017-10-051-0/+1
| * | | | x86/kvm: Move kvm_fastop_exception to .fixup sectionJosh Poimboeuf2017-10-051-2/+4
| * | | | kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng2017-10-043-7/+13
| | |_|/ | |/| |
* | | | Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-061-7/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | perf/x86/intel, watchdog/core: Sanitize PMU HT bug workaroundPeter Zijlstra2017-09-141-7/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-051-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov2017-10-031-2/+2
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-0113-46/+55
|\ \ \ \
| * | | | x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin2017-09-295-18/+7
| * | | | x86/mm: Disable branch profiling in mem_encrypt.cTom Lendacky2017-09-291-0/+2
| * | | | x86/asm: Fix inline asm call constraints for GCC 4.4Josh Poimboeuf2017-09-291-2/+4
| * | | | perf/x86/intel/uncore: Correct num_boxes for IIO and IRPKan Liang2017-09-251-2/+2
| * | | | perf/x86/intel/rapl: Add missing CPU IDsKan Liang2017-09-251-0/+3
| * | | | perf/x86/msr: Add missing CPU IDsKan Liang2017-09-251-0/+8
| * | | | perf/x86/intel/cstate: Add missing CPU IDsKan Liang2017-09-251-0/+4
| * | | | x86: Don't cast away the __user in __get_user_asm_u64()Ville Syrjälä2017-09-251-1/+1
| * | | | x86/sysfs: Fix off-by-one error in loop terminationSean Fu2017-09-251-1/+1
| * | | | x86/mm: Fix fault error path using unsafe vma pointerLaurent Dufour2017-09-251-23/+24
* | | | | Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-292-11/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | xen/mmu: Call xen_cleanhighmap() with 4MB aligned for page tables mappingZhenzhong Duan2017-09-281-9/+4
| * | | | x86/xen: clean up clang build warningColin Ian King2017-09-211-2/+2
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-292-106/+103
|\ \ \ \ \
| * | | | | kvm/x86: Handle async PF in RCU read-side critical sectionsBoqun Feng2017-09-291-1/+2
OpenPOWER on IntegriCloud