summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | s390/cmma: cleanup inline assembliesHeiko Carstens2023-11-051-22/+26
| * | | s390: add USER_STACKTRACE supportHeiko Carstens2023-11-052-0/+44
| * | | s390/perf: implement perf_callchain_user()Heiko Carstens2023-11-052-0/+48
| * | | s390/mm: add missing conversion to use ptdescsAlexander Gordeev2023-11-052-3/+3
* | | | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-043-23/+3
|\ \ \ \ | |/ / / |/| | |
| * | | kbuild: unify vdso_install rulesMasahiro Yamada2023-10-283-23/+3
* | | | Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-0349-801/+993
|\ \ \ \
| * | | | s390: delete the unused store_prefix() functionIlya Leoshkevich2023-10-251-8/+0
| * | | | s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dirHeiko Carstens2023-10-251-0/+6
| * | | | s390/cmma: fix detection of DAT pagesHeiko Carstens2023-10-251-3/+3
| * | | | s390/pai_crypto: remove per-cpu variable assignement in event initializationThomas Richter2023-10-251-1/+0
| * | | | s390/pai: initialize event count once at initializationThomas Richter2023-10-252-2/+0
| * | | | s390/pai_crypto: use PERF_ATTACH_TASK define for per task detectionThomas Richter2023-10-252-2/+2
| * | | | s390/mm: add missing arch_set_page_dat() call to gmap allocationsHeiko Carstens2023-10-252-6/+19
| * | | | s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc()Heiko Carstens2023-10-231-2/+6
| * | | | s390/cmma: fix initial kernel address space page table walkHeiko Carstens2023-10-231-3/+10
| * | | | s390/diag: add missing virt_to_phys() translation to diag224()Heiko Carstens2023-10-231-1/+2
| * | | | s390/mm,fault: move VM_FAULT_ERROR handling to do_exception()Heiko Carstens2023-10-231-47/+34
| * | | | s390/mm,fault: remove VM_FAULT_BADMAP and VM_FAULT_BADACCESSHeiko Carstens2023-10-231-85/+51
| * | | | s390/mm,fault: remove VM_FAULT_SIGNALHeiko Carstens2023-10-231-10/+7
| * | | | s390/mm,fault: remove VM_FAULT_BADCONTEXTHeiko Carstens2023-10-231-8/+16
| * | | | s390/mm,fault: simplify kfence fault handlingHeiko Carstens2023-10-231-8/+8
| * | | | s390/mm,fault: call do_fault_error() only from do_exception()Heiko Carstens2023-10-231-19/+8
| * | | | s390/mm,fault: get rid of do_low_address()Heiko Carstens2023-10-231-16/+9
| * | | | s390/mm,fault: remove VM_FAULT_PFAULTHeiko Carstens2023-10-231-3/+1
| * | | | s390/mm,fault: use get_kernel_nofault() to dereference in dump_pagetable()Heiko Carstens2023-10-231-26/+19
| * | | | s390/mm,fault: improve readability by using teid unionHeiko Carstens2023-10-231-26/+23
| * | | | s390/mm: move translation-exception identification structure to fault.hHeiko Carstens2023-10-232-31/+42
| * | | | s390/mm,fault: use static key for store indicationHeiko Carstens2023-10-231-4/+7
| * | | | s390/mm,fault: use get_fault_address() everywhereHeiko Carstens2023-10-231-9/+7
| * | | | 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