summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: x86: MMU: fix ubsan index-out-of-range warningMike Krinkin2016-03-081-1/+1
* x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski2016-03-081-0/+1
* x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming2016-02-171-2/+2
* x86/irq: Call chip->irq_set_affinity in proper contextThomas Gleixner2016-02-161-1/+5
* um: Fix build error and kconfig for i386Mickaël Salaün2016-02-021-1/+1
* perf/x86: Fix filter_events() bug with event mappingsStephane Eranian2016-02-021-1/+10
* x86/LDT: Print the real LDT base addressJan Beulich2016-02-021-1/+1
* x86/mm: Improve switch_mm() barrier commentsAndy Lutomirski2016-02-021-7/+8
* x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Mario Kleiner2016-02-021-0/+8
* x86/boot: Double BOOT_HEAP_SIZE to 64KBH.J. Lu2016-02-021-1/+1
* x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski2016-02-022-4/+53
* x86/xen: don't reset vcpu_info on a cancelled suspendOuyang Zhaowei (Charles)2016-02-021-1/+2
* KVM: x86: correctly print #AC in tracesPaolo Bonzini2016-02-021-1/+1
* KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini2016-02-021-5/+6
* kvm: x86: only channel 0 of the i8254 is linked to the HPETPaolo Bonzini2016-01-252-1/+3
* x86/mce: Ensure offline CPUs don't participate in rendezvous processAshok Raj2016-01-251-0/+11
* efi: Disable interrupts around EFI calls, not in the epilog/prolog callsIngo Molnar2016-01-253-11/+10
* KVM: x86: Reload pit counters for all channels when restoring stateAndrew Honig2016-01-051-2/+6
* x86/signal: Fix restart_syscall number for x32 tasksDmitry V. Levin2016-01-051-7/+10
* x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper2015-12-141-2/+1
* x86/fpu: Fix 32-bit signal frame handlingDave Hansen2015-12-141-6/+5
* KVM: svm: unconditionally intercept #DBPaolo Bonzini2015-12-131-11/+3
* KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup2015-12-133-1/+13
* KVM: x86: Defining missing x86 vectorsNadav Amit2015-12-131-0/+3
* x86/cpu: Call verify_cpu() after having entered long mode tooBorislav Petkov2015-12-132-5/+15
* x86/setup: Fix low identity map for >= 2GB kernel rangeKrzysztof Mazur2015-12-131-1/+1
* x86/setup: Extend low identity map to cover whole kernel rangePaolo Bonzini2015-12-131-0/+8
* KVM: VMX: fix SMEP and SMAP without EPTRadim Krčmář2015-12-131-9/+10
* x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing mapMalcolm Crossley2015-12-091-1/+1
* sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov2015-11-161-2/+2
* x86/efi: Fix multiple GOP device supportKővágó, Zoltán2015-11-161-2/+6
* x86/xen: Support kexec/kdump in HVM guests by doing a soft resetVitaly Kuznetsov2015-10-301-0/+23
* x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley2015-10-281-1/+1
* Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller2015-10-281-1/+1
* x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, i...Matt Fleming2015-10-281-1/+66
* x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI codeAndy Lutomirski2015-10-191-1/+4
* x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski2015-10-192-4/+23
* KVM: x86: trap AMD MSRs for the TSeg base and maskPaolo Bonzini2015-10-092-0/+3
* x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse2015-10-061-7/+10
* x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li2015-10-061-0/+7
* perf/x86: Fix copy_from_user_nmi() return if range is not okYann Droneaud2015-09-301-1/+1
* x86/mm: Initialize pmd_idx in page_table_range_init_count()Minfei Huang2015-09-301-0/+1
* crypto: ghash-clmulni: specify context size for ghash async algorithmAndrey Ryabinin2015-09-291-0/+1
* x86/mce: Reenable CMCI banks when swiching back to interrupt modeXie XiuQi2015-09-281-18/+23
* KVM: MMU: fix validation of mmio page faultXiao Guangrong2015-09-281-45/+0
* x86/ldt: Further fix FPU emulationAndy Lutomirski2015-09-031-1/+1
* x86/ldt: Correct FPU emulation access to LDTJuergen Gross2015-08-313-7/+20
* x86/ldt: Correct LDT access in single stepping logicJuergen Gross2015-08-311-2/+2
* x86/ldt: Make modify_ldt synchronousAndy Lutomirski2015-08-319-150/+208
* KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUSTHaozhong Zhang2015-08-311-1/+1