messages from 2026-05-27 10:38:48 to 2026-06-01 06:54:46 UTC [more...]
[PATCH v9 00/18] perf symbol/env: ELF machine clean up and lazy idle computation
2026-06-01 6:54 UTC (18+ messages)
` [PATCH v10 00/18] Add perf_env__e_machine and migrate arch string comparisons to e_machine
` [PATCH v10 01/18] perf env: Add perf_env__e_machine helper and use in perf_env__arch
` [PATCH v10 02/18] perf tests topology: Switch env->arch use to env->e_machine
` [PATCH v10 03/18] perf env, dso, thread: Add _endian variants for e_machine helpers
` [PATCH v10 04/18] perf capstone: Determine architecture from e_machine
` [PATCH v10 05/18] perf print_insn: Use e_machine for fallback IP length check
` [PATCH v10 06/18] perf symbol: Avoid use of machine__is
` [PATCH v10 07/18] perf machine: Use perf_env e_machine rather than arch
` [PATCH v10 08/18] perf sample-raw: "
` [PATCH v10 09/18] perf sort: "
` [PATCH v10 10/18] perf arch common: "
` [PATCH v10 11/18] perf header: In print_pmu_caps use perf_env e_machine
` [PATCH v10 12/18] perf c2c: Use perf_env e_machine rather than arch
` [PATCH v10 13/18] perf lock-contention: "
` [PATCH v10 14/18] perf env: Refactor perf_env__arch_strerrno
` [PATCH v10 15/18] perf env: Remove unused perf_env__raw_arch
` [PATCH v10 16/18] perf env: Add helper to lazily compute the os_release
s390/tape: iterator after loop end in tape_assign_minor?
2026-06-01 4:08 UTC (2+ messages)
` [PATCH] s390/tape: avoid past-the-end iterator in tape_assign_minor()
[PATCH v2 0/2] ptp: split non-NIC PHC drivers into the clock/timekeeping maintenance domain
2026-06-01 0:20 UTC (8+ messages)
` [PATCH v2 2/2] MAINTAINERS: update PTP maintainer entries after directory split
[PATCH v9 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
2026-05-31 19:03 UTC (4+ messages)
` [PATCH v9 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v9 2/3] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v9 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject
[PATCH v2 0/6] s390/drivers: replace __get_free_pages() call with kmalloc()
2026-05-31 17:52 UTC (9+ messages)
` [PATCH v2 1/6] s390/con3270: replace __get_free_page() "
` [PATCH v2 2/6] s390/dasd: replace get_zeroed_page() with kzalloc()
` [PATCH v2 3/6] s390/hvc_iucv: "
` [PATCH v2 4/6] s390/qeth: "
` [PATCH v2 5/6] s390/trng: replace __get_free_page() with kmalloc()
` [PATCH v2 6/6] s390/zcrypt: replace get_zeroed_page() with kzalloc()
[PATCH 0/6] s390/drivers: replace __get_free_pages() call with kmalloc()
2026-05-31 10:35 UTC (23+ messages)
` [PATCH 1/6] s390/con3270: replace __get_free_page() "
` [PATCH 2/6] s390/dasd: replace get_zeroed_page() with kzalloc()
` [PATCH 3/6] s390/hvc_iucv: "
` [PATCH 4/6] s390/qeth: "
` [PATCH 5/6] s390/trng: replace __get_free_page() with kmalloc()
` [PATCH 6/6] s390/zcrypt: replace get_zeroed_page() with kzalloc()
[PATCH v3] mm/page_vma_mapped_walk: Use ptep_get_lockless() for lockless access
2026-05-29 17:34 UTC (6+ messages)
[PATCH v4 0/6] s390: Enable Rust support and add required arch glue
2026-05-29 16:56 UTC (9+ messages)
` [PATCH v4 1/6] s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support
` [PATCH v4 2/6] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros
` [PATCH v4 3/6] rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts
` [PATCH v4 4/6] rust: helpers: Use __builtin_memchr directly on s390
` [PATCH v4 5/6] s390/cmpxchg: Fix KASAN stack-out-of-bounds in atomic helpers
` [PATCH v4 6/6] s390: Enable Rust support
[PATCH v1 00/26] KVM: arm64 on s390 System Register Handling
2026-05-29 15:55 UTC (27+ messages)
` [PATCH v1 01/26] KVM: arm64: Extract some feature related changes to kvm_feature.h
` [PATCH v1 02/26] KVM: arm64: Remove __expand_field_sign_(un)signed
` [PATCH v1 03/26] KVM: arm64: Generalize get_idreg_field_*()
` [PATCH v1 04/26] KVM: arm64: Generalize kvm_cmp_feat_*()
` [PATCH v1 05/26] KVM: arm64: Generalize kvm_has_feat_*
` [PATCH v1 06/26] KVM: arm64: Remove get_idreg_field_*() and kvm_cmp_feat_*()
` [PATCH v1 07/26] KVM: arm64: Remove kvm_has_feat_range
` [PATCH v1 08/26] KVM: arm64: Split up feature sysreg sanitisation
` [PATCH v1 09/26] KVM: arm64: Refactor idreg caching into dedicated structure
` [PATCH v1 10/26] KVM: arm64: Fix set_oslsr_el1 to write to OSLAR_EL1
` [PATCH v1 11/26] KVM: arm64: Move definitions from sys_regs.c to sys_regs.h
` [PATCH v1 12/26] KVM: arm64: Add PVM_ prefix to avoid name collisions
` [PATCH v1 13/26] s390: Introduce read/write ARM sysreg instructions
` [PATCH v1 14/26] s390: Introduce Query Available Arm features
` [PATCH v1 15/26] s390: Add functions to query arm guest time
` [PATCH v1 16/26] KVM: s390: arm64: Add sysreg related functions and definitions
` [PATCH v1 17/26] arm64: Extract cputype definitions
` [PATCH v1 18/26] arm64: Extract cache definitions
` [PATCH v1 19/26] KVM: arm64: Share KVM feature detection macros
` [PATCH v1 20/26] KVM: arm64: Share ID reg handling
` [PATCH v1 21/26] KVM: arm64: Share sys-reg handling
` [PATCH v1 22/26] KVM: arm64: Refactor core reg handling
` [PATCH v1 23/26] KVM: s390: arm64: Implement feature sanitisation
` [PATCH v1 24/26] KVM: s390: arm64: Implement sysreg handling
` [PATCH v1 25/26] KVM: s390: arm64: Implement exception injection
` [PATCH v1 26/26] KVM: s390: arm64: Finalize page fault handling
[PATCH v3 00/27] KVM: s390: Introduce arm64 KVM
2026-05-29 15:50 UTC (28+ messages)
` [PATCH v3 01/27] VFIO: take reference to the KVM module
` [PATCH v3 02/27] KVM, vfio: remove symbol_get(kvm_get_kvm_safe) from vfio
` [PATCH v3 03/27] KVM, vfio: remove symbol_get(kvm_put_kvm) "
` [PATCH v3 04/27] uapi: KVM: Provide arm64 UAPI for other host architectures
` [PATCH v3 05/27] arm64: Extract sysreg definitions
` [PATCH v3 06/27] arm64: Provide arm64 API for non-native architectures
` [PATCH v3 07/27] KVM: arm64: Provide arm64 KVM "
` [PATCH v3 08/27] arm64: Extract pstate definitions from ptrace
` [PATCH v3 09/27] KVM: arm64: Share kvm_emulate definitions
` [PATCH v3 10/27] KVM: arm64: Make some arm64 KVM code shareable
` [PATCH v3 11/27] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v3 12/27] KVM: arm64: Share reset general register code
` [PATCH v3 13/27] KVM: arm64: Extract & share ipa size shift calculation
` [PATCH v3 14/27] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v3 15/27] KVM: S390: Refactor gmap
` [PATCH v3 16/27] KVM: Make device name configurable
` [PATCH v3 17/27] KVM: Remove KVM_MMIO as config option
` [PATCH v3 18/27] KVM: s390: Prepare kvm-s390 for a second kvm module
` [PATCH v3 19/27] s390: Introduce Start Arm Execution instruction
` [PATCH v3 20/27] KVM: s390: arm64: Introduce host definitions
` [PATCH v3 21/27] s390/hwcaps: Report SAE support as hwcap
` [PATCH v3 22/27] KVM: s390: Add basic arm64 kvm module
` [PATCH v3 23/27] KVM: s390: arm64: Implement required functions
` [PATCH v3 24/27] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v3 25/27] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v3 26/27] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v3 27/27] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild
[PATCH v9 14/37] mm: remove arch vma_alloc_zeroed_movable_folio overrides
2026-05-29 15:23 UTC
[PATCH v3 0/4] s390: Enable Rust support and add required arch glue
2026-05-29 15:04 UTC (21+ messages)
` [PATCH v3 1/4] s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support
` [PATCH v3 2/4] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros
[PATCH] s390: crypto: add select CRYPTO_AEAD for aes
2026-05-29 6:02 UTC (2+ messages)
[PATCH v3 0/9] s390: Improve this_cpu operations
2026-05-28 20:34 UTC (17+ messages)
[PATCH v5 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
2026-05-28 18:29 UTC (3+ messages)
` [PATCH v5 05/20] dma-pool: track decrypted atomic pools and select them via attrs
[PATCH v8 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
2026-05-28 16:06 UTC (7+ messages)
` [PATCH v8 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v8 2/3] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v8 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject
[PATCH v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
2026-05-28 15:18 UTC (15+ messages)
` [PATCH v2 05/12] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v2 07/12] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v2 11/12] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v2 12/12] s390/preempt: "
[PATCH v1 0/7] KVM: s390: More gmap and vsie fixes
2026-05-28 14:08 UTC (9+ messages)
` [PATCH v1 1/7] KVM: s390: Fix _gmap_crstep_xchg_atomic()
` [PATCH v1 2/7] KVM: s390: Fix guest / virtual address confusion in _essa_clear_cbrl()
` [PATCH v1 3/7] KVM: s390: vsie: Fix rmap handling in _do_shadow_crste()
` [PATCH v1 4/7] KVM: s390: Fix fault-in code
` [PATCH v1 5/7] KVM: s390: Avoid potentially sleeping while atomic when zapping pages
` [PATCH v1 6/7] KVM: s390: Lock pte when making page secure
` [PATCH v1 7/7] KVM: s390: Prevent memslots outside the ASCE range
[PATCH net-next 0/2] net/smc: transition to RDMA core CQ pooling
2026-05-28 8:48 UTC (3+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] net/smc: reduce TX slot contention with exclusive wait
[PATCH] powerpc: Export set_memory_encrypted and set_memory_decrypted
2026-05-28 8:53 UTC (4+ messages)
[PATCH v5 0/5] Add iommufd ioctls to support TSM operations
2026-05-27 22:49 UTC (8+ messages)
` [PATCH v5 5/5] iommufd/vdevice: add TSM request ioctl
[PATCH] err.h: use __always_inline on all error pointer helpers
2026-05-27 22:13 UTC (7+ messages)
[REGRESSION] 6.6.141 s390x build failure in s390/cio due to missing driver_override infrastructure
2026-05-27 19:48 UTC (4+ messages)
[PATCH v3 0/5] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
2026-05-27 15:05 UTC (7+ messages)
` [PATCH v3 1/5] KVM: s390: Track page size in struct guest_fault
` [PATCH v3 2/5] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
` [PATCH v3 3/5] KVM: s390: Update KVM_PRE_FAULT_MEMORY API documentation
` [PATCH v3 4/5] KVM: selftests: Fix pre_fault_memory_test to run on s390
` [PATCH v3 5/5] KVM: selftests: Enable pre_fault_memory_test for s390
[PATCH] s390/string: Remove strlcat() implementation
2026-05-27 14:08 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox