messages from 2026-02-26 15:54:29 to 2026-02-26 16:07:04 UTC [more...]
[f2fs-dev] [PATCH 00/61] vfs: change inode->i_ino from unsigned long to u64
2026-02-26 15:55 UTC (103+ messages)
` "
` [f2fs-dev] [PATCH 01/61] vfs: widen inode hash/lookup functions "
` "
` [f2fs-dev] [PATCH 02/61] vfs: change i_ino from unsigned long "
` "
` [f2fs-dev] [PATCH 03/61] trace: update VFS-layer trace events for u64 i_ino
` "
` [f2fs-dev] [PATCH 04/61] ext4: update "
` "
` [f2fs-dev] [PATCH 05/61] jbd2: update format strings "
` "
` [f2fs-dev] [PATCH 06/61] f2fs: update "
` "
` [f2fs-dev] [PATCH 07/61] lockd: update format strings "
` "
` [f2fs-dev] [PATCH 08/61] nfs: update "
` "
` [f2fs-dev] [PATCH 09/61] nfs: remove nfs_fattr_to_ino_t() and nfs_fileid_to_ino_t()
` "
` [f2fs-dev] [PATCH 10/61] nfs: remove nfs_compat_user_ino64()
` "
` [f2fs-dev] [PATCH 11/61] nfs: remove enable_ino64 module parameter
` "
` [f2fs-dev] [PATCH 12/61] nfsd: update format strings for u64 i_ino
` "
` [f2fs-dev] [PATCH 13/61] smb: store full 64-bit uniqueid in i_ino
` "
` [f2fs-dev] [PATCH 14/61] smb: remove cifs_uniqueid_to_ino_t()
` "
` [f2fs-dev] [PATCH 15/61] locks: update /proc/locks format for u64 i_ino
` "
` [f2fs-dev] [PATCH 16/61] proc: update /proc/PID/maps "
` "
` [f2fs-dev] [PATCH 17/61] nilfs2: update "
` "
` [f2fs-dev] [PATCH 18/61] 9p: update format strings "
` "
` [PATCH 19/61] affs: "
` [f2fs-dev] "
` [f2fs-dev] [PATCH 20/61] afs: "
` "
` [f2fs-dev] [PATCH 21/61] autofs: "
` "
` [f2fs-dev] [PATCH 22/61] befs: "
` "
` [f2fs-dev] [PATCH 23/61] bfs: "
` "
` [f2fs-dev] [PATCH 24/61] cachefiles: "
` "
` [f2fs-dev] [PATCH 25/61] ceph: "
` "
` [f2fs-dev] [PATCH 26/61] coda: "
` "
` [f2fs-dev] [PATCH 27/61] cramfs: "
` "
` [f2fs-dev] [PATCH 28/61] ecryptfs: "
` "
` [f2fs-dev] [PATCH 29/61] efs: "
` "
` [PATCH 30/61] exportfs: "
` [f2fs-dev] "
` [f2fs-dev] [PATCH 31/61] ext2: "
` "
` [f2fs-dev] [PATCH 32/61] freevxfs: "
` "
` [f2fs-dev] [PATCH 33/61] hfs: "
` "
` [f2fs-dev] [PATCH 34/61] hfsplus: "
` "
` [f2fs-dev] [PATCH 35/61] hpfs: "
` "
` [f2fs-dev] [PATCH 36/61] isofs: "
` "
` [f2fs-dev] [PATCH 37/61] jffs2: "
` "
` [f2fs-dev] [PATCH 38/61] jfs: "
` "
` [f2fs-dev] [PATCH 39/61] minix: "
` "
` [f2fs-dev] [PATCH 40/61] nsfs: "
` "
` [f2fs-dev] [PATCH 41/61] ntfs3: "
` "
` [f2fs-dev] [PATCH 42/61] ocfs2: "
` "
` [f2fs-dev] [PATCH 43/61] orangefs: "
` "
` [f2fs-dev] [PATCH 44/61] overlayfs: "
` "
` [f2fs-dev] [PATCH 45/61] qnx4: "
` "
` [f2fs-dev] [PATCH 46/61] qnx6: "
` "
` [f2fs-dev] [PATCH 47/61] ubifs: "
` "
` [f2fs-dev] [PATCH 48/61] udf: "
` "
` [f2fs-dev] [PATCH 49/61] ufs: "
` "
` [f2fs-dev] [PATCH 50/61] zonefs: "
` "
` [PATCH 51/61] security: update audit "
[PATCH v5 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
2026-02-26 16:04 UTC (37+ messages)
` [PATCH v5 01/36] KVM: arm64: vgic-v3: Drop userspace write sanitization for ID_AA64PFR0.GIC on GICv5
` [PATCH v5 02/36] KVM: arm64: vgic: Rework vgic_is_v3() and add vgic_host_has_gicvX()
` [PATCH v5 03/36] KVM: arm64: Return early from kvm_finalize_sys_regs() if guest has run
` [PATCH v5 04/36] arm64/sysreg: Add remaining GICv5 ICC_ & ICH_ sysregs for KVM support
` [PATCH v5 05/36] arm64/sysreg: Add GICR CDNMIA encoding
` [PATCH v5 06/36] KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headers
` [PATCH v5 07/36] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH v5 08/36] KVM: arm64: gic-v5: Add Arm copyright header
` [PATCH v5 09/36] KVM: arm64: gic-v5: Detect implemented PPIs on boot
` [PATCH v5 10/36] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v5 11/36] KVM: arm64: gic-v5: Support GICv5 FGTs & FGUs
` [PATCH v5 12/36] KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accesses
` [PATCH v5 13/36] KVM: arm64: gic-v5: Trap and emulate ICC_IDR0_EL1 accesses
` [PATCH v5 14/36] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH v5 15/36] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH v5 16/36] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH v5 17/36] KVM: arm64: gic-v5: Finalize GICv5 PPIs and generate mask
` [PATCH v5 18/36] KVM: arm64: gic: Introduce queue_irq_unlock to irq_ops
` [PATCH v5 19/36] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v5 20/36] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH v5 21/36] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v5 22/36] KVM: arm64: gic-v5: Trap and mask guest ICC_PPI_ENABLERx_EL1 writes
` [PATCH v5 23/36] KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINE
` [PATCH v5 24/36] KVM: arm64: gic-v5: Create and initialise vgic_v5
` [PATCH v5 25/36] KVM: arm64: gic-v5: Initialise ID and priority bits when resetting vcpu
` [PATCH v5 26/36] KVM: arm64: gic-v5: Enlighten arch timer for GICv5
` [PATCH v5 27/36] KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
` [PATCH v5 28/36] KVM: arm64: gic: Hide GICv5 for protected guests
` [PATCH v5 29/36] KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guests
` [PATCH v5 30/36] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH v5 31/36] KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on boot
` [PATCH v5 32/36] KVM: arm64: gic-v5: Probe for GICv5 device
` [PATCH v5 33/36] Documentation: KVM: Introduce documentation for VGICv5
` [PATCH v5 34/36] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest
` [PATCH v5 35/36] KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPI
` [PATCH v5 36/36] KVM: arm64: selftests: Add no-vgic-v5 selftest
[PATCH] RDMA/rxe: Add network namespace support
2026-02-26 16:06 UTC (7+ messages)
[PATCH V3 RESEND 0/2] Add tc3408 bindings and timing
2026-02-26 16:06 UTC (2+ messages)
[PATCH v4] net: ethernet: mtk_eth_soc: avoid writing to ESW registers on MT7628
2026-02-26 16:06 UTC (2+ messages)
[PATCH 1/2] drm/dumb-buffers: reference the ioctl interface for its constraints
2026-02-26 16:06 UTC (4+ messages)
` [PATCH 2/2] drm/dumb-buffers: document abuses in the UAPI document
[PATCH v6 0/8] cgroup/cpuset: Fix partition related locking issues
2026-02-26 16:06 UTC (3+ messages)
` [PATCH v6 7/8] cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueue
[PATCH v1 1/2] drm/amdgpu: update type for num_syncobj_handles in drm_amdgpu_userq_signal
2026-02-26 16:05 UTC (2+ messages)
[PATCH v4 0/3] selftests/filelock: Make output more kselftestish
2026-02-26 16:05 UTC (4+ messages)
` [PATCH v4 1/3] kselftest/filelock: Use ksft_perror()
` [PATCH v4 2/3] kselftest/filelock: Report each test in oftlocks separately
` [PATCH v4 3/3] kselftest/filelock: Add a .gitignore file
[PATCH v2 00/19] drm/i915/overlay: Convert to parent interface
2026-02-26 16:03 UTC (2+ messages)
` ✗ i915.CI.BAT: failure for drm/i915/overlay: Convert to parent interface (rev5)
ipp-usb 0.9.31
2026-02-26 16:03 UTC
[PATCH v8 00/30] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
2026-02-26 16:02 UTC (3+ messages)
` [PATCH v8 04/30] hw/s390x/ipl: Create certificate store
[PATCH v5 3/5] iio: accel: adxl345: Expose IIO_EV_INFO_VALUE for double tap
2026-02-26 16:02 UTC (3+ messages)
[PATCH v3 00/15] Make RamDiscardManager work with multiple sources
2026-02-26 16:01 UTC (9+ messages)
` [PATCH v3 02/15] memory: drop RamDiscardListener::double_discard_supported
` [PATCH v3 03/15] virtio-mem: use warn_report_err_once()
` [PATCH v3 04/15] system/memory: minor doc fix
` [PATCH v3 09/15] system/ram-discard-manager: implement replay via is_populated iteration
[PATCH 00/14] Fix Adaptive Sync SDP for PR with Link ON + Auxless ALPM
2026-02-26 16:01 UTC (4+ messages)
` [PATCH 03/14] drm/i915/dp: Add a helper to decide if AS SDP is needed
[PATCH v6 0/7] rpm: 4.20.1 -> 6.0.1
2026-02-26 16:00 UTC (7+ messages)
` [OE-core] "
[LTP] [PATCH] open: clean up make check findings
2026-02-26 15:59 UTC
[PATCH v3 1/2] x86/ioreq: Prepare spacing for upcoming patch
2026-02-26 15:59 UTC (4+ messages)
` [PATCH v3 2/2] x86/ioreq: Extend ioreq server to support multiple ioreq pages
[PATCH 0/2] KVM: s390: Limit adapter indicator access to page
2026-02-26 15:59 UTC (3+ messages)
` [PATCH 1/2] KVM: s390: Limit adapter indicator access to mapped page
[PULL 00/20] target-arm queue
2026-02-26 15:55 UTC (21+ messages)
` [PULL 01/20] hw/ssi/xilinx_spips: Reset TX FIFO in reset
` [PULL 02/20] target/arm: set the correct TI bits for WFIT traps
` [PULL 03/20] hw/arm/virt: Add virtio-mmio-transports property
` [PULL 04/20] hw/arm/virt: Update error message for bad gic-version option
` [PULL 05/20] tests/functional: Make sure test case .py files are executable
` [PULL 06/20] target/arm/kvm: add kvm-psci-version vcpu property
` [PULL 07/20] Revert "target/arm/hvf: Sync CNTV_CTL_EL0 & CNTV_CVAL_EL0"
` [PULL 08/20] hw/cpu: Build a15mpcore.c once as common object
` [PULL 09/20] hw/misc/allwinner-cpucfg: Remove use of ARM_CPU() cast macro
` [PULL 10/20] target/arm: Remove aarch64 test for kvm
` [PULL 11/20] target/arm: Move kvm_arm_sve_get_vls within kvm.c
` [PULL 12/20] target/arm: Init sve_vq in kvm_arm_set_cpu_features_from_host
` [PULL 13/20] target/arm: Move kvm test out of cpu_arm_set_sve
` [PULL 14/20] target/arm: Drop kvm_arm_sve_supported
` [PULL 15/20] target/arm: Remove kvm test in arm_set_pmu
` [PULL 16/20] target/arm: Drop kvm_arm_pmu_supported
` [PULL 17/20] target/arm: Add vq argument to kvm_arch_{get, put}_sve
` [PULL 18/20] target/arm: Add have_ffr "
` [PULL 19/20] target/arm/kvm: Don't free migration-blocker reason on failure
` [PULL 20/20] hw/char/pl011: Only log "data written to disabled UART" once
[PATCH v6 0/7] imu: st_lsm6dsx: Add support for rotation sensor
2026-02-26 15:57 UTC (7+ messages)
` [PATCH v6 6/7] iio: ABI: Add custom data type
[PATCH AUTOSEL 6.19-6.12] wifi: rtw89: ser: enable error IMR after recovering from L1
2026-02-26 15:57 UTC (6+ messages)
` [PATCH AUTOSEL 6.19-5.15] fsnotify: Shutdown fsnotify before destroying sb's dcache
[PATCH] docs: crypto: userspace-if: Fix outdated links
2026-02-26 15:56 UTC
[PATCH v2] usb: gadget: f_mass_storage: Fix potential integer overflow in check_command_size_in_blocks()
2026-02-26 15:55 UTC
[PATCH v9 bpf-next 02/10] libbpf: Support layout section handling in BTF
2026-02-26 15:55 UTC (3+ messages)
[PATCH i-g-t v7 00/48] Unigraf integration
2026-02-26 15:56 UTC (3+ messages)
` [PATCH i-g-t v7 41/48] lib/igt_dp: Create generic helpers for DP information
[PATCH] xfs: remove scratch field from struct xfs_gc_bio
2026-02-26 15:56 UTC (2+ messages)
[PATCH 1/4] platform/x86/uniwill: uniwill-laptop: Rework hwmon feature defines
2026-02-26 15:55 UTC (4+ messages)
` [PATCH 2/4] platform/x86/uniwill: Implement USB-C power priority setting
[PATCH v2] ALSA: us144mkii: Drop kernel-doc markers
2026-02-26 15:54 UTC
[Buildroot] [PATCH 00/11 v3] package/mosquitto: bump version
2026-02-26 15:54 UTC (6+ messages)
` [Buildroot] [PATCH 07/11 v3] package/mosquitto: add options for password and ACL plugin
` [Buildroot] [PATCH 08/11 v3] package/mosquitto: add option to enable the persist-sqlite plugin
` [Buildroot] [PATCH 09/11 v3] package/mosquitto: add option to enable bridge support
` [Buildroot] [PATCH 10/11 v3] package/mosquitto: add option to enable the $SYS/# topics tree
` [Buildroot] [PATCH 11/11 v3] package/mosquitto: add option to enable the $CONTROL/# "
[LSF/MM/BPF TOPIC] Improving MGLRU
2026-02-26 15:54 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.