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
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
/
parisc
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-20
unify generic instances of csum_partial_copy_nocheck()
Al Viro
1
-17
/
+0
2020-08-15
iomap: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-36
/
+36
2020-07-21
parisc: add support for cmpxchg on u8 pointers
Liam Beguin
1
-0
/
+12
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
1
-1
/
+1
2020-06-09
maccess: always use strict semantics for probe_kernel_read
Christoph Hellwig
1
-1
/
+1
2020-06-09
maccess: unify the probe kernel arch hooks
Christoph Hellwig
1
-8
/
+4
2020-05-29
take the dummy csum_and_copy_from_user() into net/checksum.h
Al Viro
1
-14
/
+0
2020-05-29
parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()
Al Viro
1
-9
/
+3
2019-08-03
parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ...
Helge Deller
3
-93
/
+138
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153
Thomas Gleixner
1
-15
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150
Thomas Gleixner
1
-15
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-01-22
parisc: iomap: introduce io{read|write}64
Logan Gunthorpe
1
-0
/
+64
2018-08-13
parisc: Fix and improve kernel stack unwinding
Helge Deller
1
-21
/
+0
2017-12-17
parisc: remove duplicate includes
Pravin Shedge
1
-2
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
5
-0
/
+5
2017-08-22
parisc: Drop exception_data struct
Helge Deller
1
-2
/
+0
2017-05-10
parisc: Inline trivial exception code in lusercopy.S
Helge Deller
1
-16
/
+9
2017-05-02
Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-8
/
+8
2017-04-15
parisc: fix bugs in pa_memcpy
Mikulas Patocka
1
-13
/
+14
2017-04-02
parisc: switch to RAW_COPY_USER
Al Viro
1
-7
/
+7
2017-04-02
Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Al Viro
4
-557
/
+322
2017-03-29
parisc: Clean up fixup routines for get_user()/put_user()
Helge Deller
2
-99
/
+1
2017-03-29
parisc: Fix access fault handling in pa_memcpy()
Helge Deller
2
-458
/
+321
2017-03-28
new helper: uaccess_kernel()
Al Viro
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-06
parisc: Add hardened usercopy feature
Helge Deller
1
-5
/
+6
2016-10-05
parisc: Add cfi_startproc and cfi_endproc to assembly code
Helge Deller
2
-12
/
+12
2016-08-02
parisc: Change structure intialisation to C99 style in iomap.c
Amitoj Kaur Chawla
1
-32
/
+32
2016-05-22
parisc: Add native high-resolution sched_clock() implementation
Helge Deller
1
-4
/
+2
2016-04-08
parisc: Unbreak handling exceptions from kernel modules
Helge Deller
1
-0
/
+6
2014-12-13
parisc: percpu: update comments referring to __get_cpu_var
Christoph Lameter
1
-2
/
+2
2014-04-03
parisc: Replace __get_cpu_var uses for address calculation
Christoph Lameter
1
-1
/
+1
2013-11-20
parisc: size_t is unsigned, so comparison size < 0 doesn't make sense.
Helge Deller
1
-1
/
+1
2013-11-20
parisc: do not inline pa_memcpy() internal functions
Helge Deller
1
-2
/
+2
2013-11-08
parisc: make udelay() SMP-safe
Helge Deller
2
-1
/
+74
2013-11-08
parisc: provide macro to create exception table entries
Helge Deller
1
-7
/
+3
2013-10-13
parisc: let probe_kernel_read() capture access to page zero
Helge Deller
1
-1
/
+14
2013-07-10
parisc: Fix gcc miscompilation in pa_memcpy()
Helge Deller
1
-29
/
+50
2013-04-26
parisc: Provide __ucmpdi2 to resolve undefined references in 32 bit builds.
John David Anglin
2
-1
/
+27
2013-03-02
parisc: avoid unitialized variable warning in pa_memcpy()
Helge Deller
1
-1
/
+1
2012-05-31
[PARISC] update parisc to use generic strncpy_from_user()
James Bottomley
1
-41
/
+0
2012-03-28
Disintegrate asm/system.h for PA-RISC
David Howells
1
-1
/
+0
2011-11-28
parisc: switch to GENERIC_PCI_IOMAP
Michael S. Tsirkin
1
-23
/
+0
2011-11-01
parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
1
-0
/
+1
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2010-03-07
parisc: add strict copy size checks (v2)
Helge Deller
1
-1
/
+2
2010-01-05
Merge branch 'master' into percpu
Tejun Heo
1
-2
/
+2
2009-12-15
locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED
Thomas Gleixner
1
-1
/
+1
[next]