summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-0165-521/+160
|\
| * irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instanceJon Hunter2015-08-041-1/+1
| * unicore32/irq: Prepare puv3_gpio_handler for irq argument removalThomas Gleixner2015-08-011-3/+2
| * tile/pci_gx: Prepare trio_handle_level_irq for irq argument removalThomas Gleixner2015-08-011-1/+2
| * m68k/irq: Prepare irq handlers for irq argument removalThomas Gleixner2015-08-013-4/+9
| * C6X/megamode-pic: Prepare megamod_irq_cascade for irq argument removalThomas Gleixner2015-07-311-1/+2
| * blackfin: Prepare irq handlers for irq argument removalThomas Gleixner2015-07-312-3/+5
| * arc/irq: Prepare idu_cascade_isr for irq argument removalThomas Gleixner2015-07-311-1/+2
| * sparc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-312-8/+10
| * sparc/irq: Use helper irq_data_get_irq_handler_data()Jiang Liu2015-07-313-10/+15
| * parisc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-311-6/+6
| * mn10300/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-312-7/+8
| * MIPS/irqchip: Move i8259 irqchip driver to drivers/irqchipRalf Baechle2015-07-313-388/+0
| * mips/irq: prepare for drivers/irqchip/irqchip.h removalJoel Porquet2015-07-313-4/+2
| * microblaze/irq: prepare for drivers/irqchip/irqchip.h removalJoel Porquet2015-07-311-2/+1
| * genirq/irqdomain: Allow irq domain aliasingMarc Zyngier2015-07-3012-12/+24
| * Merge branch 'linus' into irq/coreThomas Gleixner2015-07-30313-1641/+3176
| |\
| * | xtensa/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-291-4/+6
| * | sh/intc: Prepare irq flow handlers for irq argument removalThomas Gleixner2015-07-291-1/+2
| * | sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-293-3/+3
| * | sh/irq: Use access helper irq_data_get_affinity_mask()Thomas Gleixner2015-07-291-3/+4
| * | sh/irq: Use accessor irq_data_get_node()Jiang Liu2015-07-291-1/+1
| * | ia64/iosapic: Use irq_set_chip_handler_name_locked()Thomas Gleixner2015-07-271-3/+3
| * | ia64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-274-7/+7
| * | C6X/meagmod-pic: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-271-2/+2
| * | blackfin/irq: Use irq_set_handler_locked()Thomas Gleixner2015-07-271-4/+4
| * | blackfin/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-271-1/+2
| * | alpha/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-271-1/+1
| * | irqchip/gic: Remove redundant gic_set_irqchip_flagsSudeep Holla2015-07-274-4/+0
| * | avr32/irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-261-1/+1
| * | avr32/at32ap: Use irq_set_handler_locked()Thomas Gleixner2015-07-261-2/+2
| * | avr32/at32ap: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-261-2/+2
| * | sparc/PCI: Use helper functions to access fields in struct msi_descJiang Liu2015-07-221-1/+1
| * | x86/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-4/+4
| * | s390/pci: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-3/+3
| * | powerpc/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-228-18/+18
| * | MIPS/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-1/+1
| * | treewide: Use helper function to access irq_data->msi_descJiang Liu2015-07-165-5/+5
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-0118-334/+244
|\ \ \
| * | | cris/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-3/+5
| * | | xtensa/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-27/+26
| * | | unicore/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-19/+10
| * | | um/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-24/+20
| * | | sparc/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-103-54/+38
| * | | sh/localtimer: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-6/+0
| * | | score/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-21/+10
| * | | s390/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-6/+0
| * | | powerpc/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-12/+12
| * | | openrisc/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-24/+0
| * | | mn10300/cevt-mn10300: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-7/+0