summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* irqchip/stm32: Retrigger both in eoi and unmask callbacksMarek Vasut2020-03-241-4/+14
* irqchip/gic-v3: Move irq_domain_update_bus_token to after checking for NULL d...luanshi2020-03-221-1/+2
* irqchip/xilinx: Do not call irq_set_default_host()Mubin Sayyed2020-03-221-1/+0
* irqchip/xilinx: Enable generic irq multi handlerMichal Simek2020-03-224-37/+23
* irqchip/xilinx: Fill error code when irq domain registration failsMichal Simek2020-03-221-0/+1
* irqchip/xilinx: Add support for multiple instancesMubin Sayyed2020-03-221-48/+67
* irqchip/ingenic: Add support for TCU of X1000.周琰杰 (Zhou Yanjie)2020-03-221-0/+1
* irqchip/qcom-irq-combiner: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-221-1/+1
* irqchip/irq-bcm7038-l1: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-221-1/+1
* irqchip/versatile-fpga: Apply clear-mask earlierSungbo Eo2020-03-221-3/+3
* irqchip/gic-v4: Use Inner-Shareable attributes for virtual pending tablesHeyi Guo2020-03-212-1/+4
* irqchip/versatile-fpga: Handle chained IRQs properlySungbo Eo2020-03-191-2/+10
* irqchip/gic-v4: Provide irq_retrigger to avoid circular locking dependencyMarc Zyngier2020-03-161-0/+6
* ARM: sa1111: Fix irq_retrigger callback return valueMarc Zyngier2020-03-161-2/+5
* irqchip/atmel-aic5: Fix irq_retrigger callback return valueMarc Zyngier2020-03-161-1/+1
* irqchip/atmel-aic: Fix irq_retrigger callback return valueMarc Zyngier2020-03-161-1/+1
* irqchip/gic-v3-its: Probe ITS page size for all GITS_BASERn registersMarc Zyngier2020-03-161-34/+66
* irqchip/bcm2835: Quiesce IRQs left enabled by bootloaderLukas Wunner2020-03-161-0/+15
* irqchip/sifive-plic: Add support for multiple PLICsAtish Patra2020-03-161-30/+51
* irqchip/sifive-plic: Enable/Disable external interrupts upon cpu online/offlineAtish Patra2020-03-163-5/+36
* irqchip: Replace setup_irq() by request_irq()afzal mohammed2020-03-082-16/+9
* irqchip/renesas-intc-irqpin: Restore devm_ioremap() alignmentGeert Uytterhoeven2020-03-081-1/+1
* irqchip: Add COMPILE_TEST support for IMX_INTMUXAnson Huang2020-03-081-1/+1
* irqchip/gic-v3-its: Fix access width for gicr_syncrHeyi Guo2020-03-081-1/+1
* pinctrl: stm32: Add level interrupt support to gpio irq chipAlexandre Torgue2020-03-081-2/+43
* irqchip/stm32: Add irq retrigger supportAlexandre Torgue2020-03-081-1/+13
* irqchip: vic: Support cascaded VIC in device treeLinus Walleij2020-03-081-4/+5
* Linux 5.6-rc4v5.6-rc4Linus Torvalds2020-03-011-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-012-7/+7
|\
| * ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter2020-02-291-3/+3
| * jbd2: fix data races at struct journal_headQian Cai2020-02-291-4/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-03-0122-107/+171
|\ \
| * | KVM: VMX: check descriptor table exits on instruction emulationOliver Upton2020-03-011-0/+15
| * | Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-02-2815-77/+84
| |\ \
| | * | arm64: Ask the compiler to __always_inline functions used by KVM at HYPJames Morse2020-02-224-8/+8
| | * | KVM: arm64: Define our own swab32() to avoid a uapi static inlineJames Morse2020-02-222-2/+9
| | * | KVM: arm64: Ask the compiler to __always_inline functions used at HYPJames Morse2020-02-225-28/+29
| | * | kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()Mark Rutland2020-02-174-39/+37
| | * | KVM: arm/arm64: Fix up includes for trace.hJeremy Cline2020-02-051-0/+1
| * | | kvm: x86: Limit the number of "kvm: disabled by bios" messagesErwan Velu2020-02-281-2/+2
| * | | KVM: x86: avoid useless copy of cpufreq policyPaolo Bonzini2020-02-281-5/+5
| * | | KVM: allow disabling -WerrorPaolo Bonzini2020-02-282-1/+14
| * | | KVM: x86: allow compiling as non-module with W=1Valdis Klētnieks2020-02-282-0/+4
| * | | KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li2020-02-281-12/+21
| * | | KVM: Introduce pv check helpersWanpeng Li2020-02-281-10/+24
| * | | KVM: let declaration of kvm_get_running_vcpus match implementationChristian Borntraeger2020-02-281-1/+1
| * | | KVM: SVM: allocate AVIC data structures based on kvm_amd module parameterPaolo Bonzini2020-02-281-1/+2
* | | | Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-013-56/+34
|\ \ \ \
| * | | | macintosh: therm_windtunnel: fix regression when instantiating devicesWolfram Sang2020-02-291-21/+31
| * | | | i2c: altera: Fix potential integer overflowGustavo A. R. Silva2020-02-131-1/+1