Linux-S390 Archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/2] s390/pgtable: misc small improvements
 2024-04-29 13:11 UTC  (4+ messages)
` [PATCH v3 1/2] s390/pgtable: switch read and write softbits for puds
` [PATCH v3 2/2] s390/pgtable: add missing hardware bits for puds, pmds

[PATCH v5 0/8] sysctl: Remove sentinel elements from networking
 2024-04-29 12:33 UTC  (19+ messages)
` [PATCH v5 1/8] net: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v5 2/8] net: ipv{6,4}: "
` [PATCH v5 3/8] net: rds: "
` [PATCH v5 4/8] net: sunrpc: "
` [PATCH v5 5/8] net: Remove ctl_table sentinel elements from several networking subsystems
` [PATCH v5 6/8] netfilter: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v5 7/8] appletalk: "
` [PATCH v5 8/8] ax.25: x.25: "

[PATCH v7 00/16] mm: jit/text allocator
 2024-04-29 12:16 UTC  (17+ messages)
` [PATCH v7 01/16] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v7 02/16] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v7 03/16] nios2: define virtual address space for modules
` [PATCH v7 04/16] sparc: simplify module_alloc()
` [PATCH v7 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH v7 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v7 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v7 08/16] mm/execmem, arch: convert remaining "
` [PATCH v7 09/16] riscv: extend execmem_params for generated code allocations
` [PATCH v7 10/16] arm64: extend execmem_info "
` [PATCH v7 11/16] powerpc: extend execmem_params for kprobes allocations
` [PATCH v7 12/16] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v7 13/16] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v7 14/16] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v7 15/16] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v7 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH] KVM: s390: vsie: retry SIE instruction on host intercepts
 2024-04-29 10:18 UTC  (5+ messages)

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-29  9:47 UTC  (19+ messages)
` [PATCH v3 01/11] stackleak: don't modify ctl_table argument
` [PATCH v3 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH v3 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH v3 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH v3 05/11] neighbour: "
` [PATCH v3 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH v3 07/11] ipv6/addrconf: "
` [PATCH v3 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH v3 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH v3 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH v3 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH v4 0/8] sysctl: Remove sentinel elements from networking
 2024-04-29  8:22 UTC  (13+ messages)
` [PATCH v4 1/8] net: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v4 2/8] net: ipv{6,4}: "
` [PATCH v4 3/8] net: rds: "
` [PATCH v4 4/8] net: sunrpc: "
` [PATCH v4 5/8] net: Remove ctl_table sentinel elements from several networking subsystems
` [PATCH v4 6/8] netfilter: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v4 7/8] appletalk: "
` [PATCH v4 8/8] ax.25: x.25: "

[PATCH] sched/core: Test online status in available_idle_cpu()
 2024-04-29  5:54 UTC 

[PATCH vfs.all 15/26] s390/dasd: use bdev api in dasd_format()
 2024-04-28 23:23 UTC  (5+ messages)

[PATCH net-next v7 00/11] net/smc: SMC intra-OS shortcut with loopback-ism
 2024-04-28 15:49 UTC  (13+ messages)
` [PATCH net-next v7 01/11] net/smc: decouple ism_client from SMC-D DMB registration
` [PATCH net-next v7 02/11] net/smc: introduce loopback-ism for SMC intra-OS shortcut
` [PATCH net-next v7 03/11] net/smc: implement ID-related operations of loopback-ism
` [PATCH net-next v7 04/11] net/smc: implement DMB-related "
` [PATCH net-next v7 05/11] net/smc: mark optional smcd_ops and check for support when called
` [PATCH net-next v7 06/11] net/smc: ignore loopback-ism when dumping SMC-D devices
` [PATCH net-next v7 07/11] net/smc: register loopback-ism into SMC-D device list
` [PATCH net-next v7 08/11] net/smc: add operations to merge sndbuf with peer DMB
` [PATCH net-next v7 09/11] net/smc: {at|de}tach sndbuf to peer DMB if supported
` [PATCH net-next v7 10/11] net/smc: adapt cursor update when sndbuf and peer DMB are merged
` [PATCH net-next v7 11/11] net/smc: implement DMB-merged operations of loopback-ism

[PATCH v3 0/3] vfio/pci: Support 8-byte PCI loads and stores
 2024-04-28  6:59 UTC  (5+ messages)
