aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* generic debug pagealloc: build fixAkinobu Mita2009-04-021-9/+0
* Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-011-0/+6
|\
| * x86, setup: guard against pre-ACPI 3 e820 code not updating %ecxH. Peter Anvin2009-04-011-0/+6
* | Merge branch 'x86/setup' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2009-04-011-9/+24
|\ \ | |/
| * x86, setup: ACPI 3, BIOS workaround for E820-probing codeH. Peter Anvin2009-03-281-4/+17
| * x86, setup: preemptively save/restore edi and ebp around INT 15 E820H. Peter Anvin2009-03-281-4/+5
| * x86, setup: mark %esi as clobbered in E820 BIOS callMichael K. Johnson2009-03-281-3/+4
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-04-018-92/+204
|\ \
| * | x86/PCI: make pci=lastbus=255 work when acpi is onYinghai Lu2009-03-261-2/+1
| * | x86/PCI: host mmconfig detect clean upYinghai Lu2009-03-202-60/+120
| * | x86/PCI: Detect mmconfig on nVidia MCP55Ed Swierk2009-03-201-0/+64
| * | PCI/x86: detect host bridge config space size w/o using quirksYinghai Lu2009-03-201-20/+0
| * | PCI MSI: Add support for multiple MSIMatthew Wilcox2009-03-201-0/+4
| * | x86: use dev_printk in quirk messageBjorn Helgaas2009-03-201-2/+1
| * | PCI/MSI: Use #ifdefs instead of weak functionsMichael Ellerman2009-03-191-0/+3
| * | PCI/x86: format early dump like other PCI outputBjorn Helgaas2009-03-191-3/+3
| * | PCI/x86: make early dump handle multi-function devicesBjorn Helgaas2009-03-191-5/+8
* | | pm: cleanup includesMagnus Damm2009-04-011-24/+0
* | | pm: rework includes, remove arch ifdefsMagnus Damm2009-04-015-0/+5
* | | mm: use debug_kmap_atomicAkinobu Mita2009-04-012-0/+3
* | | mm: introduce debug_kmap_atomicAkinobu Mita2009-04-011-44/+1
* | | generic debug pageallocAkinobu Mita2009-04-012-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-03-307-20/+0
|\ \ \
| * | | cpumask: remove references to struct irqaction's mask field.Rusty Russell2009-03-306-8/+0
| * | | cpumask: remove node_to_first_cpuRusty Russell2009-03-301-12/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-an...Linus Torvalds2009-03-303-51/+63
|\ \ \ \
| * | | | lguest: use KVM hypercallsMatias Zabaljauregui2009-03-303-51/+55
| * | | | lguest: wire up pte_update/pte_update_deferRusty Russell2009-03-301-1/+9
| |/ / /
* | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds2009-03-301-9/+1
|\ \ \ \
| * | | | proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-9/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-03-301-4/+11
|\ \ \ \ \
| * | | | | PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki2009-03-301-4/+11
| |/ / / /
* | | | | Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-03-3011-166/+181
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'linus' into core/iommuIngo Molnar2009-03-28372-18469/+17024
| |\ \ \ \ | | |/ / /
| * | | | Merge branch 'dma-api/debug' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2009-03-183-6/+50
| |\ \ \ \
| | * | | | dma-debug/x86: register pci bus for dma-debug leak detectionJoerg Roedel2009-03-171-0/+4
| | * | | | dma-debug: x86 architecture bindingsJoerg Roedel2009-03-173-6/+46
| * | | | | Merge branch 'linus' into core/iommuIngo Molnar2009-03-1816-102/+150
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| * | | | Merge branch 'iommu/fixes-2.6.29' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-051-2/+0
| |\ \ \ \
| | * | | | AMD IOMMU: remove unnecessary ifdefFUJITA Tomonori2009-03-051-2/+0
| * | | | | Merge branch 'linus' into core/iommuIngo Molnar2009-03-05110-623/+933
| |\ \ \ \ \ | | |/ / / /
| * | | | | x86: rename arch/x86/kernel/pci-swiotlb_64.c => pci-swiotlb.cIan Campbell2009-01-232-1/+1
| * | | | | Merge branch 'linus' into core/iommuIngo Molnar2009-01-1613-51/+76
| |\ \ \ \ \
| * | | | | | swiotlb: range_needs_mapping should take a physical address.Ian Campbell2009-01-111-1/+1
| * | | | | | Merge branch 'linus' into core/iommuIngo Molnar2009-01-1178-912/+907
| |\ \ \ \ \ \
| * | | | | | | x86, ia64: remove duplicated swiotlb codeFUJITA Tomonori2009-01-061-17/+0
| * | | | | | | x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2009-01-069-119/+83
| * | | | | | | x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori2009-01-066-74/+8
| * | | | | | | x86, pci-nommu: add map_pageFUJITA Tomonori2009-01-061-6/+14
| * | | | | | | x86, AMD IOMMU: add map_page and unmap_pageFUJITA Tomonori2009-01-061-4/+23