summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-04-13s390/debug: replace zero-length array with flexible-array memberHeiko Carstens
2023-04-13s390/fcx: replace zero-length array with flexible-array memberGustavo A. R. Silva
2023-04-13s390/diag: replace zero-length array with flexible-array memberGustavo A. R. Silva
2023-04-13s390/mm: fix direct map accountingHeiko Carstens
2023-04-13s390/mm: rename POPULATE_ONE2ONE to POPULATE_DIRECTHeiko Carstens
2023-04-13s390/boot: improve install.sh scriptMarc Hartmayer
2023-04-13s390/cpum_cf: simplify pr_err() statement in cpumf_pmu_enable/disableThomas Richter
2023-04-13s390/kaslr: randomize amode31 base addressVasily Gorbik
2023-04-13s390/kaslr: generalize and improve random base distributionVasily Gorbik
2023-04-13s390/boot: pin amode31 default lmaVasily Gorbik
2023-04-13s390/boot: do not change default_lmaVasily Gorbik
2023-04-13s390/cpum_cf: remove unnecessary copy_from_user callThomas Richter
2023-04-13s390/cpum_cf: log bad return code of function cfset_all_copyThomas Richter
2023-04-13s390/module: create module allocations without exec permissionsHeiko Carstens
2023-04-13s390/ftrace: do not assume module_alloc() returns executable memoryHeiko Carstens
2023-04-13s390/mm: use set_memory_*() helpers instead of open codingHeiko Carstens
2023-04-13s390/mm: implement set_memory_rwnx()Heiko Carstens
2023-04-13s390/mm: implement set_memory_rox()Heiko Carstens
2023-04-13s390/ipl: fix physical-virtual confusion for diag308Nico Boehr
2023-04-13s390/kaslr: randomize module base load addressHeiko Carstens
2023-04-13s390/kaslr: provide kaslr_enabled() functionHeiko Carstens
2023-04-13s390/checksum: remove not needed uaccess.h includeHeiko Carstens
2023-04-13s390/checksum: always use cksm instructionHeiko Carstens
2023-04-04s390: enable HAVE_ARCH_STACKLEAKHeiko Carstens
2023-04-04s390: move on_thread_stack() to processor.hHeiko Carstens
2023-04-04s390: remove arch_early_irq_init()Heiko Carstens
2023-04-04s390/stacktrace: remove call_on_stack_noreturn()Heiko Carstens
2023-04-04s390: use init_thread_union aka initial stack for the first processHeiko Carstens
2023-04-04s390/stack: set lowcore kernel stack pointer earlyHeiko Carstens
2023-04-04s390/stack: use STACK_INIT_OFFSET where possibleHeiko Carstens
2023-04-04s390/dumpstack: simplify in stack logic codeHeiko Carstens
2023-04-04s390: make extables read-onlyVasily Gorbik
2023-04-04s390/entry: rely on long-displacement facilityVasily Gorbik
2023-04-04Merge branch 'uaccess-inline-asm-cleanup' into featuresVasily Gorbik
2023-04-04s390/uaccess: remove extra blank lineHeiko Carstens
2023-04-04s390/uaccess: get rid of not needed local variableHeiko Carstens
2023-04-04s390/uaccess: rename tmp1 and tmp2 variablesHeiko Carstens
2023-04-04s390/uaccess: sort EX_TABLE list for inline assembliesHeiko Carstens
2023-04-04s390/uaccess: rename/sort labels in inline assembliesHeiko Carstens
2023-04-04s390/uaccess: remove unused label in inline assembliesHeiko Carstens
2023-04-04s390/uaccess: use symbolic names for inline assembly operandsHeiko Carstens
2023-03-27s390/uaccess: add missing earlyclobber annotations to __clear_user()Heiko Carstens
2023-03-27s390: enable ARCH_HAS_MEMBARRIER_SYNC_COREHeiko Carstens
2023-03-27s390/cpum_sf: remove flag PERF_CPUM_SF_FULL_BLOCKSThomas Richter
2023-03-20s390/mm: make use of atomic_fetch_xor()Heiko Carstens
2023-03-20s390/ap: implement SE AP bind, unbind and associateHarald Freudenberger
2023-03-20s390/ap: new low level inline functions ap_bapq() and ap_aapq()Harald Freudenberger
2023-03-20s390/ap: provide F bit parameter for ap_rapq() and ap_zapq()Harald Freudenberger
2023-03-20s390/ap: make tapq gr2 response a structHarald Freudenberger
2023-03-20s390/ap: exploit new B bit from QCI config infoHarald Freudenberger