Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
17e376756169af818c2e1c230502167cd1571a6c
/
arch
/
powerpc
/
platforms
/
cell
/
spufs
17e3767
powerpc/spufs: Fix test in spufs_switch_log_read()
by roel kluin
· 15 years ago
828c095
const: constify remaining file_operations
by Alexey Dobriyan
· 15 years ago
f0f37e2
const: mark struct vm_struct_operations
by Alexey Dobriyan
· 15 years ago
6e1d5dc
const: mark remaining inode_operations as const
by Alexey Dobriyan
· 15 years ago
b87221d
const: mark remaining super_operations const
by Alexey Dobriyan
· 15 years ago
fc53776
tracing: Remove markers
by Christoph Hellwig
· 15 years ago
ae142e0
powerpc/sputrace: Use the generic event tracer
by Christoph Hellwig
· 15 years ago
1babddb
powerpc/spufs: Remove unused error path
by Stephen Rothwell
· 16 years ago
45db924
powerpc/spufs: Remove double check for non-negative dentry
by Jan Blunck
· 16 years ago
ce3b0f8
New helper - current_umask()
by Al Viro
· 16 years ago
9ff9a26
Merge commit 'origin/master' into next
by Benjamin Herrenschmidt
· 16 years ago
2fb4423
powerpc/spufs: Fix incorrect buffer offset in regs write
by Jeremy Kerr
· 16 years ago
d219889
powerpc/spufs: Check file offset before calculating write size in fixed-sized files
by Jeremy Kerr
· 16 years ago
8f748aa
powerpc/spufs: Initialize ctx->stats.tstamp correctly
by Arnd Bergmann
· 16 years ago
7425464
powerpc/spufs: Constify context contents and coredump callback constants
by Jeremy Kerr
· 16 years ago
3688b46
powerpc/spufs: Clear purge status before setting up isolated mode
by Jeremy Kerr
· 16 years ago
7401922
timers: add mod_timer_pending()
by Ingo Molnar
· 16 years ago
9477e45
powerpc: Cleanup from l64 to ll64 change: arch code
by Stephen Rothwell
· 16 years ago
73ac36e
fix similar typos to successfull
by Coly Li
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
33edcf1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Rusty Russell
· 16 years ago
3c92ec8
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 16 years ago
86c6f27
cpumask: powerpc: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumask
by Rusty Russell
· 16 years ago
64b3d0e
powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDED
by Benjamin Herrenschmidt
· 16 years ago
ec98ce4
Merge branch 'master' into next
by James Morris
· 16 years ago
3f9b5d4
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs into merge
by Paul Mackerras
· 16 years ago
6065726
powerpc/spufs: Fix spinning in spufs_ps_fault on signal
by Jeremy Kerr
· 16 years ago
745ca24
CRED: Pass credentials through dentry_open()
by David Howells
· 16 years ago
1330deb
CRED: Wrap task credential accesses in the PowerPC arch
by David Howells
· 16 years ago
5ed487b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
2c552d8
[PATCH] don't pass bogus flags to LOOKUP_PARENT lookup in spufs
by Al Viro
· 16 years ago
a02efb9
Merge commit 'origin' into master
by Benjamin Herrenschmidt
· 16 years ago
34318c2
powerpc/spufs: Explain conditional decrement of aff_sched_count
by Andre Detsch
· 16 years ago
10baa26
powerpc/spufs: Improve search of node for contexts with SPU affinity
by Andre Detsch
· 16 years ago
837ef88
powerpc/spufs: Use kmalloc rather than kzalloc for switch log buffer
by Jeremy Kerr
· 16 years ago
f027faa
powerpc/spufs: Don't spu_acquire_saved unnecessarily in regs read
by Jeremy Kerr
· 16 years ago
14f693e
powerpc/spufs: Don't require full buffer in switch_log read
by Jeremy Kerr
· 16 years ago
f5ed0eb
powerpc/spufs: Use state_mutex for switch_log locking, and prevent multiple openers
by Jeremy Kerr
· 16 years ago
e869446
powerpc/spufs: sputrace: Don't block until the read buffer is full
by Jeremy Kerr
· 16 years ago
baf3992
powerpc/spufs: sputrace: Only enable logging on open(), prevent multiple openers
by Jeremy Kerr
· 16 years ago
92b29b8
Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
6dc647258
Merge commit 'origin'
by Benjamin Herrenschmidt
· 16 years ago
5b9261d
sputrace: use marker_synchronize_unregister()
by Mathieu Desnoyers
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
6747c2e
powerpc/spufs: add a missing mutex_unlock
by Kou Ishizaki
· 16 years ago
ba0b996
powerpc/spufs: use inc_nlink
by Jeremy Kerr
· 16 years ago
e2ed6e4
powerpc/spufs: set nlink count for spufs root correctly
by Jeremy Kerr
· 16 years ago
b2e601d
powerpc/spufs: Fix possible scheduling of a context to multiple SPEs
by Andre Detsch
· 16 years ago
b65fe03
powerpc/spufs: Fix race for a free SPU
by Jeremy Kerr
· 16 years ago
9f43e39
powerpc/spufs: Fix multiple get_spu_context()
by Jeremy Kerr
· 16 years ago
cb9808d
powerpc/spufs: Remove invalid semicolon after if statement
by Ilpo Järvinen
· 16 years ago
8d5636f
powerpc/spufs: reference context while dropping state mutex in scheduler
by Jeremy Kerr
· 16 years ago
d9dd421
powerpc/spufs: fix npc setting for NOSCHED contexts
by Jeremy Kerr
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
e9f7635
Merge commit 'jk/jk-merge'
by Benjamin Herrenschmidt
· 16 years ago
a352894
spufs: use new vm_ops->access to allow local state access from gdb
by Benjamin Herrenschmidt
· 16 years ago
ad1ede1
powerpc/spufs: better placement of spu affinity reference context
by Andre Detsch
· 16 years ago
0855b54
powerpc/spufs: fix aff_mutex and cbe_spu_info[n].list_mutex deadlock
by Andre Detsch
· 16 years ago
9bcab84
powerpc/spufs: correct kcalloc usage
by Milton Miller
· 16 years ago
fabb657
powerpc/spufs: add atomic busy_spus counter to struct cbe_spu_info
by Maxim Shchetynin
· 16 years ago
2c3e478
powerpc/spufs: only add ".ctx" file with "debug" mount option
by Jeremy Kerr
· 16 years ago
6f7dde8
powerpc/spufs: add sizes for context files
by Jeremy Kerr
· 16 years ago
23d893f
powerpc/spufs: allow spufs files to specify sizes
by Jeremy Kerr
· 16 years ago
87ff609
powerpc/spufs: avoid magic numbers for mapping sizes
by Jeremy Kerr
· 16 years ago
2442a8b
powerpc/spufs: don't extend time time slice if context is not in spu_run
by Luke Browning
· 17 years ago
46deed6
powerpc/spufs: provide context debug file
by Luke Browning
· 16 years ago
b1e2270
spufs: Convert nopfn to fault
by Nick Piggin
· 16 years ago
028fda0
powerpc/spufs: fix missed stop-and-signal event
by Luke Browning
· 16 years ago
2c911a1
powerpc/spufs: synchronize interaction between spu exception handling and time slicing
by Luke Browning
· 16 years ago
1f64643
powerpc/spufs: remove class_0_dsisr from spu exception handling
by Luke Browning
· 17 years ago
d84050f
powerpc/spufs: wait for stable spu status in spu_stopped()
by Luke Browning
· 17 years ago
dfe1e09
[POWERPC] spufs: Fix compile error
by FUJITA Tomonori
· 17 years ago
08fcf1d
[POWERPC] spufs: Fix pointer reference in find_victim
by Luke Browning
· 17 years ago
2a5f2e3
Merge branch 'for-2.6.26' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into merge
by Paul Mackerras
· 17 years ago
02539d7
[POWERPC] spufs: lockdep annotations for spufs_dir_close
by Christoph Hellwig
· 17 years ago
7a28a15
[POWERPC] spufs: don't requeue victim contex in find_victim if it's not in spu_run
by Christoph Hellwig
· 17 years ago
826be06
[POWERPC] spufs: spu_create should send inotify IM_CREATE event
by Christoph Hellwig
· 17 years ago
de10289
[POWERPC] spufs: handle faults while the context switch pending flag is set
by Luke Browning
· 17 years ago
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
093c16b
[POWERPC] spufs: set SPU_CONTEXT_SWITCH_PENDING before synchronising SPU irqs
by Luke Browning
· 17 years ago
d29694f
[POWERPC] spufs: don't acquire state_mutex interruptible while performing callback
by Jeremy Kerr
· 17 years ago
c0bace5
[POWERPC] spufs: update master runcntl with context lock held
by Jeremy Kerr
· 17 years ago
55d7cd7
[POWERPC] spufs: fix post-stopped update of MFC_CNTL register
by Jeremy Kerr
· 17 years ago
1ca4264
[POWERPC] spufs: fix save of mfc_cntl register
by Jeremy Kerr
· 17 years ago
943906b
[POWERPC] spufs: don't touch suspend bits when purging DMA queue
by Jeremy Kerr
· 17 years ago
9f3acc3
[PATCH] split linux/file.h
by Al Viro
· 17 years ago
ec31b212
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 17 years ago
595f403
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs
by Paul Mackerras
· 17 years ago
d0eb801
[POWERPC] spufs: add .gitignore for spu_save_dump.h & spu_restore_dump.h
by Kumar Gala
· 17 years ago
3734dfc
[POWERPC] spufs: trace spu_acquire_saved events
by Julio M. Merino Vidal
· 17 years ago
8a476d4
[POWERPC] spufs: fix marker name for find_victim
by Julio M. Merino Vidal
· 17 years ago
5345788
[POWERPC] spufs: add marker for destroy_spu_context
by Julio M. Merino Vidal
· 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
6674713
powerpc: use non-racy method for proc entries creation
by Denis V. Lunev
· 17 years ago
9a64388
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 17 years ago
950e4da
arch: Remove unnecessary inclusions of asm/semaphore.h
by Matthew Wilcox
· 17 years ago
858c52d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs
by Paul Mackerras
· 17 years ago
e48b1b4
[POWERPC] Replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
Next »