summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | s390/amode31: change type of __samode31, __eamode31, etcHeiko Carstens2023-08-302-10/+10
* | | s390/mm: simplify kernel mapping setupHeiko Carstens2023-08-301-3/+1
* | | s390: remove "noexec" optionHeiko Carstens2023-08-302-3/+1
* | | Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-08-2814-65/+919
|\ \ \
| * \ \ Merge branch 'vfio-ap' into featuresHeiko Carstens2023-08-231-1/+2
| |\ \ \ | | | |/ | | |/|
| | * | s390/uv: export uv_pin_shared for direct usageJanosch Frank2023-08-181-1/+2
| * | | s390/ipl: refactor deprecated strncpyJustin Stitt2023-08-181-1/+1
| * | | s390/ipl: fix virtual vs physical address confusionAlexander Gordeev2023-08-182-3/+3
| * | | s390/ipl: add common ipl parameter attribute groupSven Schnelle2023-08-161-22/+6
| * | | s390/ipl: add missing secure/has_secure file to ipl type 'unknown'Sven Schnelle2023-08-161-0/+2
| * | | s390: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-091-1/+1
| * | | s390: remove unneeded #include <asm/export.h>Masahiro Yamada2023-08-091-2/+0
| * | | s390/smp: ensure global control register contents are in syncHeiko Carstens2023-08-091-3/+12
| * | | s390/cert_store: fix error return code in fill_cs_keyring()Yang Yingliang2023-07-291-0/+1
| * | | s390/mm: move pfault code to own C fileHeiko Carstens2023-07-292-0/+2
| * | | s390/ftrace: use la instead of aghik in return_to_handler()Heiko Carstens2023-07-271-1/+1
| * | | s390/ebcdic: fix typo in commentChristophe JAILLET2023-07-271-1/+1
| * | | s390/diag: fix diagnose 8c descriptionHeiko Carstens2023-07-271-1/+1
| * | | s390/tracing: pass struct ftrace_regs to ftrace_trace_functionSven Schnelle2023-07-242-25/+34
| * | | s390/mm: rework arch_get_mappable_range() callbackAlexander Gordeev2023-07-241-0/+1
| * | | s390/kexec: make machine_kexec() depend on CONFIG_KEXEC_COREAlexander Gordeev2023-07-241-2/+3
| * | | s390/ftrace: enable HAVE_FUNCTION_GRAPH_RETVALSven Schnelle2023-07-242-2/+13
| * | | s390/hypfs: simplify memory allocationHeiko Carstens2023-07-241-2/+22
| * | | s390/sthyi: enforce 4k alignment of vmalloc'ed areaHeiko Carstens2023-07-241-1/+3
| * | | s390/diag: handle diag 204 subcode 4 address correctlyHeiko Carstens2023-07-241-0/+2
| * | | s390: add support for user-defined certificatesAnastasia Eskova2023-07-243-1/+812
| |/ /
* | | Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-281-0/+1
|\ \ \ | |_|/ |/| |
| * | arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt2023-07-271-0/+1
| |/
* / KVM: s390: fix sthyi error handlingHeiko Carstens2023-07-291-3/+3
|/
* Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-07-0616-86/+55
|\
| * s390/cpum_sf: remove check on CPU being onlineThomas Richter2023-07-041-4/+0
| * s390/cpum_sf: handle casts consistentlyThomas Richter2023-07-041-13/+13
| * s390/cpum_sf: remove unnecessary debug statementThomas Richter2023-07-041-3/+0
| * s390/cpum_sf: remove parameter in call to pr_errThomas Richter2023-07-041-4/+2
| * s390/cpum_sf: simplify function setup_pmu_cpuThomas Richter2023-07-041-10/+5
| * s390/cpum_cf: remove unneeded debug statementsThomas Richter2023-07-041-30/+2
| * s390/entry: remove mcck clockSven Schnelle2023-07-032-2/+0
| * s390: fix various typosHeiko Carstens2023-07-037-8/+8
| * s390/entry: rework entering DAT-on mode on CPU restartAlexander Gordeev2023-07-031-3/+8
| * s390: include linux/io.h instead of asm/io.hHeiko Carstens2023-07-034-4/+4
| * s390/vdso: filter out mno-pic-data-is-text-relative cflagSumanth Korikkar2023-06-282-0/+2
| * s390: consistently use .balign instead of .alignHeiko Carstens2023-06-283-3/+3
| * s390/vdso: check for undefined symbols after buildSven Schnelle2023-06-282-2/+8
| * s390/mm: do not include <asm-generic/io.h> directlyBaoquan He2023-06-281-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-031-33/+75
|\ \
| * \ Merge tag 'kvm-s390-next-6.5-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-07-011-33/+75
| |\ \
| | * | s390/uv: Update query for secret-UVCsSteffen Eiden2023-06-161-0/+40
| | * | s390/uv: replace scnprintf with sysfs_emitSteffen Eiden2023-06-161-32/+26
| | * | s390/uv: Always export uv_infoSteffen Eiden2023-06-161-1/+9
* | | | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-2/+0
|\ \ \ \