summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/PCI: Fix Broadcom CNB20LE unintended sign extension (redux)Colin Ian King2019-02-201-2/+2
* x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake2019-02-061-2/+2
* KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson2019-01-131-1/+1
* x86/mtrr: Don't copy uninitialized gentry fields back to userspaceColin Ian King2019-01-131-0/+2
* x86/earlyprintk/efi: Fix infinite loop on some screen widthsYiFei Zhu2018-12-211-1/+1
* KVM: x86: fix empty-body warningsYi Wang2018-12-171-1/+1
* x86: boot: Fix EFI stub alignmentBen Hutchings2018-11-221-0/+7
* x86/corruption-check: Fix panic in memory_corruption_check() when boot option...He Zhe2018-11-221-0/+15
* x86/PCI: Mark Broadwell-EP Home Agent 1 as having non-compliant BARsPrarit Bhargava2018-11-101-0/+7
* x86/ldt: Fix small LDT allocation for XenJan Beulich2018-11-101-2/+2
* x86/idle: Restore trace_cpu_idle to mwait_idle() callsJisheng Zhang2018-11-101-0/+2
* x86/irq: Check for valid irq descriptor in check_irq_vectors_for_cpu_disable()Joerg Roedel2018-11-101-0/+3
* perf/x86/intel: Fix bug for "cycles:p" and "cycles:pp" on SLMKan Liang2018-11-101-2/+2
* perf/rapl: Fix sysfs_show() initialization for RAPL PMUStephane Eranian2018-11-101-12/+32
* x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski2018-10-131-4/+4
* x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski2018-10-131-8/+10
* x86/tsc: Add missing header to tsc_msr.cAndy Shevchenko2018-10-131-0/+1
* x86/numa_emulation: Fix emulated-to-physical node mappingDan Williams2018-10-131-1/+1
* x86/mm: Remove in_nmi() warning from vmalloc_fault()Joerg Roedel2018-09-261-2/+0
* x86/process: Re-export start_thread()Rian Hunter2018-09-051-0/+1
* kprobes/x86: Fix %p uses in error messagesMasami Hiramatsu2018-08-171-3/+1
* perf/x86/intel/uncore: Correct fixed counter index check for NHMKan Liang2018-08-091-1/+1
* perf/x86/intel/uncore: Correct fixed counter index check in generic codeKan Liang2018-08-091-1/+1
* x86/MCE: Remove min interval polling limitationDewet Thibaut2018-07-281-3/+0
* x86/boot: Fix early command-line parsing when matching at endDave Hansen2018-07-111-10/+24
* x86/cpu/intel: Add missing TLB cpuid valuesjacek.tomaka@poczta.fm2018-07-031-0/+3
* KVM: VMX: raise internal error for exception during invalid protected mode stateSean Christopherson2018-05-301-6/+14
* x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across ...Samuel Neves2018-05-301-0/+1
* x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann2018-05-302-2/+2
* kvm: x86: fix KVM_XEN_HVM_CONFIG ioctlPaolo Bonzini2018-05-301-3/+4
* x86/kexec: Avoid double free_page() upon do_kexec_load() failureTetsuo Handa2018-05-252-2/+8
* efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel2018-05-251-2/+4
* tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...Steven Rostedt (VMware)2018-05-251-4/+0
* x86/tsc: Prevent 32bit truncation in calc_hpet_ref()Xiaoming Gao2018-04-291-1/+1
* KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen2018-04-131-13/+11
* KVM: nVMX: Fix handling of lmsw instructionJan H. Schönherr2018-04-131-2/+5
* x86/tsc: Provide 'tsc=unstable' boot parameterPeter Zijlstra2018-04-131-0/+2
* crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers2018-04-081-2/+1
* kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu2018-04-081-0/+9
* kvm/x86: fix icebp instruction handlingLinus Torvalds2018-04-082-1/+9
* x86: i8259: export legacy_pic symbolHans de Goede2018-03-241-0/+1
* kprobes/x86: Set kprobes pages read-onlyMasami Hiramatsu2018-03-222-0/+7
* kprobes/x86: Fix kprobe-booster not to boost far call instructionsMasami Hiramatsu2018-03-221-0/+2
* x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu2018-03-183-0/+5
* x86/module: Detect and skip invalid relocationsJosh Poimboeuf2018-03-181-0/+13
* x86/MCE: Serialize sysfs changesSeunghun Han2018-03-181-1/+21
* x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()Arnd Bergmann2018-02-281-1/+1
* KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...Wanpeng Li2018-02-251-8/+26
* x86/mm/kmmio: Fix mmiotrace for page unaligned addressesKarol Herbst2018-02-252-7/+9
* crypto: x86/twofish-3way - Fix %rbp usageEric Biggers2018-02-251-52/+60