index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
apic
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-24
x86, ioapic: Use proper defines for the entry fields
Thomas Gleixner
1
-50
/
+50
2015-04-24
x86/irq: Move private data in struct irq_cfg into dedicated data structure
Jiang Liu
1
-102
/
+119
2015-04-24
x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()
Jiang Liu
1
-2
/
+8
2015-04-24
x86/irq: Remove function apic_set_affinity()
Jiang Liu
1
-37
/
+3
2015-04-24
x86/irq: Make functions only used in vector.c static
Jiang Liu
1
-3
/
+4
2015-04-24
x86/irq: Remove unused alloc_irq_and_cfg_at()
Jiang Liu
1
-21
/
+0
2015-04-24
x86/irq: Remove sis apic bug workaround
Thomas Gleixner
1
-25
/
+10
2015-04-24
x86/irq: Use cached IOAPIC entry instead of reading from hardware
Jiang Liu
1
-57
/
+21
2015-04-24
x86/irq: Clean up io_apic.h
Jiang Liu
1
-15
/
+8
2015-04-24
x86: Remove more unmodified io_apic_ops
Thomas Gleixner
1
-1
/
+1
2015-04-24
x86/irq: Remove x86_io_apic_ops.write and x86_io_apic_ops.modify
Jiang Liu
1
-2
/
+4
2015-04-24
x86/irq: Remove struct io_apic_irq_attr
Jiang Liu
1
-10
/
+0
2015-04-24
x86/irq: Move irq_cfg.irq_2_pin into io_apic.c
Jiang Liu
2
-90
/
+77
2015-04-24
irq_remapping: Clean up unsued code to support IOAPIC
Jiang Liu
1
-1
/
+0
2015-04-24
x86/irq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQ
Jiang Liu
1
-34
/
+0
2015-04-24
x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfaces
Jiang Liu
1
-16
/
+4
2015-04-24
x86/irq: Remove x86_io_apic_ops.set_affinity and related interfaces
Jiang Liu
1
-24
/
+1
2015-04-24
x86/irq: Remove x86_io_apic_ops.setup_entry and related interfaces
Jiang Liu
1
-24
/
+0
2015-04-24
x86/irq: Remove x86_io_apic_ops.print_entries and related interfaces
Jiang Liu
1
-55
/
+0
2015-04-24
x86/irq: Remove unused struct mp_pin_info
Jiang Liu
1
-27
/
+3
2015-04-24
x86/irq: Remove unused old IOAPIC irqdomain interfaces
Jiang Liu
1
-201
/
+1
2015-04-24
x86/irq: Convert IOAPIC to use hierarchical irqdomain interfaces
Jiang Liu
1
-97
/
+211
2015-04-24
x86/irq: Introduce helper functions to support hierarchical irqdomains for IO...
Jiang Liu
1
-0
/
+61
2015-04-24
x86/irq: Simplify the way to print IOAPIC entry
Jiang Liu
1
-2
/
+28
2015-04-24
x86/irq: Refine the way to allocate irq_cfg for legacy IRQs
Jiang Liu
2
-13
/
+42
2015-04-24
x86/irq: Implement callbacks to enable hierarchical irqdomains on IOAPICs
Jiang Liu
1
-3
/
+156
2015-04-24
x86/irq: Prepare IOAPIC interfaces to support hierarchical irqdomains
Jiang Liu
1
-13
/
+26
2015-04-24
x86/irq: Remove unused pre_init_apic_IRQ0()
Jiang Liu
1
-17
/
+0
2015-04-24
x86/irq: Simplify MSI/DMAR/HPET implementation by using common code
Jiang Liu
1
-138
/
+54
2015-04-24
x86/irq: Implement irq_chip.irq_write_msi_msg for MSI/DMAR/HPET irq_chips
Jiang Liu
1
-0
/
+12
2015-04-24
x86/MSI: Replace msi_update_msg() with irq_chip_compose_msi_msg()
Jiang Liu
1
-17
/
+2
2015-04-24
x86/MSI: Simplify the way to deal with remapped MSI interrupts
Jiang Liu
1
-4
/
+24
2015-04-24
x86/irq: Normalize x86 irq_chip name
Jiang Liu
1
-2
/
+2
2015-04-24
x86/htirq: Use hierarchical irqdomain to manage Hypertransport interrupts
Jiang Liu
2
-41
/
+121
2015-04-24
x86/irq: Use hierarchical irqdomain to manage DMAR interrupts
Jiang Liu
1
-57
/
+96
2015-04-24
iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
Jiang Liu
1
-11
/
+13
2015-04-24
x86/MSI: Clean up unused MSI related code and interfaces
Jiang Liu
1
-51
/
+4
2015-04-24
x86/irq: Directly call native_compose_msi_msg() for DMAR IRQ
Jiang Liu
1
-4
/
+2
2015-04-24
x86/MSI: Use hierarchical irqdomains to manage MSI interrupts
Jiang Liu
2
-66
/
+77
2015-04-24
x86/hpet: Enhance HPET IRQ to support hierarchical irqdomains
Jiang Liu
1
-19
/
+147
2015-04-24
x86/dmar: Use new irqdomain interfaces to allocate/free IRQ
Jiang Liu
1
-0
/
+10
2015-04-24
x86/htirq: Use new irqdomain interfaces to allocate/free IRQ
Jiang Liu
1
-13
/
+13
2015-04-24
x86/MSI: Use new irqdomain interfaces to allocate/free IRQ
Jiang Liu
1
-8
/
+6
2015-04-24
x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectors
Jiang Liu
2
-16
/
+142
2015-04-24
x86/irq: Save destination CPU ID in irq_cfg
Jiang Liu
1
-0
/
+6
2015-04-20
Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2015-04-13
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+4
2015-04-10
x86/apic/uv: Update the UV APIC HUB check
Mike Travis
1
-3
/
+7
2015-04-10
x86/apic/uv: Update the UV APIC driver check
Mike Travis
1
-25
/
+49
2015-04-10
x86/apic/uv: Update the APIC UV OEM check
Mike Travis
1
-0
/
+3
[prev]
[next]