Age | Commit message (Expand) | Author |
2017-10-09 | genirq/cpuhotplug: Enforce affinity setting on startup of managed irqs | Thomas Gleixner |
2017-10-09 | genirq/cpuhotplug: Add sanity check for effective affinity mask | Thomas Gleixner |
2017-10-09 | genirq: Warn when effective affinity is not updated | Thomas Gleixner |
2017-09-28 | irq/generic-chip: Don't replace domain's name | Jeffy Chen |
2017-09-25 | irqdomain: Add __rcu annotations to radix tree accessors | Masahiro Yamada |
2017-09-25 | genirq: Check __free_irq() return value for NULL | Alexandru Moise |
2017-09-16 | genirq: Fix cpumask check in __irq_startup_managed() | Thomas Gleixner |
2017-09-12 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-09-07 | genirq: Make sparse_irq_lock protect what it should protect | Thomas Gleixner |
2017-09-06 | genirq/msi: Fix populating multiple interrupts | John Keeping |
2017-09-05 | Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-09-04 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-08-31 | Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner |
2017-08-25 | genirq/proc: Avoid uninitalized variable warning | Thomas Gleixner |
2017-08-25 | irqdomain: Prevent potential NULL pointer dereference in irq_domain_push_irq() | Dan Carpenter |
2017-08-25 | genirq: Fix semicolon.cocci warnings | kbuild test robot |
2017-08-23 | genirq: Let irq_set_vcpu_affinity() iterate over hierarchy | Marc Zyngier |
2017-08-20 | genirq/ipi: Fixup checks against nr_cpu_ids | Alexey Dobriyan |
2017-08-18 | genirq: Restore trigger settings in irq_modify_status() | Marc Zyngier |
2017-08-18 | Merge branch 'irq/for-gpio' into irq/core | Thomas Gleixner |
2017-08-18 | irqdomain: Add irq_domain_{push,pop}_irq() functions | David Daney |
2017-08-18 | irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy() | David Daney |
2017-08-18 | irqdomain: Factor out code to add and remove items to and from the revmap | David Daney |
2017-08-18 | genirq: Add handle_fasteoi_{level,edge}_irq flow handlers | David Daney |
2017-08-18 | genirq: Export more irq_chip_*_parent() functions | David Daney |
2017-08-18 | genirq/proc: Use the the accessor to report the effective affinity | Marc Zyngier |
2017-08-18 | genirq/debugfs: Triggering of interrupts from userspace | Marc Zyngier |
2017-08-16 | Merge branch 'irq/for-gpio' into irq/core | Thomas Gleixner |
2017-08-16 | genirq/irq_sim: Add a devres variant of irq_sim_init() | Bartosz Golaszewski |
2017-08-16 | genirq/irq_sim: Add a simple interrupt simulator framework | Bartosz Golaszewski |
2017-08-14 | genirq: Fix for_each_action_of_desc() macro | Masahiro Yamada |
2017-07-27 | genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration" | Thomas Gleixner |
2017-07-26 | device property: export irqchip_fwnode_ops | Arnd Bergmann |
2017-07-22 | device property: Get rid of struct fwnode_handle type field | Sakari Ailus |
2017-07-17 | genirq/PM: Properly pretend disabled state when force resuming interrupts | Juergen Gross |
2017-07-17 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-07-12 | genirq: Keep chip buslock across irq_request/release_resources() | Thomas Gleixner |
2017-07-09 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-07-08 | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-07-07 | irqdomain: Allow ACPI device nodes to be used as irqdomain identifiers | Marc Zyngier |
2017-07-07 | genirq/debugfs: Remove redundant NULL pointer check | Thomas Gleixner |
2017-07-06 | genirq: Allow to pass the IRQF_TIMER flag with percpu irq request | Daniel Lezcano |
2017-07-04 | genirq/timings: Move free timings out of spinlocked region | Thomas Gleixner |
2017-07-04 | genirq: Move irq resource handling out of spinlocked region | Thomas Gleixner |
2017-07-04 | genirq: Add mutex to irq desc to serialize request/free_irq() | Thomas Gleixner |
2017-07-04 | genirq: Move bus locking into __setup_irq() | Thomas Gleixner |
2017-07-04 | genirq: Force inlining of __irq_startup_managed to prevent build failure | Geert Uytterhoeven |
2017-07-04 | genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAIN | Sebastian Ott |
2017-07-03 | Merge tag 'docs-4.13' of git://git.lwn.net/linux | Linus Torvalds |
2017-06-26 | genirq: Avoid unnecessary low level irq function calls | Jeffy Chen |