summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | x86: Convert msi affinity setting to new chip functionsThomas Gleixner2010-10-121-14/+12
| * | | | | | | | x86: Prepare the affinity common functions for taking struct irq_data *Thomas Gleixner2010-10-122-49/+30
| * | | | | | | | x86: ioapic: Clean up the direct access to irq_descThomas Gleixner2010-10-121-51/+28
| * | | | | | | | ht: Convert to new irq_chip functionsThomas Gleixner2010-10-121-2/+2
| * | | | | | | | dmar: Convert to new irq chip functionsThomas Gleixner2010-10-121-2/+2
| * | | | | | | | x86: ioapic/hpet: Convert to new chip functionsThomas Gleixner2010-10-122-26/+20
| * | | | | | | | x86: ioapic: Convert mask to new irq_chip functionThomas Gleixner2010-10-121-52/+43
| * | | | | | | | x86: io_apic: Convert startup to new irq_chip functionThomas Gleixner2010-10-121-7/+5
| * | | | | | | | x86: Cleanup io_apicThomas Gleixner2010-10-121-67/+42
| * | | | | | | | x86: Cleanup access to irq_dataThomas Gleixner2010-10-122-32/+33
| * | | | | | | | x86: i8259: Convert to new irq_chip functionsThomas Gleixner2010-10-124-44/+45
| * | | | | | | | x86: Cleanup visws interrupt handlingThomas Gleixner2010-10-121-96/+44
| * | | | | | | | x86: Sanitize apb timer interrupt handlingThomas Gleixner2010-10-121-30/+24
| * | | | | | | | x86: Convert irq_chip access to new functionsThomas Gleixner2010-10-121-11/+13
| * | | | | | | | x86: Remove useless reinitialization of irq descriptorsThomas Gleixner2010-10-121-13/+4
| * | | | | | | | pci: Cleanup the irq_desc mess in msiThomas Gleixner2010-10-121-2/+2
| * | | | | | | | pci: Convert msi to new irq_chip functionsThomas Gleixner2010-10-121-4/+4
| * | | | | | | | Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner2010-10-1211-50/+93
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'x86/cleanups' into irq/sparseirqThomas Gleixner2010-10-1210-17/+14
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'x86/x2apic' into irq/sparseirqThomas Gleixner2010-10-124-28/+7
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | genirq: Query arch for number of early descriptorsThomas Gleixner2010-10-121-1/+1
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-x2apic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-214-28/+7
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | x86, x2apic: Simplify apic init in SMP and UP buildsSuresh Siddha2010-09-153-5/+5
| * | | | | | | | | | x86, intr-remap: Remove IRTE setup duplicate codeSuresh Siddha2010-09-151-25/+2
| * | | | | | | | | | x86, intr-remap: Set redirection hint in the IRTESuresh Siddha2010-09-151-0/+2
* | | | | | | | | | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-216-1222/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86, paravirt: Remove alloc_pmd_clone hook, only used by VMIAlok Kataria2010-08-231-1/+0
| * | | | | | | | | | | x86, vmware: Remove deprecated VMI kernel supportAlok Kataria2010-08-235-1221/+4
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-214-34/+202
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86, olpc: Register XO-1 platform devicesDaniel Drake2010-10-131-0/+24
| * | | | | | | | | | | x86, olpc: Add XO-1 poweroff supportDaniel Drake2010-10-122-0/+141
| * | | | | | | | | | | x86, olpc: Don't retry EC commands foreverPaul Fox2010-10-081-1/+4
| * | | | | | | | | | | x86, olpc: Rework BIOS signature checkDaniel Drake2010-09-232-33/+31
| * | | | | | | | | | | x86, olpc: Only enable PCI configuration type override on XO-1Daniel Drake2010-09-231-2/+4
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-22/+106
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86, mtrr: Support mtrr lookup for range spanning across MTRR rangeVenkatesh Pallipadi2010-09-101-7/+77
| * | | | | | | | | | | x86, mtrr: Refactor MTRR type overlap check codeVenkatesh Pallipadi2010-09-101-15/+29
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-214-2/+335
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86: sfi: Make local functions staticThomas Gleixner2010-10-151-2/+2
| * | | | | | | | | | | x86, earlyprintk: Add hsu early console for Intel Medfield platformFeng Tang2010-10-082-1/+94
| * | | | | | | | | | | x86, earlyprintk: Add earlyprintk for Intel Moorestown platformFeng Tang2010-10-083-0/+240
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-10-211-1/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman2010-09-171-0/+1
| * | | | | | | | | | | x86, kdump: Change copy_oldmem_page() to use cached addressingCliff Wickman2010-09-091-1/+1
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-212-11/+80
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86, hotplug: In the MWAIT case of play_dead, CLFLUSH the cache lineH. Peter Anvin2010-09-201-1/+19
| * | | | | | | | | | | x86, hotplug: Move WBINVD back outside the play_dead loopH. Peter Anvin2010-09-171-6/+5
| * | | | | | | | | | | x86, hotplug: Use mwait to offline a processor, fix the legacy caseH. Peter Anvin2010-09-171-1/+62
| * | | | | | | | | | | x86, mwait: Move mwait constants to a common header fileH. Peter Anvin2010-09-171-10/+1
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-214-67/+35
|\ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud