index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
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
[next]