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
/
xtensa
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-17
xtensa: support DMA buffers in high memory
Max Filippov
1
-10
/
+30
2018-02-15
xtensa: fix high memory/reserved memory collision
Max Filippov
1
-7
/
+63
2018-02-12
unify {de,}mangle_poll(), get rid of kernel-side POLL...
Al Viro
1
-19
/
+2
2018-02-11
xtensa: fix build with KASAN
Max Filippov
1
-0
/
+2
2018-02-02
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-1
/
+0
2018-02-01
Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-12
/
+0
2018-01-31
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-10
/
+0
2018-01-31
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+19
2018-01-31
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+1
2018-01-30
xtensa: remove arch specific early DT functions
Rob Herring
1
-12
/
+0
2018-01-30
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-5
/
+0
2018-01-30
Merge tag 'xtensa-20180129' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
54
-625
/
+785
2018-01-24
irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUG
Marc Zyngier
5
-5
/
+0
2018-01-23
signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed
Eric W. Biederman
1
-7
/
+1
2018-01-10
dma-mapping: move swiotlb arch helpers to a new header
Christoph Hellwig
1
-10
/
+0
2018-01-10
Construct init thread stack in the linker script rather than by union
David Howells
1
-3
/
+0
2018-01-06
xtensa: fix futex_atomic_cmpxchg_inatomic
Max Filippov
1
-13
/
+10
2018-01-03
arch: Remove clkdev.h asm-generic from Kbuild
Stephen Boyd
1
-1
/
+0
2018-01-02
xtensa: shut up gcc-8 warnings
Arnd Bergmann
1
-2
/
+2
2017-12-18
xtensa: print kernel sections info in mem_init
Max Filippov
1
-2
/
+17
2017-12-18
xtensa: use generic strncpy_from_user with KASAN
Max Filippov
3
-0
/
+10
2017-12-17
xtensa: use __memset in __xtensa_clear_user
Max Filippov
1
-1
/
+1
2017-12-17
xtensa: add support for KASAN
Max Filippov
13
-8
/
+194
2017-12-17
xtensa: move fixmap and kmap just above the KSEG
Max Filippov
4
-11
/
+9
2017-12-17
xtensa: don't clear swapper_pg_dir in paging_init
Max Filippov
1
-1
/
+0
2017-12-17
xtensa: extract init_kio
Max Filippov
4
-17
/
+28
2017-12-17
xtensa: implement early_trap_init
Max Filippov
1
-0
/
+12
2017-12-17
xtensa: clean up exception handling structure
Max Filippov
5
-32
/
+56
2017-12-17
xtensa: clean up custom-controlled debug output
Max Filippov
11
-117
/
+66
2017-12-17
xtensa: enable stack protector
Max Filippov
6
-0
/
+60
2017-12-11
xtensa: print hardware config ID on startup
Max Filippov
1
-0
/
+9
2017-12-11
xtensa: consolidate kernel stack size related definitions
Max Filippov
4
-10
/
+13
2017-12-11
xtensa: clean up functions in assembly code
Max Filippov
6
-36
/
+36
2017-12-11
xtensa: clean up word alignment macros in assembly code
Max Filippov
4
-52
/
+59
2017-12-11
xtensa: clean up fixups in assembly code
Max Filippov
7
-194
/
+133
2017-12-11
xtensa: use call instead of callx in assembly code
Max Filippov
4
-48
/
+24
2017-12-11
xtensa: build kernel with text-section-literals
Max Filippov
8
-88
/
+52
2017-12-10
xtensa: add -mno-serialize-volatile to CFLAGS
Max Filippov
1
-0
/
+1
2017-12-05
bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type
Hendrik Brueckner
1
-0
/
+1
2017-11-30
make kernel-side POLL... arch-independent
Al Viro
1
-0
/
+17
2017-11-28
define __poll_t, annotate constants
Al Viro
1
-2
/
+2
2017-11-17
Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2017-11-16
Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+0
2017-11-15
Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2017-11-15
Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-7
/
+3
2017-11-15
Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-26
/
+0
2017-11-15
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2017-11-14
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-13
/
+9
2017-11-11
xtensa/simdisk: fix compile error
Christoph Hellwig
1
-1
/
+1
2017-11-11
block: remove __bio_kmap_atomic
Christoph Hellwig
1
-2
/
+2
[next]