| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: add handle_irq() to allow interrupt injection | Jeremy Fitzhardinge | 2009-02-09 | 3 | -20/+38 |
* | x86: find nr_irqs_gsi with mp_ioapic_routing | Yinghai Lu | 2009-02-09 | 3 | -5/+44 |
* | x86: check_timer cleanup | Yinghai Lu | 2009-02-09 | 1 | -8/+22 |
* | x86: use NR_IRQS_LEGACY to replace 16 | Yinghai Lu | 2009-02-09 | 2 | -7/+5 |
* | x86/irq: optimize nr_irqs | Yinghai Lu | 2009-02-09 | 1 | -5/+11 |
* | x86: clean up arch/x86/Kconfig* | Ingo Molnar | 2009-02-05 | 3 | -261/+260 |
* | x86, numaq: cleanups | Ingo Molnar | 2009-02-05 | 3 | -19/+20 |
* | Merge branch 'x86/urgent' into x86/apic | Ingo Molnar | 2009-02-05 | 26 | -70/+132 |
|\ |
|
| * | x86: disable intel_iommu support by default | Kyle McMartin | 2009-02-05 | 1 | -0/+11 |
| * | x86: don't apply __supported_pte_mask to non-present ptes | Jeremy Fitzhardinge | 2009-02-05 | 2 | -7/+21 |
| * | x86: fix grammar in user-visible BIOS warning | Alex Chiang | 2009-02-05 | 1 | -1/+1 |
| * | x86/Kconfig.cpu: make Kconfig help readable in the console | Borislav Petkov | 2009-02-04 | 1 | -13/+15 |
| * | x86, 64-bit: print DMI info in the oops trace | Kyle McMartin | 2009-02-04 | 1 | -2/+7 |
| * | Merge branch 'core/xen' into x86/urgent | Ingo Molnar | 2009-02-04 | 25 | -65/+92 |
| |\ |
|
| | * | xen: disable interrupts before saving in percpu | Jeremy Fitzhardinge | 2009-02-04 | 1 | -1/+3 |
| | * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2009-02-03 | 1 | -0/+1 |
| | |\ |
|
| | | * | PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDs | Seth Heasley | 2009-01-27 | 1 | -0/+1 |
| | * | | Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-02-01 | 8 | -8/+9 |
| | |\ \ |
|
| | | * | | headers_check fix: x86, swab.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -1/+1 |
| | | * | | headers_check fix: x86, sigcontext32.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -0/+2 |
| | | * | | headers_check fix: x86, sigcontext.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -1/+1 |
| | | * | | headers_check fix: x86, ptrace-abi.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -1/+1 |
| | | * | | headers_check fix: x86, mtrr.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -0/+1 |
| | | * | | headers_check fix: x86, mce.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -4/+1 |
| | | * | | headers_check fix: x86, kvm.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -1/+1 |
| | | * | | headers_check fix: x86, e820.h | Jaswinder Singh Rajput | 2009-01-30 | 1 | -0/+1 |
| | * | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-02-01 | 1 | -14/+17 |
| | |\ \ \ |
|
| | | * | | | x86, ds, bts: cleanup/fix DS configuration | Markus Metzger | 2009-01-22 | 1 | -14/+17 |
| | * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-01 | 3 | -9/+7 |
| | |\ \ \ \
| | | |_|/ /
| | |/| | | |
|
| | * | | | | Documentation: move DMA-mapping.txt to Doc/PCI/ | Randy Dunlap | 2009-01-30 | 2 | -3/+3 |
| | * | | | | lguest: typos fix | Atsushi SAKAI | 2009-01-30 | 1 | -2/+2 |
| | | |_|/
| | |/| | |
|
| * | | | | x86: APIC: enable workaround on AMD Fam10h CPUs | Borislav Petkov | 2009-02-04 | 1 | -1/+1 |
| * | | | | x86: push old stack address on irqstack for unwinder | Martin Hicks | 2009-02-03 | 1 | -0/+1 |
| * | | | | irq, x86: fix lock status with numa_migrate_irq_desc | Yinghai Lu | 2009-02-01 | 1 | -2/+3 |
| * | | | | x86: add cache descriptors for Intel Core i7 | Dave Jones | 2009-02-01 | 1 | -0/+15 |
| * | | | | x86/Voyager: make it build and boot | James Bottomley | 2009-01-31 | 4 | -26/+35 |
| | |/ /
| |/| | |
|
| * | | | x86 setup: fix asm constraints in vesa_store_edid | Andreas Schwab | 2009-01-30 | 1 | -6/+5 |
| * | | | x86: tone down mtrr_trim_uncached_memory() warning | Ingo Molnar | 2009-01-29 | 1 | -2/+1 |
* | | | | x86: move default_ipi_xx back to ipi.c | Yinghai Lu | 2009-02-05 | 3 | -120/+121 |
* | | | | x86, apic: explain the purpose of max_physical_apicid | Ingo Molnar | 2009-02-05 | 1 | -2/+15 |
* | | | | smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_... | Ingo Molnar | 2009-02-05 | 4 | -14/+12 |
* | | | | x86, vm86: clean up invalid_vm86_irq() | Ingo Molnar | 2009-01-31 | 1 | -1/+7 |
* | | | | x86, irq: describe NR_IRQ sizing details, clean up | Ingo Molnar | 2009-01-31 | 1 | -9/+23 |
* | | | | x86, irq_vectors.h: remove needless includes | Ingo Molnar | 2009-01-31 | 1 | -14/+8 |
* | | | | x86, irq: add IRQ layout comments | Ingo Molnar | 2009-01-31 | 1 | -34/+58 |
* | | | | x86, irqs, voyager: remove Voyager quirk | Ingo Molnar | 2009-01-31 | 1 | -11/+3 |
* | | | | x86, voyager: move Voyager-specific defines to voyager.h | Ingo Molnar | 2009-01-31 | 3 | -45/+42 |
* | | | | x86, apic: clean up spurious vector sanity check | Ingo Molnar | 2009-01-31 | 2 | -7/+7 |
* | | | | x86, apic: unify the APIC vector enumeration | Ingo Molnar | 2009-01-31 | 1 | -23/+12 |
* | | | | x86: update copyrights | Ingo Molnar | 2009-01-31 | 7 | -7/+7 |