summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar7-17/+37
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta1-0/+1
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-17/+37
2023-10-05Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2023-10-05s390/pci: Fix reset of IOMMU software countersNiklas Schnelle2-7/+10
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker1-1/+1
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-2/+2
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta1-1/+1
2023-10-02s390/pci: Use dma-iommu layerNiklas Schnelle10-892/+36
2023-10-02s390/pci: prepare is_passed_through() for dma-iommuNiklas Schnelle1-4/+11
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2-3/+11
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2-3/+11
2023-09-25KVM: s390: fix gisa destroy operation might lead to cpu stallsMichael Mueller1-10/+6
2023-09-22s390/bpf: Implement signed divisionIlya Leoshkevich1-47/+125
2023-09-22s390/bpf: Implement unconditional jump with 32-bit offsetIlya Leoshkevich1-3/+9
2023-09-22s390/bpf: Implement unconditional byte swapIlya Leoshkevich1-0/+1
2023-09-22s390/bpf: Implement BPF_MEMSXIlya Leoshkevich1-5/+27
2023-09-22s390/bpf: Implement BPF_MOV | BPF_X with sign-extensionIlya Leoshkevich1-8/+40
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org1-0/+1
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org1-0/+1
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org1-0/+1
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
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens25-98/+98
2023-09-19s390/ctlreg: cleanup inline assembliesHeiko Carstens1-9/+22
2023-09-19s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens12-16/+14
2023-09-19s390/ctlreg: move control register code to separate fileHeiko Carstens9-56/+74
2023-09-19s390/setup: use strlcat() instead of strcat()Heiko Carstens1-1/+1
2023-09-19s390/smp: keep the original lowcore for CPU 0Ilya Leoshkevich3-64/+0
2023-09-19s390/smp: disallow CPU hotplug of CPU 0Tobias Huschle1-4/+2
2023-09-19s390/smp,mcck: fix early IPI handlingHeiko Carstens2-11/+5
2023-09-19s390/cert_store: fix string length handlingPeter Oberparleiter1-3/+4
2023-09-19s390: update defconfigsHeiko Carstens3-10/+21
2023-09-19s390/bpf: Let arch_prepare_bpf_trampoline return program sizeSong Liu1-1/+1
2023-09-16bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi1-1/+1
2023-09-08Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+10
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-18/+186