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
/
s390
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-27
s390/hwcaps: move setup_hwcaps()
Heiko Carstens
2
-158
/
+160
2021-07-27
s390/hwcaps: add sanity checks
Heiko Carstens
1
-0
/
+2
2021-07-27
s390/hwcaps: use named initializers for hwcap string arrays
Heiko Carstens
1
-4
/
+23
2021-07-27
s390/hwcaps: shorten HWCAP defines
Heiko Carstens
1
-26
/
+26
2021-07-27
s390: add HWCAP_S390_PCI_MIO to ELF hwcaps
Niklas Schnelle
2
-1
/
+3
2021-07-27
s390: make PCI mio support a machine flag
Niklas Schnelle
1
-0
/
+4
2021-07-27
s390/disassembler: add instructions
Heiko Carstens
1
-0
/
+2
2021-07-27
s390: report more CPU capabilities
Heiko Carstens
2
-1
/
+5
2021-07-27
s390/setup: don't reserve memory that occupied decompressor's head
Alexander Egorenkov
1
-1
/
+1
2021-07-27
s390/boot: move dma sections from decompressor to decompressed kernel
Alexander Egorenkov
7
-10
/
+332
2021-07-27
s390/setup: generate asm offsets from struct parmarea
Alexander Egorenkov
1
-0
/
+7
2021-07-27
s390/dump: introduce boot data 'oldmem_data'
Alexander Egorenkov
4
-30
/
+31
2021-07-27
s390/boot: introduce boot data 'initrd_data'
Alexander Egorenkov
1
-7
/
+8
2021-07-27
s390/uv: de-duplicate checks for Protected Host Virtualization
Alexander Egorenkov
1
-15
/
+0
2021-07-27
s390/jump_label: print real address in a case of a jump label bug
Heiko Carstens
1
-1
/
+1
2021-07-27
s390/cio: remove unused include linux/spinlock.h from cio.h
Alexander Egorenkov
1
-0
/
+2
2021-07-21
Merge tag 's390-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
4
-3
/
+6
2021-07-20
s390/cpumf: fix semicolon.cocci warnings
kernel test robot
1
-1
/
+1
2021-07-15
s390/ftrace: fix ftrace_update_ftrace_func implementation
Vasily Gorbik
2
-2
/
+4
2021-07-13
s390: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-07-12
s390/vdso32: add vdso32.lds to targets
Sven Schnelle
1
-0
/
+1
2021-07-10
Merge tag 's390-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
31
-1449
/
+1598
2021-07-08
s390: preempt: Fix preempt_count initialization
Valentin Schneider
2
-0
/
+2
2021-07-08
s390: rename CALL_ON_STACK_NORETURN() to call_on_stack_noreturn()
Heiko Carstens
2
-2
/
+2
2021-07-08
s390/smp: use call_on_stack() macro
Heiko Carstens
1
-4
/
+8
2021-07-08
s390/kexec: use call_on_stack() macro
Heiko Carstens
1
-1
/
+2
2021-07-08
s390/irq: use call_on_stack() macro
Heiko Carstens
1
-3
/
+5
2021-07-08
s390/irq: simplify on_async_stack()
Heiko Carstens
1
-1
/
+1
2021-07-08
s390/irq: inline do_softirq_own_stack()
Heiko Carstens
1
-8
/
+0
2021-07-08
s390/irq: simplify do_softirq_own_stack()
Heiko Carstens
1
-11
/
+1
2021-07-08
s390: rename PIF_SYSCALL_RESTART to PIF_EXECVE_PGSTE_RESTART
Sven Schnelle
1
-1
/
+2
2021-07-08
s390: move restart of execve() syscall
Sven Schnelle
1
-15
/
+12
2021-07-08
s390/signal: remove sigreturn on stack
Sven Schnelle
2
-12
/
+2
2021-07-08
s390/signal: switch to using vdso for sigreturn and syscall restart
Sven Schnelle
4
-31
/
+31
2021-07-08
s390: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
s390/vdso: add minimal compat vdso
Sven Schnelle
11
-16
/
+338
2021-07-08
s390/vdso: rename VDSO64_LBASE to VDSO_LBASE
Sven Schnelle
1
-1
/
+1
2021-07-08
s390/vdso64: add sigreturn,rt_sigreturn and restart_syscall
Sven Schnelle
2
-0
/
+20
2021-07-08
s390/vdso: always enable vdso
Sven Schnelle
1
-17
/
+4
2021-07-08
s390/traps: do not test MONITOR CALL without CONFIG_BUG
Ilya Leoshkevich
1
-0
/
+2
2021-07-05
s390/cpumf: Allow concurrent access for CPU Measurement Counter Facility
Thomas Richter
4
-1200
/
+1002
2021-07-05
s390/mcck: move register validation to C code
Alexander Gordeev
3
-52
/
+78
2021-07-05
s390/boot: replace magic string check with a bootdata flag
Alexander Egorenkov
1
-1
/
+3
2021-07-05
s390/mcck: move storage error checks to assembler
Alexander Gordeev
2
-26
/
+32
2021-07-05
s390/mcck: always enter C handler with DAT enabled
Alexander Gordeev
2
-32
/
+32
2021-07-05
s390/mcck: optimize user mode check in case of !CONFIG_KVM
Alexander Gordeev
1
-2
/
+4
2021-07-05
s390/entry.S: factor out SIEEXIT macro
Alexander Gordeev
1
-16
/
+12
2021-07-05
s390: mm: Fix secure storage access exception handling
Janosch Frank
1
-0
/
+10
2021-07-05
s390/kprobes: use is_kernel() helper
Kefeng Wang
1
-7
/
+2
2021-07-04
Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
22
-353
/
+206
[next]