Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
3e1b83ab3912a6f583897635bee0a2e0cd1545f7
/
arch
/
powerpc
/
platforms
/
cell
/
spufs
/
spufs.h
f3d69e0
[POWERPC] spufs: fix concurrent delivery of class 0 & 1 exceptions
by Luke Browning
· 17 years ago
7a21420
[POWERPC] spufs: try to route SPU interrupts to local node
by Luke Browning
· 17 years ago
d6508aa
[POWERPC] spufs: add sputrace marker parameter names
by Julio M. Merino Vidal
· 17 years ago
5158e9b
[POWERPC] spufs: add context switch notification log
by Christoph Hellwig
· 17 years ago
ce7c191
[POWERPC] spufs: don't (ab)use SCHED_IDLE
by Jeremy Kerr
· 17 years ago
eebead5
[POWERPC] spufs: Fix state_mutex leaks
by Christoph Hellwig
· 17 years ago
038200c
[POWERPC] spufs: Add marker-based tracing facility
by Christoph Hellwig
· 17 years ago
c9101bd
[POWERPC] spufs: make state_mutex interruptible
by Christoph Hellwig
· 17 years ago
e65c2f6
[POWERPC] spufs: decouple spu scheduler from spufs_spu_run (asynchronous scheduling)
by Luke Browning
· 17 years ago
d6ad39b
[POWERPC] spufs: rework class 0 and 1 interrupt handling
by Jeremy Kerr
· 17 years ago
cc210b3
[POWERPC] spufs: add backing ops for privcntl register
by Luke Browning
· 17 years ago
33bfd7a
[POWERPC] spufs: block fault handlers in spu_acquire_runnable
by Arnd Bergmann
· 17 years ago
7cd58e4
[POWERPC] spufs: move fault, lscsa_alloc and switch code to spufs module
by Jeremy Kerr
· 17 years ago
c25620d
[POWERPC] cell: wrap master run control bit
by Masato Noguchi
· 17 years ago
7af1443
[POWERPC] spufs: Handle errors in SPU coredump code, and support coredump to a pipe
by Michael Ellerman
· 17 years ago
48cad41
[POWERPC] spufs: Combine spufs_coredump_calls with spufs_calls
by Michael Ellerman
· 17 years ago
74de08b
[POWERPC] spufs: Internal __spufs_get_foo() routines should take a spu_context *
by Michael Ellerman
· 17 years ago
98f0697
[POWERPC] cell: Unify spufs syscall path
by Jeremy Kerr
· 17 years ago
b2c863b
spusched: fix mismerge in spufs.h
by Christoph Hellwig
· 17 years ago
1474855
[CELL] oprofile: add support to OProfile for profiling CELL BE SPUs
by Bob Nelson
· 17 years ago
36aaccc
[CELL] oprofile: enable SPU switch notification to detect currently active SPU tasks
by Bob Nelson
· 17 years ago
c5fc8d2
[CELL] cell: add placement computation for scheduling of affinity contexts
by Arnd Bergmann
· 17 years ago
8e68e2f
[CELL] spufs: extension of spu_create to support affinity definition
by Arnd Bergmann
· 17 years ago
50af32a
[CELL] spufs: remove unused file argument from spufs_run_spu()
by Jeremy Kerr
· 17 years ago
27b1ea0
[CELL] spufs: make sure context are scheduled again after spu_acquire_saved
by Christoph Hellwig
· 17 years ago
27ec41d
[CELL] spufs: add spu stats in sysfs and ctx stat file in spufs
by Andre Detsch
· 17 years ago
d145031
[CELL] spufs: remove section mismatch warning
by Sebastian Siewior
· 17 years ago
fe2f896
[POWERPC] spufs: Add spu stats in sysfs
by Christoph Hellwig
· 17 years ago
e9f8a0b
[POWERPC] spufs: Add stat file to spufs
by Christoph Hellwig
· 17 years ago
65de66f
[POWERPC] spufs: Implement /proc/spu_loadavg
by Christoph Hellwig
· 17 years ago
476273a
[POWERPC] spufs: Add tid file
by Christoph Hellwig
· 17 years ago
7022543
[POWERPC] spufs: Trivial whitespace fixes
by Jeremy Kerr
· 17 years ago
ea1ae59
[POWERPC] spusched: fix cpu/node binding
by Christoph Hellwig
· 17 years ago
2cf2b3b
[POWERPC] spusched: Update scheduling paramters on every spu_run
by Christoph Hellwig
· 17 years ago
fe443ef
[POWERPC] spusched: Dynamic timeslicing for SCHED_OTHER
by Christoph Hellwig
· 17 years ago
3790180
[POWERPC] spusched: Switch from workqueues to kthread + timer tick
by Christoph Hellwig
· 17 years ago
47d3a5f
[POWERPC] spufs: Synchronize pte invalidation vs ps close
by Christoph Hellwig
· 17 years ago
d376439
[POWERPC] spufs: Minor cleanup of spu_wait
by Jeremy Kerr
· 18 years ago
e45d48a
[POWERPC] spufs: turn run_sema into run_mutex
by Christoph Hellwig
· 18 years ago
57dace2
[POWERPC] spufs: make spu page faults not block scheduling
by Arnd Bergmann
· 18 years ago
7ec18ab
[POWERPC] spufs: streamline locking for isolated spu setup
by Christoph Hellwig
· 18 years ago
43c2bbd
[POWERPC] spufs: clear mapping pointers after last close
by Christoph Hellwig
· 18 years ago
0887309
[POWERPC] spufs: use cancel_rearming_delayed_workqueue when stopping spu contexts
by Christoph Hellwig
· 18 years ago
50b520d
[POWERPC] avoid SPU_ACTIVATE_NOWAKE optimization
by Christoph Hellwig
· 18 years ago
2eb1b12
[POWERPC] spu sched: static timeslicing for SCHED_RR contexts
by Christoph Hellwig
· 18 years ago
52f04fc
[POWERPC] spu sched: forced preemption at execution
by Christoph Hellwig
· 18 years ago
26bec67
[POWERPC] spufs: optimize spu_run
by Christoph Hellwig
· 18 years ago
079cdb6
[POWERPC] spufs: runqueue simplification
by Christoph Hellwig
· 18 years ago
8389998
[POWERPC] spufs: move prio to spu_context
by Christoph Hellwig
· 18 years ago
6a0641e5
[POWERPC] spufs: state_mutex cleanup
by Christoph Hellwig
· 18 years ago
650f8b0
[POWERPC] spufs: simplify state_mutex
by Christoph Hellwig
· 18 years ago
30a6c33
[POWERPC] spufs: remove SPU_CONTEXT_PREEMPT
by Christoph Hellwig
· 18 years ago
17e0e27
[POWERPC] spufs: Fix bitrot of the SPU mmap facility
by Benjamin Herrenschmidt
· 18 years ago
9c2e08c
[PATCH] mark struct file_operations const 9
by Arjan van de Ven
· 18 years ago
bf1ab97
[POWERPC] coredump: Add SPU elf notes to coredump.
by Dwayne Grant McConnell
· 18 years ago
c6730ed
[POWERPC] spufs: Load isolation kernel from spu_run
by Jeremy Kerr
· 18 years ago
3960c26
[POWERPC] spufs: Add runcntrl read accessors
by Jeremy Kerr
· 18 years ago
ee2d734
[POWERPC] spufs: Use SPU master control to prevent wild SPU execution
by Arnd Bergmann
· 18 years ago
b9e3bd7
[POWERPC] spufs: Add /lslr, /dma_info and /proxydma files
by Dwayne Grant McConnell
· 18 years ago
099814b
[POWERPC] spufs: Add isolated-mode SPE recycling support
by Jeremy Kerr
· 18 years ago
5737edd
[POWERPC] spufs: add support for nonschedulable contexts
by Mark Nutter
· 18 years ago
8676727
[POWERPC] spufs: add infrastructure for finding elf objects
by Arnd Bergmann
· 18 years ago
6263203
[POWERPC] spufs: Add infrastructure needed for gang scheduling
by Arnd Bergmann
· 18 years ago
9add11d
[POWERPC] spufs: implement error event delivery to user space
by Arnd Bergmann
· 18 years ago
6df10a8
[PATCH] spufs: enable SPE problem state MMIO access.
by Mark Nutter
· 19 years ago
a33a7d7
[PATCH] spufs: implement mfc access for PPE-side DMA
by Arnd Bergmann
· 19 years ago
6ff730c
[PATCH] spufs: fix sparse warnings
by Arnd Bergmann
· 19 years ago
ce8ab85
[PATCH] spufs: move spu_run call to its own file
by Arnd Bergmann
· 19 years ago
8837d92
[PATCH] spufs: clean up use of bitops
by Arnd Bergmann
· 19 years ago
5ef8224
[PATCH] spufs: serialize sys_spu_run per spu
by Arnd Bergmann
· 19 years ago
e80358a
[PATCH] spufs: check for proper file pointer in sys_spu_run
by Arnd Bergmann
· 19 years ago
3a843d7
[PATCH] spufs: fix mailbox polling
by Arnd Bergmann
· 19 years ago
2a911f0
[PATCH] spufs: Improved SPU preemptability [part 2].
by Arnd Bergmann
· 19 years ago
5110459
[PATCH] spufs: Improved SPU preemptability.
by Arnd Bergmann
· 19 years ago
8b3d666
[PATCH] spufs: cooperative scheduler support
by Arnd Bergmann
· 19 years ago
5473af0
[PATCH] spufs: switchable spu contexts
by Mark Nutter
· 19 years ago
67207b9
[PATCH] spufs: The SPU file system, base
by Arnd Bergmann
· 19 years ago