messages from 2026-05-29 15:31:40 to 2026-05-29 16:01:36 UTC [more...]
[PATCH 0/5] mailbox: imx: Use threaded handler to avoid kworker in imx's remoteproc
2026-05-29 16:01 UTC (4+ messages)
` [PATCH 1/5] mailbox: imx: Start splitting the IRQ handler in primary and threaded handler
` [PATCH 3/5] mailbox: imx: Move the RXDB part of the mailbox into the "
` [PATCH 4/5] mailbox: imx: Don't force-thread the primary handler
[PATCH v1 00/26] KVM: arm64 on s390 System Register Handling
2026-05-29 15:55 UTC (24+ 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 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 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] examples: Fix vm_power_manager scratch area to /run/dpdk/powermanager
2026-05-29 16:01 UTC (4+ messages)
[PATCH v1] mm/damon/stat: roll back context on damon_call() failure
2026-05-29 16:00 UTC (2+ messages)
[PATCH] dm cache policy smq: check allocation under invalidate lock
2026-05-29 15:57 UTC
[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
2026-05-29 15:34 UTC (7+ messages)
` [PATCH 01/15] x86/virt/tdx: Read global metadata for TDX Module Extensions
[PATCH 0/3] Add support for qcrypto on shikra
2026-05-29 15:58 UTC (12+ messages)
[PATCH 0/2] bitbake-setup: improve source-overrides
2026-05-29 15:56 UTC (3+ messages)
` [PATCH 2/2] bitbake-setup: support default source overrides
` [bitbake-devel] "
[PATCH 00/10] nfsd: a pile of fixes for random bugs
2026-05-29 15:57 UTC (4+ messages)
` [PATCH 03/10] nfsd: serialize nfsd4_end_grace() with atomic test-and-set
[PATCH v2 0/4] accel: rocket: Add RK3568 NPU support
2026-05-29 15:58 UTC (10+ messages)
` [PATCH v2 1/4] accel: rocket: Add support for Rockchip RK3568
` [PATCH v2 2/4] dt-bindings: npu: rockchip,rk3588-rknn-core: Add RK3568 support
` [PATCH v2 3/4] arm64: dts: rockchip: rk356x: Add NPU and its IOMMU
` [PATCH v2 4/4] arm64: dts: rockchip: rk3568-rock-3b: Enable NPU
[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] arm64: dts: st: add power-domains to sdmmc1 on stm32mp251
2026-05-29 15:55 UTC
Documentation update to KernelShark
2026-05-29 15:55 UTC
[PATCH v2] docs/devel: relax policy on AI-generated contributions
2026-05-29 15:55 UTC (4+ messages)
[GIT PULL] KVM: x86: Fix for 7.1-rcN
2026-05-29 15:55 UTC
[PATCH v2] drm/amd/pm: Stop pp_od_clk_voltage emit at PAGE_SIZE
2026-05-29 15:54 UTC
[PATCH v5 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
2026-05-29 15:54 UTC (7+ messages)
` [PATCH v5 01/10] ACPI: APEI: GHES: share macros via a private header
` [PATCH v5 02/10] ACPI: APEI: GHES: move CPER read helpers
` [PATCH v5 03/10] ACPI: APEI: GHES: move GHESv2 ack and alloc helpers
Testing on lots of architecture targets with mkroot
2026-05-29 15:54 UTC (2+ messages)
` mkroot quickstart (was RE: Testing on lots of architecture targets with mkroot.)
[PATCH v3 0/9] x86,fs/resctrl: Fix long-standing issues
2026-05-29 15:53 UTC (4+ messages)
` [PATCH v3 4/9] fs/resctrl: Fix deadlock for errors during mount
[PATCH v7 00/15] add software ecdsa support
2026-05-29 15:53 UTC (8+ messages)
` [PATCH v7 01/15] ecdsa: fix support of secp521r1
` [PATCH v7 06/15] test: dm: ecdsa.c: clean this test as software ecdsa is now implemented
` [PATCH v7 09/15] tools: fit_image_setup_sig: set required_keynode to -1
[PATCH v3 00/11] arm64: dts: ti: k3-am62-verdin: Add display and peripheral overlays
2026-05-29 15:53 UTC (3+ messages)
` [PATCH v3 06/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 7" DSI
[BOOTWRAPPER PATCH v3 0/2] Support GICv5
2026-05-29 15:52 UTC (4+ messages)
` [BOOTWRAPPER PATCH v3 2/2] Add support for GICv5
[PATCH v3 0/2] linux-user: implement fsmount(2) series of syscalls
2026-05-29 15:53 UTC (3+ messages)
` [PATCH v3 1/2] "
[PATCH] accel/common: Remove last bit of target-specific code
2026-05-29 15:52 UTC (7+ messages)
[PATCH] fw_cfg: Add support for LoongArch architecture
2026-05-29 15:52 UTC (2+ messages)
[OE-core][PATCH] qemu: upgrade 10.2.0 -> 11.0.0
2026-05-29 15:52 UTC (6+ messages)
[PATCH v5 0/1] net/mana: add device reset support
2026-05-29 15:52 UTC (4+ messages)
` [PATCH v5 1/1] "
` [EXTERNAL] "
[PATCH v2 0/2] describe PCIe ethernet interfaces and alias ethernet0/1 on NanoPC-T6
2026-05-29 15:52 UTC (6+ messages)
` [PATCH v2 1/2] arm64: dts: rockchip: describe PCIe Ethernet controllers "
` [PATCH v2 2/2] arm64: dts: rockchip: fix PCIe regulator name "
[PATCH 00/23] Consolidate bus driver infrastructure
2026-05-29 15:51 UTC (5+ messages)
` [PATCH v4 00/25] "
` [PATCH v4 15/25] bus: support multiple probe
[PATCH v5 sched_ext/for-7.2 0/2] sched_ext: Follow-up fixes for exit_cpu accuracy
2026-05-29 15:51 UTC (4+ messages)
` [PATCH 2/2] sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUs
[PATCH i-g-t v1 0/4] RFC: Create smaller dmesg reports for a test
2026-05-29 15:51 UTC (5+ messages)
[PATCH 0/2] Add hw_random Rust bindings
2026-05-29 15:50 UTC (3+ messages)
` [PATCH 1/2] rust/bindings: add hw_random.h
` [PATCH 2/2] rust: add hw_random module
[PATCH V2 1/2] firmware: tegra: bpmp: Propagate debugfs errors
2026-05-29 15:50 UTC (3+ messages)
` [PATCH V2 2/2] firmware: tegra: bpmp: Add support for multi-socket platforms
[PATCH v5] Bluetooth: bnep: reject short frames before parsing
2026-05-29 15:50 UTC (2+ messages)
[PATCH v4] Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig
2026-05-29 15:50 UTC (2+ messages)
[PATCH 1/1] Bluetooth: hci_sync: reject oversized Broadcast Announcement prepend
2026-05-29 15:50 UTC (2+ messages)
[PATCH bpf v2 1/4] bpf: Fix TOCTOU issue in lwt
2026-05-29 15:49 UTC (2+ messages)
[PATCH v1] rust: pwm: use pin_init::zeroed() to initialize pwm_ops
2026-05-29 15:38 UTC
[PATCH] app/test: use memcpy in ipsec test
2026-05-29 15:46 UTC
[PATCH 0/1] Client optimize away CB_RECALL for write delegation
2026-05-29 15:46 UTC (5+ messages)
` [PATCH 1/1] nfs: return a write delegation when a SETATTR drops our write access
[PATCH] drm/i915/display: update BW buddy initialization for LPDDR4 and LPDDR5
2026-05-29 15:46 UTC (4+ messages)
[PATCH v23 0/8] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
2026-05-29 15:45 UTC (4+ messages)
` [PATCH v23 3/8] dt-bindings: phy: Add Freescale iMX8MQ DP and HDMI PHY
[PATCH 6.18 000/377] 6.18.34-rc1 review
2026-05-29 15:45 UTC (5+ messages)
` [PATCH 6.18 299/377] btrfs: dont search back for dir inode item in INO_LOOKUP_USER
[PATCH] lmb: Reinstate access to memory above ram_top
2026-05-29 15:44 UTC (5+ messages)
[PATCH v4 04/47] x86/sev: Don't override CPU frequency calibration for SNP's Secure TSC
2026-05-29 15:44 UTC (2+ messages)
[PATCH] staging: media: atomisp: align block comments to match kernel style
2026-05-29 15:43 UTC
[PATCH v7 00/43] btrfs: add fscrypt support
2026-05-29 15:43 UTC (4+ messages)
` [PATCH v7 32/43] btrfs: implement process_bio cb for fscrypt
[PATCH] drm/amd/pm: fix off-by-one over-read in pp mode
2026-05-29 15:43 UTC (5+ messages)
[PATCH v1] mtd: spi-nor: Add gd55lb02gf chips
2026-05-29 15:43 UTC (5+ messages)
` [PATCH v2] "
[PATCH] drm/xe/nvls: Update PCI IDs
2026-05-29 15:41 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/nvls: Update PCI IDs (rev2)
[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
2026-05-29 15:40 UTC (7+ messages)
[PATCH v4] drm/i915/dmc: fix assert_dmc_loaded WARN during async firmware load
2026-05-29 15:40 UTC (2+ messages)
[PATCH] drm: Set dev->registered back to false in case of register failure
2026-05-29 15:40 UTC (6+ messages)
[pseudo] [PATCH] pseudo_util: Add log severity flags
2026-05-29 15:40 UTC (2+ messages)
` [yocto-patches] "
[PATCH] docs/zh_CN: update admin-guide/index.rst translation
2026-05-29 15:40 UTC (3+ messages)
[Buildroot] [PATCH v2 1/5] support/scripts/cve-check: fix vulnerability timestamp to RFC 3339
2026-05-29 15:39 UTC (10+ messages)
` [Buildroot] [PATCH v2 2/5] support/scripts/cve-check: add indication how to run
` [Buildroot] [PATCH v2 3/5] support/scripts/cve-check: remove 'bom-ref' for vulnerabilities
` [Buildroot] [PATCH v2 4/5] support/scripts/cve-check: fix vulnerabilities with different analysis
` [Buildroot] [PATCH v2 5/5] package/pkg-generic.mk: replicate IGNORE_CVES to host packages
[PATCH BlueZ] mgmt: Remove mgmt_ev[] strings of undefined MGMT events
2026-05-29 15:40 UTC (2+ messages)
PowerPC: Random memory corruption causing kernel oops on Power11
2026-05-29 15:39 UTC (5+ messages)
[PATCH v1 00/25] Add common flow attr/action parsing infrastructure to Intel PMD's
2026-05-29 15:36 UTC (29+ messages)
` [PATCH v6 00/27] "
` [PATCH v6 01/27] build: add build defines for component name and class
` [PATCH v6 02/27] eal/common: add token concatenation macro
` [PATCH v6 03/27] net/intel/common: add common flow action parsing
` [PATCH v6 04/27] net/intel/common: add common flow attr validation
` [PATCH v6 05/27] net/ixgbe: use common checks in ethertype filter
` [PATCH v6 06/27] net/ixgbe: use common checks in syn filter
` [PATCH v6 07/27] net/ixgbe: use common checks in L2 tunnel filter
` [PATCH v6 08/27] net/ixgbe: use common checks in ntuple filter
` [PATCH v6 09/27] net/ixgbe: use common checks in security filter
` [PATCH v6 10/27] net/ixgbe: use common checks in FDIR filters
` [PATCH v6 11/27] net/ixgbe: use common checks in RSS filter
` [PATCH v6 12/27] net/i40e: use common flow attribute checks
` [PATCH v6 13/27] net/i40e: refactor RSS flow parameter checks
` [PATCH v6 14/27] net/i40e: use common action checks for ethertype
` [PATCH v6 15/27] net/i40e: use common action checks for FDIR
` [PATCH v6 16/27] net/i40e: use common action checks for tunnel
` [PATCH v6 17/27] net/iavf: use common flow attribute checks
` [PATCH v6 18/27] net/iavf: use common action checks for IPsec
` [PATCH v6 19/27] net/iavf: use common action checks for hash
` [PATCH v6 20/27] net/iavf: use common action checks for FDIR
` [PATCH v6 21/27] net/iavf: use common action checks for fsub
` [PATCH v6 22/27] net/iavf: use common action checks for flow query
` [PATCH v6 23/27] net/ice: use common flow attribute checks
` [PATCH v6 24/27] net/ice: use common action checks for hash
` [PATCH v6 25/27] net/ice: use common action checks for FDIR
` [PATCH v6 26/27] net/ice: use common action checks for switch
` [PATCH v6 27/27] net/ice: use common action checks for ACL
[PATCH i-g-t v3 0/2] Improve max-bpc query error handling
2026-05-29 15:38 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[PATCH] locking/rwsem: add scoped guard for down_read_killable()
2026-05-29 15:37 UTC (2+ messages)
[Buildroot] [git commit] package/pkg-generic.mk: replicate IGNORE_CVES to host packages
2026-05-29 15:38 UTC
[Buildroot] [git commit] support/scripts/cve-check: fix vulnerabilities with different analysis
2026-05-29 15:38 UTC
[Buildroot] [git commit] support/scripts/cve-check: remove 'bom-ref' for vulnerabilities
2026-05-29 15:36 UTC
[PATCH v2] docs/zh_CN: update admin-guide/index.rst translation
2026-05-29 15:37 UTC
[patch V4 00/14] futex: Address the robust futex unlock race for real
2026-05-29 15:36 UTC (3+ messages)
` [patch V4 12/14] x86/vdso: Implement __vdso_futex_robust_try_unlock()
[PATCH 0/6] Various patches to improve Secure Boot support
2026-05-29 15:35 UTC (7+ messages)
` [PATCH 1/6] Add SBAT section to the PE binary
` [PATCH 2/6] Align all sections to 4KB
` [PATCH 3/6] x86/efi: discard .text.header for PE binary
` [PATCH 4/6] x86/efi: discard multiboot related entry code "
` [PATCH 5/6] x86/efi: avoid a relocation in efi_arch_post_exit_boot()
` [PATCH 6/6] x86: Split .init section to satisfy UEFI CA memory mitigation
[PATCH] selinux: revert use of __getname() in selinux_genfs_get_sid()
2026-05-29 15:36 UTC
[PATCH v7 0/4] rust: helpers: add SRCU helpers
2026-05-29 15:36 UTC (6+ messages)
` [PATCH v7 3/4] rust: sync: add SRCU abstraction
[PATCH 00/42] Enable pipe reset for compute
2026-05-29 15:36 UTC (3+ messages)
` [PATCH 12/42] drm/amdgpu/mes_v12_1: use mes schedule pipe for legacy queues on unified MES
[PATCH v2] gpib: fmh_gpib: Fix resource leaks in fmh_gpib_attach_impl
2026-05-29 15:35 UTC (4+ messages)
Dovetail on risc-v: Testing strategy, managing efforts for forward porting
2026-05-29 15:34 UTC (7+ messages)
[PATCH v2 2/2] ext4: get ext4_group_desc in ext4_mb_prefetch only when necessary
2026-05-29 15:33 UTC (2+ messages)
` Re: [PATCH v2 1/2] ext4: avoid RWM atomic in EXT4_MB_GRP_TEST_AND_SET_READ
[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
2026-05-29 15:32 UTC (5+ messages)
` [PATCH v4 09/23] ext4: implement writeback path using iomap
[PATCH] ACPI: CPPC: Add helper to get effective guaranteed performance
2026-05-29 15:33 UTC (2+ messages)
[PATCH 3/6] media: qcom: camss: Add Glymur compatible
2026-05-29 15:33 UTC (2+ messages)
[PATCH] commit-reach: stop sorting in paint_down_to_common()
2026-05-29 15:32 UTC (3+ messages)
[PATCH] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
2026-05-29 15:32 UTC (8+ messages)
[PATCH] MAINTAINERS: Add CXL reviewer
2026-05-29 15:32 UTC (4+ messages)
[PATCH v6 6/6] iommu/amd: Fail probe on ATS configuration failure
2026-05-29 15:32 UTC (2+ messages)
[PATCH v9 0/4] Add Qualcomm extended CTI support
2026-05-29 15:32 UTC (3+ messages)
` [PATCH v9 4/4] coresight: cti: expose banked sysfs registers for Qualcomm extended CTI
[PATCH v2] ARM: dts: stm32: add U-Boot specific dtsi for stm32mp157f-dk2
2026-05-29 15:31 UTC
[Buildroot] [git commit] support/scripts/cve-check: fix vulnerability timestamp to RFC 3339
2026-05-29 15:30 UTC
[Buildroot] [git commit] support/scripts/cve-check: add indication how to run
2026-05-29 15:31 UTC
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.