index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen: define BIOVEC_PHYS_MERGEABLE()
Jeremy Fitzhardinge
2010-10-18
1
-0
/
+13
*
xen: Don't disable the I/O space
Alex Nixon
2010-10-18
1
-2
/
+0
*
x86: Switch sparse_irq allocations to GFP_KERNEL
Thomas Gleixner
2010-10-12
1
-8
/
+8
*
x86: lguest: Use new irq allocator
Thomas Gleixner
2010-10-12
1
-2
/
+2
*
x86: Use sane enumeration
Thomas Gleixner
2010-10-12
1
-12
/
+10
*
x86: uv: Clean up the direct access to irq_desc
Thomas Gleixner
2010-10-12
3
-38
/
+20
*
x86: Make io_apic.c local functions static
Thomas Gleixner
2010-10-12
2
-11
/
+5
*
x86: Speed up the irq_remapped check in hot pathes
Thomas Gleixner
2010-10-12
2
-6
/
+14
*
x86: Embedd irq_2_iommu into irq_cfg
Thomas Gleixner
2010-10-12
1
-0
/
+10
*
x86: io_apic: Remove the now unused sparse_irq arch_* functions
Thomas Gleixner
2010-10-12
1
-120
/
+0
*
x86: ioapic: Cleanup sparse irq code
Thomas Gleixner
2010-10-12
2
-60
/
+48
*
x86: Don't setup ioapic irq for sci twice
Yinghai Lu
2010-10-12
1
-4
/
+4
*
x86: io_apic: Prepare alloc/free_irq_cfg()
Thomas Gleixner
2010-10-12
1
-9
/
+9
*
x86: Implement new allocator functions
Thomas Gleixner
2010-10-12
1
-7
/
+47
*
x86: ioapic: Cleanup get_one_free_irq_cfg()
Thomas Gleixner
2010-10-12
1
-12
/
+11
*
x86: ioapic: Cleanup some more
Thomas Gleixner
2010-10-12
1
-12
/
+8
*
x86: Convert ht set_affinity to new chip function
Thomas Gleixner
2010-10-12
1
-14
/
+11
*
x86: Cleanup hpet affinity setting
Thomas Gleixner
2010-10-12
1
-2
/
+1
*
x86: Convert dmar affinity setting to new chip function
Thomas Gleixner
2010-10-12
1
-13
/
+12
*
x86: Convert remapped msi to new chip.irq_set_affinity function
Thomas Gleixner
2010-10-12
1
-17
/
+17
*
x86: Convert remapped ioapic affinity setting to new irq chip function
Thomas Gleixner
2010-10-12
1
-38
/
+20
*
x86: Convert msi affinity setting to new chip functions
Thomas Gleixner
2010-10-12
1
-14
/
+12
*
x86: Prepare the affinity common functions for taking struct irq_data *
Thomas Gleixner
2010-10-12
3
-52
/
+33
*
x86: ioapic: Clean up the direct access to irq_desc
Thomas Gleixner
2010-10-12
1
-51
/
+28
*
ht: Convert to new irq_chip functions
Thomas Gleixner
2010-10-12
1
-2
/
+2
*
dmar: Convert to new irq chip functions
Thomas Gleixner
2010-10-12
1
-2
/
+2
*
x86: ioapic/hpet: Convert to new chip functions
Thomas Gleixner
2010-10-12
3
-30
/
+26
*
x86: ioapic: Convert mask to new irq_chip function
Thomas Gleixner
2010-10-12
1
-52
/
+43
*
x86: io_apic: Convert startup to new irq_chip function
Thomas Gleixner
2010-10-12
1
-7
/
+5
*
x86: Cleanup io_apic
Thomas Gleixner
2010-10-12
1
-67
/
+42
*
x86: Cleanup access to irq_data
Thomas Gleixner
2010-10-12
2
-32
/
+33
*
x86: i8259: Convert to new irq_chip functions
Thomas Gleixner
2010-10-12
5
-44
/
+47
*
x86: Cleanup visws interrupt handling
Thomas Gleixner
2010-10-12
1
-96
/
+44
*
x86: lguest: Convert to new irq chip functions
Thomas Gleixner
2010-10-12
1
-7
/
+7
*
x86: Sanitize apb timer interrupt handling
Thomas Gleixner
2010-10-12
1
-30
/
+24
*
x86: Convert irq_chip access to new functions
Thomas Gleixner
2010-10-12
1
-11
/
+13
*
x86: Remove useless reinitialization of irq descriptors
Thomas Gleixner
2010-10-12
1
-13
/
+4
*
pci: Cleanup the irq_desc mess in msi
Thomas Gleixner
2010-10-12
1
-2
/
+2
*
pci: Convert msi to new irq_chip functions
Thomas Gleixner
2010-10-12
1
-4
/
+4
*
Merge branch 'x86/urgent' of into irq/sparseirq
Thomas Gleixner
2010-10-12
19
-59
/
+138
|
\
|
*
x86, hpet: Fix bogus error check in hpet_assign_irq()
Thomas Gleixner
2010-09-30
1
-1
/
+1
|
*
x86, irq: Plug memory leak in sparse irq
Thomas Gleixner
2010-09-30
1
-3
/
+8
|
*
x86, cpu: After uncapping CPUID, re-run CPU feature detection
H. Peter Anvin
2010-09-28
3
-1
/
+3
|
*
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2010-09-27
1
-1
/
+1
|
|
\
|
|
*
x86: Avoid 'constant_test_bit()' misoptimization due to cast to non-volatile
Alexander Chumachenko
2010-09-26
1
-1
/
+1
|
*
|
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2010-09-27
5
-24
/
+79
|
|
\
\
|
|
|
/
|
|
*
Merge branch 'amd-iommu/2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2010-09-24
4
-23
/
+66
|
|
|
\
|
|
|
*
x86/amd-iommu: Fix rounding-bug in __unmap_single
Joerg Roedel
2010-09-23
1
-1
/
+3
|
|
|
*
x86/amd-iommu: Work around S3 BIOS bug
Joerg Roedel
2010-09-23
3
-0
/
+33
|
|
|
*
x86/amd-iommu: Set iommu configuration flags in enable-loop
Joerg Roedel
2010-09-23
2
-22
/
+30
[next]