summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2023-10-23s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc()Heiko Carstens1-2/+6
2023-10-23s390/cmma: fix initial kernel address space page table walkHeiko Carstens1-3/+10
2023-10-23s390/diag: add missing virt_to_phys() translation to diag224()Heiko Carstens1-1/+2
2023-10-23s390/mm,fault: move VM_FAULT_ERROR handling to do_exception()Heiko Carstens1-47/+34
2023-10-23s390/mm,fault: remove VM_FAULT_BADMAP and VM_FAULT_BADACCESSHeiko Carstens1-85/+51
2023-10-23s390/mm,fault: remove VM_FAULT_SIGNALHeiko Carstens1-10/+7
2023-10-23s390/mm,fault: remove VM_FAULT_BADCONTEXTHeiko Carstens1-8/+16
2023-10-23s390/mm,fault: simplify kfence fault handlingHeiko Carstens1-8/+8
2023-10-23s390/mm,fault: call do_fault_error() only from do_exception()Heiko Carstens1-19/+8
2023-10-23s390/mm,fault: get rid of do_low_address()Heiko Carstens1-16/+9
2023-10-23s390/mm,fault: remove VM_FAULT_PFAULTHeiko Carstens1-3/+1
2023-10-23s390/mm,fault: use get_kernel_nofault() to dereference in dump_pagetable()Heiko Carstens1-26/+19
2023-10-23s390/mm,fault: improve readability by using teid unionHeiko Carstens1-26/+23
2023-10-23s390/mm: move translation-exception identification structure to fault.hHeiko Carstens2-31/+42
2023-10-23s390/mm,fault: use static key for store indicationHeiko Carstens1-4/+7
2023-10-23s390/mm,fault: use get_fault_address() everywhereHeiko Carstens1-9/+7
2023-10-23s390/mm,fault: replace WARN_ON_ONCE() with unreachable()Heiko Carstens1-2/+1
2023-10-23s390/mm,fault: remove noinline attribute from all functionsHeiko Carstens1-5/+5
2023-10-23s390/mm,fault: remove line breakHeiko Carstens1-2/+1
2023-10-23s390/mm,fault: include linux/mmu_context.hHeiko Carstens1-1/+1
2023-10-23s390/mm,fault: have balanced braces, remove unnecessary blanksHeiko Carstens1-6/+6
2023-10-23s390/mm,fault: use pr_warn(), pr_cont(), ... instead of open-codingHeiko Carstens1-7/+5
2023-10-23s390/mm,fault: use pr_warn_ratelimited()Heiko Carstens1-3/+2
2023-10-23s390/mm,fault: use __ratelimit() instead of printk_ratelimit()Heiko Carstens1-1/+3
2023-10-23s390/mm,fault: reverse x-mas tree coding styleHeiko Carstens1-5/+5
2023-10-23s390/mm,fault: remove and improve comments, adjust whitespaceHeiko Carstens1-63/+23
2023-10-19s390/pai_crypto: dynamically allocate percpu pai crypto map data structureThomas Richter1-27/+100
2023-10-19s390/mm: make vmemmap_free() only for CONFIG_MEMORY_HOTPLUG availableHeiko Carstens1-0/+4
2023-10-19s390/mm: remove __GFP_HIGHMEM maskingHeiko Carstens1-2/+1
2023-10-16s390/vmem: remove unused variableVasily Gorbik1-2/+0
2023-10-16s390: add support for DCACHE_WORD_ACCESSHeiko Carstens4-0/+45
2023-10-16s390: provide word-at-a-time implementationHeiko Carstens1-0/+42
2023-10-16s390/extable: reduce number of extable macrosHeiko Carstens1-16/+7
2023-10-16s390/crash: fix virtual vs physical address confusionAlexander Gordeev1-1/+1
2023-10-16s390/crash: remove unused parameterAlexander Gordeev1-2/+2
2023-09-19s390: use control register bit definesHeiko Carstens14-29/+29
2023-09-19s390/ctlreg: add control register bitsHeiko Carstens1-34/+69
2023-09-19s390/irq: use CR0 defines to define CR0_IRQ_SUBCLASS_MASKHeiko Carstens1-11/+12
2023-09-19s390/ctlreg: add missing definesHeiko Carstens1-0/+14
2023-09-19s390/setup: make use of system_ctl_load()Heiko Carstens1-3/+3
2023-09-19s390/ctlreg: add system_ctl_load()Heiko Carstens2-21/+53
2023-09-19s390/early: use system_ctl_set_bit() instead of local_ctl_set_bit()Heiko Carstens1-6/+6
2023-09-19s390/ctlreg: allow to call system_ctl_set/clear_bit() earlyHeiko Carstens1-7/+34
2023-09-19s390/ctltreg: make initialization of control register save area explicitHeiko Carstens3-2/+15
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens19-80/+91
2023-09-19s390/ctlreg: add type checking to __local_ctl_load() and __local_ctl_store()Heiko Carstens1-0/+2
2023-09-19s390/kprobes,ptrace: open code struct per_regHeiko Carstens2-5/+19
2023-09-19s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()Heiko Carstens6-12/+12
2023-09-19s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens10-35/+35
2023-09-19s390/ctlreg: add local_ctl_load() and local_ctl_store()Heiko Carstens1-0/+17