index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/smpboot: Skip delays during SMP initialization similar to Xen
Jan H. Schönherr
2015-05-06
1
-23
/
+38
*
x86: Let x2APIC support depend on interrupt remapping or guest support
Jan Kiszka
2015-05-05
1
-1
/
+1
*
x86/x2apic: Acpi_gbl_FADT existence depends on CONFIG_ACPI
Jan Kiszka
2015-05-05
1
-0
/
+2
*
x86: Constify irqdomain ops
Thomas Gleixner
2015-05-05
3
-13
/
+13
*
irq_remapping/vt-d: Init all MSI entries not just the first one
Thomas Gleixner
2015-05-05
1
-5
/
+11
*
x86/irq: Avoid memory allocation in __assign_irq_vector()
Jiang Liu
2015-04-24
1
-16
/
+17
*
x86/irq: Move irqdomain specific code into asm/irqdomain.h
Jiang Liu
2015-04-24
8
-33
/
+38
*
x86: Cleanup irq_domain ops
Thomas Gleixner
2015-04-24
7
-60
/
+56
*
x86,ioapic: Cleanup irq_trigger/polarity()
Thomas Gleixner
2015-04-24
1
-88
/
+50
*
x86, ioapic: Use proper defines for the entry fields
Thomas Gleixner
2015-04-24
2
-53
/
+63
*
x86/irq, ACPI: Remove private function mp_register_gsi()/ mp_unregister_gsi()
Jiang Liu
2015-04-24
1
-39
/
+18
*
x86/irq: Refine the way to calculate NR_IRQS
Jiang Liu
2015-04-24
1
-7
/
+11
*
x86/irq: Move private data in struct irq_cfg into dedicated data structure
Jiang Liu
2015-04-24
2
-105
/
+119
*
x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()
Jiang Liu
2015-04-24
4
-8
/
+11
*
x86/irq: Remove function apic_set_affinity()
Jiang Liu
2015-04-24
2
-39
/
+3
*
x86/irq: Make functions only used in vector.c static
Jiang Liu
2015-04-24
2
-6
/
+4
*
x86/irq: Remove unused alloc_irq_and_cfg_at()
Jiang Liu
2015-04-24
2
-22
/
+0
*
x86/irq: Remove sis apic bug workaround
Thomas Gleixner
2015-04-24
3
-35
/
+10
*
x86/irq: Use cached IOAPIC entry instead of reading from hardware
Jiang Liu
2015-04-24
1
-57
/
+21
*
x86/irq: Clean up io_apic.h
Jiang Liu
2015-04-24
2
-26
/
+10
*
x86: Remove more unmodified io_apic_ops
Thomas Gleixner
2015-04-24
5
-8
/
+5
*
x86/irq: Remove x86_io_apic_ops.write and x86_io_apic_ops.modify
Jiang Liu
2015-04-24
4
-19
/
+4
*
x86/irq: Remove struct io_apic_irq_attr
Jiang Liu
2015-04-24
2
-17
/
+0
*
x86/irq: Move irq_cfg.irq_2_pin into io_apic.c
Jiang Liu
2015-04-24
3
-97
/
+77
*
irq_remapping/amd: Move struct irq_2_irte into amd_iommu.c
Jiang Liu
2015-04-24
2
-13
/
+5
*
irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c
Jiang Liu
2015-04-24
2
-9
/
+7
*
x86/irq: Remove irq_cfg.irq_remapped
Jiang Liu
2015-04-24
3
-4
/
+0
*
irq_remapping: Clean up unused interfaces
Jiang Liu
2015-04-24
1
-16
/
+0
*
irq_remapping/amd: Clean up unsued code
Jiang Liu
2015-04-24
1
-144
/
+0
*
irq_remapping/vt-d: Clean up unsued code
Jiang Liu
2015-04-24
1
-186
/
+1
*
irq_remapping: Clean up unsued code to support IOAPIC
Jiang Liu
2015-04-24
3
-57
/
+0
*
x86/irq: Clean up unused forward declarations in x86_init.h
Jiang Liu
2015-04-24
1
-6
/
+0
*
x86/irq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQ
Jiang Liu
2015-04-24
2
-35
/
+0
*
x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfaces
Jiang Liu
2015-04-24
5
-44
/
+4
*
x86/irq: Remove x86_io_apic_ops.set_affinity and related interfaces
Jiang Liu
2015-04-24
5
-47
/
+1
*
x86/irq: Remove x86_io_apic_ops.setup_entry and related interfaces
Jiang Liu
2015-04-24
6
-58
/
+0
*
x86/irq: Remove x86_io_apic_ops.print_entries and related interfaces
Jiang Liu
2015-04-24
5
-67
/
+0
*
x86/irq: Remove unused struct mp_pin_info
Jiang Liu
2015-04-24
1
-27
/
+3
*
x86/irq: Remove unused old IOAPIC irqdomain interfaces
Jiang Liu
2015-04-24
2
-205
/
+1
*
x86/irq: Convert IOAPIC to use hierarchical irqdomain interfaces
Jiang Liu
2015-04-24
8
-137
/
+240
*
x86/irq: Introduce helper functions to support hierarchical irqdomains for IO...
Jiang Liu
2015-04-24
1
-0
/
+61
*
x86/irq: Simplify the way to print IOAPIC entry
Jiang Liu
2015-04-24
1
-2
/
+28
*
x86/irq: Refine the way to allocate irq_cfg for legacy IRQs
Jiang Liu
2015-04-24
2
-13
/
+42
*
x86/irq: Implement callbacks to enable hierarchical irqdomains on IOAPICs
Jiang Liu
2015-04-24
2
-3
/
+166
*
x86/irq: Prepare IOAPIC interfaces to support hierarchical irqdomains
Jiang Liu
2015-04-24
6
-22
/
+54
*
x86/irq: Remove unused pre_init_apic_IRQ0()
Jiang Liu
2015-04-24
2
-18
/
+0
*
x86/intel-mid, trivial: Refine code syntax for sfi_parse_mtmr()
Jiang Liu
2015-04-24
1
-10
/
+10
*
x86/intel-mid: Delay initialization of APB timer
Thomas Gleixner
2015-04-24
3
-11
/
+13
*
irq_remapping: Remove unused function irq_remapping_print_chip()
Jiang Liu
2015-04-24
2
-15
/
+0
*
x86/irq: Simplify MSI/DMAR/HPET implementation by using common code
Jiang Liu
2015-04-24
1
-138
/
+54
[next]