linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-24 13:50:38 to 2025-08-07 14:43:19 UTC [more...]

[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
 2025-08-07 14:43 UTC  (23+ messages)
` [PATCH 01/17] KUnit: Introduce ffs()-family tests
` [PATCH 02/17] bitops: Add __attribute_const__ to generic ffs()-family implementations
` [PATCH 03/17] csky: Add __attribute_const__ to "
` [PATCH 04/17] x86: "
` [PATCH 05/17] powerpc: "
` [PATCH 06/17] sh: "
` [PATCH 07/17] alpha: "
` [PATCH 08/17] hexagon: "
` [PATCH 09/17] riscv: "
` [PATCH 10/17] openrisc: "
` [PATCH 11/17] m68k: "
` [PATCH 12/17] mips: "
` [PATCH 13/17] parisc: "
` [PATCH 14/17] s390: "
` [PATCH 15/17] xtensa: "
` [PATCH 16/17] sparc: "
` [PATCH 17/17] KUnit: ffs: Validate all the __attribute_const__ annotations

[PATCH v5 0/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
 2025-08-07 13:55 UTC  (4+ messages)
` [PATCH v5 1/3] PCI/AER: Fix missing uevent on recovery when a reset is requested
` [PATCH v5 2/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
` [PATCH v5 3/3] powerpc/eeh: Use result of error_detected() in uevent

[GIT PULL] more s390 updates for 6.17 merge window
 2025-08-07 13:09 UTC 

[PATCH v4 0/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
 2025-08-07 11:49 UTC  (6+ messages)
` [PATCH v4 1/3] PCI/AER: Fix missing uevent on recovery when a reset is requested
` [PATCH v4 2/3] powerpc/eeh: Use result of error_detected() in uevent
` [PATCH v4 3/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery

[RFC net-next 00/17] dibs - Direct Internal Buffer Sharing
 2025-08-07  7:01 UTC  (20+ messages)
` [RFC net-next 01/17] net/smc: Remove __init marker from smc_core_init()
` [RFC net-next 02/17] s390/ism: Log module load/unload
` [RFC net-next 03/17] net/smc: Remove error handling of unregister_dmb()
` [RFC net-next 04/17] net/smc: Decouple sf and attached send_buf in smc_loopback
` [RFC net-next 05/17] net/smc: Improve log message for devices w/o pnetid
` [RFC net-next 06/17] net/dibs: Create net/dibs
` [RFC net-next 07/17] net/dibs: Register smc as dibs_client
` [RFC net-next 08/17] net/dibs: Register ism as dibs device
` [RFC net-next 09/17] net/dibs: Define dibs loopback
` [RFC net-next 10/17] net/dibs: Define dibs_client_ops and dibs_dev_ops
` [RFC net-next 11/17] net/dibs: Move struct device to dibs_dev
` [RFC net-next 12/17] net/dibs: Create class dibs
` [RFC net-next 13/17] net/dibs: Local gid for dibs devices
` [RFC net-next 14/17] net/dibs: Move vlan support to dibs_dev_ops
` [RFC net-next 15/17] net/dibs: Move query_remote_gid() "
` [RFC net-next 16/17] net/dibs: Move data path to dibs layer
` [RFC net-next 17/17] net/dibs: Move event handling "

[PATCH v4 0/2] perf/s390: Regression: Move uid filtering to BPF filters
 2025-08-07  5:02 UTC  (7+ messages)
` [PATCH v4 1/2] libbpf: Add the ability to suppress perf event enablement
` [PATCH v4 2/2] perf bpf-filter: Enable events manually

[PATCH v4 0/9] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
 2025-08-06 19:51 UTC  (19+ messages)
` [PATCH v4 1/9] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
` [PATCH v4 2/9] kasan/powerpc: select ARCH_DEFER_KASAN and call kasan_init_generic
` [PATCH v4 3/9] kasan/arm,arm64: call kasan_init_generic in kasan_init
` [PATCH v4 4/9] kasan/xtensa: "
` [PATCH v4 5/9] kasan/loongarch: select ARCH_DEFER_KASAN and call kasan_init_generic
` [PATCH v4 6/9] kasan/um: "
` [PATCH v4 7/9] kasan/x86: call kasan_init_generic in kasan_init
` [PATCH v4 8/9] kasan/s390: "
` [PATCH v4 9/9] kasan/riscv: "

[PATCH V4 07/16] s390/perf: Remove driver-specific throttle support
 2025-08-06 17:05 UTC  (4+ messages)

[PATCH v5 0/2] perf/s390: Regression: Move uid filtering to BPF filters
 2025-08-06 16:22 UTC  (3+ messages)
` [PATCH v5 1/2] libbpf: Add the ability to suppress perf event enablement
` [PATCH v5 2/2] perf bpf-filter: Enable events manually

[PATCH v2] mm: fix accounting of memmap pages for early sections
 2025-08-06 14:31 UTC  (5+ messages)

[PATCH v3 0/2] perf/s390: Regression: Move uid filtering to BPF filters
 2025-08-06 11:29 UTC  (9+ messages)
` [PATCH v3 1/2] libbpf: Add the ability to suppress perf event enablement
` [PATCH v3 2/2] perf bpf-filter: Enable events manually

[PATCH v2 0/2] KVM: s390: Fix two bugs
 2025-08-06  9:03 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: s390: Fix incorrect usage of mmu_notifier_register()
` [PATCH v2 2/2] KVM: s390: Fix FOLL_*/FAULT_FLAG_* confusion

[PATCH] debug: fix typo in debug_sprintf_format_fn function comment
 2025-08-05 14:01 UTC  (2+ messages)

[PATCH v1 0/2] KVM: s390: Fix two bugs
 2025-08-05 13:07 UTC  (10+ messages)
` [PATCH v1 1/2] KVM: s390: Fix incorrect usage of mmu_notifier_register()
` [PATCH v1 2/2] KVM: s390: Fix FOLL_*/FAULT_FLAG_* confusion

page type is 0, migratetype passed is 2 (nr=256)
 2025-08-05 12:02 UTC  (7+ messages)

[PATCH] perf/docu: Update header documentation on BPF_PROG_INFO
 2025-08-05  9:03 UTC 

[PATCH] PCI: Fix endianness issues in pci_bus_read_config()
 2025-08-04 15:04 UTC  (22+ messages)

[PATCH] mm: fix accounting of memmap pages for early sections
 2025-08-04 13:39 UTC  (3+ messages)

[PATCH v3 0/2] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
 2025-08-04 11:04 UTC  (12+ messages)
` [PATCH v3 1/2] PCI/AER: Fix missing uevent on recovery when a reset is requested
` [PATCH v3 2/2] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery

[PATCH] mm: fix accounting of memmap pages for early sections
 2025-08-04  8:40 UTC 

[PATCH v2] integrity: Extract secure boot enquiry function out of IMA
 2025-08-01 14:34 UTC  (8+ messages)

[GIT PULL 0/2] KVM: s390: updates for 6.17
 2025-07-31 22:55 UTC  (5+ messages)
` [GIT PULL 1/2] entry: Add arch_in_rcu_eqs()
` [GIT PULL 2/2] KVM: s390: Rework guest entry logic

[PATCH v2] perf/s390: Regression: Move uid filtering to BPF filters
 2025-07-31  9:31 UTC  (3+ messages)

[PATCH bpf] libbpf: eBPF fails on events with auxiliary data
 2025-07-31  7:41 UTC  (3+ messages)

Regression: hmac(sha3-224) is missing in newer kernels on s390?
 2025-07-31  1:41 UTC  (4+ messages)
  ` [PATCH] crypto: hash - Increase HASH_MAX_DESCSIZE for hmac(sha3-224-s390)

[GIT PULL] s390 updates for 6.17 merge window
 2025-07-30  3:39 UTC  (2+ messages)

[PATCH 0/6] KVM: Export KVM-internal symbols for sub-modules only
 2025-07-30  2:14 UTC  (8+ messages)
` [PATCH 1/6] KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalent
` [PATCH 2/6] KVM: Export KVM-internal symbols for sub-modules only
` [PATCH 3/6] KVM: x86: Move kvm_intr_is_single_vcpu() to lapic.c
` [PATCH 4/6] KVM: x86: Drop pointless exports of kvm_arch_xxx() hooks
` [PATCH 5/6] KVM: x86: Export KVM-internal symbols for sub-modules only
` [PATCH 6/6] x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible

[PATCH v5 10/10] s390: vmlinux.lds.S: Reorder sections
 2025-07-29 12:46 UTC  (5+ messages)

[PATCH v5 0/2] dm-integrity: Implement asynch digest support
 2025-07-29  1:40 UTC  (7+ messages)

[GIT PULL] execve updates for v6.17
 2025-07-29  1:11 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] Improvements for the s390x panic-loop tests
 2025-07-28 14:03 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: Fix unreliable "
` [kvm-unit-tests PATCH 2/3] .gitlab-ci.yml: Add the s390x panic-loop tests to the CI
` [kvm-unit-tests RFC PATCH 3/3] scripts/arch-run.bash: Drop the dependency on "jq"


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 NNTP newsgroup(s).