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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-14
s390/ipl: Introduce macros for (re)ipl sysfs attribute 'scp_data'
Alexander Egorenkov
1
-163
/
+83
2024-05-14
s390/ipl: Fix incorrect initialization of nvme dump block
Alexander Egorenkov
1
-3
/
+3
2024-05-14
s390/ipl: Fix incorrect initialization of len fields in nvme reipl block
Alexander Egorenkov
1
-2
/
+2
2024-05-14
s390/ipl: Do not accept z/VM CP diag X'008' cmds longer than max length
Alexander Egorenkov
1
-1
/
+5
2024-05-14
s390/ipl: Fix size of vmcmd buffers for sending z/VM CP diag X'008' cmds
Alexander Egorenkov
1
-13
/
+15
2024-05-14
s390/alternatives: Convert runtime sanity check into compile time check
Heiko Carstens
1
-7
/
+0
2024-05-14
s390/irq: Set CIF_NOHZ_DELAY in do_io_irq()
Sven Schnelle
1
-0
/
+1
2024-05-14
Makefile: remove redundant tool coverage variables
Masahiro Yamada
2
-16
/
+0
2024-05-14
s390/fpu: Remove comment about TIF_FPU
Thomas Huth
1
-5
/
+0
2024-05-14
s390/vtime: Use get_cpu_timer()
Sven Schnelle
1
-9
/
+1
2024-05-14
s390/idle: Rewrite psw_idle() in C
Sven Schnelle
3
-32
/
+7
2024-05-14
s390/stackstrace: Detect vdso stack frames
Heiko Carstens
4
-8
/
+35
2024-05-14
s390/vdso: Introduce and use struct stack_frame_vdso_wrapper
Heiko Carstens
2
-10
/
+12
2024-05-14
s390/stacktrace: Improve detection of invalid instruction pointers
Heiko Carstens
1
-4
/
+22
2024-05-14
s390/stacktrace: Skip first user stack frame
Heiko Carstens
1
-4
/
+4
2024-05-14
s390/stacktrace: Merge perf_callchain_user() and arch_stack_walk_user()
Heiko Carstens
2
-38
/
+29
2024-05-14
s390/vdso: Use standard stack frame layout
Heiko Carstens
2
-0
/
+2
2024-05-14
s390/vdso: Generate unwind information for C modules
Jens Remus
2
-2
/
+4
2024-05-14
arch: make execmem setup available regardless of CONFIG_MODULES
Mike Rapoport (IBM)
1
-27
/
+0
2024-05-14
mm/execmem, arch: convert remaining overrides of module_alloc to execmem
Mike Rapoport (IBM)
1
-32
/
+22
2024-05-14
mm: introduce execmem_alloc() and execmem_free()
Mike Rapoport (IBM)
3
-6
/
+7
2024-05-13
Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-0
/
+2
2024-05-13
Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
12
-84
/
+127
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
3
-4
/
+4
2024-05-02
arch: use $(obj)/ instead of $(src)/ for preprocessed linker scripts
Masahiro Yamada
2
-2
/
+2
2024-04-29
s390: Compile kernel with -fPIC and link with -no-pie
Sumanth Korikkar
1
-33
/
+0
2024-04-29
s390: vmlinux.lds.S: Drop .hash and .gnu.hash for !CONFIG_PIE_BUILD
Sumanth Korikkar
1
-1
/
+1
2024-04-29
s390/ftrace: Use unwinder instead of __builtin_return_address()
Sven Schnelle
2
-0
/
+21
2024-04-29
s390/os_info: Fix array size in struct os_info
Sven Schnelle
1
-0
/
+1
2024-04-29
s390/os_info: Initialize old os_info in standalone dump kernel
Alexander Egorenkov
1
-1
/
+2
2024-04-26
s390/vdso: Add CFI for RA register to asm macro vdso_func
Jens Remus
1
-0
/
+2
2024-04-25
fix missing vmalloc.h includes
Kent Overstreet
2
-0
/
+2
2024-04-17
s390/mm: Fix NULL pointer dereference
Sven Schnelle
1
-1
/
+2
2024-04-17
s390/nospec: Correct modules thunk offset calculation
Vasily Gorbik
1
-2
/
+2
2024-04-17
s390/boot: Rework deployment of the kernel image
Alexander Gordeev
1
-3
/
+2
2024-04-17
s390/crash: Use old os_info to create PT_LOAD headers
Alexander Gordeev
2
-5
/
+39
2024-04-17
s390/vmcoreinfo: Store virtual memory layout
Alexander Gordeev
1
-0
/
+2
2024-04-17
s390/os_info: Store virtual memory layout
Alexander Gordeev
1
-0
/
+7
2024-04-17
s390/os_info: Introduce value entries
Alexander Gordeev
2
-5
/
+16
2024-04-17
s390/boot: Make .amode31 section address range explicit
Alexander Gordeev
1
-1
/
+1
2024-04-17
s390/boot: Make identity mapping base address explicit
Alexander Gordeev
1
-0
/
+1
2024-04-17
s390/mm: Create virtual memory layout structure
Alexander Gordeev
1
-2
/
+1
2024-04-17
s390/irq,nmi: Include <asm/vtime.h> header directly
Alexander Gordeev
2
-0
/
+2
2024-04-09
s390/mm: Convert gmap_make_secure to use a folio
Matthew Wilcox (Oracle)
1
-13
/
+14
2024-04-09
s390/mm: Convert make_page_secure to use a folio
Matthew Wilcox (Oracle)
1
-13
/
+16
2024-04-09
s390/cpum_cf: make crypto counters upward compatible across machine types
Thomas Richter
2
-9
/
+4
2024-04-09
s390/uv: export prot_virt_guest symbol in uv
Holger Dengler
1
-0
/
+1
2024-04-03
s390/entry: align system call table on 8 bytes
Sumanth Korikkar
1
-0
/
+1
2024-04-03
s390/pai: fix sampling event removal for PMU device driver
Thomas Richter
2
-6
/
+14
2024-03-19
Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
3
-45
/
+34
[prev]
[next]