| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86/irq' into x86/devel | Ingo Molnar | 2008-07-08 | 11 | -186/+275 |
|\ |
|
| * | Merge branch 'linus' into x86/irq | Ingo Molnar | 2008-06-25 | 22 | -364/+392 |
| |\ |
|
| * \ | Merge branch 'linus' into x86/irq | Ingo Molnar | 2008-06-16 | 62 | -247/+433 |
| |\ \ |
|
| * | | | x86, uv: update macros used by UV platform | Jack Steiner | 2008-06-02 | 1 | -43/+98 |
| * | | | i8259: fix final ugliness | Pavel Machek | 2008-06-02 | 1 | -14/+8 |
| * | | | x86: rename the i8259_32/64.c leftovers to irqinit_32/64.c | Thomas Gleixner | 2008-05-24 | 3 | -1/+1 |
| * | | | x86: make init_ISA_irqs() static | Thomas Gleixner | 2008-05-24 | 1 | -1/+1 |
| * | | | x86: i8259: cleanup codingstyle | Pavel Machek | 2008-05-24 | 1 | -4/+4 |
| * | | | x86: i8259.c: remove trivial ifdefs | Pavel Machek | 2008-05-24 | 1 | -17/+3 |
| * | | | x86: i8259.c: remove #ifdefs around includes | Pavel Machek | 2008-05-24 | 1 | -11/+0 |
| * | | | x86: automatical unification of i8259.c | Pavel Machek | 2008-05-24 | 4 | -605/+369 |
| * | | | x86: irq_32 move 4kstacks code to one place | Thomas Gleixner | 2008-05-12 | 1 | -86/+77 |
| * | | | x86: janitor stack overflow warning patch | Thomas Gleixner | 2008-05-12 | 1 | -61/+75 |
| * | | | i386: Execute stack overflow warning on interrupt stack v2 | Andi Kleen | 2008-05-12 | 1 | -16/+33 |
| * | | | x86: change FIRST_SYSTEM_VECTOR to a variable, fix | Alan Mayer | 2008-05-12 | 2 | -4/+4 |
| * | | | x86: change FIRST_SYSTEM_VECTOR to a variable | Alan Mayer | 2008-05-12 | 4 | -25/+33 |
| * | | | x86: move eisa_set_level_irq declaration to header | Thomas Gleixner | 2008-05-12 | 1 | -2/+0 |
| * | | | x86: move BUILD_IRQ macro magic to i8259_64.c | Thomas Gleixner | 2008-05-12 | 1 | -0/+14 |
| * | | | x86: unify interrupt vector defines | Thomas Gleixner | 2008-05-12 | 3 | -5/+3 |
| | | | | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
*---------. \ \ \ | Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debu... | Ingo Molnar | 2008-07-08 | 13 | -30/+1896 |
|\ \ \ \ \ \ \ \ \ |
|
| | | | | | * | | | | x86, AMD IOMMU: remove unnecessary code from the iommu_enable function | Joerg Roedel | 2008-07-04 | 1 | -3/+0 |
| | | | | | * | | | | x86, AMD IOMMU: don't try to init IOMMU if early detect code did not detect one | Joerg Roedel | 2008-07-04 | 1 | -0/+6 |
| | | | | | * | | | | x86, AMD IOMMU: honor iommu=off instead of amd_iommu=off | Joerg Roedel | 2008-07-04 | 1 | -8/+1 |
| | | | | | * | | | | x86, AMD IOMMU: flush domain TLB when there is more than one page to flush | Joerg Roedel | 2008-07-04 | 1 | -4/+10 |
| | | | | | * | | | | x86, AMD IOMMU: remove unnecessary set_bit_string | Joerg Roedel | 2008-07-04 | 1 | -1/+0 |
| | | | | | * | | | | x86, AMD IOMMU: more verbose Kconfig description text | Joerg Roedel | 2008-07-04 | 1 | -1/+9 |
| | | | | | * | | | | x86, AMD IOMMU: disable suspend/resume with IOMMU enabled (for now) | Joerg Roedel | 2008-06-30 | 1 | -0/+35 |
| | | | | | * | | | | x86, AMD IOMMU: build fix #3 | Ingo Molnar | 2008-06-27 | 1 | -1/+1 |
| | | | | | * | | | | x86, AMD IOMMU, build fix #2 | Ingo Molnar | 2008-06-27 | 2 | -0/+4 |
| | | | | | * | | | | x86, AMD IOMMU: build fix | Ingo Molnar | 2008-06-27 | 1 | -1/+1 |
| | | | | | * | | | | AMD_IOMMU: call detect and initialization functions from dma code | Joerg Roedel | 2008-06-27 | 1 | -0/+5 |
| | | | | | * | | | | x86, AMD IOMMU: initialize dma_ops from IOMMU initialization and enable IOMMUs | Joerg Roedel | 2008-06-27 | 1 | -0/+16 |
| | | | | | * | | | | x86, AMD IOMMU: add amd_iommu.h to export functions to the generic x86 dma code | Joerg Roedel | 2008-06-27 | 2 | -0/+2 |
| | | | | | * | | | | x86, AMD IOMMU: add dma_ops initialization function | Joerg Roedel | 2008-06-27 | 1 | -0/+46 |
| | | | | | * | | | | x86, AMD IOMMU: add pre-allocation of protection domains | Joerg Roedel | 2008-06-27 | 1 | -0/+34 |
| | | | | | * | | | | x86, AMD IOMMU: add mapping functions for coherent mappings | Joerg Roedel | 2008-06-27 | 1 | -0/+74 |
| | | | | | * | | | | x86, AMD IOMMU: add mapping functions for scatter gather lists | Joerg Roedel | 2008-06-27 | 1 | -0/+98 |
| | | | | | * | | | | x86, AMD IOMMU: add dma_ops mapping functions for single mappings | Joerg Roedel | 2008-06-27 | 1 | -0/+59 |
| | | | | | * | | | | x86, AMD IOMMU: add generic dma_ops mapping functions | Joerg Roedel | 2008-06-27 | 1 | -0/+105 |
| | | | | | * | | | | x86, AMD IOMMU: add functions to find IOMMU device resources | Joerg Roedel | 2008-06-27 | 1 | -0/+75 |
| | | | | | * | | | | x86, AMD IOMMU: add domain allocation and deallocation functions | Joerg Roedel | 2008-06-27 | 1 | -0/+147 |
| | | | | | * | | | | x86, AMD IOMMU: add address allocation and deallocation functions | Joerg Roedel | 2008-06-27 | 1 | -0/+48 |
| | | | | | * | | | | x86, AMD IOMMU: add functions to initialize unity mappings | Joerg Roedel | 2008-06-27 | 1 | -0/+122 |
| | | | | | * | | | | x86, AMD IOMMU: add functions to send IOMMU commands | Joerg Roedel | 2008-06-27 | 1 | -0/+106 |
| | | | | | * | | | | x86, AMD IOMMU: add amd_iommu.c to Makefile | Joerg Roedel | 2008-06-27 | 1 | -1/+1 |
| | | | | | * | | | | x86, AMD IOMMU: add generic defines and structures for mapping code | Joerg Roedel | 2008-06-27 | 1 | -0/+40 |
| | | | | | * | | | | x86, AMD IOMMU: add kernel command line parameters for AMD IOMMU | Joerg Roedel | 2008-06-27 | 1 | -0/+34 |
| | | | | | * | | | | x86, AMD IOMMU: add early detection code | Joerg Roedel | 2008-06-27 | 1 | -0/+20 |
| | | | | | * | | | | x86, AMD IOMMU: clue initialization code together | Joerg Roedel | 2008-06-27 | 1 | -0/+126 |
| | | | | | * | | | | x86, AMD IOMMU: add functions to parse IOMMU memory mapping requirements for ... | Joerg Roedel | 2008-06-27 | 1 | -0/+87 |