summaryrefslogtreecommitdiffstats
path: root/include/asm-x86
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for...Ingo Molnar2008-10-106-28/+139
|\ \ \
| | | * x86/iommu: make GART driver checkpatch cleanJoerg Roedel2008-09-271-0/+2
| | | * x86: export pci-nommu's alloc_coherentFUJITA Tomonori2008-09-251-0/+3
| | | * iommu: remove fullflush and nofullflush in IOMMU generic optionFUJITA Tomonori2008-09-222-1/+6
| | | * x86: remove set_bit_string()FUJITA Tomonori2008-09-221-10/+0Star
| | | * AMD IOMMU: some set_device_domain cleanupsJoerg Roedel2008-09-191-0/+3
| | | * AMD IOMMU: don't assign preallocated protection domains to devicesJoerg Roedel2008-09-191-0/+6
| | | * AMD IOMMU: add event handling codeJoerg Roedel2008-09-191-0/+22
| | | * AMD IOMMU: add MSI interrupt supportJoerg Roedel2008-09-192-0/+10
| | | * AMD IOMMU: save pci_dev instead of devidJoerg Roedel2008-09-191-2/+3
| | | * AMD IOMMU: save pci segment from ACPI tablesJoerg Roedel2008-09-191-0/+3
| | | * AMD IOMMU: add event buffer allocationJoerg Roedel2008-09-191-0/+9
| | | * AMD IOMMU: implement lazy IO/TLB flushingJoerg Roedel2008-09-191-0/+3
| | | * x86: move GART TLB flushing options to generic codeJoerg Roedel2008-09-191-0/+1
| | | * x86: convert dma_alloc_coherent to use is_device_dma_capableFUJITA Tomonori2008-09-101-1/+1
| | | * x86: remove duplicated extern force_iommuFUJITA Tomonori2008-09-101-1/+0Star
| | | * Merge commit 'v2.6.27-rc6' into x86/iommuIngo Molnar2008-09-1010-26/+34
| | | |\ | | |_|/ | |/| |
| | | * x86: unused variable in dma_alloc_coherent_gfp_flags()Steven Noonan2008-09-091-1/+1
| | | * x86: dma_alloc_coherent sets gfp flags properlyFUJITA Tomonori2008-09-081-4/+28
| | | * x86: fix nommu_alloc_coherent allocation with NULL device argumentFUJITA Tomonori2008-09-081-0/+2
| | | * x86: move pci-nommu's dma_mask check to common codeFUJITA Tomonori2008-09-081-0/+3
| | | * x86: blacklist DMAR on Intel G31/G33 chipsetsDavid Woodhouse2008-09-051-0/+1
| | | * dma-mapping.h, x86: remove last user of dma_mapping_ops->map_simpleFUJITA Tomonori2008-08-221-3/+0Star
| | | * x86: move dma_*_coherent functions to include fileJoerg Roedel2008-08-221-10/+37
* | | | Merge branch 'linus' into x86/pat2Ingo Molnar2008-10-10284-972/+1582
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----------------------------. \ \ \ Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar2008-10-0618-52/+84
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | | | | | |/| | | | | | | | | | | | | / | | | | | | | | | |_|_|_|_|_|_|_|_|_|/ | | | | | | | | |/| | | | | | | | | |
| | | | | | | | | | | | | | | | | * | i386: vmalloc size fixDave Young2008-08-212-5/+3Star
| | | | | | | | | |_|_|_|_|_|_|_|/ / | | | | | | | | |/| | | | | | | | |
| | | | | | | | | | | | | | * | | | x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn argsEduardo Habkost2008-08-221-15/+15
| | | | | | | | | | | | | * | | | | x86, NMI watchdog: setup before enabling NMI watchdogAristeu Rozanski2008-09-221-0/+1
| | | | | | |_|_|_|_|_|_|/ / / / / | | | | | |/| | | | | | | | | | |
| | | | | | | | | | | * | | | | | x86: unsigned long pte_pfnHugh Dickins2008-09-104-11/+7Star
| | | | | | |_|_|_|_|/ / / / / / | | | | | |/| | | | | | | | | |
| | | | | | * | | | | | | | | | x86, debug printouts: IOMMU setup failures should not be KERN_ERRAdam Jackson2008-09-301-3/+3
| | | | | | * | | | | | | | | | Merge commit 'v2.6.27-rc7' into x86/debugIngo Molnar2008-09-2245-261/+334
| | | | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / / / / | | | | | |/| | | | | | | | | |
| | | | | | * | | | | | | | | | x86, debug: gpio_free might sleepUwe Kleine-König2008-09-171-0/+3
| | | | | | * | | | | | | | | | x86_64: printout msr -v2Yinghai Lu2008-08-222-0/+35
| | | * | | | | | | | | | | | | Merge commit 'v2.6.27-rc6' into x86/cleanupsIngo Molnar2008-09-193-7/+14
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / | | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | | x86-64: eliminate dead codeJan Beulich2008-09-061-5/+0Star
| | | * | | | | | | | | | | | | Merge branch 'x86/urgent' into x86/cleanupsH. Peter Anvin2008-08-263-14/+16
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar2008-08-255-5/+4Star
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | x86_64: use save/loadsegment in ia32 compatJeremy Fitzhardinge2008-08-201-2/+3
| | | * | | | | | | | | | | | | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-08-2015-29/+112
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ / / / / / / / | | | | |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | x86: <asm/asm.h> consistency cleanupsH. Peter Anvin2008-08-192-2/+7
| | | * | | | | | | | | | | | | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-08-1111-82/+101
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | x86: mmconf: fix section mismatch warningMarcin Slusarz2008-08-111-1/+1
| | | * | | | | | | | | | | | | | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-07-2613-128/+91Star
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | x86: fix up a comment in ack_APIC_irq()Maciej W. Rozycki2008-07-241-3/+1Star
| | | | |_|_|_|_|_|_|/ / / / / / / / / | | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | x86: spinlock use LOCK_PREFIXMathieu Desnoyers2008-08-151-3/+3
| | * | | | | | | | | | | | | | | | | x86: revert replace LOCK_PREFIX in futex.hMathieu Desnoyers2008-08-151-3/+3
| | | |_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'x86/tracehook' into x86-v28-for-linus-phase1Ingo Molnar2008-10-063-1/+219
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | x86, tracehook: clean up implementation of syscall_get_error()Petr Tesarik2008-09-051-1/+2
| | * | | | | | | | | | | | | | | | | Merge branch 'linus' into x86/tracehookIngo Molnar2008-09-0522-46/+82
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | |