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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-07
Add cmpxchg_local to s390
Mathieu Desnoyers
1
-3
/
+41
2008-02-07
Add cmpxchg_local to ppc
Gunnar Larisch
1
-2
/
+49
2008-02-07
Add cmpxchg_local to parisc
Mathieu Desnoyers
1
-0
/
+33
2008-02-07
Add cmpxchg_local to m68knommu
Mathieu Desnoyers
1
-17
/
+11
2008-02-07
Add cmpxchg_local to m86k
Mathieu Desnoyers
1
-3
/
+24
2008-02-07
local_t m32r use architecture specific cmpxchg_local
Mathieu Desnoyers
1
-1
/
+361
2008-02-07
m32r: build fix of arch/m32r/kernel/smpboot.c
Mathieu Desnoyers
1
-0
/
+1
2008-02-07
Fix m32r __xchg
Mathieu Desnoyers
1
-3
/
+1
2008-02-07
New cmpxchg_local (optimized for UP case) for m32r
Mathieu Desnoyers
1
-10
/
+101
2008-02-07
Add cmpxchg_local, cmpxchg64 and cmpxchg64_local to ia64
Mathieu Desnoyers
1
-3
/
+9
2008-02-07
Add cmpxchg_local to h8300
Mathieu Desnoyers
1
-0
/
+15
2008-02-07
Add cmpxchg_local to frv
Mathieu Desnoyers
1
-0
/
+24
2008-02-07
Add cmpxchg_local to cris
Mathieu Desnoyers
1
-0
/
+15
2008-02-07
Add cmpxchg_local to blackfin, replace __cmpxchg by generic cmpxchg
Mathieu Desnoyers
1
-46
/
+11
2008-02-07
Add cmpxchg_local to avr32
Mathieu Desnoyers
1
-0
/
+23
2008-02-07
Add cmpxchg_local to arm
Mathieu Desnoyers
1
-0
/
+15
2008-02-07
Add cmpxchg64 and cmpxchg64_local to x86_64
Mathieu Desnoyers
1
-6
/
+16
2008-02-07
Add cmpxchg64 and cmpxchg64_local to powerpc
Mathieu Desnoyers
1
-2
/
+16
2008-02-07
Add cmpxchg64 and cmpxchg64_local to mips
Mathieu Desnoyers
1
-0
/
+17
2008-02-07
Add cmpxchg64 and cmpxchg64_local to alpha
Mathieu Desnoyers
1
-2
/
+13
2008-02-07
Add cmpxchg_local to asm-generic for per cpu atomic operations
Mathieu Desnoyers
2
-0
/
+87
2008-02-07
Sanitize the type of struct user.u_ar0
H. Peter Anvin
18
-22
/
+18
2008-02-07
Unexport asm/page.h
Kirill A. Shutemov
6
-5
/
+18
2008-02-07
Unexport asm/elf.h
Kirill A. Shutemov
4
-2
/
+5
2008-02-07
Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed
Kirill A. Shutemov
45
-150
/
+3
2008-02-07
Unexport asm/user.h and linux/user.h
Kirill A. Shutemov
4
-4
/
+2
2008-02-07
iget: remove iget() and the read_inode() super op as being obsolete
David Howells
5
-41
/
+9
2008-02-07
iget: stop HPPFS from using iget() and read_inode()
David Howells
1
-5
/
+22
2008-02-07
iget: stop HOSTFS from using iget() and read_inode()
David Howells
1
-19
/
+38
2008-02-07
iget: stop OPENPROMFS from using iget() and read_inode()
David Howells
1
-15
/
+30
2008-02-07
iget: stop UFS from using iget() and read_inode()
David Howells
4
-23
/
+33
2008-02-07
iget: stop the SYSV filesystem from using iget() and read_inode()
David Howells
4
-14
/
+22
2008-02-07
iget: stop ROMFS from using iget() and read_inode()
David Howells
1
-14
/
+32
2008-02-07
iget: stop QNX4 from using iget() and read_inode()
David Howells
3
-18
/
+38
2008-02-07
iget: stop PROCFS from using iget() and read_inode()
David Howells
1
-32
/
+28
2008-02-07
iget: stop the MINIX filesystem from using iget() and read_inode()
David Howells
3
-18
/
+33
2008-02-07
iget: stop JFS from using iget() and read_inode()
David Howells
4
-31
/
+40
2008-02-07
iget: stop JFFS2 from using iget() and read_inode()
David Howells
4
-26
/
+39
2008-02-07
iget: stop ISOFS from using read_inode()
David Howells
4
-32
/
+58
2008-02-07
iget: stop HFSPLUS from using iget() and read_inode()
David Howells
4
-19
/
+43
2008-02-07
iget: stop FUSE from using iget() and read_inode()
David Howells
1
-6
/
+0
2008-02-07
iget: stop FreeVXFS from using iget() and read_inode()
David Howells
4
-23
/
+40
2008-02-07
iget: stop FAT from using iget() and read_inode()
David Howells
1
-4
/
+2
2008-02-07
iget: stop EXT4 from using iget() and read_inode()
David Howells
6
-70
/
+87
2008-02-07
iget: stop EXT3 from using iget() and read_inode()
David Howells
6
-72
/
+89
2008-02-07
iget: stop EXT2 from using iget() and read_inode()
David Howells
4
-29
/
+46
2008-02-07
iget: stop EFS from using iget() and read_inode()
David Howells
4
-25
/
+41
2008-02-07
iget: stop CIFS from using iget() and read_inode()
David Howells
3
-7
/
+24
2008-02-07
iget: stop BFS from using iget() and read_inode()
David Howells
3
-13
/
+27
2008-02-07
iget: stop BEFS from using iget() and read_inode()
David Howells
1
-14
/
+25
[prev]
[next]