summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/entry: align system call table on 8 bytesSumanth Korikkar2024-04-101-0/+1
* mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-04-107-11/+11
* s390/bpf: Fix bpf_plt pointer arithmeticIlya Leoshkevich2024-04-101-26/+20
* s390/vtime: fix average steal time calculationMete Durlu2024-03-261-2/+2
* s390/cache: prevent rebuild of shared_cpu_listHeiko Carstens2024-03-261-0/+1
* s390/vdso: drop '-fPIC' from LDFLAGSNathan Chancellor2024-03-262-2/+2
* s390/pai: fix attr_event_free upper limit for pai device driversThomas Richter2024-03-262-2/+2
* KVM: s390: vsie: fix race during shadow creationChristian Borntraeger2024-03-152-1/+1
* KVM: s390: add stat counter for shadow gmap eventsNico Boehr2024-03-154-2/+26
* s390: use the correct count for __iowrite64_copy()Jason Gunthorpe2024-03-011-1/+1
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-231-2/+2
* KVM: s390: fix setting of fpc registerHeiko Carstens2024-02-051-5/+0
* s390/ptrace: handle setting of fpc register correctlyHeiko Carstens2024-02-051-3/+3
* arch: consolidate arch_irq_work_raise prototypesArnd Bergmann2024-02-051-2/+0
* s390/boot: always align vmalloc area on segment boundaryAlexander Gordeev2024-02-052-2/+3
* crypto: s390/aes - Fix buffer overread in CTR modeHerbert Xu2024-01-312-2/+6
* s390/pci: fix max size calculation in zpci_memcpy_toio()Niklas Schnelle2024-01-252-20/+24
* posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds2024-01-201-12/+1
* KVM: s390: vsie: fix wrong VIR 37 when MSO is usedClaudio Imbrenda2024-01-101-4/+0
* kexec: fix KEXEC_FILE dependenciesArnd Bergmann2024-01-051-2/+2
* s390/vx: fix save/restore of fpu kernel contextHeiko Carstens2024-01-011-1/+1
* cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-201-1/+0
* KVM: s390/mm: Properly reset no-datClaudio Imbrenda2023-12-131-1/+1
* s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dirHeiko Carstens2023-12-081-0/+6
* s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init()Mikhail Zaslonko2023-12-031-0/+1
* s390/cmma: fix detection of DAT pagesHeiko Carstens2023-11-281-3/+3
* s390/mm: add missing arch_set_page_dat() call to gmap allocationsHeiko Carstens2023-11-282-6/+19
* s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc()Heiko Carstens2023-11-281-2/+6
* Merge tag 's390-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-10-212-3/+19
|\
| * s390/pci: fix iommu bitmap allocationNiklas Schnelle2023-10-191-2/+13
| * s390/kasan: handle DCSS mapping in memory holesVasily Gorbik2023-10-161-1/+6
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-10-161-10/+6
|\ \
| * \ Merge tag 'kvm-s390-master-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-10-121-10/+6
| |\ \
| | * | KVM: s390: fix gisa destroy operation might lead to cpu stallsMichael Mueller2023-09-251-10/+6
| | |/
* | | s390/bpf: Fix unwinding past the trampolineIlya Leoshkevich2023-10-111-3/+14
* | | s390/bpf: Fix clobbering the caller's backchain in the trampolineIlya Leoshkevich2023-10-111-2/+6
|/ /
* | Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-10-051-1/+1
|\ \
| * | s390/bpf: Let arch_prepare_bpf_trampoline return program sizeSong Liu2023-09-191-1/+1
* | | Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-012-3/+11
|\ \ \ | |_|/ |/| |
| * | mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-292-3/+11
| |/
* | s390/cert_store: fix string length handlingPeter Oberparleiter2023-09-191-3/+4
* | s390: update defconfigsHeiko Carstens2023-09-193-10/+21
|/
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-071-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