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-03-13
s390/cio,idal: fix virtual vs physical address confusion
Heiko Carstens
1
-23
/
+45
2024-03-13
s390/cio,idal: remove superfluous virt_to_phys() conversion
Heiko Carstens
1
-2
/
+2
2024-03-13
s390/cio,idal: code cleanup
Heiko Carstens
1
-70
/
+64
2024-03-13
s390/virtio_ccw: use DMA handle from DMA API
Halil Pasic
2
-1
/
+4
2024-03-13
s390/cio: use bitwise types to allow for type checking
Heiko Carstens
5
-22
/
+27
2024-03-13
s390/cio: introduce bitwise dma types and helper functions
Halil Pasic
1
-0
/
+103
2024-03-13
s390/vtime: fix average steal time calculation
Mete Durlu
1
-2
/
+2
2024-03-13
s390/sysinfo: allow response buffer in normal memory
Alexander Gordeev
1
-1
/
+1
2024-03-12
Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+3
2024-03-12
Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-1
/
+2
2024-03-12
Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
87
-1281
/
+2451
2024-03-11
Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-5
/
+1
2024-03-11
Merge tag 'linux_kselftest-next-6.9-rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-2
/
+0
2024-03-07
s390/tools: handle rela R_390_GOTPCDBL/R_390_GOTOFF64
Sumanth Korikkar
1
-0
/
+2
2024-03-07
s390/cache: prevent rebuild of shared_cpu_list
Heiko Carstens
1
-0
/
+1
2024-03-07
s390/crypto: remove retry loop with sleep from PAES pkey invocation
Harald Freudenberger
1
-14
/
+2
2024-03-07
s390/configs: increase number of LOCKDEP_BITS
Heiko Carstens
1
-0
/
+2
2024-03-07
s390/pai: change sampling event assignment for PMU device driver
Thomas Richter
2
-3
/
+6
2024-03-06
arch: define CONFIG_PAGE_SIZE_*KB on all architectures
Arnd Bergmann
2
-1
/
+2
2024-02-26
s390/boot: fix minor comment style damages
Alexander Gordeev
1
-3
/
+3
2024-02-26
s390/boot: do not check for zero-termination relocation entry
Alexander Gordeev
1
-3
/
+1
2024-02-26
s390/boot: make type of __vmlinux_relocs_64_start|end consistent
Alexander Gordeev
2
-8
/
+6
2024-02-26
s390/boot: sanitize kaslr_adjust_relocs() function prototype
Alexander Gordeev
1
-4
/
+3
2024-02-26
s390/boot: simplify GOT handling
Alexander Gordeev
3
-9
/
+7
2024-02-25
s390: vmlinux.lds.S: fix .got.plt assertion
Heiko Carstens
2
-6
/
+16
2024-02-23
Merge tag 's390-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
5
-17
/
+7
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-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
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
[next]