index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390/boot: make type of __vmlinux_relocs_64_start|end consistent
Alexander Gordeev
2024-02-26
2
-8
/
+6
*
s390/boot: sanitize kaslr_adjust_relocs() function prototype
Alexander Gordeev
2024-02-26
1
-4
/
+3
*
s390/boot: simplify GOT handling
Alexander Gordeev
2024-02-26
3
-9
/
+7
*
s390: vmlinux.lds.S: fix .got.plt assertion
Heiko Carstens
2024-02-25
2
-6
/
+16
*
s390/boot: workaround current 'llvm-objdump -t -j ...' behavior
Nathan Chancellor
2024-02-22
1
-2
/
+2
*
KVM: s390: selftests: memop: add a simple AR test
Eric Farman
2024-02-22
1
-0
/
+31
*
KVM: s390: fix access register usage in ioctls
Eric Farman
2024-02-22
3
-1
/
+7
*
KVM: s390: introduce kvm_s390_fpu_(store|load)
Janosch Frank
2024-02-21
3
-20
/
+22
*
s390: compile relocatable kernel without -fPIE
Josh Poimboeuf
2024-02-20
9
-13
/
+145
*
s390: add relocs tool
Josh Poimboeuf
2024-02-20
3
-0
/
+391
*
s390/vdso64: filter out munaligned-symbols flag for vdso
Sumanth Korikkar
2024-02-20
1
-0
/
+1
*
s390/boot: add 'alloc' to info.bin .vmlinux.info section flags
Nathan Chancellor
2024-02-20
1
-1
/
+1
*
s390/pci: fix three typos in comments
Gerd Bayer
2024-02-20
2
-3
/
+3
*
s390/pci: remove hotplug slot when releasing the device
Gerd Bayer
2024-02-20
1
-2
/
+3
*
s390/pci: introduce lock to synchronize state of zpci_dev's
Gerd Bayer
2024-02-20
5
-52
/
+106
*
s390/pci: rename lock member in struct zpci_dev
Gerd Bayer
2024-02-20
3
-7
/
+7
*
s390/pai: adjust whitespace indentation
Thomas Richter
2024-02-20
1
-1
/
+1
*
s390/pai: simplify event start function for perf stat
Thomas Richter
2024-02-20
2
-15
/
+4
*
s390/pai: save PAI counter value page in event structure
Thomas Richter
2024-02-20
3
-16
/
+60
*
s390/ap: explicitly include ultravisor header
Holger Dengler
2024-02-20
1
-0
/
+1
*
s390/crc32le: convert to C
Heiko Carstens
2024-02-16
3
-146
/
+109
*
s390/crc32be: convert to C
Heiko Carstens
2024-02-16
3
-110
/
+80
*
s390/fpu: add vector instruction inline assemblies for crc32
Heiko Carstens
2024-02-16
1
-0
/
+56
*
s390/sysinfo: convert bogomips calculation to C
Heiko Carstens
2024-02-16
2
-15
/
+43
*
s390/raid6: convert to use standard fpu_*() inline assemblies
Heiko Carstens
2024-02-16
2
-45
/
+58
*
s390/checksum: provide csum_partial_copy_nocheck()
Heiko Carstens
2024-02-16
4
-13
/
+112
*
s390/checksum: provide vector register variant of csum_partial()
Heiko Carstens
2024-02-16
6
-16
/
+187
*
s390/checksum: provide and use cksm() inline assembly
Heiko Carstens
2024-02-16
3
-16
/
+20
*
s390/checksum: call instrument_read() instead of kasan_check_read()
Heiko Carstens
2024-02-16
1
-2
/
+2
*
s390/fpu: remove TIF_FPU
Heiko Carstens
2024-02-16
1
-2
/
+0
*
s390/fpu: limit save and restore to used registers
Heiko Carstens
2024-02-16
4
-69
/
+128
*
s390/fpu: decrease stack usage for some cases
Heiko Carstens
2024-02-16
8
-42
/
+96
*
s390/fpu: let fpu_vlm() and fpu_vstm() return number of registers
Heiko Carstens
2024-02-16
1
-8
/
+16
*
s390/fpu: remove anonymous union from struct fpu
Heiko Carstens
2024-02-16
5
-109
/
+78
*
s390/fpu: remove regs member from struct fpu
Heiko Carstens
2024-02-16
4
-10
/
+4
*
s390/kvm: convert to regular kernel fpu user
Heiko Carstens
2024-02-16
5
-26
/
+22
*
s390/fpu: make kernel fpu context preemptible
Heiko Carstens
2024-02-16
4
-13
/
+36
*
s390/fpu: change type of fpu mask from u32 to int
Heiko Carstens
2024-02-16
3
-9
/
+9
*
s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etc
Heiko Carstens
2024-02-16
13
-102
/
+102
*
s390/fpu: convert FPU CIF flag to regular TIF flag
Heiko Carstens
2024-02-16
9
-16
/
+11
*
s390/fpu: convert __kernel_fpu_begin()/__kernel_fpu_end() to C
Heiko Carstens
2024-02-16
3
-96
/
+75
*
s390/fpu: provide and use vlm and vstm inline assemblies
Heiko Carstens
2024-02-16
3
-27
/
+88
*
s390/fpu: provide and use lfpc, sfpc, and stfpc inline assemblies
Heiko Carstens
2024-02-16
3
-10
/
+32
*
s390/fpu: provide and use ld and std inline assemblies
Heiko Carstens
2024-02-16
3
-72
/
+67
*
s390/fpu: use lfpc instead of sfpc instruction
Heiko Carstens
2024-02-16
2
-9
/
+15
*
s390/fpu: add documentation about fpu helper functions
Heiko Carstens
2024-02-16
1
-0
/
+20
*
s390/fpu: move, rename, and merge header files
Heiko Carstens
2024-02-16
31
-147
/
+130
*
s390/fpu: various coding style changes
Heiko Carstens
2024-02-16
4
-27
/
+24
*
s390/fpu: use KERNEL_VXR_LOW instead of KERNEL_VXR_V0V7
Heiko Carstens
2024-02-16
1
-2
/
+2
*
s390/nmi: remove register validation code
Heiko Carstens
2024-02-16
2
-122
/
+47
[next]