index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-02-16
s390/fpu: add documentation about fpu helper functions
Heiko Carstens
1
-0
/
+20
2024-02-16
s390/fpu: move, rename, and merge header files
Heiko Carstens
30
-145
/
+129
2024-02-16
s390/fpu: various coding style changes
Heiko Carstens
4
-27
/
+24
2024-02-16
s390/fpu: use KERNEL_VXR_LOW instead of KERNEL_VXR_V0V7
Heiko Carstens
1
-2
/
+2
2024-02-16
s390/nmi: remove register validation code
Heiko Carstens
2
-122
/
+47
2024-02-16
s390/fpu: improve description of RXB macro
Heiko Carstens
1
-4
/
+26
2024-02-16
s390/fpu: fix VLGV macro
Heiko Carstens
1
-1
/
+1
2024-02-16
s390/setup: fix virtual vs physical address confusion
Gerald Schaefer
1
-6
/
+6
2024-02-16
s390: don't allow CONFIG_COMPAT with LD=ld.lld
Nathan Chancellor
1
-1
/
+1
2024-02-14
KVM: s390: fix virtual vs physical address confusion
Alexander Gordeev
1
-1
/
+1
2024-02-14
s390/vdso: remove unused ENTRY in linker scripts
Heiko Carstens
2
-2
/
+0
2024-02-14
s390/bug: remove entry size from __bug_table section
Heiko Carstens
1
-2
/
+2
2024-02-14
s390: link vmlinux with '-z notext'
Nathan Chancellor
1
-1
/
+1
2024-02-14
s390: select CONFIG_ARCH_WANT_LD_ORPHAN_WARN
Nathan Chancellor
1
-0
/
+1
2024-02-14
s390/boot: vmlinux.lds.S: handle commonly discarded sections
Nathan Chancellor
1
-0
/
+1
2024-02-14
s390/boot: vmlinux.lds.S: handle ELF required sections
Nathan Chancellor
1
-0
/
+1
2024-02-14
s390/boot: vmlinux.lds.S: handle DWARF debug sections
Nathan Chancellor
1
-0
/
+2
2024-02-14
s390/boot: vmlinux.lds.S: handle '.rela' sections
Nathan Chancellor
1
-0
/
+4
2024-02-14
s390/boot: vmlinux.lds.S: handle '.init.text'
Nathan Chancellor
1
-0
/
+1
2024-02-14
s390: vmlinux.lds.S: explicitly keep various sections
Nathan Chancellor
1
-0
/
+12
2024-02-14
s390: vmlinux.lds.S: explicitly handle '.got' and '.plt' sections
Nathan Chancellor
2
-0
/
+32
2024-02-14
s390: vmlinux.lds.S: handle '.data.rel' sections explicitly
Nathan Chancellor
1
-0
/
+6
2024-02-14
s390/boot: add support for CONFIG_LD_ORPHAN_WARN
Nathan Chancellor
1
-2
/
+3
2024-02-12
s390/switch_to: use generic header file
Heiko Carstens
10
-47
/
+34
2024-02-12
s390/acrs: cleanup access register handling
Heiko Carstens
10
-21
/
+48
2024-02-09
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
1
-2
/
+2
2024-02-09
s390/extmem: fix virtual vs physical address confusion
Alexander Gordeev
1
-2
/
+2
2024-02-09
s390/fpu: make use of __uninitialized macro
Heiko Carstens
4
-3
/
+6
2024-02-09
s390/time: make stp_subsys const
Ricardo B. Marliere
1
-1
/
+1
2024-02-09
s390/vdso: drop '-fPIC' from LDFLAGS
Nathan Chancellor
2
-2
/
+2
2024-02-09
s390/mmap: disable mmap alignment when randomize_va_space = 0
Sven Schnelle
1
-8
/
+11
2024-02-09
s390/hypfs_sprp: remove unneeded DMA zone allocation
Heiko Carstens
1
-1
/
+1
2024-02-09
s390/diag: add missing virt_to_phys() translation to diag14()
Thomas Richter
1
-0
/
+20
2024-02-09
s390/time: improve steering precision
Sven Schnelle
1
-2
/
+2
2024-02-09
s390/pai_crypto: return proper error code in paicrypt_init
Thomas Richter
1
-1
/
+1
2024-02-09
s390/pai: export number of sysfs attribute files
Thomas Richter
2
-6
/
+16
[prev]
[next]