| Commit message (Expand) | Author | Age | Files | Lines |
* | irq/matrix: Fix memory overallocation | Michael Kelley | 2018-11-01 | 1 | -1/+1 |
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-10-25 | 2 | -4/+9 |
|\ |
|
| * | genirq: Fix race on spurious interrupt detection | Lukas Wunner | 2018-10-19 | 1 | -2/+6 |
| * | genirq: Fix grammar s/an /a / | Geert Uytterhoeven | 2018-10-09 | 1 | -1/+1 |
| * | genirq/debugfs: Reinstate full OF path for domain name | Marc Zyngier | 2018-10-01 | 1 | -1/+1 |
| * | genirq/debugfs: Reset domain debugfs_file on removal of the debugfs file | Marc Zyngier | 2018-10-01 | 1 | -0/+1 |
* | | irq/matrix: Spread managed interrupts on allocation | Dou Liyang | 2018-09-18 | 1 | -3/+14 |
* | | irq/matrix: Split out the CPU selection code into a helper | Dou Liyang | 2018-09-18 | 1 | -27/+38 |
|/ |
|
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-08-13 | 4 | -36/+47 |
|\ |
|
| * | Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 2018-08-06 | 1 | -0/+1 |
| |\ |
|
| * | | genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obselete | Palmer Dabbelt | 2018-08-03 | 1 | -1/+0 |
| * | | genirq: Remove redundant NULL pointer check in __free_irq() | RAGHU Halharvi | 2018-07-17 | 1 | -3/+0 |
| * | | genirq: Synchronize only with single thread on free_irq() | Lukas Wunner | 2018-06-24 | 1 | -10/+23 |
| * | | genirq: Update code comments wrt recycled thread_mask | Lukas Wunner | 2018-06-24 | 1 | -5/+4 |
| * | | genirq: Speedup show_interrupts() | Eric Dumazet | 2018-06-22 | 1 | -10/+12 |
| * | | genirq: Fix editing error in a comment | Jonathan Neuschäfer | 2018-06-19 | 1 | -1/+1 |
| * | | genirq: Use rcu in kstat_irqs_usr() | Eric Dumazet | 2018-06-19 | 1 | -6/+7 |
* | | | genirq: Make force irq threading setup more robust | Thomas Gleixner | 2018-08-03 | 1 | -1/+8 |
| |/
|/| |
|
* | | genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debug | Marc Zyngier | 2018-06-22 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-06-10 | 2 | -13/+55 |
|\ |
|
| * | genirq/affinity: Defer affinity setting if irq chip is busy | Thomas Gleixner | 2018-06-06 | 1 | -2/+35 |
| * | genirq/migration: Avoid out of line call if pending is not set | Thomas Gleixner | 2018-06-06 | 1 | -4/+1 |
| * | genirq/generic_pending: Do not lose pending affinity update | Thomas Gleixner | 2018-06-06 | 1 | -7/+19 |
* | | ide: don't enable/disable interrupts in force threaded-IRQ mode | Sebastian Andrzej Siewior | 2018-06-05 | 1 | -0/+1 |
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-06-04 | 2 | -15/+25 |
|\ \ |
|
| * | | genirq/msi: Allow level-triggered MSIs to be exposed by MSI providers | Marc Zyngier | 2018-05-13 | 1 | -9/+24 |
| * | | genirq/irq_sim: Remove the license boilerplate | Bartosz Golaszewski | 2018-04-26 | 1 | -6/+1 |
| |/ |
|
* | | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 2018-05-16 | 1 | -72/+10 |
|/ |
|
* | genirq/affinity: Spread irq vectors among present CPUs as far as possible | Ming Lei | 2018-04-06 | 1 | -6/+37 |
* | genirq/affinity: Allow irq spreading from a given starting point | Ming Lei | 2018-04-06 | 1 | -15/+20 |
* | genirq/affinity: Move actual irq vector spreading into a helper function | Ming Lei | 2018-04-06 | 1 | -42/+55 |
* | genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumask | Ming Lei | 2018-04-06 | 1 | -13/+13 |
* | genirq/affinity: Don't return with empty affinity masks on error | Thomas Gleixner | 2018-04-06 | 1 | -7/+8 |
* | genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLER | Palmer Dabbelt | 2018-04-04 | 1 | -0/+1 |
* | genirq: Remove license boilerplate/references | Thomas Gleixner | 2018-03-20 | 2 | -13/+4 |
* | genirq: Add missing SPDX identifiers | Thomas Gleixner | 2018-03-20 | 15 | -0/+16 |
* | genirq/matrix: Cleanup SPDX identifier | Thomas Gleixner | 2018-03-20 | 1 | -5/+3 |
* | genirq: Cleanup top of file comments | Thomas Gleixner | 2018-03-20 | 12 | -32/+7 |
* | genirq: Pass desc to __irq_free instead of irq number | Uwe Kleine König | 2018-03-20 | 1 | -4/+4 |
* | genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLER | Palmer Dabbelt | 2018-03-14 | 2 | -0/+20 |
* | Merge branch 'linus' into irq/core to pick up dependencies. | Thomas Gleixner | 2018-03-14 | 2 | -23/+18 |
|\ |
|
| * | genirq/matrix: Handle CPU offlining proper | Thomas Gleixner | 2018-02-22 | 1 | -9/+14 |
| * | irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macro | Andy Shevchenko | 2018-02-16 | 1 | -14/+4 |
* | | genirq/irq_sim: Return the base of the irq range from irq_sim_init() | Bartosz Golaszewski | 2018-03-09 | 1 | -4/+6 |
* | | genirq/irq_sim: Check the return value of irq_sim_init() for error codes | Bartosz Golaszewski | 2018-03-09 | 1 | -1/+1 |
* | | genirq/irq_sim: Explicitly include slab.h | Bartosz Golaszewski | 2018-03-09 | 1 | -0/+1 |
* | | genirq: Add wakeup sysfs node to show IRQ wakeup state | Andy Shevchenko | 2018-02-28 | 1 | -0/+17 |
* | | genirq: Let irq thread follow the effective hard irq affinity | Thomas Gleixner | 2018-02-16 | 1 | -3/+7 |
|/ |
|
* | genirq: remove unneeded kallsyms include | Sergey Senozhatsky | 2018-02-06 | 1 | -1/+0 |
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-02-04 | 3 | -5/+5 |
|\ |
|