summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* 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: workaround invalid gcc-11 out of bounds read warningHeiko Carstens2023-01-171-2/+3
| * s390: update defconfigsHeiko Carstens2023-01-113-6/+9
| * KVM: s390: interrupt: use READ_ONCE() before cmpxchg()Heiko Carstens2023-01-111-4/+8
| * 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-112-55/+77
| * s390/kexec: fix ipl report address for kdumpAlexander Egorenkov2023-01-101-2/+3
| * s390: fix -Wundef warning for CONFIG_KERNEL_ZSTDMasahiro Yamada2023-01-091-2/+2
| * s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36Masahiro Yamada2023-01-061-0/+2
| * s390: expicitly align _edata and _end symbols on page boundaryAlexander Gordeev2023-01-061-0/+2
| * 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-132-1/+1
* | s390/mm: allocate Absolute Lowcore Area in decompressorAlexander Gordeev2023-01-1310-75/+36
* | s390/mm: allocate Real Memory Copy Area in decompressorAlexander Gordeev2023-01-135-10/+20
* | s390/boot: allow setup of different virtual address typesAlexander Gordeev2023-01-131-15/+33
* | s390/kasan: remove identity mapping supportAlexander Gordeev2023-01-131-22/+5
* | s390/maccess: remove dead DAT-off codeAlexander Gordeev2023-01-131-9/+5
* | s390/mm: start kernel with DAT enabledAlexander Gordeev2023-01-1317-189/+448
* | s390/boot: detect and enable memory facilitiesAlexander Gordeev2023-01-132-0/+26
* | s390/pgtable: add REGION3_KERNEL_EXEC protectionAlexander Gordeev2023-01-131-0/+6
* | s390/kasan: use set_pXe_bit() for pgtable entries setupAlexander Gordeev2023-01-131-11/+26
* | s390/kasan: cleanup setup of untracked memory pgtablesAlexander Gordeev2023-01-131-4/+3
* | s390/kasan: cleanup setup of zero pgtableAlexander Gordeev2023-01-131-7/+5
* | s390/kasan: sort out physical vs virtual memory confusionAlexander Gordeev2023-01-131-2/+2
* | s390/early: fix sclp_early_sccb variable lifetimeAlexander Gordeev2023-01-132-1/+1
* | s390/boot: cleanup decompressor header filesAlexander Gordeev2023-01-133-28/+23
* | s390/archrandom: add missing header includeHeiko Carstens2023-01-101-0/+1
* | vfio/ccw: calculate number of IDAWs regardless of formatEric Farman2023-01-091-0/+12
* | s390/diag: use __packed __alignedSven Schnelle2023-01-091-1/+1