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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-22
powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WX
Christophe Leroy
1
-5
/
+2
2024-02-22
arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WX
Christophe Leroy
3
-17
/
+0
2024-02-22
s390/boot: workaround current 'llvm-objdump -t -j ...' behavior
Nathan Chancellor
1
-2
/
+2
2024-02-22
KVM: s390: fix access register usage in ioctls
Eric Farman
3
-1
/
+7
2024-02-22
KVM: s390: only deliver the set service event bits
Eric Farman
1
-2
/
+2
2024-02-22
mm: convert mm_counter() to take a folio
Kefeng Wang
1
-1
/
+1
2024-02-22
s390: use pfn_swap_entry_folio() in ptep_zap_swap_entry()
Kefeng Wang
1
-2
/
+2
2024-02-22
s390: enable MHP_MEMMAP_ON_MEMORY
Sumanth Korikkar
1
-0
/
+1
2024-02-22
s390/mm: allocate vmemmap pages from self-contained memory range
Sumanth Korikkar
2
-30
/
+35
2024-02-21
KVM: s390: introduce kvm_s390_fpu_(store|load)
Janosch Frank
3
-20
/
+22
2024-02-21
s390: use the correct count for __iowrite64_copy()
Jason Gunthorpe
1
-1
/
+1
2024-02-20
s390/vdso: Use generic union vdso_data_store
Anna-Maria Behnsen
1
-4
/
+1
2024-02-20
s390/vdso/data: Drop unnecessary header include
Anna-Maria Behnsen
1
-1
/
+0
2024-02-20
KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()
Sean Christopherson
5
-13
/
+13
2024-02-20
s390: compile relocatable kernel without -fPIE
Josh Poimboeuf
9
-13
/
+145
2024-02-20
s390: add relocs tool
Josh Poimboeuf
3
-0
/
+391
2024-02-20
s390/vdso64: filter out munaligned-symbols flag for vdso
Sumanth Korikkar
1
-0
/
+1
2024-02-20
s390/boot: add 'alloc' to info.bin .vmlinux.info section flags
Nathan Chancellor
1
-1
/
+1
2024-02-20
s390/pci: fix three typos in comments
Gerd Bayer
2
-3
/
+3
2024-02-20
s390/pci: remove hotplug slot when releasing the device
Gerd Bayer
1
-2
/
+3
2024-02-20
s390/pci: introduce lock to synchronize state of zpci_dev's
Gerd Bayer
4
-30
/
+63
2024-02-20
s390/pci: rename lock member in struct zpci_dev
Gerd Bayer
3
-7
/
+7
2024-02-20
s390/pai: adjust whitespace indentation
Thomas Richter
1
-1
/
+1
2024-02-20
s390/pai: simplify event start function for perf stat
Thomas Richter
2
-15
/
+4
2024-02-20
s390/pai: save PAI counter value page in event structure
Thomas Richter
3
-16
/
+60
2024-02-16
s390/crc32le: convert to C
Heiko Carstens
3
-146
/
+109
2024-02-16
s390/crc32be: convert to C
Heiko Carstens
3
-110
/
+80
2024-02-16
s390/fpu: add vector instruction inline assemblies for crc32
Heiko Carstens
1
-0
/
+56
2024-02-16
s390/sysinfo: convert bogomips calculation to C
Heiko Carstens
2
-15
/
+43
2024-02-16
s390/raid6: convert to use standard fpu_*() inline assemblies
Heiko Carstens
1
-0
/
+48
2024-02-16
s390/checksum: provide csum_partial_copy_nocheck()
Heiko Carstens
4
-13
/
+112
2024-02-16
s390/checksum: provide vector register variant of csum_partial()
Heiko Carstens
6
-16
/
+187
2024-02-16
s390/checksum: provide and use cksm() inline assembly
Heiko Carstens
3
-16
/
+20
2024-02-16
s390/checksum: call instrument_read() instead of kasan_check_read()
Heiko Carstens
1
-2
/
+2
2024-02-16
s390/fpu: remove TIF_FPU
Heiko Carstens
1
-2
/
+0
2024-02-16
s390/fpu: limit save and restore to used registers
Heiko Carstens
4
-69
/
+128
2024-02-16
s390/fpu: decrease stack usage for some cases
Heiko Carstens
7
-40
/
+94
2024-02-16
s390/fpu: let fpu_vlm() and fpu_vstm() return number of registers
Heiko Carstens
1
-8
/
+16
2024-02-16
s390/fpu: remove anonymous union from struct fpu
Heiko Carstens
5
-109
/
+78
2024-02-16
s390/fpu: remove regs member from struct fpu
Heiko Carstens
4
-10
/
+4
2024-02-16
s390/kvm: convert to regular kernel fpu user
Heiko Carstens
5
-26
/
+22
2024-02-16
s390/fpu: make kernel fpu context preemptible
Heiko Carstens
4
-13
/
+36
2024-02-16
s390/fpu: change type of fpu mask from u32 to int
Heiko Carstens
3
-9
/
+9
2024-02-16
s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etc
Heiko Carstens
13
-102
/
+102
2024-02-16
s390/fpu: convert FPU CIF flag to regular TIF flag
Heiko Carstens
9
-16
/
+11
2024-02-16
s390/fpu: convert __kernel_fpu_begin()/__kernel_fpu_end() to C
Heiko Carstens
3
-96
/
+75
2024-02-16
s390/fpu: provide and use vlm and vstm inline assemblies
Heiko Carstens
3
-27
/
+88
2024-02-16
s390/fpu: provide and use lfpc, sfpc, and stfpc inline assemblies
Heiko Carstens
3
-10
/
+32
2024-02-16
s390/fpu: provide and use ld and std inline assemblies
Heiko Carstens
3
-72
/
+67
2024-02-16
s390/fpu: use lfpc instead of sfpc instruction
Heiko Carstens
2
-9
/
+15
[prev]
[next]