summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/build: Mark per-CPU symbols as absolute explicitly for LLDRafael Ávila de Espíndola2019-04-051-1/+1
* x86/build: Specify elf_i386 linker emulation explicitly for i386 objectsGeorge Rimar2019-04-052-2/+2
* perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-04-052-3/+6
* x86/kexec: Fill in acpi_rsdp_addr from the first kernelKairui Song2019-04-051-1/+3
* efi: Fix build error due to enum collision between efi.h and ima.hAnders Roxell2019-04-051-2/+2
* docs/core-api/mm: fix user memory accessors formattingMike Rapoport2019-04-052-16/+16
* x86/hyperv: Fix kernel panic when kexec on HyperVKairui Song2019-04-051-0/+7
* KVM: x86: update %rip after emulating IOSean Christopherson2019-04-032-10/+27
* KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-04-034-14/+13
* x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=yThomas Gleixner2019-04-031-7/+1
* x86/unwind: Add hardcoded ORC entry for NULLJann Horn2019-03-271-0/+17
* x86/unwind: Handle NULL pointer calls better in frame unwinderJann Horn2019-03-272-3/+28
* KVM: nVMX: Check a single byte for VMCS "launched" in nested early checksSean Christopherson2019-03-231-1/+1
* KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson2019-03-231-3/+9
* KVM: nVMX: Apply addr size mask to effective address for VMX instructionsSean Christopherson2019-03-231-2/+23
* KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson2019-03-231-0/+4
* KVM: x86/mmu: Do not cache MMIO accesses while memslots are in fluxSean Christopherson2019-03-231-1/+6
* KVM: x86/mmu: Detect MMIO generation wrap in any address spaceSean Christopherson2019-03-231-2/+19
* KVM: VMX: Zero out *all* general purpose registers after VM-ExitSean Christopherson2019-03-231-3/+11
* KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-runSean Christopherson2019-03-231-1/+1
* KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-03-233-5/+5
* x86/ftrace: Fix warning and considate ftrace_jmp_replace() and ftrace_call_re...Steven Rostedt (VMware)2019-03-231-25/+17
* x86/kvmclock: set offset for kvm unstable clockPavel Tatashin2019-03-231-5/+1
* perf/x86/intel/uncore: Fix client IMC events return huge resultKan Liang2019-03-233-7/+10
* Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"Ben Gardon2019-03-231-13/+3
* x86/kprobes: Prohibit probing on optprobe template codeMasami Hiramatsu2019-03-231-0/+5
* xen: fix dom0 boot on huge systemsJuergen Gross2019-03-231-7/+6
* crypto: x86/morus - fix handling chunked inputs and MAY_SLEEPEric Biggers2019-03-232-48/+31
* crypto: x86/aesni-gcm - fix crash on empty plaintextEric Biggers2019-03-231-5/+8
* crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEPEric Biggers2019-03-233-69/+45
* perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot2019-03-191-1/+1
* perf/x86/intel: Fix memory corruptionPeter Zijlstra2019-03-191-1/+1
* perf/x86: Fixup typo in stub functionsPeter Zijlstra2019-03-191-2/+2
* perf/x86/intel: Implement support for TSX Force AbortPeter Zijlstra (Intel)2019-03-132-3/+77
* x86: Add TSX Force Abort CPUID/MSRPeter Zijlstra (Intel)2019-03-132-0/+7
* perf/x86/intel: Generalize dynamic constraint creationPeter Zijlstra (Intel)2019-03-131-21/+30
* perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)2019-03-133-22/+31
* x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace HubAlexander Shishkin2019-03-131-0/+16
* x86/boot/compressed/64: Do not read legacy ROM on EFI systemKirill A. Shutemov2019-03-101-3/+16
* x86/CPU/AMD: Set the CPB bit unconditionally on F17hJiaxun Yang2019-03-101-5/+3
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-022-3/+5
|\
| * x86/hyper-v: Fix definition of HV_MAX_FLUSH_REP_COUNTLan Tianyu2019-02-281-1/+1
| * x86/uaccess: Don't leak the AC flag into __put_user() value evaluationAndy Lutomirski2019-02-251-2/+4
* | Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds2019-02-251-58/+0
* | KVM: MMU: record maximum physical address width in kvm_mmu_extended_roleYu Zhang2019-02-222-0/+2
* | kvm: x86: Return LA57 feature based on hardware capabilityYu Zhang2019-02-221-0/+4
* | x86/kvm/mmu: fix switch between root and guest MMUsVitaly Kuznetsov2019-02-222-4/+14
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-174-5/+34
|\ \ | |/
| * x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche2019-02-152-3/+28
| * x86/CPU: Add Icelake model numberRajneesh Bhardwaj2019-02-141-0/+2
OpenPOWER on IntegriCloud