Age | Commit message (Expand) | Author | Files | Lines |
2022-09-19 | genirq: Provide generic_handle_domain_irq_safe(). | Sebastian Andrzej Siewior | 1 | -0/+24 |
2022-07-28 | Merge tag 'irqchip-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 8 | -30/+34 |
2022-07-25 | Merge branch irq/misc-5.20 into irq/irqchip-next | Marc Zyngier | 2 | -7/+9 |
2022-07-20 | Merge branch irq/loongarch into irq/irqchip-next | Marc Zyngier | 1 | -1/+1 |
2022-07-20 | genirq: Use for_each_action_of_desc in actions_show() | Paran Lee | 1 | -1/+1 |
2022-07-20 | genirq/generic_chip: Export irq_unmap_generic_chip | Jianmin Lv | 1 | -1/+1 |
2022-07-19 | irqdomain: Use hwirq_max instead of revmap_size for NOMAP domains | Xu Qiang | 1 | -6/+6 |
2022-07-19 | irqdomain: Report irq number for NOMAP domains | Xu Qiang | 1 | -0/+2 |
2022-07-10 | Merge branch irq/plic-masking into irq/irqchip-next | Marc Zyngier | 5 | -20/+18 |
2022-07-07 | genirq: Return a const cpumask from irq_data_get_affinity_mask | Samuel Holland | 3 | -11/+15 |
2022-07-07 | genirq: Drop redundant irq_init_effective_affinity | Samuel Holland | 1 | -9/+1 |
2022-07-07 | genirq: GENERIC_IRQ_EFFECTIVE_AFF_MASK depends on SMP | Samuel Holland | 1 | -0/+1 |
2022-07-07 | genirq: GENERIC_IRQ_IPI depends on SMP | Samuel Holland | 1 | -0/+1 |
2022-07-07 | genirq: Don't return error on missing optional irq_request_resources() | Antonio Borneo | 1 | -1/+2 |
2022-06-13 | genirq/PM: Unexport {suspend,resume}_device_irqs() | Lukas Wunner | 1 | -2/+0 |
2022-06-09 | genirq: PM: Use runtime PM for chained interrupts | Marc Zyngier | 1 | -1/+4 |
2022-05-24 | Merge tag 'irq-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 7 | -20/+46 |
2022-05-20 | Merge tag 'irqchip-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 2 | -2/+4 |
2022-05-14 | genirq/irq_sim: Make the irq_work always run in hard irq context | Sebastian Andrzej Siewior | 1 | -1/+1 |
2022-05-11 | genirq: Remove WARN_ON_ONCE() in generic_handle_domain_irq() | Lukas Wunner | 1 | -1/+0 |
2022-05-05 | genirq: Synchronize interrupt thread startup | Thomas Pfaff | 3 | -10/+33 |
2022-05-02 | genirq: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync() | Minghao Chi | 1 | -9/+4 |
2022-04-25 | genirq/matrix: Remove redundant assignment to variable 'end' | Colin Ian King | 1 | -1/+1 |
2022-04-19 | Merge branch irq/gpio-immutable into irq/irqchip-next | Marc Zyngier | 1 | -0/+1 |
2022-04-19 | gpio: Don't fiddle with irqchips marked as immutable | Marc Zyngier | 1 | -0/+1 |
2022-04-14 | genirq: Take the proposed affinity at face value if force==true | Marc Zyngier | 1 | -2/+8 |
2022-04-11 | genirq/affinity: Consider that CPUs on nodes can be unbalanced | Rei Yamamoto | 1 | -2/+3 |
2022-04-10 | genirq/affinity: Replace cpumask_weight() with cpumask_empty() where appropriate | Yury Norov | 1 | -1/+1 |
2022-04-10 | genirq: Always limit the affinity to online CPUs | Marc Zyngier | 1 | -8/+17 |
2022-04-10 | genirq/msi: Shutdown managed interrupts with unsatifiable affinities | Marc Zyngier | 1 | -0/+15 |
2022-03-23 | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -4/+4 |
2022-03-14 | Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 3 | -17/+29 |
2022-02-21 | Merge tag 'irq-api-2022-02-21' into irq/core | Thomas Gleixner | 1 | -0/+23 |
2022-02-21 | genirq: Provide generic_handle_irq_safe() | Sebastian Andrzej Siewior | 1 | -0/+23 |
2022-02-16 | sched/isolation: Use single feature type while referring to housekeeping cpumask | Frederic Weisbecker | 2 | -4/+4 |
2022-02-15 | genirq/debugfs: Use irq_print_chip() when provided by irqchip | Marc Zyngier | 1 | -2/+6 |
2022-02-15 | genirq: Allow irq_chip registration functions to take a const irq_chip | Marc Zyngier | 1 | -6/+3 |
2022-02-15 | irqdomain: Let irq_domain_set_{info,hwirq_and_chip} take a const irq_chip | Marc Zyngier | 1 | -4/+5 |
2022-02-10 | genirq: Kill irq_chip::parent_device | Marc Zyngier | 1 | -3/+0 |
2022-02-09 | genirq: Allow the PM device to originate from irq domain | Marc Zyngier | 1 | -5/+18 |
2022-02-02 | genirq, softirq: Use in_hardirq() instead of in_irq() | Changbin Du | 1 | -2/+2 |
2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song | 1 | -4/+4 |
2022-01-13 | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -223/+569 |
2022-01-13 | Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -5/+5 |
2022-01-10 | genirq/msi: Populate sysfs entry only once | Thomas Gleixner | 1 | -6/+5 |
2022-01-07 | irq: remove unused flags argument from __handle_irq_event_percpu() | Sebastian Andrzej Siewior | 3 | -11/+4 |
2022-01-07 | random: remove unused irq_flags argument from add_interrupt_randomness() | Sebastian Andrzej Siewior | 1 | -1/+1 |
2021-12-17 | genirq/msi: Convert storage to xarray | Thomas Gleixner | 1 | -92/+77 |
2021-12-17 | genirq/msi: Simplify sysfs handling | Thomas Gleixner | 1 | -107/+91 |
2021-12-17 | genirq/msi: Mop up old interfaces | Thomas Gleixner | 1 | -16/+15 |