summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2023-04-13s390/mm: implement set_memory_rox()Heiko Carstens1-0/+6
2023-04-13s390/kaslr: provide kaslr_enabled() functionHeiko Carstens1-0/+7
2023-04-13s390/checksum: remove not needed uaccess.h includeHeiko Carstens1-1/+0
2023-04-13s390/checksum: always use cksm instructionHeiko Carstens1-7/+2
2023-04-12s390/dasd: add autoquiesce featureStefan Haberland1-0/+2
2023-04-04s390: move on_thread_stack() to processor.hHeiko Carstens2-5/+7
2023-04-04s390/stacktrace: remove call_on_stack_noreturn()Heiko Carstens1-13/+0
2023-04-04s390/stack: use STACK_INIT_OFFSET where possibleHeiko Carstens1-3/+5
2023-03-29mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer1-5/+7
2023-03-27s390/cpum_sf: remove flag PERF_CPUM_SF_FULL_BLOCKSThomas Richter1-2/+0
2023-03-20s390/ap: implement SE AP bind, unbind and associateHarald Freudenberger1-2/+11
2023-03-20s390/ap: new low level inline functions ap_bapq() and ap_aapq()Harald Freudenberger1-0/+53
2023-03-20s390/ap: provide F bit parameter for ap_rapq() and ap_zapq()Harald Freudenberger1-2/+10
2023-03-20s390/ap: make tapq gr2 response a structHarald Freudenberger1-6/+33
2023-03-20s390/ap: exploit new B bit from QCI config infoHarald Freudenberger1-6/+7
2023-03-20s390/zcrypt: rework length information for dqapHarald Freudenberger1-6/+12
2023-03-20s390/zcrypt: make psmid unsigned long instead of long longHarald Freudenberger1-2/+2
2023-03-20s390/expoline: use __ALIGN instead of open coded .alignHeiko Carstens1-1/+2
2023-03-20s390: make use of CONFIG_FUNCTION_ALIGNMENTHeiko Carstens1-1/+1
2023-03-20Merge branch 'decompressor-memory-tracking' into featuresHeiko Carstens4-158/+172
2023-03-20s390/kasan: move shadow mapping to decompressorVasily Gorbik2-47/+1
2023-03-20s390/boot: rework decompressor reserved trackingVasily Gorbik2-30/+91
2023-03-20s390/boot: rename mem_detect to physmem_infoVasily Gorbik2-117/+118
2023-03-20s390/boot: remove non-functioning image bootable checkVasily Gorbik1-2/+0
2023-03-13s390/setup: always inline gen_lpswe()Heiko Carstens1-1/+1
2023-03-13s390/bp: remove __bpon()Heiko Carstens1-1/+0
2023-03-13s390/bp: remove s390_isolate_bp_guest()Heiko Carstens1-2/+0
2023-03-13s390/bp: remove TIF_ISOLATE_BPHeiko Carstens2-3/+0
2023-03-03Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-51/+85
2023-02-28s390/mcck: cleanup user process termination pathAlexander Gordeev1-3/+2
2023-02-28s390/rwonce: add READ_ONCE_ALIGNED_128() macroHeiko Carstens1-0/+31
2023-02-27s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg unionHarald Freudenberger1-48/+52
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2023-02-25Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+17
2023-02-25Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+2
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe3-20/+19
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel1-2/+3
2023-02-15Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini3-43/+278
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-20/+19
2023-02-15s390/irq,idle: simplify idle checkHeiko Carstens1-1/+0
2023-02-15s390/processor: add test_and_set_cpu_flag() and test_and_clear_cpu_flag()Heiko Carstens1-0/+16
2023-02-15s390/processor: let cpu helper functions return boolean valuesHeiko Carstens1-4/+5
2023-02-15s390/zcrypt: introduce ctfm field in struct CPRBXHarald Freudenberger1-1/+2
2023-02-14s390: remove confusing comment from uapi types header fileHeiko Carstens1-4/+1
2023-02-14s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik1-10/+22
2023-02-14s390/vx: remove __uint128_t type from __vector128 struct againHeiko Carstens1-1/+0
2023-02-14s390/mm: add support for RDP (Reset DAT-Protection)Gerald Schaefer2-1/+63
2023-02-10s390/ap: fix status returned by ap_qact()Halil Pasic1-1/+4
2023-02-10s390/ap: fix status returned by ap_aqic()Halil Pasic1-2/+5