summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/alternatives: Fix p6 nops on non-modular kernelsAvi Kivity2012-10-071-1/+1
* x86, microcode, AMD: Fix broken ucode patch size checkAndreas Herrmann2012-09-141-3/+4
* x86, microcode: Sanitize per-cpu microcode reloading interfaceBorislav Petkov2012-08-151-7/+19
* x86, microcode: microcode_core.c simple_strtoul cleanupShuah Khan2012-08-151-5/+4
* x86, nops: Missing break resulting in incorrect selection on IntelAlan Cox2012-08-151-1/+1
* x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck2012-08-091-2/+4
* x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin2012-07-161-1/+1
* ACPI, x86: fix Dell M6600 ACPI reboot regression via DMIZhang Rui2012-07-161-0/+8
* ACPI: Add a quirk for "AMILO PRO V2030" to ignore the timer overridingFeng Tang2012-07-161-0/+8
* ACPI: Remove one board specific WARN when ignoring timer overridingFeng Tang2012-07-161-5/+0
* ACPI: Make acpi_skip_timer_override cover all source_irq==0 casesFeng Tang2012-07-161-6/+8
* x86, MCE, AMD: Make APIC LVT thresholding interrupt optionalBorislav Petkov2012-06-171-12/+44
* x86: Reset the debug_stack update counterSteven Rostedt2012-06-101-2/+4
* x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32H.J. Lu2012-06-101-6/+0
* MCE: Fix vm86 handling for 32bit mce handlerAndi Kleen2012-06-011-0/+8
* x86/mce: Fix check for processor context when machine check was taken.Tony Luck2012-06-011-6/+10
* perf/x86: Update event scheduling constraints for AMD family 15h modelsRobert Richter2012-06-011-1/+10
* Merge tag 'linus-mce-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2012-05-181-3/+11
|\
| * x86/mce: Only restart instruction after machine check recovery if it is safeTony Luck2012-05-141-3/+11
| |
| \
| \
| \
*---. \ Merge branches 'perf-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urg...Linus Torvalds2012-05-172-7/+9
|\ \ \ \
| | * | | x86: Fix section annotation of acpi_map_cpu2node()Jan Beulich2012-05-081-1/+1
| | * | | x86/microcode: Ensure that module is only loaded on supported Intel CPUsSrivatsa S. Bhat2012-05-071-6/+8
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-091-8/+1
|\ \ \ \
| * | | | KVM: Do not take reference to mm during async #PFGleb Natapov2012-05-061-8/+1
* | | | | Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-081-1/+13
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bitTejun Heo2012-05-081-1/+13
* | | | | IA32 emulation: Fix build problem for modular ia32 a.out supportLarry Finger2012-05-061-0/+1
| |_|_|/ |/| | |
* | | | x86/amd: Re-enable CPU topology extensions in case BIOS has disabled itAndreas Herrmann2012-04-271-0/+18
| |_|/ |/| |
* | | x86/apic: Use x2apic physical mode based on FADT settingGreg Pearson2012-04-251-0/+6
* | | Merge tag 'l3-fix-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Ingo Molnar2012-04-251-4/+4
|\ \ \
| * | | x86, intel_cacheinfo: Fix error return code in amd_set_l3_disable_slot()Srivatsa S. Bhat2012-04-191-4/+4
| | |/ | |/|
* | | x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from asse...Konrad Rzeszutek Wilk2012-04-234-6/+8
* | | ACPI: Convert wake_sleep_flags to a value instead of functionKonrad Rzeszutek Wilk2012-04-231-0/+2
* | | x86, apic: APIC code touches invalid MSR on P5 class machinesBryan O'Donoghue2012-04-181-14/+20
* | | i387: ptrace breaks the lazy-fpu-restore logicOleg Nesterov2012-04-161-0/+1
* | | x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id()Andreas Herrmann2012-04-164-15/+9
* | | x86/amd: Remove broken links from comment and kernel messageAndreas Herrmann2012-04-161-2/+2
* | | Merge tag 'microcode-fix-for-3.4' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-04-142-11/+11
|\ \ \ | |/ / |/| |
| * | x86, microcode: Ensure that module is only loaded on supported AMD CPUsAndreas Herrmann2012-04-132-8/+10
| * | x86, microcode: Fix sysfs warning during module unload on unsupported CPUsAndreas Herrmann2012-04-131-3/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-121-3/+3
|\ \ \ | |/ / |/| |
| * | x86: vsyscall: Use NULL instead 0 for a pointer argumentEmil Goode2012-04-061-3/+3
* | | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-04-071-0/+4
|\ \ \
| * | | KVM: Resolve RCU vs. async page fault problemGleb Natapov2012-04-051-0/+4
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-051-8/+1
|\ \ \ \
| * | | | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-8/+1
* | | | | Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-041-0/+60
|\ \ \ \ \
| * | | | | x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel2012-03-291-0/+60
* | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-045-17/+29
|\ \ \ \ \ \
| * | | | | | X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-285-17/+29