summaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/mm,fault: replace WARN_ON_ONCE() with unreachable()Heiko Carstens2023-10-231-2/+1
* s390/mm,fault: remove noinline attribute from all functionsHeiko Carstens2023-10-231-5/+5
* s390/mm,fault: remove line breakHeiko Carstens2023-10-231-2/+1
* s390/mm,fault: include linux/mmu_context.hHeiko Carstens2023-10-231-1/+1
* s390/mm,fault: have balanced braces, remove unnecessary blanksHeiko Carstens2023-10-231-6/+6
* s390/mm,fault: use pr_warn(), pr_cont(), ... instead of open-codingHeiko Carstens2023-10-231-7/+5
* s390/mm,fault: use pr_warn_ratelimited()Heiko Carstens2023-10-231-3/+2
* s390/mm,fault: use __ratelimit() instead of printk_ratelimit()Heiko Carstens2023-10-231-1/+3
* s390/mm,fault: reverse x-mas tree coding styleHeiko Carstens2023-10-231-5/+5
* s390/mm,fault: remove and improve comments, adjust whitespaceHeiko Carstens2023-10-231-63/+23
* s390/pai_crypto: dynamically allocate percpu pai crypto map data structureThomas Richter2023-10-191-27/+100
* s390/mm: make vmemmap_free() only for CONFIG_MEMORY_HOTPLUG availableHeiko Carstens2023-10-191-0/+4
* s390/mm: remove __GFP_HIGHMEM maskingHeiko Carstens2023-10-191-2/+1
* s390/vmem: remove unused variableVasily Gorbik2023-10-161-2/+0
* s390: add support for DCACHE_WORD_ACCESSHeiko Carstens2023-10-164-0/+45
* s390: provide word-at-a-time implementationHeiko Carstens2023-10-161-0/+42
* s390/extable: reduce number of extable macrosHeiko Carstens2023-10-161-16/+7
* s390/crash: fix virtual vs physical address confusionAlexander Gordeev2023-10-161-1/+1
* s390/crash: remove unused parameterAlexander Gordeev2023-10-161-2/+2
* s390: use control register bit definesHeiko Carstens2023-09-1914-29/+29
* s390/ctlreg: add control register bitsHeiko Carstens2023-09-191-34/+69
* s390/irq: use CR0 defines to define CR0_IRQ_SUBCLASS_MASKHeiko Carstens2023-09-191-11/+12
* s390/ctlreg: add missing definesHeiko Carstens2023-09-191-0/+14
* s390/setup: make use of system_ctl_load()Heiko Carstens2023-09-191-3/+3
* s390/ctlreg: add system_ctl_load()Heiko Carstens2023-09-192-21/+53
* s390/early: use system_ctl_set_bit() instead of local_ctl_set_bit()Heiko Carstens2023-09-191-6/+6
* s390/ctlreg: allow to call system_ctl_set/clear_bit() earlyHeiko Carstens2023-09-191-7/+34
* s390/ctltreg: make initialization of control register save area explicitHeiko Carstens2023-09-193-2/+15
* s390/ctlreg: add struct ctlregHeiko Carstens2023-09-1919-80/+91
* s390/ctlreg: add type checking to __local_ctl_load() and __local_ctl_store()Heiko Carstens2023-09-191-0/+2
* s390/kprobes,ptrace: open code struct per_regHeiko Carstens2023-09-192-5/+19
* s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()Heiko Carstens2023-09-196-12/+12
* s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens2023-09-1910-35/+35
* s390/ctlreg: add local_ctl_load() and local_ctl_store()Heiko Carstens2023-09-191-0/+17
* s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-1925-98/+98
* s390/ctlreg: cleanup inline assembliesHeiko Carstens2023-09-191-9/+22
* s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens2023-09-1912-16/+14
* s390/ctlreg: move control register code to separate fileHeiko Carstens2023-09-199-56/+74
* s390/setup: use strlcat() instead of strcat()Heiko Carstens2023-09-191-1/+1
* s390/smp: keep the original lowcore for CPU 0Ilya Leoshkevich2023-09-193-64/+0
* s390/smp: disallow CPU hotplug of CPU 0Tobias Huschle2023-09-191-4/+2
* s390/smp,mcck: fix early IPI handlingHeiko Carstens2023-09-192-11/+5
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-081-0/+10
|\
| * s390/bpf: Pass through tail call counter in trampolinesIlya Leoshkevich2023-09-061-0/+10
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-079-18/+186
|\ \
| * \ Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-08-3110-31/+211
| |\ \
| | * | KVM: s390: pv: Allow AP-instructions for pv-guestsSteffen Eiden2023-08-282-3/+15
| | * | KVM: s390: Add UV feature negotiationSteffen Eiden2023-08-283-0/+91
| | * | s390/uv: UV feature check utilitySteffen Eiden2023-08-284-3/+10
| | * | KVM: s390: pv: relax WARN_ONCE condition for destroy fastViktor Mihajlovski2023-08-281-1/+2