summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x64, x2apic/intr-remap: MSI and MSI-X support for interrupt remapping infrast...Suresh Siddha2008-07-124-8/+238
* x64, x2apic/intr-remap: IO-APIC support for interrupt-remappingSuresh Siddha2008-07-127-22/+321
* x64, x2apic/intr-remap: setup init_apic_ldr for UVSuresh Siddha2008-07-121-0/+5
* x64, x2apic/intr-remap: x2apic cluster mode supportSuresh Siddha2008-07-124-0/+139
* x64, x2apic/intr-remap: introcude self IPI to genapic routinesSuresh Siddha2008-07-125-1/+8
* x64, x2apic/intr-remap: x2apic ops for x2apic mode supportSuresh Siddha2008-07-123-0/+60
* x64, x2apic/intr-remap: disable DMA-remapping if Interrupt-remapping is detec...Suresh Siddha2008-07-121-0/+25
* x64, x2apic/intr-remap: cpuid bits for x2apic featureSuresh Siddha2008-07-122-1/+3
* x64, x2apic/intr-remap: basic apic ops supportSuresh Siddha2008-07-129-38/+109
* x64, x2apic/intr-remap: Interrupt-remapping and x2apic support, fixSuresh Siddha2008-07-121-3/+3
* x64, x2apic/intr-remap: introduce read_apic_id() to genapic routinesSuresh Siddha2008-07-128-17/+36
* x64, x2apic/intr-remap: ioapic routines which deal with initial io-apic RTE s...Suresh Siddha2008-07-122-0/+72
* x64, x2apic/intr-remap: 8259 specific mask/unmask routinesSuresh Siddha2008-07-122-0/+27
* x64, x2apic/intr-remap: generic irq migration support from process contextSuresh Siddha2008-07-122-1/+9
* x64, x2apic/intr-remap: routines managing Interrupt remapping table entries.Suresh Siddha2008-07-123-0/+259
* x64, x2apic/intr-remap: Interrupt remapping infrastructureSuresh Siddha2008-07-127-50/+272
* x64, x2apic/intr-remap: Queued invalidation infrastructure (part of VT-d)Suresh Siddha2008-07-123-7/+211
* x64, x2apic/intr-remap: move IOMMU_WAIT_OP() macro to intel-iommu.hSuresh Siddha2008-07-122-15/+15
* x64, x2apic/intr-remap: parse ioapic scope under vt-d structuresSuresh Siddha2008-07-126-0/+84
* x64, x2apic/intr-remap: Fix the need for RMRR in the DMA-remapping detectionSuresh Siddha2008-07-121-3/+1
* x64, x2apic/intr-remap: use CONFIG_DMAR for DMA-remapping specific codeSuresh Siddha2008-07-121-11/+24
* x64, x2apic/intr-remap: code re-structuring, to be used by both DMA and Inter...Suresh Siddha2008-07-124-23/+88
* x64, x2apic/intr-remap: fix the need for sequential array allocation of iommusSuresh Siddha2008-07-123-21/+18
* x64, x2apic/intr-remap: Intel vt-d, IOMMU code reorganizationSuresh Siddha2008-07-124-236/+264
* Merge branch 'x86/core' into x86/x2apicIngo Molnar2008-07-12406-16637/+24412
|\
| * Merge branch 'linus' into x86/coreIngo Molnar2008-07-1262-190/+1812
| |\ | |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2008-07-111-2/+1
|\ \
| * | [PATCH] IPMI: return correct value from ipmi_writeMark Rustad2008-07-111-2/+1
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-112-3/+17
|\ \ \
| * | | libata-acpi: don't call sleeping function from invalid contextZhang Rui2008-07-111-1/+4
| * | | Added Targa Visionary 1000 IDE adapter to pata_sis.cKai Krakow2008-07-111-0/+1
| * | | libata-acpi: filter out DIPM enableTejun Heo2008-07-111-2/+12
* | | | Fix reference counting race on log buffersDave Chinner2008-07-111-4/+11
| |/ / |/| |
* | | rtc: fix reported IRQ rate for when HPET is enabledPaul Gortmaker2008-07-101-1/+2
* | | Fix name of Russell King in various commentsUwe Kleine-König2008-07-105-5/+5
* | | rapidio: fix device reference countingEugene Surovegin2008-07-101-1/+1
* | | tpm: add Intel TPM TIS device HIDMarcin Obara2008-07-101-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-1033-128/+351
|\ \ \
| * | | tun: Persistent devices can get stuck in xoff stateMax Krasnyansky2008-07-101-0/+6
| * | | xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_infoSteffen Klassert2008-07-102-2/+2
| * | | ipv6: missed namespace context in ipv6_rthdr_rcvDenis V. Lunev2008-07-101-1/+1
| * | | netlabel: netlink_unicast calls kfree_skb on error path by itselfDenis V. Lunev2008-07-103-21/+4
| * | | ipv4: fib_trie: Fix lookup error returnBen Hutchings2008-07-101-11/+6
| * | | tcp: correct kcalloc usageMilton Miller2008-07-101-1/+1
| * | | ip: sysctl documentation cleanupStephen Hemminger2008-07-101-31/+29
| * | | Documentation: clarify tcp_{r,w}mem sysctl docsJ. Bruce Fields2008-07-101-11/+15
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-07-099-25/+63
| |\ \ \
| | * | | libertas: fix memory alignment problems on the blackfinIhar Hrachyshka2008-07-091-2/+2
| | * | | zd1211rw: stop beacons on remove_interfaceLuis Carlos Cobo2008-07-091-0/+1
| | * | | rt2x00: Disable synchronization during initializationIvo van Doorn2008-07-095-0/+47
OpenPOWER on IntegriCloud