` [PATCH v3 1/3] vfio/pci: Extract duplicated code into macro
` [PATCH v3 2/3] vfio/pci: Support 8-byte PCI loads and stores
` [PATCH v3 3/3] vfio/pci: Continue to refactor vfio_pci_core_do_io_rw

[PATCH v6 00/16] mm: jit/text allocator
 2024-04-28  6:55 UTC  (23+ messages)
` [PATCH v6 01/16] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v6 02/16] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v6 03/16] nios2: define virtual address space for modules
` [PATCH v6 04/16] sparc: simplify module_alloc()
` [PATCH v6 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH v6 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v6 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v6 08/16] mm/execmem, arch: convert remaining "
` [PATCH v6 09/16] riscv: extend execmem_params for generated code allocations
` [PATCH v6 10/16] arm64: extend execmem_info "
` [PATCH v6 11/16] powerpc: extend execmem_params for kprobes allocations
` [PATCH v6 12/16] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v6 13/16] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v6 14/16] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v6 15/16] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v6 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH 5.15 00/71] 5.15.157-rc1 review
 2024-04-27 14:26 UTC  (3+ messages)

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-27  6:58 UTC  (10+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions

[PATCH] kprobe/ftrace: bail out if ftrace was killed
 2024-04-26 22:58 UTC 

[PATCH v3 2/2] fs/xattr: add *at family syscalls
 2024-04-26 17:38 UTC  (2+ messages)

[PATCH v2 0/6] Ensure the copied buf is NUL terminated
 2024-04-26 14:29 UTC  (12+ messages)
` [PATCH v2 1/6] ice: ensure "
` [PATCH v2 2/6] bna: "
` [PATCH v2 3/6] bfa: "
` [PATCH v2 4/6] qedf: "
` [PATCH v2 5/6] cio: "
` [PATCH v2 6/6] octeontx2-af: avoid off-by-one read from userspace

[PATCH v2 0/2] s390/pgtable: misc small improvements
 2024-04-26 11:50 UTC  (3+ messages)
` [PATCH v2 1/2] s390/pgtable: switch read and write softbits for puds
` [PATCH v2 2/2] s390/pgtable: introduce _REGION3_ENTRY_HARDWARE_BITS_LARGE

[PATCH v1 0/2] s390/pgtable: misc small improvements
 2024-04-26  9:22 UTC  (6+ messages)
` [PATCH v1 1/2] s390/pgtable: switch read and write softbits for puds
` [PATCH v1 2/2] s390/pgtable: introduce _REGION3_ENTRY_HARDWARE_BITS_LARGE

[PATCH net-next v6 00/11] net/smc: SMC intra-OS shortcut with loopback-ism
 2024-04-26  8:17 UTC  (14+ messages)
` [PATCH net-next v6 01/11] net/smc: decouple ism_client from SMC-D DMB registration
` [PATCH net-next v6 07/11] net/smc: register loopback-ism into SMC-D device list

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-04-24 16:48 UTC  (4+ messages)
` [PATCH 8/9] drivers/media/*: Convert from tasklet to BH workqueue

[PATCH V2 00/19] timekeeping: Handle potential multiplication overflow
 2024-04-24 15:11 UTC  (3+ messages)
` [PATCH V2 04/19] math64: Tidy mul_u64_u32_shr()

[PATCH RFC] s390/pci: Drop unneeded reference to CONFIG_DMI
 2024-04-24 12:27 UTC  (5+ messages)

[PATCH 0/5] Ensure the copied buf is NULL terminated
 2024-04-24 11:55 UTC  (9+ messages)
` [PATCH 1/5] drivers/net/ethernet/intel-ice: ensure "
` [PATCH 5/5] drivers/s390/cio: "
` [Intel-wired-lan] [PATCH 0/5] Ensure "

[PATCH vhost v9 0/6] refactor the params of find_vqs()
 2024-04-24  9:15 UTC  (7+ messages)
` [PATCH vhost v9 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v9 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v9 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v9 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v9 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v9 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH vhost v8 0/6] refactor the params of find_vqs()
 2024-04-24  9:04 UTC  (5+ messages)
` [PATCH vhost v8 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-23 18:44 UTC  (4+ messages)
` [PATCH v5 04/15] sparc: simplify module_alloc()

[PATCH v2] vfio/pci: Support 8-byte PCI loads and stores
 2024-04-23 16:16 UTC  (7+ messages)

[kvm-unit-tests PATCH v3 0/1] s390x: cmm: test no-translate bit after reset
 2024-04-23 12:57 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/1] "

[PATCH 0/3] drivers/s390: Fix instances of -Wcast-function-type-strict
 2024-04-23  7:34 UTC  (11+ messages)
` [PATCH 1/3] s390/vmlogrdr: Remove function pointer cast

[PATCH v3 0/6] Fix mlx5 write combining support on new ARM64 cores
 2024-04-23  0:18 UTC  (2+ messages)

[PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
 2024-04-22 18:32 UTC  (13+ messages)

[PATCH v3 00/15] Add support for suppressing warning backtraces
 2024-04-22 17:40 UTC  (3+ messages)
` [PATCH v3 14/15] riscv: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).