summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm
Commit message (Expand)AuthorAgeFilesLines
* s390/irq,idle: simplify idle checkHeiko Carstens2023-02-151-1/+0
* s390/processor: add test_and_set_cpu_flag() and test_and_clear_cpu_flag()Heiko Carstens2023-02-151-0/+16
* s390/processor: let cpu helper functions return boolean valuesHeiko Carstens2023-02-151-4/+5
* s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik2023-02-141-10/+22
* s390/mm: add support for RDP (Reset DAT-Protection)Gerald Schaefer2023-02-142-1/+63
* s390/ap: fix status returned by ap_qact()Halil Pasic2023-02-101-1/+4
* s390/ap: fix status returned by ap_aqic()Halil Pasic2023-02-101-2/+5
* Revert "s390/mem_detect: do not update output parameters on failure"Heiko Carstens2023-02-091-1/+4
* s390/idle: remove arch_cpu_idle_time() and corresponding codeHeiko Carstens2023-02-092-8/+0
* s390/vx: use simple assignments to access __vector128 membersHeiko Carstens2023-02-091-2/+2
* s390/processor: always inline cpu flag helper functionsHeiko Carstens2023-02-091-4/+4
* Merge branch 'cmpxchg_user_key' into featuresHeiko Carstens2023-02-093-43/+278
|\
| * s390/uaccess: avoid __ashlti3() callHeiko Carstens2023-01-041-4/+4
| * s390/uaccess: limit number of retries for cmpxchg_user_key()Janis Schoetterl-Glausch2022-11-221-8/+25
| * s390/cmpxchg: make loop condition for 1,2 byte cases preciseJanis Schoetterl-Glausch2022-11-212-62/+78
| * s390/uaccess: add cmpxchg_user_key()Heiko Carstens2022-11-211-0/+183
| * s390/extable: add EX_TABLE_UA_LOAD_REGPAIR() macroHeiko Carstens2022-11-211-0/+4
| * 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
* | s390/boot: avoid page tables memory in kaslrVasily Gorbik2023-02-061-4/+4
* | s390/mem_detect: add get_mem_detect_online_total()Vasily Gorbik2023-02-061-0/+11
* | s390/rethook: add local rethook header fileHeiko Carstens2023-02-061-1/+0
* | 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/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/cpum_cf: merge source files for CPU Measurement counter facilityThomas Richter2023-01-251-87/+0
* | s390/cpum_cf: remove in-kernel counting facility interfaceThomas Richter2023-01-251-17/+0
* | s390/cpum_cf: move stccm_avail()Thomas Richter2023-01-251-6/+0
* | s390/cpum_cf: move cpum_cf_ctrset_size()Thomas Richter2023-01-251-2/+0
* | s390/kprobes: replace kretprobe with rethookVasily Gorbik2023-01-222-6/+7
* | s390/cpum_sf: move functions from header file to source fileThomas Richter2023-01-221-53/+0
* | Merge branch 'fixes' into featuresHeiko Carstens2023-01-173-20/+19
|\ \
| * | s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()Heiko Carstens2023-01-111-1/+1
| * | s390/cpum_sf: add READ_ONCE() semantics to compare and swap loopsHeiko Carstens2023-01-111-16/+15
| * | s390/debug: add _ASM_S390_ prefix to header guardNiklas Schnelle2023-01-061-3/+3
* | | s390: move __amode31_base declaration to proper header fileHeiko Carstens2023-01-131-0/+1
* | | s390/mm: allocate Absolute Lowcore Area in decompressorAlexander Gordeev2023-01-131-3/+13
* | | s390/mm: allocate Real Memory Copy Area in decompressorAlexander Gordeev2023-01-131-1/+1
* | | s390/mm: start kernel with DAT enabledAlexander Gordeev2023-01-134-5/+5
* | | s390/pgtable: add REGION3_KERNEL_EXEC protectionAlexander Gordeev2023-01-131-0/+6
* | | vfio/ccw: calculate number of IDAWs regardless of formatEric Farman2023-01-091-0/+12
* | | s390/diag: use __packed __alignedSven Schnelle2023-01-091-1/+1
* | | s390/tty3270: add support for diag 8cSven Schnelle2023-01-091-0/+14
* | | s390: remove the last remnants of cputime_tNicholas Piggin2023-01-091-15/+0
|/ /
* | Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-191-2/+3
|\ \