summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2012-09-14mm: hugetlbfs: correctly populate shared pmdMichal Hocko1-5/+16
2012-08-27xen: mark local pages as FOREIGN in the m2p_overrideStefano Stabellini1-0/+36
2012-08-15x86, microcode: Sanitize per-cpu microcode reloading interfaceBorislav Petkov1-7/+19
2012-08-15x86, microcode: microcode_core.c simple_strtoul cleanupShuah Khan1-5/+4
2012-08-15x86, nops: Missing break resulting in incorrect selection on IntelAlan Cox1-1/+1
2012-08-15x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester8-26/+4
2012-07-16ACPI: Remove one board specific WARN when ignoring timer overridingFeng Tang1-5/+0
2012-07-16ACPI: Make acpi_skip_timer_override cover all source_irq==0 casesFeng Tang1-6/+8
2012-07-16x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin2-2/+2
2012-07-16ACPI, x86: fix Dell M6600 ACPI reboot regression via DMIZhang Rui1-0/+8
2012-07-16ACPI: Add a quirk for "AMILO PRO V2030" to ignore the timer overridingFeng Tang1-0/+8
2012-06-22xen/setup: filter APERFMPERF cpuid feature outAndre Przywara1-0/+8
2012-06-17x86, MCE, AMD: Make APIC LVT thresholding interrupt optionalBorislav Petkov1-11/+44
2012-06-17crypto: aesni-intel - fix unaligned cbc decrypt for x86-32Mathias Krause1-2/+4
2012-06-09mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli1-0/+50
2012-06-01x86/mce: Fix check for processor context when machine check was taken.Tony Luck1-6/+10
2012-06-01perf/x86: Update event scheduling constraints for AMD family 15h modelsRobert Richter1-1/+10
2012-05-21percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bitTejun Heo1-1/+13
2012-05-21xen/pci: don't use PCI BIOS service for configuration space accessesDavid Vrabel1-2/+5
2012-05-21xen/pte: Fix crashes when trying to see non-existent PGD/PMD/PUD/PTEsKonrad Rzeszutek Wilk1-1/+6
2012-05-07xen/smp: Fix crash when booting with ACPI hotplug CPUs.Konrad Rzeszutek Wilk1-0/+15
2012-05-07xen: correctly check for pending events when restoring irq flagsDavid Vrabel1-1/+1
2012-05-07x86, apic: APIC code touches invalid MSR on P5 class machinesBryan O'Donoghue1-14/+20
2012-04-13iommu/amd: Make sure IOMMU interrupts are re-enabled on resumeJoerg Roedel1-7/+17
2012-04-13sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi2-7/+4
2012-04-13Revert "x86/ioapic: Add register level checks to detect bogus io-apic entries"Greg Kroah-Hartman1-32/+8
2012-04-13x86/PCI: do not tie MSI MS-7253 use_crs quirk to BIOS versionJonathan Nieder1-1/+0
2012-04-13x86/PCI: use host bridge _CRS info on MSI MS-7253Jonathan Nieder1-0/+11
2012-04-13x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel1-0/+60
2012-04-13x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of ANDzhuangfeiran@ict.ac.cn1-1/+1
2012-04-02x86, tls: Off by one limit checkDan Carpenter1-2/+2
2012-04-02x86, tsc: Skip refined tsc calibration on systems with reliable TSCAlok Kataria1-0/+10
2012-04-02net: bpf_jit: fix BPF_S_LDX_B_MSH compilationEric Dumazet1-9/+5
2012-04-02x86-32: Fix endless loop when processing signals for kernel tasksDmitry Adamushko1-7/+10
2012-04-02KVM: x86: fix missing checks in syscall emulationStephan Bärwolf2-0/+64
2012-04-02KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf2-0/+26
2012-04-02mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli1-0/+2
2012-04-02x86/ioapic: Add register level checks to detect bogus io-apic entriesSuresh Siddha1-8/+32
2012-03-19x86: Derandom delay_tsc for 64 bitThomas Gleixner1-2/+2
2012-03-01x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann1-8/+36
2012-03-01i387: re-introduce FPU state preloading at context switch timeLinus Torvalds4-42/+133
2012-03-01i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds6-32/+30
2012-03-01i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds3-22/+16
2012-03-01i387: do not preload FPU state at task switch timeLinus Torvalds4-68/+11
2012-03-01i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds4-23/+58
2012-03-01i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds1-3/+6
2012-03-01i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds3-8/+45
2012-03-01i387: fix sense of sanity checkLinus Torvalds1-1/+1
2012-03-01i387: make irq_fpu_usable() tests more robustLinus Torvalds2-8/+47
2012-03-01i387: math_state_restore() isn't called from asmLinus Torvalds2-4/+4