index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
cell
/
spufs
/
fault.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-09
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+4
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153
Thomas Gleixner
1
-14
/
+1
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-5
/
+4
2018-09-21
signal/powerpc: Use force_sig_fault where appropriate
Eric W. Biederman
1
-18
/
+8
2018-08-18
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2016-05-01
powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
Aneesh Kumar K.V
1
-1
/
+1
2016-05-01
powerpc/mm: Use _PAGE_READ to indicate Read access
Aneesh Kumar K.V
1
-2
/
+2
2014-12-05
powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault
Aneesh Kumar K.V
1
-1
/
+1
2014-10-08
powerpc/cell: Move spu_handle_mm_fault() out of cell platform
Ian Munsie
1
-2
/
+2
2011-11-01
powerpc: remove non-required uses of include <linux/module.h>
Paul Gortmaker
1
-1
/
+0
2009-01-13
powerpc: Cleanup from l64 to ll64 change: arch code
Stephen Rothwell
1
-1
/
+1
2008-05-05
[POWERPC] spufs: fix concurrent delivery of class 0 & 1 exceptions
Luke Browning
1
-6
/
+11
2008-02-08
[POWERPC] spufs: Fix state_mutex leaks
Christoph Hellwig
1
-8
/
+4
2007-12-21
[POWERPC] spufs: DMA Restart after SIGSEGV
Andre Detsch
1
-2
/
+3
2007-12-21
[POWERPC] spufs: make state_mutex interruptible
Christoph Hellwig
1
-2
/
+10
2007-12-21
[POWERPC] spufs: rework class 0 and 1 interrupt handling
Jeremy Kerr
1
-42
/
+65
2007-12-21
[POWERPC] spufs: move fault, lscsa_alloc and switch code to spufs module
Jeremy Kerr
1
-71
/
+0
2007-07-20
[CELL] spufs: add spu stats in sysfs and ctx stat file in spufs
Andre Detsch
1
-5
/
+3
2007-07-20
fix spufs build after ->fault changes
Christoph Hellwig
1
-11
/
+11
2007-07-19
mm: fault feedback #2
Nick Piggin
1
-15
/
+13
2007-07-03
[POWERPC] spufs: Add spu stats in sysfs
Christoph Hellwig
1
-0
/
+10
2007-07-03
[POWERPC] spufs: Add stat file to spufs
Christoph Hellwig
1
-3
/
+16
2007-04-23
[POWERPC] spufs: provide siginfo for SPE faults
Jeremy Kerr
1
-7
/
+25
2007-04-23
[POWERPC] spufs: make spu page faults not block scheduling
Arnd Bergmann
1
-0
/
+193