summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)Author
2025-11-14s390/pai_crypto: Add common pai_add() functionThomas Richter
2025-11-14s390/pai_crypto: Add common pai_start() functionThomas Richter
2025-11-14s390/pai_crypto: Add common pai_read() functionThomas Richter
2025-11-14s390/pai_crypto: Unify sample push logic and update context handlingThomas Richter
2025-11-14s390/pai_crypto: Rename paicrypt_have_samples() to pai_have_samples()Thomas Richter
2025-11-14s390/pai_crypto: Rename paicrypt_getctr() to pai_getctr()Thomas Richter
2025-11-14s390/pai_crypto: Rename paicrypt_getdata() to pai_getdata()Thomas Richter
2025-11-14s390/pai_crypto: Rename some function for common usage.Thomas Richter
2025-11-14s390/pai_crypto: Introduce generic event init using pai_pmu[]Thomas Richter
2025-11-14s390/pai_crypto: Add PAI crypto characteristics table for parametersThomas Richter
2025-11-14s390/pai_crypto: Rename paicrypt_root_alloc() and paicrypt_root_free()Thomas Richter
2025-11-14s390/pai_crypto: Rename structure paicrypt_rootThomas Richter
2025-11-14s390/pai_crypto: Rename structure paicrypt_map to pai_mapThomas Richter
2025-11-14s390/pai_crypto: Rename structure paicrypt_mapptr to pai_mapptrThomas Richter
2025-11-14s390/pai_crypto: Rename member paicrypt_map::pageThomas Richter
2025-11-14s390/pai_crypto: Rename variable cfm_dbgThomas Richter
2025-11-06s390/hiperdispatch: Decrease steal time thresholdMete Durlu
2025-11-06s390/smp: Mark pcpu_delegate() and smp_call_ipl_cpu() as __noreturnThorsten Blum
2025-11-06s390/nmi: Annotate s390_handle_damage() with __noreturnThorsten Blum
2025-11-06s390: Fix double word in commentsBo Liu
2025-11-03arch: hookup listns() system callChristian Brauner
2025-10-23s390/smp: Fix fallback CPU detectionHeiko Carstens
2025-10-21s390/early: Use scnprintf() instead of sprintf()Heiko Carstens
2025-10-21s390/pai_crypto: Adjust paicrypt_copy() return statementThomas Richter
2025-10-21s390/sysinfo: Replace sprintf() with snprintf() for buffer safetyJosephine Pfeiffer
2025-10-14s390/vmlinux.lds.S: Prevent thunk functions from getting placed with normal textJosh Poimboeuf
2025-10-11Merge tag 'kbuild-fixes-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-10s390/vmlinux.lds.S: Move .vmlinux.info to end of allocatable sectionsNathan Chancellor
2025-10-09Merge tag 's390-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-10-08s390/uv: Fix comment of uv_find_secret() functionThomas Huth
2025-10-04s390/pai_crypto: Consolidate PAI crypto allocation and cleanup pathsThomas Richter
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-09-29Merge tag 's390-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29s390: Remove superfluous newlines from inline assembliesHeiko Carstens
2025-09-25s390: Replace use of system_wq with system_dfl_wqMarco Crivellari
2025-09-25s390/diag324: Replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong
2025-09-24Merge patch series "Add generated modalias to modules.builtin.modinfo"Nathan Chancellor
2025-09-24s390: vmlinux.lds.S: Reorder sectionsAlexey Gladkov
2025-09-21kasan: call kasan_init_generic in kasan_initSabyrzhan Tasbolatov
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)
2025-09-11Merge tag 's390-6.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-09-09s390/debug: Replace kmalloc() + copy_from_user() with memdup_user_nul()Thorsten Blum
2025-09-03s390: kexec: initialize kexec_buf structBreno Leitao
2025-09-03sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()Peter Zijlstra
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster