summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | s390/uaccess: add cmpxchg_user_key()Heiko Carstens2022-11-211-0/+183
| | * | | | | s390/extable: add EX_TABLE_UA_LOAD_REGPAIR() macroHeiko Carstens2022-11-212-2/+11
| | * | | | | s390/cmpxchg: remove digits from input constraintsHeiko Carstens2022-11-211-8/+6
| | * | | | | s390/cmpxchg: make variables local to each case labelHeiko Carstens2022-11-211-8/+17
| | * | | | | s390/cmpxchg: use symbolic names for inline assembly operandsHeiko Carstens2022-11-211-34/+42
| * | | | | | Merge branch 'fixes' into featuresHeiko Carstens2023-02-061-1/+1
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | s390/boot: avoid potential amode31 truncationVasily Gorbik2023-02-061-1/+1
| * | | | | | s390/boot: move detect_facilities() after cmd line parsingVasily Gorbik2023-02-061-2/+1
| * | | | | | s390/kasan: avoid mapping KASAN shadow for standby memoryVasily Gorbik2023-02-062-22/+6
| * | | | | | s390/boot: avoid page tables memory in kaslrVasily Gorbik2023-02-064-6/+16
| * | | | | | s390/mem_detect: add get_mem_detect_online_total()Vasily Gorbik2023-02-061-0/+11
| * | | | | | s390/mem_detect: handle online memory limit just onceVasily Gorbik2023-02-067-16/+28
| * | | | | | s390/boot: fix mem_detect extended area allocationVasily Gorbik2023-02-064-52/+31
| * | | | | | s390/mem_detect: rely on diag260() if sclp_early_get_memsize() failsVasily Gorbik2023-02-061-1/+1
| * | | | | | s390/diag: make __diag8c_tmp_amode31 staticHeiko Carstens2023-02-061-1/+1
| * | | | | | s390/rethook: add local rethook header fileHeiko Carstens2023-02-063-1/+8
| * | | | | | s390/vmem: remove unnecessary KASAN checksVasily Gorbik2023-02-061-12/+1
| * | | | | | s390/vmem: fix empty page tables cleanup under KASANVasily Gorbik2023-02-061-3/+3
| * | | | | | s390/kasan: update kasan memory layout noteVasily Gorbik2023-02-061-30/+26
| * | | | | | s390/mem_detect: fix detect_memory() error handlingVasily Gorbik2023-02-061-1/+1
| * | | | | | s390/ipl: add loadparm parameter to eckd ipl/reipl dataSven Schnelle2023-02-061-0/+3
| * | | | | | s390/ipl: add DEFINE_GENERIC_LOADPARM()Sven Schnelle2023-02-061-71/+20
| * | | | | | s390/mem_detect: do not update output parameters on failureAlexander Gordeev2023-01-311-4/+1
| * | | | | | s390/cio: introduce locking for register/unregister functionsVineeth Vijayan2023-01-311-0/+2
| * | | | | | s390/mm,ptdump: avoid Kasan vs Memcpy Real markers swappingVasily Gorbik2023-01-311-8/+8
| * | | | | | s390/boot: remove pgtable_populate_endVasily Gorbik2023-01-311-27/+2
| * | | | | | s390/boot: avoid mapping standby memoryVasily Gorbik2023-01-313-9/+13
| * | | | | | s390/syscalls: get rid of system call alias functionsHeiko Carstens2023-01-251-66/+55
| * | | | | | s390/syscalls: remove trailing semicolonHeiko Carstens2023-01-251-1/+1
| * | | | | | s390/syscalls: move __S390_SYS_STUBx() macroHeiko Carstens2023-01-251-13/+13
| * | | | | | s390/syscalls: remove __SC_COMPAT_TYPE defineHeiko Carstens2023-01-251-2/+0
| * | | | | | s390/syscalls: remove SYSCALL_METADATA() from compat syscallsHeiko Carstens2023-01-251-1/+0
| * | | | | | s390: discard .interp sectionIlya Leoshkevich2023-01-251-0/+1
| * | | | | | s390/cpum_cf: simplify PMC_INIT and PMC_RELEASE usageThomas Richter2023-01-251-11/+7
| * | | | | | s390/cpum_cf: merge source files for CPU Measurement counter facilityThomas Richter2023-01-255-260/+208
| * | | | | | s390/cpum_cf: remove in-kernel counting facility interfaceThomas Richter2023-01-253-42/+1
| * | | | | | s390/cpum_cf: move stccm_avail()Thomas Richter2023-01-252-6/+6
| * | | | | | s390/cpum_cf: move cpum_cf_ctrset_size()Thomas Richter2023-01-253-48/+47
| * | | | | | s390/cpum_cf: simplify hw_perf_event_destroy()Thomas Richter2023-01-251-6/+4
| * | | | | | s390/cache: change type from unsigned long long to unsigned longHeiko Carstens2023-01-251-1/+1
| * | | | | | s390/kprobes: replace kretprobe with rethookVasily Gorbik2023-01-229-51/+57
| * | | | | | s390/cpum_sf: diagnostic sampling buffer setup to handle virtual addressesThomas Richter2023-01-221-8/+6
| * | | | | | s390/cpum_sf: rework macro AUX_SDB_NUM_xxxThomas Richter2023-01-221-13/+29
| * | | | | | s390/cpum_sf: sampling buffer setup to handle virtual addressesThomas Richter2023-01-221-19/+21
| * | | | | | s390/cpum_sf: remove debug statements from function setup_pmc_cpuThomas Richter2023-01-221-6/+0
| * | | | | | s390/cpum_sf: move functions from header file to source fileThomas Richter2023-01-222-53/+52
| * | | | | | s390/vmem: use swap() instead of open coding itJiapeng Chong2023-01-221-7/+1
| * | | | | | s390/ipl: use kstrtobool() instead of strtobool()Christophe JAILLET2023-01-221-1/+1
| * | | | | | Merge branch 'fixes' into featuresHeiko Carstens2023-01-1711-73/+107
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | s390: move __amode31_base declaration to proper header fileHeiko Carstens2023-01-132-1/+1