| Commit message (Expand) | Author | Age | Files | Lines |
* | irqchip/irq-mvebu-sei: Fix a NULL vs IS_ERR() bug in probe function | Dan Carpenter | 2018-11-01 | 1 | -2/+2 |
* | Merge tag 'csky-for-linus-4.20' of https://github.com/c-sky/csky-linux | Linus Torvalds | 2018-10-29 | 4 | -0/+491 |
|\ |
|
| * | irqchip: add C-SKY APB bus interrupt controller | Guo Ren | 2018-10-25 | 3 | -0/+283 |
| * | irqchip: add C-SKY SMP interrupt controller | Guo Ren | 2018-10-25 | 3 | -0/+208 |
* | | Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-10-26 | 1 | -4/+6 |
|\ \ |
|
| * | | RISC-V: Use Linux logical CPU number instead of hartid | Atish Patra | 2018-10-23 | 1 | -3/+5 |
| * | | RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartid | Palmer Dabbelt | 2018-10-23 | 1 | -1/+1 |
| |/ |
|
* | | irqchip/gic: Unify GIC priority definitions | Julien Thierry | 2018-10-03 | 1 | -1/+1 |
* | | irqchip/gic-v3: Remove acknowledge loop | Julien Thierry | 2018-10-03 | 1 | -34/+31 |
* | | irqchip/irq-mvebu-icu: Add support for System Error Interrupts (SEI) | Miquel Raynal | 2018-10-02 | 1 | -34/+105 |
* | | irqchip/irq-mvebu-sei: Add new driver for Marvell SEI | Miquel Raynal | 2018-10-02 | 3 | -0/+511 |
* | | irqchip/irq-mvebu-icu: Support ICU subnodes | Miquel Raynal | 2018-10-02 | 1 | -16/+57 |
* | | irqchip/irq-mvebu-icu: Disociate ICU and NSR | Miquel Raynal | 2018-10-02 | 1 | -25/+32 |
* | | irqchip/irq-mvebu-icu: Clarify the reset operation of configured interrupts | Miquel Raynal | 2018-10-02 | 1 | -2/+6 |
* | | irqchip/irq-mvebu-icu: Fix wrong private data retrieval | Miquel Raynal | 2018-10-02 | 1 | -1/+1 |
* | | irqchip/pdc: Setup all edge interrupts as rising edge at GIC | Lina Iyer | 2018-10-02 | 1 | -0/+1 |
* | | irqchip/gic-v3-its: Allow use of LPI tables in reserved memory | Marc Zyngier | 2018-10-02 | 1 | -5/+38 |
* | | irqchip/gic-v3-its: Register LPI tables with EFI config table | Marc Zyngier | 2018-10-02 | 1 | -0/+12 |
* | | irqchip/gic-v3-its: Check that all RDs have the same property table | Marc Zyngier | 2018-10-02 | 1 | -0/+9 |
* | | irqchip/gic-v3-its: Use pre-programmed redistributor tables with kdump kernels | Marc Zyngier | 2018-10-02 | 1 | -0/+8 |
* | | irqchip/gic-v3-its: Allow use of pre-programmed LPI tables | Marc Zyngier | 2018-10-02 | 1 | -12/+61 |
* | | irqchip/gic-v3-its: Keep track of property table's PA and VA | Marc Zyngier | 2018-10-02 | 1 | -10/+13 |
* | | irqchip/gic-v3-its: Move pending table allocation to init time | Marc Zyngier | 2018-10-02 | 1 | -28/+52 |
* | | irqchip/gic-v3-its: Split property table clearing from allocation | Marc Zyngier | 2018-10-02 | 1 | -7/+10 |
* | | irqchip/gic-v3-its: Simplify LPI_PENDBASE_SZ usage | Marc Zyngier | 2018-10-02 | 1 | -7/+3 |
* | | irqchip/gic-v3-its: Change initialization ordering for LPIs | Marc Zyngier | 2018-10-02 | 1 | -8/+12 |
|/ |
|
* | irqchip/gic-v3-its: Cap lpi_id_bits to reduce memory footprint | Jia He | 2018-09-06 | 1 | -1/+3 |
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-08-26 | 5 | -17/+25 |
|\ |
|
| * | Merge tag 'irqchip-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Thomas Gleixner | 2018-08-24 | 5 | -17/+25 |
| |\ |
|
| | * | irqchip/gic-v3: Allow interrupt to be configured as wake-up sources | Marc Zyngier | 2018-08-20 | 1 | -2/+6 |
| | * | irqchip/tango: Set irq handler and data in one go | Martin Kaiser | 2018-08-20 | 1 | -2/+1 |
| | * | irqchip/s3c24xx: Remove unneeded comparison of unsigned long to 0 | Krzysztof Kozlowski | 2018-08-13 | 1 | -1/+1 |
| | * | irqchip/stm32: Fix init error handling | Dan Carpenter | 2018-08-13 | 1 | -12/+13 |
| | * | irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMP | Jonas Gorski | 2018-08-13 | 1 | -0/+4 |
* | | | Merge tag 'xtensa-20180820' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2018-08-22 | 2 | -4/+0 |
|\ \ \ |
|
| * | | | xtensa: drop variant IRQ support | Max Filippov | 2018-08-20 | 2 | -4/+0 |
* | | | | Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux | Linus Torvalds | 2018-08-22 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | h8300: irqchip: fix warning | Yoshinori Sato | 2018-08-22 | 1 | -3/+3 |
| |/ / / |
|
* | | | | Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-08-19 | 3 | -0/+273 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | irqchip: add a SiFive PLIC driver | Christoph Hellwig | 2018-08-13 | 3 | -0/+273 |
| |/ / |
|
* | | | Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 2018-08-06 | 7 | -108/+234 |
|\ \ \
| | |/
| |/| |
|
| * | | irqchip/gic-v3-its: Make its_lock a raw_spin_lock_t | Sebastian Andrzej Siewior | 2018-08-06 | 1 | -9/+9 |
| * | | irqchip/gic-v3-its: Reduce minimum LPI allocation to 1 for PCI devices | Marc Zyngier | 2018-07-27 | 1 | -3/+11 |
| * | | irqchip/gic-v3-its: Honor hypervisor enforced LPI range | Marc Zyngier | 2018-07-16 | 1 | -0/+9 |
| * | | irqchip/gic-v3: Expose GICD_TYPER in the rdist structure | Marc Zyngier | 2018-07-16 | 2 | -3/+3 |
| * | | irqchip/gic-v3-its: Drop chunk allocation compatibility | Marc Zyngier | 2018-07-16 | 1 | -25/+16 |
| * | | irqchip/gic-v3-its: Move minimum LPI requirements to individual busses | Marc Zyngier | 2018-07-16 | 4 | -6/+16 |
| * | | irqchip/gic-v3-its: Use full range of LPIs | Marc Zyngier | 2018-07-16 | 1 | -2/+1 |
| * | | irqchip/gic-v3-its: Refactor LPI allocator | Marc Zyngier | 2018-07-16 | 1 | -62/+129 |
| |/ |
|
| * | irqchip/gic-v3-its: Fix reprogramming of redistributors on CPU hotplug | Marc Zyngier | 2018-06-22 | 1 | -0/+10 |