| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | x86: Convert msi affinity setting to new chip functions | Thomas Gleixner | 2010-10-12 | 1 | -14/+12 |
| * | | | | | | | | x86: Prepare the affinity common functions for taking struct irq_data * | Thomas Gleixner | 2010-10-12 | 2 | -49/+30 |
| * | | | | | | | | x86: ioapic: Clean up the direct access to irq_desc | Thomas Gleixner | 2010-10-12 | 1 | -51/+28 |
| * | | | | | | | | ht: Convert to new irq_chip functions | Thomas Gleixner | 2010-10-12 | 1 | -2/+2 |
| * | | | | | | | | dmar: Convert to new irq chip functions | Thomas Gleixner | 2010-10-12 | 1 | -2/+2 |
| * | | | | | | | | x86: ioapic/hpet: Convert to new chip functions | Thomas Gleixner | 2010-10-12 | 2 | -26/+20 |
| * | | | | | | | | x86: ioapic: Convert mask to new irq_chip function | Thomas Gleixner | 2010-10-12 | 1 | -52/+43 |
| * | | | | | | | | x86: io_apic: Convert startup to new irq_chip function | Thomas Gleixner | 2010-10-12 | 1 | -7/+5 |
| * | | | | | | | | x86: Cleanup io_apic | Thomas Gleixner | 2010-10-12 | 1 | -67/+42 |
| * | | | | | | | | x86: Cleanup access to irq_data | Thomas Gleixner | 2010-10-12 | 2 | -32/+33 |
| * | | | | | | | | x86: i8259: Convert to new irq_chip functions | Thomas Gleixner | 2010-10-12 | 4 | -44/+45 |
| * | | | | | | | | x86: Cleanup visws interrupt handling | Thomas Gleixner | 2010-10-12 | 1 | -96/+44 |
| * | | | | | | | | x86: Sanitize apb timer interrupt handling | Thomas Gleixner | 2010-10-12 | 1 | -30/+24 |
| * | | | | | | | | x86: Convert irq_chip access to new functions | Thomas Gleixner | 2010-10-12 | 1 | -11/+13 |
| * | | | | | | | | x86: Remove useless reinitialization of irq descriptors | Thomas Gleixner | 2010-10-12 | 1 | -13/+4 |
| * | | | | | | | | pci: Cleanup the irq_desc mess in msi | Thomas Gleixner | 2010-10-12 | 1 | -2/+2 |
| * | | | | | | | | pci: Convert msi to new irq_chip functions | Thomas Gleixner | 2010-10-12 | 1 | -4/+4 |
| * | | | | | | | | Merge branch 'x86/urgent' of into irq/sparseirq | Thomas Gleixner | 2010-10-12 | 11 | -50/+93 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'x86/cleanups' into irq/sparseirq | Thomas Gleixner | 2010-10-12 | 10 | -17/+14 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge branch 'x86/x2apic' into irq/sparseirq | Thomas Gleixner | 2010-10-12 | 4 | -28/+7 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | genirq: Query arch for number of early descriptors | Thomas Gleixner | 2010-10-12 | 1 | -1/+1 |
| | |_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'x86-x2apic-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-10-21 | 4 | -28/+7 |
|\ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
| * | | | | | | | | | | x86, x2apic: Simplify apic init in SMP and UP builds | Suresh Siddha | 2010-09-15 | 3 | -5/+5 |
| * | | | | | | | | | | x86, intr-remap: Remove IRTE setup duplicate code | Suresh Siddha | 2010-09-15 | 1 | -25/+2 |
| * | | | | | | | | | | x86, intr-remap: Set redirection hint in the IRTE | Suresh Siddha | 2010-09-15 | 1 | -0/+2 |
* | | | | | | | | | | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-10-21 | 6 | -1222/+4 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI | Alok Kataria | 2010-08-23 | 1 | -1/+0 |
| * | | | | | | | | | | | x86, vmware: Remove deprecated VMI kernel support | Alok Kataria | 2010-08-23 | 5 | -1221/+4 |
| | |_|_|_|_|/ / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-10-21 | 4 | -34/+202 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | x86, olpc: Register XO-1 platform devices | Daniel Drake | 2010-10-13 | 1 | -0/+24 |
| * | | | | | | | | | | | x86, olpc: Add XO-1 poweroff support | Daniel Drake | 2010-10-12 | 2 | -0/+141 |
| * | | | | | | | | | | | x86, olpc: Don't retry EC commands forever | Paul Fox | 2010-10-08 | 1 | -1/+4 |
| * | | | | | | | | | | | x86, olpc: Rework BIOS signature check | Daniel Drake | 2010-09-23 | 2 | -33/+31 |
| * | | | | | | | | | | | x86, olpc: Only enable PCI configuration type override on XO-1 | Daniel Drake | 2010-09-23 | 1 | -2/+4 |
| | |_|/ / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-10-21 | 1 | -22/+106 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | x86, mtrr: Support mtrr lookup for range spanning across MTRR range | Venkatesh Pallipadi | 2010-09-10 | 1 | -7/+77 |
| * | | | | | | | | | | | x86, mtrr: Refactor MTRR type overlap check code | Venkatesh Pallipadi | 2010-09-10 | 1 | -15/+29 |
| | |_|_|_|_|_|_|/ / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-10-21 | 4 | -2/+335 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | x86: sfi: Make local functions static | Thomas Gleixner | 2010-10-15 | 1 | -2/+2 |
| * | | | | | | | | | | | x86, earlyprintk: Add hsu early console for Intel Medfield platform | Feng Tang | 2010-10-08 | 2 | -1/+94 |
| * | | | | | | | | | | | x86, earlyprintk: Add earlyprintk for Intel Moorestown platform | Feng Tang | 2010-10-08 | 3 | -0/+240 |
| | |_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-10-21 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | mm, x86: Saving vmcore with non-lazy freeing of vmas | Cliff Wickman | 2010-09-17 | 1 | -0/+1 |
| * | | | | | | | | | | | x86, kdump: Change copy_oldmem_page() to use cached addressing | Cliff Wickman | 2010-09-09 | 1 | -1/+1 |
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-10-21 | 2 | -11/+80 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | x86, hotplug: In the MWAIT case of play_dead, CLFLUSH the cache line | H. Peter Anvin | 2010-09-20 | 1 | -1/+19 |
| * | | | | | | | | | | | x86, hotplug: Move WBINVD back outside the play_dead loop | H. Peter Anvin | 2010-09-17 | 1 | -6/+5 |
| * | | | | | | | | | | | x86, hotplug: Use mwait to offline a processor, fix the legacy case | H. Peter Anvin | 2010-09-17 | 1 | -1/+62 |
| * | | | | | | | | | | | x86, mwait: Move mwait constants to a common header file | H. Peter Anvin | 2010-09-17 | 1 | -10/+1 |
| | |_|_|_|/ / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-10-21 | 4 | -67/+35 |
|\ \ \ \ \ \ \ \ \ \ \ |
|