summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-03-15Merge branch 'x86-mem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2011-03-15Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-85/+109
2011-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-291/+203
2011-03-15Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-7/+3
2011-03-15Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-57/+37
2011-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-171/+94
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-131/+814
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+2
2011-03-15x86: Add new syscalls for x86_32Aneesh Kumar K.V1-0/+2
2011-03-14Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2011-03-12x86: Mark low level interrupts IRQF_NO_THREADThomas Gleixner1-0/+2
2011-03-12x86: Use generic show_interruptsThomas Gleixner1-55/+2
2011-03-12x86: ioapic: Avoid redundant lookup of irq_cfgThomas Gleixner1-4/+5
2011-03-12x86: ioapic: Use new move_irq functionsThomas Gleixner1-2/+2
2011-03-12x86: Use the proper accessors in fixup_irqs()Thomas Gleixner1-10/+13
2011-03-12x86: ioapic: Use irq_data->stateThomas Gleixner1-8/+7
2011-03-12x86: ioapic: Simplify irq chip and handler setupThomas Gleixner1-27/+21
2011-03-12x86: Cleanup the genirq name spaceThomas Gleixner4-39/+42
2011-03-12Merge branch 'x86/apic' into x86/irqThomas Gleixner3-159/+122
2011-03-12x86, binutils, xen: Fix another wrong size directiveAlexander van Heukelum1-1/+1
2011-03-10ftrace/graph: Trace function entry before updating indexSteven Rostedt1-7/+8
2011-03-09[CPUFREQ] pcc-cpufreq: don't load driver if get_freq fails during init.Naga Chumbalkar1-1/+1
2011-03-09x86: Don't check for BIOS corruption in first 64K when there's no need toNaga Chumbalkar1-4/+4
2011-03-09Merge commit 'v2.6.38-rc8' into x86/asmIngo Molnar13-36/+79
2011-03-08kprobes: Disabling optimized kprobes for entry text sectionJiri Olsa1-0/+8
2011-03-08x86: Separate out entry text sectionJiri Olsa3-4/+9
2011-03-08Merge commit 'v2.6.38-rc8' into perf/coreIngo Molnar6-20/+39
2011-03-05x86: Really print supported CPUs if PROCESSOR_SELECT=yJan Beulich1-2/+2
2011-03-05perf: Avoid the percore allocations if the CPU is not HT capableLin Ming2-6/+13
2011-03-04perf: Fix LLC-* events on Intel Nehalem/WestmereAndi Kleen2-17/+79
2011-03-04perf: Add support for supplementary event registersAndi Kleen2-0/+262
2011-03-04perf_events: Update PEBS event constraintsStephane Eranian2-21/+42
2011-03-04Merge branch 'perf/urgent' into perf/coreIngo Molnar3-1/+165
2011-03-02perf, x86: Add Intel SandyBridge CPU supportLin Ming3-1/+165
2011-03-01[CPUFREQ] p4-clockmod: print EST-capable warning message only onceNaga Chumbalkar1-3/+3
2011-03-01[CPUFREQ] Fix another notifier leak in powernow-k8.Dave Jones1-2/+2
2011-03-01[CPUFREQ] Missing "unregister_cpu_notifier" in powernow-k8.cNeil Brown1-1/+8
2011-02-28x86: Use {push,pop}_cfi in more placesJan Beulich1-2/+1
2011-02-25x86, asm: Cleanup unnecssary macros in asm-offsets.cStratos Psomadakis3-10/+5
2011-02-25Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-14/+26
2011-02-24x86 quirk: Fix polarity for IRQ0 pin2 override on SB800 systemsAndreas Herrmann2-13/+17
2011-02-24x86/mrst: Fix apb timer rating when lapic timer is usedJacob Pan1-1/+1
2011-02-23x86: ioapic: Move trigger defines to io_apic.hThomas Gleixner1-4/+0
2011-02-23x86: ioapic: Implement and use io_apic_setup_irq_pin_once()Thomas Gleixner1-32/+25
2011-02-23x86: ioapic: Remove useless inlinesThomas Gleixner1-12/+2
2011-02-23x86: ioapic: Make a few functions staticThomas Gleixner1-27/+28
2011-02-23x86: ioapic: Use setup function in setup_IO_APIC_irq_extra()Thomas Gleixner1-10/+6
2011-02-23x86: ioapic: Use setup function in __io_apic_setup_irqs()Thomas Gleixner1-12/+5
2011-02-23x86: ioapic: Use setup function in __io_apic_set_pci_routing()Thomas Gleixner1-31/+3