summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2024-07-03s390/string: add KMSAN supportIlya Leoshkevich2-5/+31
2024-07-03s390/mm: define KMSAN metadata for vmalloc and modulesIlya Leoshkevich2-0/+19
2024-07-03s390/irqflags: do not instrument arch_local_irq_*() with KMSANIlya Leoshkevich1-3/+14
2024-07-03s390/ftrace: unpoison ftrace_regs in kprobe_ftrace_handler()Ilya Leoshkevich1-0/+2
2024-07-03s390/diag: unpoison diag224() output bufferIlya Leoshkevich1-4/+6
2024-07-03s390/cpumf: unpoison STCCTM output bufferIlya Leoshkevich1-0/+6
2024-07-03s390/cpacf: unpoison the results of cpacf_trng()Ilya Leoshkevich1-0/+3
2024-07-03s390/checksum: add a KMSAN checkIlya Leoshkevich1-0/+2
2024-07-03s390/boot: add the KMSAN runtime stubIlya Leoshkevich2-0/+7
2024-07-03s390: use a larger stack for KMSANIlya Leoshkevich2-2/+2
2024-07-03s390/boot: turn off KMSANIlya Leoshkevich1-0/+2
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-07-03KVM: s390: remove useless includeClaudio Imbrenda1-1/+0
2024-07-02s390/bpf: Support arena atomicsIlya Leoshkevich1-10/+94
2024-07-02s390/bpf: Enable arenaIlya Leoshkevich1-0/+5
2024-07-02s390/bpf: Support address space cast instructionIlya Leoshkevich1-0/+18
2024-07-02s390/bpf: Support BPF_PROBE_MEM32Ilya Leoshkevich1-27/+110
2024-07-02s390/bpf: Land on the next JITed instruction after exceptionIlya Leoshkevich1-3/+4
2024-07-02s390/bpf: Introduce pre- and post- probe functionsIlya Leoshkevich1-14/+44
2024-07-02s390/bpf: Get rid of get_probe_mem_regno()Ilya Leoshkevich1-26/+7
2024-07-02s390/bpf: Factor out emitting probe nopsIlya Leoshkevich1-22/+40
2024-07-02s390/hwcaps: Add documentation for HWCAP flagsHeiko Carstens1-0/+8
2024-07-02s390/pgtable: Make crdte() and cspg() return a valueClaudio Imbrenda1-2/+23
2024-07-02s390/topology: Remove CPU KOBJ_CHANGE ueventsMete Durlu1-7/+1
2024-07-02s390: Update defconfigsHeiko Carstens2-6/+4
2024-07-01KVM: s390: fix LPSWEY handlingChristian Borntraeger4-0/+49
2024-06-28Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-06-28randomize_kstack: Remove non-functional per-arch entropy filteringKees Cook1-1/+1
2024-06-28s390/mm: Add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-28s390/lib: Add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-28s390/crc32: Add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-27Merge tag 's390-6.10-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-5/+8
2024-06-25s390: remove native mmap2() syscallArnd Bergmann1-27/+0
2024-06-25syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
2024-06-25s390/boot: Do not adjust GOT entries for undef weak symJens Remus1-4/+7
2024-06-24s390/mm: Get total ram pages from memblockWei Yang1-1/+2
2024-06-24s390: Provide optimized __arch_hweight*() implementationsHeiko Carstens3-2/+79
2024-06-18KVM: Introduce vcpu->wants_to_runDavid Matlack1-1/+1
2024-06-18s390: Remove S390_lowcoreSven Schnelle1-2/+0
2024-06-18s390/mm: Remove duplicate get_lowcore() callsSven Schnelle1-13/+15
2024-06-18s390/idle: Remove duplicate get_lowcore() callsSven Schnelle1-5/+6
2024-06-18s390/vtime: Remove duplicate get_lowcore() callsSven Schnelle2-42/+52
2024-06-18s390/smp: Remove duplicate get_lowcore() callsSven Schnelle1-10/+13
2024-06-18s390/nmi: Remove duplicate get_lowcore() callsSven Schnelle1-9/+11
2024-06-18s390/boot: Replace S390_lowcore by get_lowcore()Sven Schnelle6-28/+28
2024-06-18s390: Replace S390_lowcore by get_lowcore()Sven Schnelle40-238/+237
2024-06-18s390: Add get_lowcore() functionSven Schnelle1-0/+5
2024-06-17s390/pci: Add missing virt_to_phys() for directed DIBVNiklas Schnelle1-1/+1
2024-06-11KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson1-1/+0
2024-06-11KVM: s390: Don't re-setup dummy routing when KVM_CREATE_IRQCHIPYi Wang1-7/+2