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-- 2.5 KB
Makefile -rw-r--r-- 480 bytes
acl.c -rw-r--r-- 6.2 KB
acl.h -rw-r--r-- 1.5 KB
balloc.c -rw-r--r-- 25.5 KB
bitmap.c -rw-r--r-- 2.8 KB
block_validity.c -rw-r--r-- 6.1 KB
dir.c -rw-r--r-- 15.6 KB
ext4.h -rw-r--r-- 100.2 KB
ext4_extents.h -rw-r--r-- 8.6 KB
ext4_jbd2.c -rw-r--r-- 7.8 KB
ext4_jbd2.h -rw-r--r-- 14.9 KB
extents.c -rw-r--r-- 149.6 KB
extents_status.c -rw-r--r-- 30.2 KB
extents_status.h -rw-r--r-- 3.8 KB
file.c -rw-r--r-- 15.3 KB
fsync.c -rw-r--r-- 4.3 KB
hash.c -rw-r--r-- 4.4 KB
ialloc.c -rw-r--r-- 36.9 KB
indirect.c -rw-r--r-- 44.5 KB
inline.c -rw-r--r-- 48.8 KB
inode.c -rw-r--r-- 147.2 KB
ioctl.c -rw-r--r-- 16.7 KB
mballoc.c -rw-r--r-- 143.6 KB
mballoc.h -rw-r--r-- 5.3 KB
migrate.c -rw-r--r-- 16.8 KB
mmp.c -rw-r--r-- 10.0 KB
move_extent.c -rw-r--r-- 44.0 KB
namei.c -rw-r--r-- 92.9 KB
page-io.c -rw-r--r-- 12.9 KB
resize.c -rw-r--r-- 57.9 KB
super.c -rw-r--r-- 158.2 KB
symlink.c -rw-r--r-- 1.3 KB
truncate.h -rw-r--r-- 1.2 KB
xattr.c -rw-r--r-- 45.8 KB
xattr.h -rw-r--r-- 4.4 KB
xattr_security.c -rw-r--r-- 2.1 KB
xattr_trusted.c -rw-r--r-- 1.5 KB
xattr_user.c -rw-r--r-- 1.6 KB

back to top