aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-04-04s390/stack: use STACK_INIT_OFFSET where possibleHeiko Carstens4-14/+8
2023-04-04s390/dumpstack: simplify in stack logic codeHeiko Carstens1-24/+14
2023-04-04s390: make extables read-onlyVasily Gorbik1-1/+2
2023-04-04s390/entry: rely on long-displacement facilityVasily Gorbik1-5/+3
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-6/+2
2023-03-27s390/ptrace: fix PTRACE_GET_LAST_BREAK error handlingHeiko Carstens1-6/+2
2023-03-27s390/cpum_sf: remove flag PERF_CPUM_SF_FULL_BLOCKSThomas Richter1-12/+2
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song2-4/+2
2023-03-21ftrace: selftest: remove broken trace_direct_trampMark Rutland1-0/+5
2023-03-20s390/vdso: use __ALIGN instead of open coded .alignHeiko Carstens2-3/+5
2023-03-20s390/ftrace: move hotpatch trampolines to mcount.SHeiko Carstens2-20/+16
2023-03-20Merge branch 'decompressor-memory-tracking' into featuresHeiko Carstens4-82/+47
2023-03-20s390/kasan: move shadow mapping to decompressorVasily Gorbik3-3/+16
2023-03-20s390/boot: rework decompressor reserved trackingVasily Gorbik1-55/+21
2023-03-20s390/boot: rename mem_detect to physmem_infoVasily Gorbik1-14/+14
2023-03-20s390/boot: remove non-functioning image bootable checkVasily Gorbik1-14/+0
2023-03-20s390/dumpstack: resolve userspace last_breakIlya Leoshkevich1-1/+7
2023-03-20s390: simplify one-level syctl registration for s390dbf_tableLuis Chamberlain1-11/+1
2023-03-20s390: simplify one-level sysctl registration for topology_ctl_tableLuis Chamberlain1-11/+1
2023-03-17s390/smp: move to use bus_get_dev_root()Greg Kroah-Hartman1-3/+9
2023-03-17s390/topology: move to use bus_get_dev_root()Greg Kroah-Hartman1-1/+10
2023-03-13s390: trim ancient junk from copy_thread()Al Viro1-6/+4
2023-03-13s390/bp: remove __bpon()Heiko Carstens3-15/+6
2023-03-13s390/bp: remove s390_isolate_bp_guest()Heiko Carstens1-9/+0
2023-03-13s390/bp: remove TIF_ISOLATE_BPHeiko Carstens2-32/+13
2023-03-13s390/bp: add missing BPENTER to program check handlerHeiko Carstens1-0/+1
2023-03-09module: replace module_layout with module_memorySong Liu1-12/+14
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-03Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds6-39/+30
2023-03-02s390/kprobes: fix current_kprobe never cleared after kprobes reenterVasily Gorbik1-0/+1
2023-03-02s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handlerVasily Gorbik1-2/+1
2023-02-28s390/smp: perform cpu reset before delegating work to target cpuHeiko Carstens1-0/+1
2023-02-28s390/mcck: cleanup user process termination pathAlexander Gordeev3-29/+6
2023-02-28s390/cpum_sf: use READ_ONCE_ALIGNED_128() instead of 128-bit cmpxchgHeiko Carstens1-6/+3
2023-02-27s390/nmi: fix virtual-physical address confusionNico Boehr1-2/+1
2023-02-27s390/setup: do not complain about parameters handled in decompressorVasily Gorbik1-0/+17
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+1
2023-02-21Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds31-633/+600
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+2
2023-02-20Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-10/+5
2023-02-15s390/irq,idle: simplify idle checkHeiko Carstens2-5/+4
2023-02-14s390/entry: remove toolchain dependent micro-optimizationHeiko Carstens1-6/+0
2023-02-14s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik1-2/+2
2023-02-14s390/mm: add support for RDP (Reset DAT-Protection)Gerald Schaefer1-0/+2
2023-02-09s390/idle: remove arch_cpu_idle_time() and corresponding codeHeiko Carstens1-66/+11
2023-02-09s390/vx: use simple assignments to access __vector128 membersHeiko Carstens4-8/+8
2023-02-09s390/idle: mark arch_cpu_idle() noinstrHeiko Carstens1-1/+1
2023-02-09s390/idle: move idle time accounting to account_idle_time_irq()Heiko Carstens1-10/+11