index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-imx
/
clk-imx51-imx53.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-05
x86: Let x2APIC support depend on interrupt remapping or guest support
Jan Kiszka
1
-1
/
+1
2015-05-05
x86/x2apic: Acpi_gbl_FADT existence depends on CONFIG_ACPI
Jan Kiszka
1
-0
/
+2
2015-05-05
x86: Constify irqdomain ops
Thomas Gleixner
3
-13
/
+13
2015-05-05
irq_remapping/vt-d: Init all MSI entries not just the first one
Thomas Gleixner
1
-5
/
+11
2015-04-24
x86/irq: Avoid memory allocation in __assign_irq_vector()
Jiang Liu
1
-16
/
+17
2015-04-24
x86/irq: Move irqdomain specific code into asm/irqdomain.h
Jiang Liu
8
-33
/
+38
2015-04-24
x86: Cleanup irq_domain ops
Thomas Gleixner
7
-60
/
+56
2015-04-24
x86,ioapic: Cleanup irq_trigger/polarity()
Thomas Gleixner
1
-88
/
+50
2015-04-24
x86, ioapic: Use proper defines for the entry fields
Thomas Gleixner
2
-53
/
+63
2015-04-24
x86/irq, ACPI: Remove private function mp_register_gsi()/ mp_unregister_gsi()
Jiang Liu
1
-39
/
+18
2015-04-24
x86/irq: Refine the way to calculate NR_IRQS
Jiang Liu
1
-7
/
+11
2015-04-24
x86/irq: Move private data in struct irq_cfg into dedicated data structure
Jiang Liu
2
-105
/
+119
2015-04-24
x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()
Jiang Liu
4
-8
/
+11
2015-04-24
x86/irq: Remove function apic_set_affinity()
Jiang Liu
2
-39
/
+3
2015-04-24
x86/irq: Make functions only used in vector.c static
Jiang Liu
2
-6
/
+4
2015-04-24
x86/irq: Remove unused alloc_irq_and_cfg_at()
Jiang Liu
2
-22
/
+0
2015-04-24
x86/irq: Remove sis apic bug workaround
Thomas Gleixner
3
-35
/
+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
2
-26
/
+10
2015-04-24
x86: Remove more unmodified io_apic_ops
Thomas Gleixner
5
-8
/
+5
2015-04-24
x86/irq: Remove x86_io_apic_ops.write and x86_io_apic_ops.modify
Jiang Liu
4
-19
/
+4
2015-04-24
x86/irq: Remove struct io_apic_irq_attr
Jiang Liu
2
-17
/
+0
2015-04-24
x86/irq: Move irq_cfg.irq_2_pin into io_apic.c
Jiang Liu
3
-97
/
+77
2015-04-24
irq_remapping/amd: Move struct irq_2_irte into amd_iommu.c
Jiang Liu
2
-13
/
+5
2015-04-24
irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c
Jiang Liu
2
-9
/
+7
2015-04-24
x86/irq: Remove irq_cfg.irq_remapped
Jiang Liu
3
-4
/
+0
2015-04-24
irq_remapping: Clean up unused interfaces
Jiang Liu
1
-16
/
+0
2015-04-24
irq_remapping/amd: Clean up unsued code
Jiang Liu
1
-144
/
+0
2015-04-24
irq_remapping/vt-d: Clean up unsued code
Jiang Liu
1
-186
/
+1
2015-04-24
irq_remapping: Clean up unsued code to support IOAPIC
Jiang Liu
3
-57
/
+0
2015-04-24
x86/irq: Clean up unused forward declarations in x86_init.h
Jiang Liu
1
-6
/
+0
2015-04-24
x86/irq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQ
Jiang Liu
2
-35
/
+0
2015-04-24
x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfaces
Jiang Liu
5
-44
/
+4
2015-04-24
x86/irq: Remove x86_io_apic_ops.set_affinity and related interfaces
Jiang Liu
5
-47
/
+1
2015-04-24
x86/irq: Remove x86_io_apic_ops.setup_entry and related interfaces
Jiang Liu
6
-58
/
+0
2015-04-24
x86/irq: Remove x86_io_apic_ops.print_entries and related interfaces
Jiang Liu
5
-67
/
+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
2
-205
/
+1
2015-04-24
x86/irq: Convert IOAPIC to use hierarchical irqdomain interfaces
Jiang Liu
8
-137
/
+240
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
2
-3
/
+166
2015-04-24
x86/irq: Prepare IOAPIC interfaces to support hierarchical irqdomains
Jiang Liu
6
-22
/
+54
2015-04-24
x86/irq: Remove unused pre_init_apic_IRQ0()
Jiang Liu
2
-18
/
+0
2015-04-24
x86/intel-mid, trivial: Refine code syntax for sfi_parse_mtmr()
Jiang Liu
1
-10
/
+10
2015-04-24
x86/intel-mid: Delay initialization of APB timer
Thomas Gleixner
3
-11
/
+13
2015-04-24
irq_remapping: Remove unused function irq_remapping_print_chip()
Jiang Liu
2
-15
/
+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
[next]