| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-04-01 | 1 | -0/+6 |
|\ |
|
| * | x86, setup: guard against pre-ACPI 3 e820 code not updating %ecx | H. Peter Anvin | 2009-04-01 | 1 | -0/+6 |
* | | Merge branch 'x86/setup' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Linus Torvalds | 2009-04-01 | 1 | -9/+24 |
|\ \
| |/ |
|
| * | x86, setup: ACPI 3, BIOS workaround for E820-probing code | H. Peter Anvin | 2009-03-28 | 1 | -4/+17 |
| * | x86, setup: preemptively save/restore edi and ebp around INT 15 E820 | H. Peter Anvin | 2009-03-28 | 1 | -4/+5 |
| * | x86, setup: mark %esi as clobbered in E820 BIOS call | Michael K. Johnson | 2009-03-28 | 1 | -3/+4 |
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-04-01 | 8 | -92/+204 |
|\ \ |
|
| * | | x86/PCI: make pci=lastbus=255 work when acpi is on | Yinghai Lu | 2009-03-26 | 1 | -2/+1 |
| * | | x86/PCI: host mmconfig detect clean up | Yinghai Lu | 2009-03-20 | 2 | -60/+120 |
| * | | x86/PCI: Detect mmconfig on nVidia MCP55 | Ed Swierk | 2009-03-20 | 1 | -0/+64 |
| * | | PCI/x86: detect host bridge config space size w/o using quirks | Yinghai Lu | 2009-03-20 | 1 | -20/+0 |
| * | | PCI MSI: Add support for multiple MSI | Matthew Wilcox | 2009-03-20 | 1 | -0/+4 |
| * | | x86: use dev_printk in quirk message | Bjorn Helgaas | 2009-03-20 | 1 | -2/+1 |
| * | | PCI/MSI: Use #ifdefs instead of weak functions | Michael Ellerman | 2009-03-19 | 1 | -0/+3 |
| * | | PCI/x86: format early dump like other PCI output | Bjorn Helgaas | 2009-03-19 | 1 | -3/+3 |
| * | | PCI/x86: make early dump handle multi-function devices | Bjorn Helgaas | 2009-03-19 | 1 | -5/+8 |
* | | | pm: cleanup includes | Magnus Damm | 2009-04-01 | 1 | -24/+0 |
* | | | pm: rework includes, remove arch ifdefs | Magnus Damm | 2009-04-01 | 5 | -0/+5 |
* | | | mm: use debug_kmap_atomic | Akinobu Mita | 2009-04-01 | 2 | -0/+3 |
* | | | mm: introduce debug_kmap_atomic | Akinobu Mita | 2009-04-01 | 1 | -44/+1 |
* | | | generic debug pagealloc | Akinobu Mita | 2009-04-01 | 2 | -0/+4 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 2009-03-30 | 7 | -20/+0 |
|\ \ \ |
|
| * | | | cpumask: remove references to struct irqaction's mask field. | Rusty Russell | 2009-03-30 | 6 | -8/+0 |
| * | | | cpumask: remove node_to_first_cpu | Rusty Russell | 2009-03-30 | 1 | -12/+0 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-an... | Linus Torvalds | 2009-03-30 | 3 | -51/+63 |
|\ \ \ \ |
|
| * | | | | lguest: use KVM hypercalls | Matias Zabaljauregui | 2009-03-30 | 3 | -51/+55 |
| * | | | | lguest: wire up pte_update/pte_update_defer | Rusty Russell | 2009-03-30 | 1 | -1/+9 |
| |/ / / |
|
* | | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad... | Linus Torvalds | 2009-03-30 | 1 | -9/+1 |
|\ \ \ \ |
|
| * | | | | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 2009-03-31 | 1 | -9/+1 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2009-03-30 | 1 | -4/+11 |
|\ \ \ \ \ |
|
| * | | | | | PM: Rework handling of interrupts during suspend-resume | Rafael J. Wysocki | 2009-03-30 | 1 | -4/+11 |
| |/ / / / |
|
* | | | | | Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2009-03-30 | 11 | -166/+181 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-03-28 | 372 | -18469/+17024 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Merge branch 'dma-api/debug' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2009-03-18 | 3 | -6/+50 |
| |\ \ \ \ |
|
| | * | | | | dma-debug/x86: register pci bus for dma-debug leak detection | Joerg Roedel | 2009-03-17 | 1 | -0/+4 |
| | * | | | | dma-debug: x86 architecture bindings | Joerg Roedel | 2009-03-17 | 3 | -6/+46 |
| * | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-03-18 | 16 | -102/+150 |
| |\ \ \ \ \
| | |/ / / /
| |/| | / /
| | | |/ /
| | |/| | |
|
| * | | | | Merge branch 'iommu/fixes-2.6.29' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2009-03-05 | 1 | -2/+0 |
| |\ \ \ \ |
|
| | * | | | | AMD IOMMU: remove unnecessary ifdef | FUJITA Tomonori | 2009-03-05 | 1 | -2/+0 |
| * | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-03-05 | 110 | -623/+933 |
| |\ \ \ \ \
| | |/ / / / |
|
| * | | | | | x86: rename arch/x86/kernel/pci-swiotlb_64.c => pci-swiotlb.c | Ian Campbell | 2009-01-23 | 2 | -1/+1 |
| * | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-01-16 | 13 | -51/+76 |
| |\ \ \ \ \ |
|
| * | | | | | | swiotlb: range_needs_mapping should take a physical address. | Ian Campbell | 2009-01-11 | 1 | -1/+1 |
| * | | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-01-11 | 78 | -912/+907 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | x86, ia64: remove duplicated swiotlb code | FUJITA Tomonori | 2009-01-06 | 1 | -17/+0 |
| * | | | | | | | x86, ia64: convert to use generic dma_map_ops struct | FUJITA Tomonori | 2009-01-06 | 9 | -119/+83 |
| * | | | | | | | x86: remove map_single and unmap_single in struct dma_mapping_ops | FUJITA Tomonori | 2009-01-06 | 6 | -74/+8 |
| * | | | | | | | x86, pci-nommu: add map_page | FUJITA Tomonori | 2009-01-06 | 1 | -6/+14 |
| * | | | | | | | x86, AMD IOMMU: add map_page and unmap_page | FUJITA Tomonori | 2009-01-06 | 1 | -4/+23 |
| * | | | | | | | x86, calgary: add map_page and unmap_page | FUJITA Tomonori | 2009-01-06 | 1 | -8/+27 |