summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)Author
2023-11-03Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-10-31Merge tag 'kvm-s390-next-6.7-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-25s390: delete the unused store_prefix() functionIlya Leoshkevich
2023-10-25s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dirHeiko Carstens
2023-10-25s390/cmma: fix detection of DAT pagesHeiko Carstens
2023-10-25s390/pai_crypto: remove per-cpu variable assignement in event initializationThomas Richter
2023-10-25s390/pai: initialize event count once at initializationThomas Richter
2023-10-25s390/pai_crypto: use PERF_ATTACH_TASK define for per task detectionThomas Richter
2023-10-25s390/mm: add missing arch_set_page_dat() call to gmap allocationsHeiko Carstens
2023-10-23s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc()Heiko Carstens
2023-10-23s390/cmma: fix initial kernel address space page table walkHeiko Carstens
2023-10-23s390/diag: add missing virt_to_phys() translation to diag224()Heiko Carstens
2023-10-23s390/mm,fault: move VM_FAULT_ERROR handling to do_exception()Heiko Carstens
2023-10-23s390/mm,fault: remove VM_FAULT_BADMAP and VM_FAULT_BADACCESSHeiko Carstens
2023-10-23s390/mm,fault: remove VM_FAULT_SIGNALHeiko Carstens
2023-10-23s390/mm,fault: remove VM_FAULT_BADCONTEXTHeiko Carstens
2023-10-23s390/mm,fault: simplify kfence fault handlingHeiko Carstens
2023-10-23s390/mm,fault: call do_fault_error() only from do_exception()Heiko Carstens
2023-10-23s390/mm,fault: get rid of do_low_address()Heiko Carstens
2023-10-23s390/mm,fault: remove VM_FAULT_PFAULTHeiko Carstens
2023-10-23s390/mm,fault: use get_kernel_nofault() to dereference in dump_pagetable()Heiko Carstens
2023-10-23s390/mm,fault: improve readability by using teid unionHeiko Carstens
2023-10-23s390/mm: move translation-exception identification structure to fault.hHeiko Carstens
2023-10-23s390/mm,fault: use static key for store indicationHeiko Carstens
2023-10-23s390/mm,fault: use get_fault_address() everywhereHeiko Carstens
2023-10-23s390/mm,fault: replace WARN_ON_ONCE() with unreachable()Heiko Carstens
2023-10-23s390/mm,fault: remove noinline attribute from all functionsHeiko Carstens
2023-10-23s390/mm,fault: remove line breakHeiko Carstens
2023-10-23s390/mm,fault: include linux/mmu_context.hHeiko Carstens
2023-10-23s390/mm,fault: have balanced braces, remove unnecessary blanksHeiko Carstens
2023-10-23s390/mm,fault: use pr_warn(), pr_cont(), ... instead of open-codingHeiko Carstens
2023-10-23s390/mm,fault: use pr_warn_ratelimited()Heiko Carstens
2023-10-23s390/mm,fault: use __ratelimit() instead of printk_ratelimit()Heiko Carstens
2023-10-23s390/mm,fault: reverse x-mas tree coding styleHeiko Carstens
2023-10-23s390/mm,fault: remove and improve comments, adjust whitespaceHeiko Carstens
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar
2023-10-21Merge tag 's390-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-19s390/pai_crypto: dynamically allocate percpu pai crypto map data structureThomas Richter