https://github.com/torvalds/linux
Revision 71c87bd06258fe2e94220a070f0599d84ad88d03 authored by Linus Torvalds on 15 March 2015, 17:41:30 UTC, committed by Linus Torvalds on 15 March 2015, 17:41:30 UTC
Pull irqchip fixes from Jason Cooper:
 "armada-370-xp:
   - Chained per-cpu interrupts

  gic{,-v3,v3-its}"
   - Various fixes for safer operation"

* tag 'irqchip-fixes-4.0' of git://git.infradead.org/users/jcooper/linux:
  irqchip: gicv3-its: Support safe initialization
  irqchip: gicv3-its: Define macros for GITS_CTLR fields
  irqchip: gicv3-its: Add limitation to page order
  irqchip: gicv3-its: Use 64KB page as default granule
  irqchip: gicv3-its: Zero itt before handling to hardware
  irqchip: gic-v3: Fix out of bounds access to cpu_logical_map
  irqchip: gic: Fix unsafe locking reported by lockdep
  irqchip: gicv3-its: Fix unsafe locking reported by lockdep
  irqchip: gicv3-its: Iterate over PCI aliases to generate ITS configuration
  irqchip: gicv3-its: Allocate enough memory for the full range of DeviceID
  irqchip: gicv3-its: Fix ITS CPU init
  irqchip: armada-370-xp: Fix chained per-cpu interrupts
2 parent s 7cd9beb + aaa95f7
History
Tip revision: 71c87bd06258fe2e94220a070f0599d84ad88d03 authored by Linus Torvalds on 15 March 2015, 17:41:30 UTC
Merge tag 'irqchip-fixes-4.0' of git://git.infradead.org/users/jcooper/linux
Tip revision: 71c87bd
File Mode Size
Kconfig -rw-r--r-- 10.2 KB
Makefile -rw-r--r-- 1.5 KB
core.c -rw-r--r-- 19.2 KB
pwm-ab8500.c -rw-r--r-- 3.3 KB
pwm-atmel-hlcdc.c -rw-r--r-- 7.4 KB
pwm-atmel-tcb.c -rw-r--r-- 11.5 KB
pwm-atmel.c -rw-r--r-- 9.7 KB
pwm-bcm-kona.c -rw-r--r-- 8.9 KB
pwm-bcm2835.c -rw-r--r-- 4.9 KB
pwm-bfin.c -rw-r--r-- 3.1 KB
pwm-clps711x.c -rw-r--r-- 4.3 KB
pwm-ep93xx.c -rw-r--r-- 5.9 KB
pwm-fsl-ftm.c -rw-r--r-- 12.5 KB
pwm-img.c -rw-r--r-- 6.5 KB
pwm-imx.c -rw-r--r-- 8.6 KB
pwm-jz4740.c -rw-r--r-- 4.8 KB
pwm-lp3943.c -rw-r--r-- 7.5 KB
pwm-lpc32xx.c -rw-r--r-- 4.3 KB
pwm-lpss-pci.c -rw-r--r-- 1.6 KB
pwm-lpss-platform.c -rw-r--r-- 1.7 KB
pwm-lpss.c -rw-r--r-- 3.9 KB
pwm-lpss.h -rw-r--r-- 828 bytes
pwm-mxs.c -rw-r--r-- 4.7 KB
pwm-pca9685.c -rw-r--r-- 7.1 KB
pwm-puv3.c -rw-r--r-- 3.5 KB
pwm-pxa.c -rw-r--r-- 5.5 KB
pwm-renesas-tpu.c -rw-r--r-- 11.9 KB
pwm-rockchip.c -rw-r--r-- 7.1 KB
pwm-samsung.c -rw-r--r-- 15.8 KB
pwm-spear.c -rw-r--r-- 6.5 KB
pwm-sti.c -rw-r--r-- 10.0 KB
pwm-sun4i.c -rw-r--r-- 8.5 KB
pwm-tegra.c -rw-r--r-- 5.8 KB
pwm-tiecap.c -rw-r--r-- 8.7 KB
pwm-tiehrpwm.c -rw-r--r-- 16.2 KB
pwm-tipwmss.c -rw-r--r-- 3.3 KB
pwm-tipwmss.h -rw-r--r-- 1.1 KB
pwm-twl-led.c -rw-r--r-- 8.6 KB
pwm-twl.c -rw-r--r-- 8.9 KB
pwm-vt8500.c -rw-r--r-- 6.8 KB
sysfs.c -rw-r--r-- 7.7 KB

back to top