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/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
*
s390/fpu: improve description of RXB macro
Heiko Carstens
2024-02-16
1
-4
/
+26
*
s390/fpu: fix VLGV macro
Heiko Carstens
2024-02-16
1
-1
/
+1
*
s390/zcrypt: add debug possibility for CCA and EP11 messages
Harald Freudenberger
2024-02-16
1
-0
/
+12
*
s390/ap: add debug possibility for AP messages
Harald Freudenberger
2024-02-16
1
-0
/
+4
*
s390/pkey: introduce dynamic debugging for pkey
Harald Freudenberger
2024-02-16
1
-24
/
+23
*
s390/pkey: harmonize pkey s390 debug feature calls
Harald Freudenberger
2024-02-16
1
-91
/
+97
*
s390/zcrypt: introduce dynamic debugging for AP and zcrypt code
Harald Freudenberger
2024-02-16
7
-85
/
+89
*
s390/zcrypt: harmonize debug feature calls and defines
Harald Freudenberger
2024-02-16
6
-193
/
+156
*
s390/setup: fix virtual vs physical address confusion
Gerald Schaefer
2024-02-16
1
-6
/
+6
*
s390: don't allow CONFIG_COMPAT with LD=ld.lld
Nathan Chancellor
2024-02-16
1
-1
/
+1
*
s390/vdso: remove unused ENTRY in linker scripts
Heiko Carstens
2024-02-14
2
-2
/
+0
*
s390/bug: remove entry size from __bug_table section
Heiko Carstens
2024-02-14
1
-2
/
+2
*
s390: link vmlinux with '-z notext'
Nathan Chancellor
2024-02-14
1
-1
/
+1
*
s390: select CONFIG_ARCH_WANT_LD_ORPHAN_WARN
Nathan Chancellor
2024-02-14
1
-0
/
+1
*
s390/boot: vmlinux.lds.S: handle commonly discarded sections
Nathan Chancellor
2024-02-14
1
-0
/
+1
*
s390/boot: vmlinux.lds.S: handle ELF required sections
Nathan Chancellor
2024-02-14
1
-0
/
+1
*
s390/boot: vmlinux.lds.S: handle DWARF debug sections
Nathan Chancellor
2024-02-14
1
-0
/
+2
*
s390/boot: vmlinux.lds.S: handle '.rela' sections
Nathan Chancellor
2024-02-14
1
-0
/
+4
*
s390/boot: vmlinux.lds.S: handle '.init.text'
Nathan Chancellor
2024-02-14
1
-0
/
+1
*
s390: vmlinux.lds.S: explicitly keep various sections
Nathan Chancellor
2024-02-14
1
-0
/
+12
*
s390: vmlinux.lds.S: explicitly handle '.got' and '.plt' sections
Nathan Chancellor
2024-02-14
2
-0
/
+32
*
s390: vmlinux.lds.S: handle '.data.rel' sections explicitly
Nathan Chancellor
2024-02-14
1
-0
/
+6
*
s390/boot: add support for CONFIG_LD_ORPHAN_WARN
Nathan Chancellor
2024-02-14
1
-2
/
+3
*
s390/switch_to: use generic header file
Heiko Carstens
2024-02-12
11
-48
/
+34
*
s390/acrs: cleanup access register handling
Heiko Carstens
2024-02-12
10
-21
/
+48
*
s390/extmem: fix virtual vs physical address confusion
Alexander Gordeev
2024-02-09
1
-2
/
+2
*
s390/fpu: make use of __uninitialized macro
Heiko Carstens
2024-02-09
5
-5
/
+8
*
Compiler Attributes: Add __uninitialized macro
Heiko Carstens
2024-02-09
1
-0
/
+12
*
s390/vfio-ap: make matrix_bus const
Ricardo B. Marliere
2024-02-09
1
-1
/
+1
*
s390/ap: make ap_bus_type const
Ricardo B. Marliere
2024-02-09
1
-2
/
+2
*
s390/cio: make scm_bus_type const
Ricardo B. Marliere
2024-02-09
1
-1
/
+1
*
s390/cio: make ccw_bus_type const
Ricardo B. Marliere
2024-02-09
1
-2
/
+2
*
s390/cio: make css_bus_type const
Ricardo B. Marliere
2024-02-09
1
-2
/
+2
*
s390/ccwgroup: make ccwgroup_bus_type const
Ricardo B. Marliere
2024-02-09
1
-2
/
+2
*
s390/time: make stp_subsys const
Ricardo B. Marliere
2024-02-09
1
-1
/
+1
*
s390/vdso: drop '-fPIC' from LDFLAGS
Nathan Chancellor
2024-02-09
2
-2
/
+2
*
s390/cmf: fix virtual vs physical address confusion
Heiko Carstens
2024-02-09
1
-1
/
+2
*
s390/cmf: remove unneeded DMA zone allocation
Heiko Carstens
2024-02-09
1
-2
/
+1
*
s390/cio: remove unneeded DMA zone allocation
Peter Oberparleiter
2024-02-09
3
-13
/
+13
*
s390/mmap: disable mmap alignment when randomize_va_space = 0
Sven Schnelle
2024-02-09
1
-8
/
+11
*
s390/hypfs_sprp: remove unneeded DMA zone allocation
Heiko Carstens
2024-02-09
1
-1
/
+1
*
s390/diag: add missing virt_to_phys() translation to diag14()
Thomas Richter
2024-02-09
1
-0
/
+20
*
s390/vmur: fix virtual vs physical address confusion
Thomas Richter
2024-02-09
1
-2
/
+2
*
s390/time: improve steering precision
Sven Schnelle
2024-02-09
1
-2
/
+2
*
s390/pai_crypto: return proper error code in paicrypt_init
Thomas Richter
2024-02-09
1
-1
/
+1
*
s390/pai: export number of sysfs attribute files
Thomas Richter
2024-02-09
2
-6
/
+16
*
s390/pai_crypto: emit error on too many counters
Thomas Richter
2024-02-09
1
-2
/
+4
[next]