summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-04-13s390/boot: improve install.sh scriptMarc Hartmayer1-4/+4
2023-04-13s390/cpum_cf: simplify pr_err() statement in cpumf_pmu_enable/disableThomas Richter1-14/+8
2023-04-13s390/kaslr: randomize amode31 base addressVasily Gorbik1-2/+4
2023-04-13s390/kaslr: generalize and improve random base distributionVasily Gorbik4-11/+112
2023-04-13s390/boot: pin amode31 default lmaVasily Gorbik1-1/+3
2023-04-13s390/boot: do not change default_lmaVasily Gorbik1-13/+12
2023-04-13s390/cpum_cf: remove unnecessary copy_from_user callThomas Richter1-5/+1
2023-04-13s390/cpum_cf: log bad return code of function cfset_all_copyThomas Richter1-6/+9
2023-04-13s390/module: create module allocations without exec permissionsHeiko Carstens1-1/+1
2023-04-13s390/ftrace: do not assume module_alloc() returns executable memoryHeiko Carstens2-2/+2
2023-04-13s390/mm: use set_memory_*() helpers instead of open codingHeiko Carstens3-24/+17
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/ipl: fix physical-virtual confusion for diag308Nico Boehr1-3/+3
2023-04-13s390/kaslr: randomize module base load addressHeiko Carstens1-1/+21
2023-04-13s390/kaslr: provide kaslr_enabled() functionHeiko Carstens6-8/+15
2023-04-13s390/checksum: remove not needed uaccess.h includeHeiko Carstens1-1/+0
2023-04-13s390/checksum: always use cksm instructionHeiko Carstens2-11/+2
2023-04-04s390: enable HAVE_ARCH_STACKLEAKHeiko Carstens2-0/+11
2023-04-04s390: move on_thread_stack() to processor.hHeiko Carstens2-5/+7
2023-04-04s390: remove arch_early_irq_init()Heiko Carstens2-12/+2
2023-04-04s390/stacktrace: remove call_on_stack_noreturn()Heiko Carstens1-13/+0
2023-04-04s390: use init_thread_union aka initial stack for the first processHeiko Carstens2-31/+19
2023-04-04s390/stack: set lowcore kernel stack pointer earlyHeiko Carstens1-0/+1
2023-04-04s390/stack: use STACK_INIT_OFFSET where possibleHeiko Carstens5-17/+13
2023-04-04s390/dumpstack: simplify in stack logic codeHeiko Carstens1-24/+14
2023-04-04s390: make extables read-onlyVasily Gorbik1-1/+2
2023-04-04s390/entry: rely on long-displacement facilityVasily Gorbik1-5/+3
2023-04-04Merge branch 'uaccess-inline-asm-cleanup' into featuresVasily Gorbik7-100/+95
2023-04-04s390/uaccess: remove extra blank lineHeiko Carstens1-1/+0
2023-04-04s390/uaccess: get rid of not needed local variableHeiko Carstens1-15/+9
2023-04-04s390/uaccess: rename tmp1 and tmp2 variablesHeiko Carstens1-35/+35
2023-04-04s390/uaccess: sort EX_TABLE list for inline assembliesHeiko Carstens1-2/+2
2023-04-04s390/uaccess: rename/sort labels in inline assembliesHeiko Carstens1-21/+30
2023-04-04s390/uaccess: remove unused label in inline assembliesHeiko Carstens1-3/+3
2023-04-04s390/uaccess: use symbolic names for inline assembly operandsHeiko Carstens1-51/+54
2023-03-27s390/uaccess: add missing earlyclobber annotations to __clear_user()Heiko Carstens1-1/+1
2023-03-27s390: enable ARCH_HAS_MEMBARRIER_SYNC_COREHeiko Carstens1-0/+1
2023-03-27s390/cpum_sf: remove flag PERF_CPUM_SF_FULL_BLOCKSThomas Richter2-14/+2
2023-03-20s390/mm: make use of atomic_fetch_xor()Heiko Carstens1-7/+1
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/vdso: use __ALIGN instead of open coded .alignHeiko Carstens2-3/+5
2023-03-20s390/expoline: use __ALIGN instead of open coded .alignHeiko Carstens1-1/+2
2023-03-20s390/ftrace: move hotpatch trampolines to mcount.SHeiko Carstens2-20/+16