index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
Age
Commit message (
Expand
)
Author
2024-08-29
s390/hiperdispatch: Introduce hiperdispatch
Mete Durlu
2024-08-29
s390/smp: Add cpu capacities
Mete Durlu
2024-08-29
s390/topology: Add config option to switch to vertical during boot
Tobias Huschle
2024-08-29
s390/topology: Add sysctl handler for polarization
Tobias Huschle
2024-08-29
s390/wti: Add debugfs file to display missed grace periods per cpu
Tobias Huschle
2024-08-29
s390/wti: Add wti accounting for missed grace periods
Tobias Huschle
2024-08-29
s390/wti: Prepare graceful CPU pre-emption on wti reception
Tobias Huschle
2024-08-29
s390/wti: Introduce infrastructure for warning track interrupt
Tobias Huschle
2024-08-29
s390/ftrace: Avoid extra serialization for graph caller patching
Vasily Gorbik
2024-08-29
s390/ftrace: Use get/copy_from_kernel_nofault consistently
Vasily Gorbik
2024-08-29
s390/ftrace: Avoid trampolines if possible
Vasily Gorbik
2024-08-29
s390/kprobes: Avoid stop machine if possible
Vasily Gorbik
2024-08-29
s390/setup: Recognize sequential instruction fetching facility
Vasily Gorbik
2024-08-29
s390/entry: Unify save_area_sync and save_area_async
Sven Schnelle
2024-08-29
s390/disassembler: Add instructions
Vasily Gorbik
2024-08-29
s390/disassembler: Use proper format specifiers for operand values
Jens Remus
2024-08-27
s390/ftrace: Avoid calling unwinder in ftrace_return_address()
Vasily Gorbik
2024-08-27
s390/ftrace: Use kernel ftrace trampoline for modules
Vasily Gorbik
2024-08-27
s390/ftrace: Remove unused ftrace_plt_template*
Vasily Gorbik
2024-08-22
s390/early: Dump register contents and call trace for early crashes
Heiko Carstens
2024-08-22
s390/early: Add __init to __do_early_pgm_check()
Heiko Carstens
2024-08-22
s390/cpum_sf: Remove WARN_ON_ONCE statements
Thomas Richter
2024-08-22
s390/cpum_sf: Rework debug_sprintf_event() messages
Thomas Richter
2024-08-22
s390/boot: Fix KASLR base offset off by __START_KERNEL bytes
Alexander Gordeev
2024-08-21
s390/cpum_sf: Ignore qsi() return code
Thomas Richter
2024-08-21
s390/cpum_sf: Ignore lsctl() return code in sf_disable()
Thomas Richter
2024-08-21
s390/mm: Prevent lowcore vs identity mapping overlap
Alexander Gordeev
2024-08-19
runtime constants: move list of constants to vmlinux.lds.h
Jann Horn
2024-08-07
s390/entry: Move early_pgm_check_handler() to init text section
Heiko Carstens
2024-08-07
s390/traps: Handle early warnings gracefully
Heiko Carstens
2024-08-07
s390/entry: Make early program check handler relocated lowcore aware
Heiko Carstens
2024-08-07
s390/entry: Move early program check handler to entry.S
Heiko Carstens
2024-08-07
s390/cpum_sf: Use variable name cpuhw consistently
Thomas Richter
2024-08-07
s390/cpum_sf: Define and initialize variable
Thomas Richter
2024-08-07
s390/cpum_sf: Use hwc as variable consistently
Thomas Richter
2024-08-07
s390/cpum_cf: Move defines from header file to source file
Thomas Richter
2024-08-07
s390/cpum_sf: Move defines from header file to source file
Thomas Richter
2024-08-07
s390/cpum_sf: Rename macro to consistent prefix
Thomas Richter
2024-08-07
s390/cpum_sf: Remove unused defines REG_NONE and REG_OVERFLOW
Thomas Richter
2024-08-07
s390/cpum_sf: Use refcount_t instead of atomic_t
Thomas Richter
2024-07-31
s390/vmlinux.lds.S: Move ro_after_init section behind rodata section
Heiko Carstens
2024-07-31
s390/alternatives: Remove unused empty header file
Heiko Carstens
2024-07-31
s390/fpu: Re-add exception handling in load_fpu_state()
Heiko Carstens
2024-07-26
Merge tag 's390-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-23
s390: Remove protvirt and kvm config guards for uv code
Janosch Frank
2024-07-23
s390/kdump: Make kdump ready for lowcore relocation
Sven Schnelle
2024-07-23
s390/entry: Make system_call() ready for lowcore relocation
Sven Schnelle
2024-07-23
s390/entry: Make ret_from_fork() ready for lowcore relocation
Sven Schnelle
2024-07-23
s390/entry: Make __switch_to() ready for lowcore relocation
Sven Schnelle
[prev]
[next]