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
2023-08-16
s390/mm: make virt_to_pfn() a static inline
Linus Walleij
4
-5
/
+13
2023-08-16
s390/boot: fix multi-line comments style
Alexander Gordeev
1
-2
/
+4
2023-08-16
s390/boot: account Real Memory Copy and Lowcore areas
Alexander Gordeev
1
-1
/
+2
2023-08-16
s390/mm: define Real Memory Copy size and mask macros
Alexander Gordeev
4
-5
/
+9
2023-08-16
s390/boot: cleanup number of page table levels setup
Alexander Gordeev
1
-5
/
+4
2023-08-15
sysctl: Add size to register_sysctl
Joel Granados
1
-1
/
+1
2023-08-09
s390: remove <asm/export.h>
Masahiro Yamada
1
-1
/
+0
2023-08-09
s390: replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
3
-3
/
+3
2023-08-09
s390: remove unneeded #include <asm/export.h>
Masahiro Yamada
1
-2
/
+0
2023-08-09
s390/smp: ensure global control register contents are in sync
Heiko Carstens
1
-3
/
+12
2023-08-03
Merge tag 's390-6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
7
-16
/
+24
2023-08-01
s390/ptrace: add missing linux/const.h include
Heiko Carstens
1
-0
/
+2
2023-08-01
s390/cert_store: select CRYPTO_LIB_SHA256
Sven Schnelle
1
-0
/
+1
2023-07-29
arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS
Sven Joachim
2
-2
/
+2
2023-07-29
s390/cert_store: fix error return code in fill_cs_keyring()
Yang Yingliang
1
-0
/
+1
2023-07-29
s390/pfault: use consistent comment style
Heiko Carstens
1
-10
/
+20
2023-07-29
s390/pfault: cleanup inline assemblies
Heiko Carstens
2
-15
/
+17
2023-07-29
s390/pfault: use early_param() instead if __setup()
Heiko Carstens
1
-2
/
+1
2023-07-29
s390/pfault: remove not needed packed and aligned attributes
Heiko Carstens
1
-1
/
+1
2023-07-29
s390/pfault: use UL instead of ULL
Heiko Carstens
1
-3
/
+3
2023-07-29
s390/mm: move pfault code to own C file
Heiko Carstens
7
-236
/
+266
2023-07-29
KVM: s390: fix sthyi error handling
Heiko Carstens
2
-6
/
+9
2023-07-27
s390/defconfigs: set CONFIG_FUNCTION_GRAPH_RETVAL=y
Heiko Carstens
2
-0
/
+2
2023-07-27
s390/ftrace: use la instead of aghik in return_to_handler()
Heiko Carstens
1
-1
/
+1
2023-07-27
s390/ebcdic: fix typo in comment
Christophe JAILLET
1
-1
/
+1
2023-07-27
s390/diag: fix diagnose 8c description
Heiko Carstens
1
-1
/
+1
2023-07-27
s390: update defconfigs
Heiko Carstens
3
-10
/
+11
2023-07-27
s390/vmem: split pages when debug pagealloc is enabled
Sven Schnelle
1
-0
/
+2
2023-07-27
arch: Register fchmodat2, usually as syscall 452
Palmer Dabbelt
1
-0
/
+1
2023-07-24
s390: use obj-y to descend into drivers/s390/
Masahiro Yamada
1
-1
/
+0
2023-07-24
docs: move s390 under arch
Costa Shulyupin
2
-4
/
+4
2023-07-24
s390/tracing: pass struct ftrace_regs to ftrace_trace_function
Sven Schnelle
2
-25
/
+34
2023-07-24
s390/hypfs: stop using ENOSYS error code
Sven Schnelle
1
-3
/
+3
2023-07-24
s390/mm: get rid of VMEM_MAX_PHYS macro
Alexander Gordeev
2
-3
/
+0
2023-07-24
s390/extmem: improve reporting of -ERANGE error
Alexander Gordeev
1
-3
/
+6
2023-07-24
s390/mm: rework arch_get_mappable_range() callback
Alexander Gordeev
4
-1
/
+6
2023-07-24
s390/kexec: make machine_kexec() depend on CONFIG_KEXEC_CORE
Alexander Gordeev
1
-2
/
+3
2023-07-24
s390/ftrace: enable HAVE_FUNCTION_GRAPH_RETVAL
Sven Schnelle
4
-2
/
+31
2023-07-24
s390/hypfs: factor out filesystem code
Heiko Carstens
12
-587
/
+709
2023-07-24
s390/hypfs: remove open-coded PTR_ALIGN()
Heiko Carstens
1
-6
/
+1
2023-07-24
s390/hypfs: simplify memory allocation
Heiko Carstens
2
-34
/
+30
2023-07-24
s390/sthyi: enforce 4k alignment of vmalloc'ed area
Heiko Carstens
1
-1
/
+3
2023-07-24
s390/diag: handle diag 204 subcode 4 address correctly
Heiko Carstens
2
-0
/
+4
2023-07-24
s390: add support for user-defined certificates
Anastasia Eskova
6
-1
/
+824
2023-07-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-2
/
+7
2023-07-20
s390/crypto: use kfree_sensitive() instead of kfree()
Wang Ming
1
-1
/
+1
2023-07-18
s390/mm: fix per vma lock fault handling
Sven Schnelle
1
-0
/
+2
2023-07-18
KVM: s390: pv: fix index value of replaced ASCE
Claudio Imbrenda
1
-0
/
+1
2023-07-18
KVM: s390: pv: simplify shutdown and fix race
Claudio Imbrenda
1
-2
/
+6
2023-07-13
s390: convert to ctime accessor functions
Jeff Layton
1
-2
/
+2
[prev]
[next]