summaryrefslogtreecommitdiffstats
path: root/arch/s390/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-294-22/+44
|\
| * s390: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-251-9/+24
| * s390: convert various pgalloc functions to use ptdescsVishal Moola (Oracle)2023-08-212-4/+4
| * s390: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-181-9/+12
| * s390: add pte_free_defer() for pgtables sharing pageHugh Dickins2023-08-181-0/+4
* | Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-08-2914-17/+74
|\ \
| * \ Merge branch 'vfio-ap' into featuresHeiko Carstens2023-08-232-0/+9
| |\ \
| | * | KVM: s390: export kvm_s390_pv*_is_protected functionsTony Krowiak2023-08-181-0/+3
| | * | s390/uv: export uv_pin_shared for direct usageJanosch Frank2023-08-181-0/+6
| | |/
| * | s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributesHolger Dengler2023-08-171-1/+1
| * | s390/mm: make virt_to_pfn() a static inlineLinus Walleij2023-08-162-3/+11
| * | s390/mm: define Real Memory Copy size and mask macrosAlexander Gordeev2023-08-161-0/+3
| * | s390: remove <asm/export.h>Masahiro Yamada2023-08-091-1/+0
| * | s390/pfault: cleanup inline assembliesHeiko Carstens2023-07-291-1/+3
| * | s390/mm: move pfault code to own C fileHeiko Carstens2023-07-292-8/+24
| * | docs: move s390 under archCosta Shulyupin2023-07-241-2/+2
| * | s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev2023-07-241-2/+0
| * | s390/mm: rework arch_get_mappable_range() callbackAlexander Gordeev2023-07-241-0/+1
| * | s390/ftrace: enable HAVE_FUNCTION_GRAPH_RETVALSven Schnelle2023-07-241-0/+17
| * | s390/diag: handle diag 204 subcode 4 address correctlyHeiko Carstens2023-07-241-0/+2
| * | s390: add support for user-defined certificatesAnastasia Eskova2023-07-242-0/+2
| |/
* / s390/ptrace: add missing linux/const.h includeHeiko Carstens2023-08-011-0/+2
|/
* Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-07-0611-103/+100
|\
| * Revert "s390/mm: get rid of VMEM_MAX_PHYS macro"Alexander Gordeev2023-07-041-0/+2
| * s390/entry: remove mcck clockSven Schnelle2023-07-031-2/+2
| * s390: fix various typosHeiko Carstens2023-07-034-6/+6
| * s390/mm: fence off VM macros from asm and linkerAlexander Gordeev2023-07-031-2/+2
| * s390: include linux/io.h instead of asm/io.hHeiko Carstens2023-07-032-2/+2
| * s390/ptrace: make all psw related defines also available for asmHeiko Carstens2023-07-032-85/+84
| * s390/ptrace: remove PSW_DEFAULT_KEY from uapiHeiko Carstens2023-07-033-5/+3
| * s390: consistently use .balign instead of .alignHeiko Carstens2023-06-281-2/+2
| * s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev2023-06-281-2/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-042-3/+82
|\ \
| * \ Merge tag 'kvm-s390-next-6.5-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-07-012-3/+82
| |\ \
| | * | s390/uv: Update query for secret-UVCsSteffen Eiden2023-06-161-2/+11
| | * | s390/uvdevice: Add 'Lock Secret Store' UVCSteffen Eiden2023-06-162-0/+5
| | * | s390/uvdevice: Add 'List Secrets' UVCSteffen Eiden2023-06-162-0/+7
| | * | s390/uvdevice: Add 'Add Secret' UVCSteffen Eiden2023-06-162-0/+18
| | * | s390/uvdevice: Add info IOCTLSteffen Eiden2023-06-161-1/+41
* | | | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-3/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | thread_info: move function declarations to linux/thread_info.hArnd Bergmann2023-06-101-3/+0
| |/ /
* | | Merge tag 's390-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-06-285-10/+27
|\ \ \
| * \ \ Merge branch 'protected-key' into featuresAlexander Gordeev2023-06-063-8/+18
| |\ \ \
| | * | | s390/pkey: add support for ecc clear keyHarald Freudenberger2023-06-012-6/+16
| | * | | s390/pkey: do not use struct pkey_protkeyHarald Freudenberger2023-06-011-2/+2
| | | |/ | | |/|
| * | | s390/ipl: add REIPL_CLEAR flag to os_infoMikhail Zaslonko2023-06-011-2/+5
| * | | s390: select ARCH_SUPPORTS_INT128Heiko Carstens2023-05-151-0/+4
| |/ /
* | | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-273-45/+23
|\ \ \
| * | | s390/cpum_sf: Convert to cmpxchg128()Peter Zijlstra2023-06-051-1/+1
| * | | arch: Remove cmpxchg_doublePeter Zijlstra2023-06-052-52/+0