aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-5/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-14/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-5/+4
2018-09-21signal/powerpc: Use force_sig_fault where appropriateEric W. Biederman1-18/+8
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-05-01powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V1-1/+1
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V1-2/+2
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V1-1/+1
2014-10-08powerpc/cell: Move spu_handle_mm_fault() out of cell platformIan Munsie1-2/+2
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker1-1/+0
2009-01-13powerpc: Cleanup from l64 to ll64 change: arch codeStephen Rothwell1-1/+1
2008-05-05[POWERPC] spufs: fix concurrent delivery of class 0 & 1 exceptionsLuke Browning1-6/+11
2008-02-08[POWERPC] spufs: Fix state_mutex leaksChristoph Hellwig1-8/+4
2007-12-21[POWERPC] spufs: DMA Restart after SIGSEGVAndre Detsch1-2/+3
2007-12-21[POWERPC] spufs: make state_mutex interruptibleChristoph Hellwig1-2/+10
2007-12-21[POWERPC] spufs: rework class 0 and 1 interrupt handlingJeremy Kerr1-42/+65
2007-12-21[POWERPC] spufs: move fault, lscsa_alloc and switch code to spufs moduleJeremy Kerr1-71/+0
2007-07-20[CELL] spufs: add spu stats in sysfs and ctx stat file in spufsAndre Detsch1-5/+3
2007-07-19fix spufs build after ->fault changesChristoph Hellwig1-11/+11
2007-07-19mm: fault feedback #2Nick Piggin1-15/+13
2007-07-03[POWERPC] spufs: Add spu stats in sysfsChristoph Hellwig1-0/+10
2007-07-03[POWERPC] spufs: Add stat file to spufsChristoph Hellwig1-3/+16
2007-04-23[POWERPC] spufs: provide siginfo for SPE faultsJeremy Kerr1-7/+25
2007-04-23[POWERPC] spufs: make spu page faults not block schedulingArnd Bergmann1-0/+193