aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-05Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-28/+24
2020-07-04x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski1-10/+13
2020-07-04x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski1-18/+6
2020-07-02Merge branch 'perf/vlbr'Peter Zijlstra10-13/+70
2020-07-02perf/x86: Add constraint to create guest LBR event without hw counterLike Xu1-1/+21
2020-07-02perf/x86/lbr: Add interface to get LBR informationLike Xu1-0/+12
2020-07-02cpufreq: intel_pstate: Allow enable/disable energy efficiencySrinivas Pandruvada1-2/+4
2020-07-01x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbaseAndy Lutomirski1-0/+2
2020-06-30x86: Remove dev->archdata.iommu pointerJoerg Roedel1-3/+0
2020-06-29x86/fpu: Reset MXCSR to default in kernel_fpu_begin()Petteri Aimonen1-0/+5
2020-06-28Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2020-06-28Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-6/+26
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab1-2/+2
2020-06-26Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar3-6/+4
2020-06-26x86/hyperv: allocate the hypercall page with only read and execute bitsChristoph Hellwig1-0/+2
2020-06-26x86: kill dump_fpu()Al Viro1-1/+0
2020-06-25x86/entry: Increase entry_stack size to a full pagePeter Zijlstra1-1/+1
2020-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-4/+2
2020-06-22KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson1-2/+0
2020-06-22KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson1-1/+1
2020-06-22KVM: LAPIC: ensure APIC map is up to date on concurrent update requestsPaolo Bonzini1-1/+1
2020-06-22x86/msr: Move the F15h MSRs where they belongBorislav Petkov1-3/+2
2020-06-18x86/mm/32: Fix -Wmissing prototypes warnings for init.cBenjamin Thiel1-6/+3
2020-06-18x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2Andi Kleen1-0/+3
2020-06-18x86/entry/64: Introduce the FIND_PERCPU_BASE macroChang S. Bae1-0/+15
2020-06-18x86/process/64: Make save_fsgs_for_kvm() ready for FSGSBASEThomas Gleixner1-3/+1
2020-06-18x86/fsgsbase/64: Enable FSGSBASE instructions in helper functionsChang S. Bae2-16/+13
2020-06-18x86/fsgsbase/64: Add intrinsics for FSGSBASE instructionsAndi Kleen1-0/+30
2020-06-18x86/stackprotector: Pre-initialize canary for secondary CPUsBrian Gerst1-0/+12
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-2/+2
2020-06-17x86/mm: Fix -Wmissing-prototypes warnings for arch/x86/mm/init.cBenjamin Thiel1-1/+4
2020-06-15x86/asm: Unify __ASSEMBLY__ blocksBorislav Petkov1-4/+2
2020-06-15x86/cpufeatures: Mark two free bits in word 3Borislav Petkov1-0/+2
2020-06-15x86/msr: Lift AMD family 0x15 power-specific MSRsBorislav Petkov1-1/+4
2020-06-15x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeupSean Christopherson1-0/+5
2020-06-15x86/entry, bug: Comment the instrumentation_begin() usage for WARN()Peter Zijlstra1-0/+6
2020-06-15x86/entry, cpumask: Provide non-instrumented variant of cpu_is_offline()Peter Zijlstra1-0/+18
2020-06-15x86, kcsan: Remove __no_kcsan_or_inline usagePeter Zijlstra1-5/+1
2020-06-15x86, sched: check for counters overflow in frequency invariant accountingGiovanni Gherdovich1-1/+1
2020-06-15sched/cputime: Improve cputime_adjust()Oleg Nesterov1-2/+12
2020-06-15perf/x86: Add perf text poke events for kprobesAdrian Hunter1-0/+2
2020-06-15KVM: x86: Switch KVM guest to using interrupts for page ready APF deliveryVitaly Kuznetsov1-0/+7
2020-06-13Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-14/+35
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds28-454/+840
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+1
2020-06-12x86/entry: Make NMI use IDTENTRY_RAWThomas Gleixner1-2/+2
2020-06-12x86/entry: Treat BUG/WARN as NMI-like entriesAndy Lutomirski1-1/+1
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+5
2020-06-11Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+34
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+20