Revision 8ac19f0d90f7de0e78b08770ba2eabd29ad2cb9e authored by Linus Torvalds on 14 September 2014, 17:37:10 UTC, committed by Linus Torvalds on 14 September 2014, 17:37:10 UTC
Pull ARM irq chip fixes from Thomas Gleixner:
 "Another pile of ARM specific irq chip fixlets:

   - off by one bugs in the crossbar driver
   - missing annotations
   - a bunch of "make it compile" updates

  I pulled the lot today from Jason, but it has been in -next for at
  least a week"

* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  irqchip: gic-v3: Declare rdist as __percpu pointer to __iomem pointer
  irqchip: gic: Make gic_default_routable_irq_domain_ops static
  irqchip: exynos-combiner: Fix compilation error on ARM64
  irqchip: crossbar: Off by one bugs in init
  irqchip: gic-v3: Tag all low level accessors __maybe_unused
  irqchip: gic-v3: Only define gic_peek_irq() when building SMP
2 parent s 1536340 + 938c04a
History
File Mode Size
Kconfig -rw-r--r-- 3.0 KB
Makefile -rw-r--r-- 759 bytes
array.c -rw-r--r-- 17.9 KB
base.c -rw-r--r-- 75.1 KB
cmdline.c -rw-r--r-- 651 bytes
consoles.c -rw-r--r-- 2.2 KB
cpuinfo.c -rw-r--r-- 564 bytes
devices.c -rw-r--r-- 1.4 KB
fd.c -rw-r--r-- 7.5 KB
fd.h -rw-r--r-- 491 bytes
generic.c -rw-r--r-- 12.6 KB
inode.c -rw-r--r-- 11.3 KB
internal.h -rw-r--r-- 7.7 KB
interrupts.c -rw-r--r-- 1.1 KB
kcore.c -rw-r--r-- 15.3 KB
kmsg.c -rw-r--r-- 1.5 KB
loadavg.c -rw-r--r-- 1.1 KB
meminfo.c -rw-r--r-- 5.7 KB
namespaces.c -rw-r--r-- 6.4 KB
nommu.c -rw-r--r-- 3.2 KB
page.c -rw-r--r-- 5.3 KB
proc_net.c -rw-r--r-- 4.3 KB
proc_sysctl.c -rw-r--r-- 38.3 KB
proc_tty.c -rw-r--r-- 4.7 KB
root.c -rw-r--r-- 5.7 KB
self.c -rw-r--r-- 2.0 KB
softirqs.c -rw-r--r-- 993 bytes
stat.c -rw-r--r-- 5.6 KB
task_mmu.c -rw-r--r-- 38.7 KB
task_nommu.c -rw-r--r-- 6.9 KB
thread_self.c -rw-r--r-- 2.3 KB
uptime.c -rw-r--r-- 1.2 KB
version.c -rw-r--r-- 761 bytes
vmcore.c -rw-r--r-- 29.8 KB

back to top