https://github.com/torvalds/linux
Revision 435e46f5d35dbe5ea745822db29f16e003fa07d7 authored by Linus Torvalds on 17 November 2014, 00:18:26 UTC, committed by Linus Torvalds on 17 November 2014, 00:18:26 UTC
Pull sparc fixes from David Miller:

 1) Fix NULL oops in Schizo PCI controller error handler.

 2) Fix race between xchg and other operations on 32-bit sparc, from
    Andreas Larsson.

 3) swab*() helpers need a dummy memory input operand to show data flow
    on 64-bit sparc.

 4) Fix RCU warnings due to missing irq_{enter,exit}() around
    generic_smp_call_function*() calls.

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
  sparc64: Fix constraints on swab helpers.
  sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locks
  sparc64: Do irq_{enter,exit}() around generic_smp_call_function*().
  sparc64: Fix crashes in schizo_pcierr_intr_other().
2 parent s 0fbae13 + 5a2b59d
History
Tip revision: 435e46f5d35dbe5ea745822db29f16e003fa07d7 authored by Linus Torvalds on 17 November 2014, 00:18:26 UTC
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Tip revision: 435e46f
File Mode Size
Kconfig -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 308 bytes
acl.c -rw-r--r-- 2.4 KB
acl.h -rw-r--r-- 764 bytes
aops.c -rw-r--r-- 31.2 KB
bmap.c -rw-r--r-- 36.9 KB
bmap.h -rw-r--r-- 2.0 KB
dentry.c -rw-r--r-- 2.7 KB
dir.c -rw-r--r-- 49.6 KB
dir.h -rw-r--r-- 2.6 KB
export.c -rw-r--r-- 4.9 KB
file.c -rw-r--r-- 26.9 KB
gfs2.h -rw-r--r-- 524 bytes
glock.c -rw-r--r-- 51.7 KB
glock.h -rw-r--r-- 7.3 KB
glops.c -rw-r--r-- 16.0 KB
glops.h -rw-r--r-- 1.1 KB
incore.h -rw-r--r-- 22.0 KB
inode.c -rw-r--r-- 46.0 KB
inode.h -rw-r--r-- 4.3 KB
lock_dlm.c -rw-r--r-- 38.6 KB
log.c -rw-r--r-- 24.7 KB
log.h -rw-r--r-- 2.4 KB
lops.c -rw-r--r-- 21.3 KB
lops.h -rw-r--r-- 2.8 KB
main.c -rw-r--r-- 5.6 KB
meta_io.c -rw-r--r-- 9.0 KB
meta_io.h -rw-r--r-- 2.5 KB
ops_fstype.c -rw-r--r-- 35.3 KB
quota.c -rw-r--r-- 39.3 KB
quota.h -rw-r--r-- 1.9 KB
recovery.c -rw-r--r-- 14.1 KB
recovery.h -rw-r--r-- 1.2 KB
rgrp.c -rw-r--r-- 66.1 KB
rgrp.h -rw-r--r-- 3.2 KB
super.c -rw-r--r-- 38.7 KB
super.h -rw-r--r-- 1.9 KB
sys.c -rw-r--r-- 17.3 KB
sys.h -rw-r--r-- 659 bytes
trace_gfs2.h -rw-r--r-- 15.4 KB
trans.c -rw-r--r-- 6.9 KB
trans.h -rw-r--r-- 1.5 KB
util.c -rw-r--r-- 7.3 KB
util.h -rw-r--r-- 4.9 KB
xattr.c -rw-r--r-- 32.5 KB
xattr.h -rw-r--r-- 2.1 KB

back to top