summaryrefslogtreecommitdiff
path: root/drivers/parisc/iosapic.c
AgeCommit message (Expand)Author
2023-08-31parisc: iosapic.c: Fix sparse warningsHelge Deller
2023-08-27parisc: iosapic: Convert I/O Sapic driver to use arch_initcall()Helge Deller
2023-08-22parisc: Avoid ioremap() for same addresss in iosapic_register()Helge Deller
2022-10-27parisc: Export iosapic_serial_irq() symbol for serial port driverHelge Deller
2022-09-15parisc: remove obsolete manual allocation aligning in iosapicRolf Eike Beer
2022-07-07genirq: Add and use an irq_data_update_affinity helperSamuel Holland
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-06Revert: parisc: Use F_EXTEND() macro in iosapic codeHelge Deller
2019-02-21parisc: Use F_EXTEND() macro in iosapic codeHelge Deller
2015-07-31parisc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu
2013-07-31parisc: Fix interrupt routing for C8000 serial portsThomas Bogendoerfer
2013-06-18parisc: fix serial ports on C8000 workstationThomas Bogendoerfer
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu
2012-06-05parisc: cleanup quoted includePaul Bolle
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-02-10[PARISC] Convert to new irq_chip functionsThomas Gleixner
2010-12-04parisc: convert the rest of the irq handlers to simple/percpuJames Bottomley
2010-10-21drivers/parisc/iosapic.c: Remove unnecessary kzalloc castJoe Perches
2010-10-14parisc: convert iosapic interrupts to proper flow handlersKyle McMartin
2010-10-14parisc: convert cpu interrupts to proper flow handlersKyle McMartin
2010-10-14parisc: lay groundwork for killing __do_IRQKyle McMartin
2009-12-16parisc: Fixup last users of irq_chip->typenameThomas Gleixner
2009-07-03parisc: remove obsolete hw_interrupt_typeThomas Gleixner
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu
2009-03-31parisc: iosapic: fix build breakageAlexander Beregalov
2009-03-13parisc: convert cpu_check_affinity to new cpumask apiKyle McMartin
2009-03-13parisc: fix wrong assumption about bus->selfGrant Grundler
2009-01-07PCI: parisc: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-11-30Fix misc .c/.h comment typosMatt LaPlante
2006-10-04[PARISC] Create shared <asm/ropes.h> headerKyle McMartin
2006-10-04[PARISC] Allow nested interruptsJames Bottomley
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar
2006-03-30[PARISC] I/O-Space must be ioremap_nocache()'dHelge Deller
2006-01-22[PARISC] Use kzalloc and other janitor-style cleanupsHelge Deller
2005-11-17[PARISC] Add IRQ affinitiesJames Bottomley
2005-10-21[PARISC] Minor iosapic.c cleanupGrant Grundler
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar
2005-04-16Linux-2.6.12-rc2Linus Torvalds