summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-82/+67
2012-01-04Merge commit 'v3.2-rc7' into x86/asmIngo Molnar16-50/+124
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro2-2/+2
2011-12-27Merge remote-tracking branch 'tip/perf/core' into kvm-updates/3.3Avi Kivity5-78/+303
2011-12-27KVM guest: remove KVM guest pv mmu supportChris Wright1-181/+0
2011-12-23x86: Skip cpus with apic-ids >= 255 in !x2apic_modeSuresh Siddha1-1/+2
2011-12-23x86, x2apic: Allow "nox2apic" to disable x2apic mode setup by BIOSYinghai Lu1-10/+27
2011-12-23x86, x2apic: Fallback to xapic when BIOS doesn't setup interrupt-remappingYinghai Lu2-18/+59
2011-12-23x86, acpi: Skip acpi x2apic entries if the x2apic feature is not presentYinghai Lu1-2/+8
2011-12-23x86, apic: Add probe() for apic_flatYinghai Lu1-1/+6
2011-12-23perf/x86: Fix raw_spin_unlock_irqrestore() usageRobert Richter1-1/+1
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers2-2/+1
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers6-145/+144
2011-12-21x86: Add counter when debug stack is used with interrupts enabledSteven Rostedt2-2/+18
2011-12-21x86: Allow NMIs to hit breakpoints in i386Steven Rostedt1-7/+94
2011-12-21x86: Keep current stack in NMI breakpointsSteven Rostedt4-0/+47
2011-12-21x86: Add workaround to NMI iret woesSteven Rostedt1-0/+177
2011-12-21x86: Document the NMI handler about not using paranoid_exitSteven Rostedt1-1/+8
2011-12-21x86: Do not schedule while still in NMI contextLinus Torvalds1-32/+0
2011-12-21perf events: Add Intel x86 mapping for PERF_COUNT_HW_REF_CPU_CYCLESStephane Eranian1-0/+1
2011-12-21perf events: Enable raw event support for Intel unhalted_reference_cycles eventStephane Eranian2-11/+12
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester7-28/+4
2011-12-20Merge commit 'v3.2-rc6' into perf/coreIngo Molnar20-41/+157
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar9-82/+67
2011-12-19x86, dumpstack: Fix code bytes breakage due to missing KERN_CONTClemens Ladisch2-8/+8
2011-12-18x86: Convert per-cpu counter icr_read_retry_count into a member of irq_statFernando Luis Vazquez Cao2-8/+3
2011-12-18Merge commit 'v3.2-rc6' into x86/platformIngo Molnar14-42/+116
2011-12-18Merge branch 'mce-inject' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar1-4/+30
2011-12-16x86: add IRQ context simulation in module mce-injectChen Gong1-4/+30
2011-12-15x86, centaur: Enable cx8 for VIA Eden tooTimo Teräs1-1/+1
2011-12-15x86: Report cpb and eff_freq_ro flags correctlyJoerg Roedel1-1/+2
2011-12-15Merge branch 'early-mce-decode' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar1-7/+57
2011-12-15Merge branch 'ucode-verify-size' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2-95/+119
2011-12-14x86, mce, therm_throt: Don't report power limit and package level thermal thr...Fenghua Yu1-22/+7
2011-12-14x86, MCE: Drain mcelog bufferBorislav Petkov1-0/+39
2011-12-14x86, mce: Add wrappers for registering on the decode chainBorislav Petkov1-7/+18
2011-12-14x86, microcode, AMD: Update copyrightsBorislav Petkov1-3/+7
2011-12-14x86, microcode, AMD: Exit early on successBorislav Petkov1-13/+9
2011-12-14x86, microcode, AMD: Simplify ucode verificationBorislav Petkov1-86/+93
2011-12-14x86, microcode, AMD: Add a reusable bufferBorislav Petkov1-0/+8
2011-12-14x86, microcode, AMD: Add a vendor-specific exit functionBorislav Petkov2-0/+9
2011-12-14x86: Add per-cpu stat counter for APIC ICR read triesFernando Luis Vázquez Cao2-0/+11
2011-12-14Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar7-13/+21
2011-12-12x86, efi: EFI boot stub supportMatt Fleming1-0/+2
2011-12-12Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"Keith Packard2-22/+2
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11x86: Call idle notifier after irq_enter()Frederic Weisbecker5-9/+9
2011-12-11x86: Enter rcu extended qs after idle notifier callFrederic Weisbecker1-2/+8
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2-4/+4
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2-4/+4