index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
cell
/
spufs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-13
vfs: Use const for kernel parser table
Steven Whitehouse
1
-1
/
+1
2008-09-08
powerpc/spufs: Fix possible scheduling of a context to multiple SPEs
Andre Detsch
1
-1
/
+2
2008-09-05
powerpc/spufs: Fix race for a free SPU
Jeremy Kerr
1
-4
/
+19
2008-09-05
powerpc/spufs: Fix multiple get_spu_context()
Jeremy Kerr
1
-1
/
+2
2008-08-19
powerpc/spufs: Remove invalid semicolon after if statement
Ilpo Järvinen
1
-1
/
+1
2008-08-14
powerpc/spufs: reference context while dropping state mutex in scheduler
Jeremy Kerr
1
-1
/
+8
2008-08-13
powerpc/spufs: fix npc setting for NOSCHED contexts
Jeremy Kerr
1
-7
/
+8
2008-07-26
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
1
-1
/
+1
2008-07-25
Merge commit 'jk/jk-merge'
Benjamin Herrenschmidt
2
-14
/
+24
2008-07-24
spufs: use new vm_ops->access to allow local state access from gdb
Benjamin Herrenschmidt
1
-0
/
+23
2008-07-24
powerpc/spufs: better placement of spu affinity reference context
Andre Detsch
1
-0
/
+17
2008-07-24
powerpc/spufs: fix aff_mutex and cbe_spu_info[n].list_mutex deadlock
Andre Detsch
1
-12
/
+6
2008-07-23
powerpc/spufs: correct kcalloc usage
Milton Miller
1
-2
/
+1
2008-07-09
powerpc/spufs: add atomic busy_spus counter to struct cbe_spu_info
Maxim Shchetynin
1
-0
/
+6
2008-07-09
powerpc/spufs: only add ".ctx" file with "debug" mount option
Jeremy Kerr
3
-8
/
+38
2008-07-09
powerpc/spufs: add sizes for context files
Jeremy Kerr
1
-17
/
+19
2008-07-09
powerpc/spufs: allow spufs files to specify sizes
Jeremy Kerr
3
-7
/
+15
2008-07-09
powerpc/spufs: avoid magic numbers for mapping sizes
Jeremy Kerr
3
-18
/
+25
2008-07-09
powerpc/spufs: don't extend time time slice if context is not in spu_run
Luke Browning
1
-1
/
+2
2008-07-09
powerpc/spufs: provide context debug file
Luke Browning
1
-0
/
+54
2008-06-30
spufs: Convert nopfn to fault
Nick Piggin
2
-52
/
+54
2008-06-16
powerpc/spufs: fix missed stop-and-signal event
Luke Browning
1
-0
/
+5
2008-06-16
powerpc/spufs: synchronize interaction between spu exception handling and tim...
Luke Browning
1
-3
/
+11
2008-06-16
powerpc/spufs: remove class_0_dsisr from spu exception handling
Luke Browning
1
-5
/
+0
2008-06-16
powerpc/spufs: wait for stable spu status in spu_stopped()
Luke Browning
1
-5
/
+13
2008-05-15
[POWERPC] spufs: Fix compile error
FUJITA Tomonori
1
-0
/
+1
2008-05-15
[POWERPC] spufs: Fix pointer reference in find_victim
Luke Browning
1
-1
/
+1
2008-05-09
Merge branch 'for-2.6.26' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...
Paul Mackerras
3
-4
/
+3
2008-05-08
[POWERPC] spufs: lockdep annotations for spufs_dir_close
Christoph Hellwig
1
-1
/
+1
2008-05-08
[POWERPC] spufs: don't requeue victim contex in find_victim if it's not in sp...
Christoph Hellwig
1
-1
/
+2
2008-05-06
[POWERPC] spufs: spu_create should send inotify IM_CREATE event
Christoph Hellwig
1
-2
/
+6
2008-05-05
[POWERPC] spufs: handle faults while the context switch pending flag is set
Luke Browning
1
-9
/
+14
2008-05-05
[POWERPC] spufs: fix concurrent delivery of class 0 & 1 exceptions
Luke Browning
3
-17
/
+31
2008-05-05
[POWERPC] spufs: try to route SPU interrupts to local node
Luke Browning
3
-1
/
+12
2008-05-05
[POWERPC] spufs: set SPU_CONTEXT_SWITCH_PENDING before synchronising SPU irqs
Luke Browning
1
-2
/
+8
2008-05-05
[POWERPC] spufs: don't acquire state_mutex interruptible while performing cal...
Jeremy Kerr
1
-4
/
+2
2008-05-05
[POWERPC] spufs: update master runcntl with context lock held
Jeremy Kerr
1
-1
/
+2
2008-05-05
[POWERPC] spufs: fix post-stopped update of MFC_CNTL register
Jeremy Kerr
1
-4
/
+9
2008-05-05
[POWERPC] spufs: fix save of mfc_cntl register
Jeremy Kerr
1
-6
/
+7
2008-05-05
[POWERPC] spufs: don't touch suspend bits when purging DMA queue
Jeremy Kerr
1
-1
/
+3
2008-05-01
[PATCH] split linux/file.h
Al Viro
1
-0
/
+1
2008-04-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
7
-21
/
+226
2008-04-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs
Paul Mackerras
7
-21
/
+226
2008-04-30
[POWERPC] spufs: add .gitignore for spu_save_dump.h & spu_restore_dump.h
Kumar Gala
1
-0
/
+2
2008-04-30
[POWERPC] spufs: trace spu_acquire_saved events
Julio M. Merino Vidal
1
-0
/
+2
2008-04-30
[POWERPC] spufs: fix marker name for find_victim
Julio M. Merino Vidal
1
-1
/
+1
2008-04-30
[POWERPC] spufs: add marker for destroy_spu_context
Julio M. Merino Vidal
1
-0
/
+1
2008-04-30
[POWERPC] spufs: add sputrace marker parameter names
Julio M. Merino Vidal
2
-20
/
+20
2008-04-30
[POWERPC] spufs: add context switch notification log
Christoph Hellwig
5
-0
/
+200
2008-04-29
powerpc: use non-racy method for proc entries creation
Denis V. Lunev
2
-4
/
+2
[next]