summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-28s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev1-2/+0
2023-06-28Merge tag 's390-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds5-10/+27
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-45/+23
2023-06-28Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+9
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-3/+0
2023-06-20s390/boot: fix physmem_info virtual vs physical address confusionAlexander Gordeev1-2/+3
2023-06-06Merge branch 'protected-key' into featuresAlexander Gordeev3-8/+18
2023-06-05s390/time: Provide sched_clock_noinstr()Peter Zijlstra1-4/+9
2023-06-05s390/cpum_sf: Convert to cmpxchg128()Peter Zijlstra1-1/+1
2023-06-05arch: Remove cmpxchg_doublePeter Zijlstra2-52/+0
2023-06-05percpu: Wire up cmpxchg128Peter Zijlstra1-0/+16
2023-06-05arch: Introduce arch_{,try_}_cmpxchg128{,_local}()Peter Zijlstra1-0/+14
2023-06-01s390/pkey: add support for ecc clear keyHarald Freudenberger2-6/+16
2023-06-01s390/pkey: do not use struct pkey_protkeyHarald Freudenberger1-2/+2
2023-06-01s390/ipl: add REIPL_CLEAR flag to os_infoMikhail Zaslonko1-2/+5
2023-05-17s390/uapi: cover statfs padding by growing f_spareIlya Leoshkevich2-3/+3
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann1-3/+0
2023-05-15s390: select ARCH_SUPPORTS_INT128Heiko Carstens1-0/+4
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds18-237/+441
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-4/+4
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+7
2023-04-20s390/stackleak: provide fast __stackleak_poison() implementationHeiko Carstens1-0/+35
2023-04-20s390/mm: enable ARCH_HAS_SET_DIRECT_MAPHeiko Carstens1-0/+7
2023-04-20s390/mm: use BIT macro to generate SET_MEMORY bit masksHeiko Carstens1-5/+13
2023-04-19s390/kasan: remove override of mem*() functionsHeiko Carstens1-12/+3
2023-04-19s390/kdump: remove nodat stack restriction for calling nodat functionsAlexander Gordeev1-1/+3
2023-04-19s390/kdump: rework invocation of DAT-off codeAlexander Gordeev1-0/+47
2023-04-13s390/fcx: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-04-13s390/diag: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-04-13s390/mm: fix direct map accountingHeiko Carstens1-1/+1
2023-04-13s390/mm: implement set_memory_rwnx()Heiko Carstens1-0/+5
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