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
oss
seq
Kconfig -rw-r--r-- 6.2 KB
Makefile -rw-r--r-- 1.2 KB
compress_offload.c -rw-r--r-- 25.7 KB
control.c -rw-r--r-- 44.8 KB
control_compat.c -rw-r--r-- 11.5 KB
ctljack.c -rw-r--r-- 1.5 KB
device.c -rw-r--r-- 5.6 KB
hrtimer.c -rw-r--r-- 4.0 KB
hwdep.c -rw-r--r-- 13.8 KB
hwdep_compat.c -rw-r--r-- 2.3 KB
info.c -rw-r--r-- 22.7 KB
info_oss.c -rw-r--r-- 3.8 KB
init.c -rw-r--r-- 24.8 KB
isadma.c -rw-r--r-- 3.0 KB
jack.c -rw-r--r-- 6.6 KB
memalloc.c -rw-r--r-- 7.5 KB
memory.c -rw-r--r-- 2.5 KB
misc.c -rw-r--r-- 3.9 KB
pcm.c -rw-r--r-- 34.2 KB
pcm_compat.c -rw-r--r-- 15.3 KB
pcm_dmaengine.c -rw-r--r-- 11.2 KB
pcm_lib.c -rw-r--r-- 70.2 KB
pcm_memory.c -rw-r--r-- 13.5 KB
pcm_misc.c -rw-r--r-- 14.5 KB
pcm_native.c -rw-r--r-- 98.1 KB
pcm_timer.c -rw-r--r-- 3.7 KB
rawmidi.c -rw-r--r-- 48.1 KB
rawmidi_compat.c -rw-r--r-- 3.5 KB
rtctimer.c -rw-r--r-- 4.1 KB
sgbuf.c -rw-r--r-- 4.2 KB
sound.c -rw-r--r-- 12.0 KB
sound_oss.c -rw-r--r-- 7.5 KB
timer.c -rw-r--r-- 50.7 KB
timer_compat.c -rw-r--r-- 3.5 KB
vmaster.c -rw-r--r-- 12.7 KB

back to top