summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)Author
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts
2023-09-25KVM: s390: fix gisa destroy operation might lead to cpu stallsMichael Mueller
2023-09-21s390/bpf: Implement signed divisionIlya Leoshkevich
2023-09-21s390/bpf: Implement unconditional jump with 32-bit offsetIlya Leoshkevich
2023-09-21s390/bpf: Implement unconditional byte swapIlya Leoshkevich
2023-09-21s390/bpf: Implement BPF_MEMSXIlya Leoshkevich
2023-09-21s390/bpf: Implement BPF_MOV | BPF_X with sign-extensionIlya Leoshkevich
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org
2023-09-19s390: use control register bit definesHeiko Carstens
2023-09-19s390/ctlreg: add control register bitsHeiko Carstens
2023-09-19s390/irq: use CR0 defines to define CR0_IRQ_SUBCLASS_MASKHeiko Carstens
2023-09-19s390/ctlreg: add missing definesHeiko Carstens
2023-09-19s390/setup: make use of system_ctl_load()Heiko Carstens
2023-09-19s390/ctlreg: add system_ctl_load()Heiko Carstens
2023-09-19s390/early: use system_ctl_set_bit() instead of local_ctl_set_bit()Heiko Carstens
2023-09-19s390/ctlreg: allow to call system_ctl_set/clear_bit() earlyHeiko Carstens
2023-09-19s390/ctltreg: make initialization of control register save area explicitHeiko Carstens
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens
2023-09-19s390/ctlreg: add type checking to __local_ctl_load() and __local_ctl_store()Heiko Carstens
2023-09-19s390/kprobes,ptrace: open code struct per_regHeiko Carstens
2023-09-19s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()Heiko Carstens
2023-09-19s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens
2023-09-19s390/ctlreg: add local_ctl_load() and local_ctl_store()Heiko Carstens
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens
2023-09-19s390/ctlreg: cleanup inline assembliesHeiko Carstens
2023-09-19s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens
2023-09-19s390/ctlreg: move control register code to separate fileHeiko Carstens
2023-09-19s390/setup: use strlcat() instead of strcat()Heiko Carstens
2023-09-19s390/smp: keep the original lowcore for CPU 0Ilya Leoshkevich
2023-09-19s390/smp: disallow CPU hotplug of CPU 0Tobias Huschle
2023-09-19s390/smp,mcck: fix early IPI handlingHeiko Carstens
2023-09-19s390/cert_store: fix string length handlingPeter Oberparleiter
2023-09-19s390: update defconfigsHeiko Carstens
2023-09-19s390/bpf: Let arch_prepare_bpf_trampoline return program sizeSong Liu
2023-09-16bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-09-07Merge tag 's390-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-09-06s390/bpf: Pass through tail call counter in trampolinesIlya Leoshkevich
2023-09-05s390/vmem: do not silently ignore mapping limitAlexander Gordeev
2023-09-05s390/mm: fix MAX_DMA_ADDRESS physical vs virtual confusionAlexander Gordeev
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-09-04kbuild: Show marked Kconfig fragments in "help"Kees Cook
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-31Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2023-08-30s390/airq: remove lsi_mask from airq_structBenjamin Block
2023-08-30s390/mm: use __set_memory() variants where usefulHeiko Carstens
2023-08-30s390/set_memory: add __set_memory() variantHeiko Carstens