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
cluster
dlm
dlmfs
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 1013 bytes
acl.c -rw-r--r-- 6.9 KB
acl.h -rw-r--r-- 1.1 KB
alloc.c -rw-r--r-- 188.1 KB
alloc.h -rw-r--r-- 11.7 KB
aops.c -rw-r--r-- 52.4 KB
aops.h -rw-r--r-- 3.7 KB
blockcheck.c -rw-r--r-- 16.3 KB
blockcheck.h -rw-r--r-- 3.8 KB
buffer_head_io.c -rw-r--r-- 10.3 KB
buffer_head_io.h -rw-r--r-- 2.4 KB
dcache.c -rw-r--r-- 12.9 KB
dcache.h -rw-r--r-- 1.8 KB
dir.c -rw-r--r-- 114.6 KB
dir.h -rw-r--r-- 3.9 KB
dlmglue.c -rw-r--r-- 114.9 KB
dlmglue.h -rw-r--r-- 5.8 KB
export.c -rw-r--r-- 6.2 KB
export.h -rw-r--r-- 1.0 KB
extent_map.c -rw-r--r-- 23.2 KB
extent_map.h -rw-r--r-- 2.8 KB
file.c -rw-r--r-- 65.0 KB
file.h -rw-r--r-- 2.6 KB
heartbeat.c -rw-r--r-- 3.4 KB
heartbeat.h -rw-r--r-- 1.5 KB
inode.c -rw-r--r-- 40.0 KB
inode.h -rw-r--r-- 6.0 KB
ioctl.c -rw-r--r-- 22.6 KB
ioctl.h -rw-r--r-- 330 bytes
journal.c -rw-r--r-- 58.2 KB
journal.h -rw-r--r-- 22.6 KB
localalloc.c -rw-r--r-- 34.1 KB
localalloc.h -rw-r--r-- 2.1 KB
locks.c -rw-r--r-- 3.4 KB
locks.h -rw-r--r-- 1.1 KB
mmap.c -rw-r--r-- 5.0 KB
mmap.h -rw-r--r-- 134 bytes
move_extents.c -rw-r--r-- 25.2 KB
move_extents.h -rw-r--r-- 758 bytes
namei.c -rw-r--r-- 63.8 KB
namei.h -rw-r--r-- 1.5 KB
ocfs1_fs_compat.h -rw-r--r-- 2.9 KB
ocfs2.h -rw-r--r-- 23.5 KB
ocfs2_fs.h -rw-r--r-- 50.6 KB
ocfs2_ioctl.h -rw-r--r-- 6.9 KB
ocfs2_lockid.h -rw-r--r-- 3.2 KB
ocfs2_lockingver.h -rw-r--r-- 959 bytes
ocfs2_trace.h -rw-r--r-- 75.9 KB
quota.h -rw-r--r-- 4.5 KB
quota_global.c -rw-r--r-- 28.5 KB
quota_local.c -rw-r--r-- 35.8 KB
refcounttree.c -rw-r--r-- 112.3 KB
refcounttree.h -rw-r--r-- 4.2 KB
reservations.c -rw-r--r-- 20.4 KB
reservations.h -rw-r--r-- 5.3 KB
resize.c -rw-r--r-- 15.9 KB
resize.h -rw-r--r-- 1.1 KB
slot_map.c -rw-r--r-- 12.2 KB
slot_map.h -rw-r--r-- 1.4 KB
stack_o2cb.c -rw-r--r-- 11.5 KB
stack_user.c -rw-r--r-- 29.2 KB
stackglue.c -rw-r--r-- 17.4 KB
stackglue.h -rw-r--r-- 9.1 KB
suballoc.c -rw-r--r-- 76.9 KB
suballoc.h -rw-r--r-- 7.5 KB
super.c -rw-r--r-- 68.7 KB
super.h -rw-r--r-- 1.6 KB
symlink.c -rw-r--r-- 2.7 KB
symlink.h -rw-r--r-- 1.3 KB
sysfile.c -rw-r--r-- 4.7 KB
sysfile.h -rw-r--r-- 1.1 KB
uptodate.c -rw-r--r-- 17.7 KB
uptodate.h -rw-r--r-- 3.0 KB
xattr.c -rw-r--r-- 194.7 KB
xattr.h -rw-r--r-- 3.5 KB

back to top