summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/mm: use full 4KB page for 2KB PTEAlexander Gordeev2023-11-053-8/+0
* s390/cmma: rework no-dat handlingHeiko Carstens2023-11-051-2/+0
* s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens2023-11-052-1/+17
* s390/cmma: move set_page_stable() and friends to header fileHeiko Carstens2023-11-051-0/+38
* s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens2023-11-052-1/+4
* s390/perf: implement perf_callchain_user()Heiko Carstens2023-11-051-0/+7
* s390/mm: add missing conversion to use ptdescsAlexander Gordeev2023-11-051-2/+2
* Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-0313-194/+379
|\
| * s390: delete the unused store_prefix() functionIlya Leoshkevich2023-10-251-8/+0
| * s390/mm: move translation-exception identification structure to fault.hHeiko Carstens2023-10-231-0/+28
| * s390: add support for DCACHE_WORD_ACCESSHeiko Carstens2023-10-162-0/+26
| * s390: provide word-at-a-time implementationHeiko Carstens2023-10-161-0/+42
| * s390/extable: reduce number of extable macrosHeiko Carstens2023-10-161-16/+7
| * s390/ctlreg: add control register bitsHeiko Carstens2023-09-191-34/+69
| * s390/irq: use CR0 defines to define CR0_IRQ_SUBCLASS_MASKHeiko Carstens2023-09-191-11/+12
| * s390/ctlreg: add missing definesHeiko Carstens2023-09-191-0/+14
| * s390/ctlreg: add system_ctl_load()Heiko Carstens2023-09-191-3/+14
| * s390/ctltreg: make initialization of control register save area explicitHeiko Carstens2023-09-191-0/+3
| * s390/ctlreg: add struct ctlregHeiko Carstens2023-09-195-16/+27
| * s390/ctlreg: add type checking to __local_ctl_load() and __local_ctl_store()Heiko Carstens2023-09-191-0/+2
| * s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()Heiko Carstens2023-09-191-2/+2
| * s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens2023-09-193-10/+10
| * s390/ctlreg: add local_ctl_load() and local_ctl_store()Heiko Carstens2023-09-191-0/+17
| * s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-192-18/+18
| * s390/ctlreg: cleanup inline assembliesHeiko Carstens2023-09-191-9/+22
| * s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens2023-09-192-4/+4
| * s390/ctlreg: move control register code to separate fileHeiko Carstens2023-09-193-5/+5
| * s390/smp: keep the original lowcore for CPU 0Ilya Leoshkevich2023-09-191-1/+0
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-031-0/+10
|\ \
| * | s390: implement arch_xor_unlock_is_negative_byteMatthew Wilcox (Oracle)2023-10-181-0/+10
* | | Merge tag 'kvm-s390-next-6.7-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-10-311-0/+7
|\ \ \ | |/ / |/| |
| * | KVM: s390: add stat counter for shadow gmap eventsNico Boehr2023-10-161-0/+7
| |/
* / mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-301-2/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-072-1/+20
|\
| * KVM: s390: pv: Allow AP-instructions for pv-guestsSteffen Eiden2023-08-281-1/+11
| * KVM: s390: Add UV feature negotiationSteffen Eiden2023-08-281-0/+2
| * s390/uv: UV feature check utilitySteffen Eiden2023-08-281-0/+7
* | Merge tag 's390-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-09-075-37/+33
|\ \
| * | s390/mm: fix MAX_DMA_ADDRESS physical vs virtual confusionAlexander Gordeev2023-09-051-1/+1
| * | s390/airq: remove lsi_mask from airq_structBenjamin Block2023-08-301-1/+0
| * | s390/set_memory: add __set_memory() variantHeiko Carstens2023-08-301-5/+23
| * | s390/set_memory: generate all set_memory() functionsHeiko Carstens2023-08-301-31/+11
| * | s390/amode31: change type of __samode31, __eamode31, etcHeiko Carstens2023-08-301-2/+2
| * | s390: remove "noexec" optionHeiko Carstens2023-08-301-1/+0
* | | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-312-3/+3
|\ \ \
| * | | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-112-3/+3
* | | | 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