Linux S390
[Prev Page][Next Page]
- [PATCH v6 26/39] s390/cpacf: Unpoison the results of cpacf_trng(), (continued)
- [PATCH v6 26/39] s390/cpacf: Unpoison the results of cpacf_trng(), Ilya Leoshkevich
- [PATCH v6 04/39] kmsan: Increase the maximum store size to 4096, Ilya Leoshkevich
- [PATCH v6 03/39] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled, Ilya Leoshkevich
- [PATCH v6 24/39] s390/boot: Add the KMSAN runtime stub, Ilya Leoshkevich
- [PATCH v6 28/39] s390/diag: Unpoison diag224() output buffer, Ilya Leoshkevich
- [PATCH v6 29/39] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler(), Ilya Leoshkevich
- [PATCH v6 25/39] s390/checksum: Add a KMSAN check, Ilya Leoshkevich
- [PATCH v6 23/39] s390: Use a larger stack for KMSAN, Ilya Leoshkevich
- [PATCH v6 01/39] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func(), Ilya Leoshkevich
- [PATCH v6 33/39] s390/string: Add KMSAN support, Ilya Leoshkevich
- [PATCH v6 32/39] s390/ptdump: Add KMSAN page markers, Ilya Leoshkevich
- [PATCH v6 30/39] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN, Ilya Leoshkevich
- [PATCH v6 31/39] s390/mm: Define KMSAN metadata for vmalloc and modules, Ilya Leoshkevich
- [PATCH v6 34/39] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs, Ilya Leoshkevich
- [PATCH v6 27/39] s390/cpumf: Unpoison STCCTM output buffer, Ilya Leoshkevich
- [PATCH v6 36/39] s390/uaccess: Add the missing linux/instrumented.h #include, Ilya Leoshkevich
- [PATCH v6 39/39] kmsan: Enable on s390, Ilya Leoshkevich
- [PATCH v6 37/39] s390/unwind: Disable KMSAN checks, Ilya Leoshkevich
- [PATCH v6 35/39] s390/uaccess: Add KMSAN support to put_user() and get_user(), Ilya Leoshkevich
- [PATCH v6 38/39] s390/kmsan: Implement the architecture-specific functions, Ilya Leoshkevich
- Incorrect vmcoreinfo KERNELOFFSET after "s390/boot: Rework deployment of the kernel image",
Omar Sandoval
- [PATCH v4 00/40] lib/find: add atomic find_bit() primitives,
Yury Norov
- [PATCH 00/15] linux system call fixes,
Arnd Bergmann
- [PATCH 01/15] ftruncate: pass a signed offset, Arnd Bergmann
- [PATCH 02/15] syscalls: fix compat_sys_io_pgetevents_time64 usage, Arnd Bergmann
- [PATCH 03/15] mips: fix compat_sys_lseek syscall, Arnd Bergmann
- [PATCH 04/15] sparc: fix old compat_sys_select(), Arnd Bergmann
- [PATCH 05/15] sparc: fix compat recv/recvfrom syscalls, Arnd Bergmann
- [PATCH 06/15] parisc: use correct compat recv/recvfrom syscalls, Arnd Bergmann
- [PATCH 07/15] parisc: use generic sys_fanotify_mark implementation, Arnd Bergmann
- [PATCH 08/15] powerpc: restore some missing spu syscalls, Arnd Bergmann
- [PATCH 09/15] sh: rework sync_file_range ABI, Arnd Bergmann
- [PATCH 10/15] csky, hexagon: fix broken sys_sync_file_range, Arnd Bergmann
- [PATCH 11/15] hexagon: fix fadvise64_64 calling conventions, Arnd Bergmann
- [PATCH 12/15] s390: remove native mmap2() syscall, Arnd Bergmann
- [PATCH 13/15] syscalls: mmap(): use unsigned offset type consistently, Arnd Bergmann
- [PATCH 14/15] asm-generic: unistd: fix time32 compat syscall handling, Arnd Bergmann
- [PATCH 15/15] linux/syscalls.h: add missing __user annotations, Arnd Bergmann
- [kvm-unit-tests PATCH v3 0/7] s390x: STFLE nested interpretation,
Nina Schoetterl-Glausch
- [PATCH] randomize_kstack: Remove non-functional per-arch entropy filtering,
Kees Cook
- [PATCH v5 00/37] kmsan: Enable on s390,
Ilya Leoshkevich
- [PATCH v5 11/37] kmsan: Allow disabling KMSAN checks for the current task, Ilya Leoshkevich
- [PATCH v5 08/37] kmsan: Remove an x86-specific #include from kmsan.h, Ilya Leoshkevich
- [PATCH v5 24/37] s390/checksum: Add a KMSAN check, Ilya Leoshkevich
- [PATCH v5 03/37] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled, Ilya Leoshkevich
- [PATCH v5 21/37] s390/boot: Turn off KMSAN, Ilya Leoshkevich
- [PATCH v5 07/37] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush(), Ilya Leoshkevich
- [PATCH v5 10/37] kmsan: Export panic_on_kmsan, Ilya Leoshkevich
- [PATCH v5 13/37] kmsan: Support SLAB_POISON, Ilya Leoshkevich
- [PATCH v5 25/37] s390/cpacf: Unpoison the results of cpacf_trng(), Ilya Leoshkevich
- [PATCH v5 12/37] kmsan: Introduce memset_no_sanitize_memory(), Ilya Leoshkevich
- [PATCH v5 02/37] kmsan: Make the tests compatible with kmsan.panic=1, Ilya Leoshkevich
- [PATCH v5 06/37] kmsan: Fix kmsan_copy_to_user() on arches with overlapping address spaces, Ilya Leoshkevich
- [PATCH v5 31/37] s390/string: Add KMSAN support, Ilya Leoshkevich
- [PATCH v5 26/37] s390/cpumf: Unpoison STCCTM output buffer, Ilya Leoshkevich
- [PATCH v5 17/37] mm: slub: Disable KMSAN when checking the padding bytes, Ilya Leoshkevich
- [PATCH v5 37/37] kmsan: Enable on s390, Ilya Leoshkevich
- [PATCH v5 36/37] s390/kmsan: Implement the architecture-specific functions, Ilya Leoshkevich
- [PATCH v5 28/37] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler(), Ilya Leoshkevich
- [PATCH v5 30/37] s390/mm: Define KMSAN metadata for vmalloc and modules, Ilya Leoshkevich
- [PATCH v5 01/37] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func(), Ilya Leoshkevich
- [PATCH v5 18/37] mm: kfence: Disable KMSAN when checking the canary, Ilya Leoshkevich
- [PATCH v5 15/37] kmsan: Do not round up pg_data_t size, Ilya Leoshkevich
- [PATCH v5 16/37] mm: slub: Let KMSAN access metadata, Ilya Leoshkevich
- [PATCH v5 29/37] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN, Ilya Leoshkevich
- [PATCH v5 23/37] s390/boot: Add the KMSAN runtime stub, Ilya Leoshkevich
- [PATCH v5 09/37] kmsan: Expose kmsan_get_metadata(), Ilya Leoshkevich
- [PATCH v5 33/37] s390/uaccess: Add KMSAN support to put_user() and get_user(), Ilya Leoshkevich
- [PATCH v5 04/37] kmsan: Increase the maximum store size to 4096, Ilya Leoshkevich
- [PATCH v5 20/37] kmsan: Accept ranges starting with 0 on s390, Ilya Leoshkevich
- [PATCH v5 35/37] s390/unwind: Disable KMSAN checks, Ilya Leoshkevich
- [PATCH v5 19/37] lib/zlib: Unpoison DFLTCC output buffers, Ilya Leoshkevich
- [PATCH v5 27/37] s390/diag: Unpoison diag224() output buffer, Ilya Leoshkevich
- [PATCH v5 34/37] s390/uaccess: Add the missing linux/instrumented.h #include, Ilya Leoshkevich
- [PATCH v5 22/37] s390: Use a larger stack for KMSAN, Ilya Leoshkevich
- [PATCH v5 14/37] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata(), Ilya Leoshkevich
- [PATCH v5 05/37] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces, Ilya Leoshkevich
- [PATCH v5 32/37] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs, Ilya Leoshkevich
- [PATCH v6 0/3] vfio/pci: Support 8-byte PCI loads and stores,
Gerd Bayer
- [PATCH] remove AND operation in choose_random_kstack_offset(),
Yuntao Liu
- move features flags into queue_limits v2,
Christoph Hellwig
- [PATCH 01/26] xen-blkfront: don't disable cache flushes when they fail, Christoph Hellwig
- [PATCH 02/26] sd: remove sd_is_zoned, Christoph Hellwig
- [PATCH 03/26] sd: move zone limits setup out of sd_read_block_characteristics, Christoph Hellwig
- [PATCH 04/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd, Christoph Hellwig
- [PATCH 05/26] loop: always update discard settings in loop_reconfigure_limits, Christoph Hellwig
- [PATCH 06/26] loop: regularize upgrading the block size for direct I/O, Christoph Hellwig
- [PATCH 07/26] loop: also use the default block size from an underlying block device, Christoph Hellwig
- [PATCH 08/26] loop: fold loop_update_rotational into loop_reconfigure_limits, Christoph Hellwig
- [PATCH 09/26] virtio_blk: remove virtblk_update_cache_mode, Christoph Hellwig
- [PATCH 10/26] nbd: move setting the cache control flags to __nbd_set_size, Christoph Hellwig
- [PATCH 11/26] block: freeze the queue in queue_attr_store, Christoph Hellwig
- [PATCH 12/26] block: remove blk_flush_policy, Christoph Hellwig
- [PATCH 13/26] block: move cache control settings out of queue->flags, Christoph Hellwig
- [PATCH 14/26] block: move the nonrot flag to queue_limits, Christoph Hellwig
- [PATCH 15/26] block: move the add_random flag to queue_limits, Christoph Hellwig
- [PATCH 16/26] block: move the io_stat flag setting to queue_limits, Christoph Hellwig
- [PATCH 19/26] block: move the nowait flag to queue_limits, Christoph Hellwig
- [PATCH 18/26] block: move the synchronous flag to queue_limits, Christoph Hellwig
- [PATCH 17/26] block: move the stable_writes flag to queue_limits, Christoph Hellwig
- [PATCH 20/26] block: move the dax flag to queue_limits, Christoph Hellwig
- [PATCH 21/26] block: move the poll flag to queue_limits, Christoph Hellwig
- [PATCH 22/26] block: move the zoned flag into the features field, Christoph Hellwig
- [PATCH 23/26] block: move the zone_resetall flag to queue_limits, Christoph Hellwig
- [PATCH 24/26] block: move the pci_p2pdma flag to queue_limits, Christoph Hellwig
- [PATCH 25/26] block: move the skip_tagset_quiesce flag to queue_limits, Christoph Hellwig
- [PATCH 26/26] block: move the bounce flag into the features field, Christoph Hellwig
- Re: move features flags into queue_limits v2, Jens Axboe
- [PATCH] s390/lcs: add missing MODULE_DESCRIPTION() macro,
Jeff Johnson
- [PATCH] s390/cio: add missing MODULE_DESCRIPTION() macros,
Jeff Johnson
- [PATCH] s390/3270: add missing MODULE_DESCRIPTION() macros,
Jeff Johnson
- [PATCH] s390/dcssblk: add missing MODULE_DESCRIPTION() macro,
Jeff Johnson
- [PATCH] s390/dasd: add missing MODULE_DESCRIPTION() macros,
Jeff Johnson
- [PATCH] s390/mm: get total ram pages from memblock,
Wei Yang
- [PATCH] s390/mm: add missing MODULE_DESCRIPTION() macro,
Jeff Johnson
- [PATCH] s390/lib: add missing MODULE_DESCRIPTION() macros,
Jeff Johnson
- [PATCH] s390/crc32: add missing MODULE_DESCRIPTION() macro,
Jeff Johnson
- [GIT PULL] s390 updates for 6.10-rc4,
Vasily Gorbik
- [PATCH] Documentation: Add "S390" to the swiotlb kernel parameter,
Thomas Huth
- [PATCH net-next v8 0/3] Introduce IPPROTO_SMC,
D. Wythe
- [PATCH v4 00/35] kmsan: Enable on s390,
Ilya Leoshkevich
- [PATCH v4 02/35] kmsan: Make the tests compatible with kmsan.panic=1, Ilya Leoshkevich
- [PATCH v4 06/35] kmsan: Fix kmsan_copy_to_user() on arches with overlapping address spaces, Ilya Leoshkevich
- [PATCH v4 04/35] kmsan: Increase the maximum store size to 4096, Ilya Leoshkevich
- [PATCH v4 18/35] lib/zlib: Unpoison DFLTCC output buffers, Ilya Leoshkevich
- [PATCH v4 08/35] kmsan: Remove an x86-specific #include from kmsan.h, Ilya Leoshkevich
- [PATCH v4 01/35] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func(), Ilya Leoshkevich
- [PATCH v4 03/35] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled, Ilya Leoshkevich
- [PATCH v4 07/35] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush(), Ilya Leoshkevich
- [PATCH v4 21/35] s390: Use a larger stack for KMSAN, Ilya Leoshkevich
- [PATCH v4 15/35] mm: slub: Let KMSAN access metadata, Ilya Leoshkevich
- [PATCH v4 14/35] kmsan: Do not round up pg_data_t size, Ilya Leoshkevich
- [PATCH v4 12/35] kmsan: Support SLAB_POISON, Ilya Leoshkevich
- [PATCH v4 16/35] mm: slub: Unpoison the memchr_inv() return value, Ilya Leoshkevich
- [PATCH v4 05/35] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces, Ilya Leoshkevich
- [PATCH v4 17/35] mm: kfence: Disable KMSAN when checking the canary, Ilya Leoshkevich
- [PATCH v4 23/35] s390/checksum: Add a KMSAN check, Ilya Leoshkevich
- [PATCH v4 13/35] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata(), Ilya Leoshkevich
- [PATCH v4 20/35] s390/boot: Turn off KMSAN, Ilya Leoshkevich
- [PATCH v4 19/35] kmsan: Accept ranges starting with 0 on s390, Ilya Leoshkevich
- [PATCH v4 26/35] s390/diag: Unpoison diag224() output buffer, Ilya Leoshkevich
- [PATCH v4 10/35] kmsan: Export panic_on_kmsan, Ilya Leoshkevich
- [PATCH v4 35/35] kmsan: Enable on s390, Ilya Leoshkevich
- [PATCH v4 11/35] kmsan: Allow disabling KMSAN checks for the current task, Ilya Leoshkevich
- [PATCH v4 33/35] s390/unwind: Disable KMSAN checks, Ilya Leoshkevich
- [PATCH v4 25/35] s390/cpumf: Unpoison STCCTM output buffer, Ilya Leoshkevich
- [PATCH v4 22/35] s390/boot: Add the KMSAN runtime stub, Ilya Leoshkevich
- [PATCH v4 28/35] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN, Ilya Leoshkevich
- [PATCH v4 09/35] kmsan: Expose kmsan_get_metadata(), Ilya Leoshkevich
- [PATCH v4 24/35] s390/cpacf: Unpoison the results of cpacf_trng(), Ilya Leoshkevich
- [PATCH v4 29/35] s390/mm: Define KMSAN metadata for vmalloc and modules, Ilya Leoshkevich
- [PATCH v4 30/35] s390/string: Add KMSAN support, Ilya Leoshkevich
- [PATCH v4 31/35] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs, Ilya Leoshkevich
- [PATCH v4 27/35] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler(), Ilya Leoshkevich
- [PATCH v4 34/35] s390: Implement the architecture-specific KMSAN functions, Ilya Leoshkevich
- [PATCH v4 32/35] s390/uaccess: Add KMSAN support to put_user() and get_user(), Ilya Leoshkevich
- [kvm-unit-tests PATCH v10 09/15] configure: Make arch_libdir a first-class entity, Nicholas Piggin
- [kvm-unit-tests PATCH] build: retain intermediate .aux.o targets,
Nicholas Piggin
- [PATCH 1/1] s390/virtio_ccw: fix config change notifications,
Halil Pasic
- move features flags into queue_limits,
Christoph Hellwig
- [PATCH 01/26] sd: fix sd_is_zoned, Christoph Hellwig
- [PATCH 02/26] sd: move zone limits setup out of sd_read_block_characteristics, Christoph Hellwig
- [PATCH 03/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd, Christoph Hellwig
- [PATCH 04/26] loop: always update discard settings in loop_reconfigure_limits, Christoph Hellwig
- [PATCH 05/26] loop: regularize upgrading the lock size for direct I/O, Christoph Hellwig
- [PATCH 06/26] loop: also use the default block size from an underlying block device, Christoph Hellwig
- [PATCH 07/26] loop: fold loop_update_rotational into loop_reconfigure_limits, Christoph Hellwig
- [PATCH 08/26] virtio_blk: remove virtblk_update_cache_mode, Christoph Hellwig
- [PATCH 09/26] nbd: move setting the cache control flags to __nbd_set_size, Christoph Hellwig
- [PATCH 10/26] xen-blkfront: don't disable cache flushes when they fail, Christoph Hellwig
- [PATCH 11/26] block: freeze the queue in queue_attr_store, Christoph Hellwig
- [PATCH 12/26] block: remove blk_flush_policy, Christoph Hellwig
- [PATCH 13/26] block: move cache control settings out of queue->flags, Christoph Hellwig
- [PATCH 14/26] block: move the nonrot flag to queue_limits, Christoph Hellwig
- [PATCH 15/26] block: move the add_random flag to queue_limits, Christoph Hellwig
- [PATCH 16/26] block: move the io_stat flag setting to queue_limits, Christoph Hellwig
- [PATCH 17/26] block: move the stable_write flag to queue_limits, Christoph Hellwig
- [PATCH 18/26] block: move the synchronous flag to queue_limits, Christoph Hellwig
- [PATCH 19/26] block: move the nowait flag to queue_limits, Christoph Hellwig
- [PATCH 20/26] block: move the dax flag to queue_limits, Christoph Hellwig
- [PATCH 21/26] block: move the poll flag to queue_limits, Christoph Hellwig
- [PATCH 22/26] block: move the zoned flag into the feature field, Christoph Hellwig
- [PATCH 23/26] block: move the zone_resetall flag to queue_limits, Christoph Hellwig
- [PATCH 25/26] block: move the skip_tagset_quiesce flag to queue_limits, Christoph Hellwig
- [PATCH 24/26] block: move the pci_p2pdma flag to queue_limits, Christoph Hellwig
- [PATCH 26/26] block: move the bounce flag into the feature field, Christoph Hellwig
- [PATCH 0/2] function_graph: ftrace_graph_ret_addr(); there can be only one!,
Steven Rostedt
- [PATCH] s390/sclp: define commands for storage (un)assignment,
Alexander Gordeev
- [PATCH net-next v7 0/3] Introduce IPPROTO_SMC,
D. Wythe
- [GIT PULL] s390 fixes for 6.10-rc3,
Alexander Gordeev
- [PATCH v5 0/3] vfio/pci: Support 8-byte PCI loads and stores,
Gerd Bayer
- [PATCH net-next v6 0/3] Introduce IPPROTO_SMC,
D. Wythe
- [kvm-unit-tests PATCH v1 0/3] s390x: small Makefile improvements,
Marc Hartmayer
- [kvm-unit-tests PATCH] MAINTAINERS: Add scripts/s390x/ to the s390x section,
Thomas Huth
- [kvm-unit-tests PATCH] scripts/s390x: Fix the execution of the PV tests,
Thomas Huth
- [PATCH net-next v2 0/2] net/smc: Change the upper boundary of SMC-R's snd_buf and rcv_buf to 512MB,
Guangguan Wang
- [kvm-unit-tests PATCH 0/2] s390x: Fix build error messages,
Nicholas Piggin
- [PATCH net] net/smc: avoid overwriting when adjusting sock bufsizes,
Wen Gu
- [PATCH net-next v5 0/3] Introduce IPPROTO_SMC,
D. Wythe
- Re: [PATCH net v3 2/2] net/smc: Use correct buffer sizes when switching between TCP and SMC, Wen Gu
- xen-blkfront: don't disable cache flushes when they fail, Christoph Hellwig
- [PATCH v3 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it,
Niklas Schnelle
- [PATCH net-next v4 0/3] Introduce IPPROTO_SMC,
D. Wythe
- [PATCH v3] mm/mm_init: use node's number of cpus in deferred_page_init_max_threads,
Eric Chanudet
- [PATCH net-next 0/2] Change the upper boundary of SMC-R's snd_buf and rcv_buf to 512MB,
Guangguan Wang
- [PATCH net-next v3 0/3] Introduce IPPROTO_SMC,
D. Wythe
- [PATCH AUTOSEL 6.6 4/4] kprobe/ftrace: bail out if ftrace was killed, Sasha Levin
- [PATCH AUTOSEL 6.8 4/4] kprobe/ftrace: bail out if ftrace was killed, Sasha Levin
- [PATCH AUTOSEL 6.9 5/5] kprobe/ftrace: bail out if ftrace was killed, Sasha Levin
- [PATCH] s390/dasd: fix error checks in dasd_copy_pair_store(),
Carlos López
- [PATCH] btrfs: zlib: do not do unnecessary page copying for compression,
Qu Wenruo
- [PATCH v2 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it,
Niklas Schnelle
- [PATCH] vfio/pci: Add iowrite64 and ioread64 support for vfio pci,
Ramesh Thomas
- [PATCH v2] mm/mm_init: use node's number of cpus in deferred_page_init_max_threads,
Eric Chanudet
- [PATCH v4 0/3] vfio/pci: Support 8-byte PCI loads and stores,
Gerd Bayer
- [GIT PULL] more s390 updates for 6.10 merge window,
Alexander Gordeev
- [PATCH 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it,
Niklas Schnelle
[Index of Archives]
[Kernel Development]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Netfilter]
[Bugtraq]
[More Archives]