All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-20 15:36:35 to 2025-08-20 16:15:04 UTC [more...]

[PATCH 0/6] riscv: Add helpers use_alternative_{likely,unlikely}
 2025-08-20 15:43 UTC  (8+ messages)
` [PATCH 1/6] riscv: Introduce use_alternative_{likely,unlikely}
` [PATCH 5/6] riscv: bitops: Convert to use_alternative_likely

[PATCH 0/3] vfio-user client functional test
 2025-08-20 16:14 UTC  (7+ messages)
` [PATCH 1/3] tests/functional: return output from exec_command_and_wait_for_pattern()
` [PATCH 2/3] tests/functional: add vm param to console routines
` [PATCH 3/3] tests/functional: add a vfio-user smoke test

[PATCH] tls: Fix possible memory leak
 2025-08-20 16:14 UTC  (2+ messages)

[PATCH v1 0/5] platform/x86: ayaneo-ec: Add Ayaneo Embedded Controller platform driver
 2025-08-20 16:06 UTC  (5+ messages)
` [PATCH v1 2/5] platform/x86: ayaneo-ec: Add hwmon support
` [PATCH v1 3/5] platform/x86: ayaneo-ec: Add charge control support
` [PATCH v1 4/5] platform/x86: ayaneo-ec: Add controller power and modules attributes
` [PATCH v1 5/5] platform/x86: ayaneo-ec: Move Ayaneo devices from oxpec to ayaneo-ec

[PATCH RESEND V2 0/2] Fixes for recovery for machine check in TDX/SEAM non-root mode
 2025-08-20 16:12 UTC  (8+ messages)
` [PATCH RESEND V2 1/2] x86/mce: Fix missing address mask in recovery for errors "

[Intel-wired-lan] [PATCH net] i40e: Prevent unwanted interface name changes
 2025-08-20 16:11 UTC  (7+ messages)
      `  "

[PATCH 0/1] base.bbclass: Fix the recipe parsing race issue
 2025-08-20 16:11 UTC  (9+ messages)
` [OE-core] "

[PATCH bpf-next v2 0/4] bpf: Introduce deferred task context execution
 2025-08-20 16:11 UTC  (7+ messages)
` [PATCH bpf-next v2 3/4] bpf: task work scheduling kfuncs

[PATCH v4] mmc: sdhci_am654: Disable HS400 for AM62P SR1.0 and SR1.1
 2025-08-20 16:11 UTC  (2+ messages)

[PATCH v6 0/9] Add generated modalias to modules.builtin.modinfo
 2025-08-20 16:11 UTC  (6+ messages)
` [PATCH v6 4/9] scsi: Always define blogic_pci_tbl structure

Juno-r2 WARNING kernel time clockevents.c cev_delta2ns clockevents_config.part
 2025-08-20 14:24 UTC  (2+ messages)

[PATCH 00/10] Bump minimum supported version of LLVM for building the kernel to 15.0.0
 2025-08-20 16:11 UTC  (4+ messages)
` [PATCH 07/10] riscv: Remove version check for LTO_CLANG selects

[PATCH 6.12.y-cip 00/55] Add support for CRU/CSI2 on Renesas RZ/G3E
 2025-08-20 16:07 UTC  (44+ messages)
` [PATCH 6.12.y-cip 01/55] media: dt-bindings: renesas,rzg2l-csi2: Document Renesas RZ/V2H(P) SoC
` [PATCH 6.12.y-cip 02/55] media: dt-bindings: renesas,rzg2l-csi2: Document Renesas RZ/G3E CSI-2 block
` [PATCH 6.12.y-cip 03/55] media: dt-bindings: renesas,rzg2l-cru: Document Renesas RZ/G3E SoC
` [PATCH 6.12.y-cip 04/55] media: platform: rzg2l-cru: rzg2l-video: Move request_irq() to probe()
` [PATCH 6.12.y-cip 05/55] media: platform: rzg2l-cru: rzg2l-video: Set AXI burst max length
` [PATCH 6.12.y-cip 06/55] media: rzg2l-cru: Use RZG2L_CRU_IP_SINK/SOURCE enum entries
` [PATCH 6.12.y-cip 07/55] media: rzg2l-cru: Mark sink and source pad with MUST_CONNECT flag
` [PATCH 6.12.y-cip 08/55] media: rzg2l-cru: csi2: "
` [PATCH 6.12.y-cip 09/55] media: rzg2l-cru: csi2: Use ARRAY_SIZE() in media_entity_pads_init()
` [PATCH 6.12.y-cip 10/55] media: rzg2l-cru: csi2: Implement .get_frame_desc()
` [PATCH 6.12.y-cip 11/55] media: rzg2l-cru: Retrieve virtual channel information
` [PATCH 6.12.y-cip 12/55] media: rzg2l-cru: Remove `channel` member from `struct rzg2l_cru_csi`
` [PATCH 6.12.y-cip 13/55] media: rzg2l-cru: Use MIPI CSI-2 data types for ICnMC_INF definitions
` [PATCH 6.12.y-cip 14/55] media: rzg2l-cru: Remove unused fields from rzg2l_cru_ip_format struct
` [PATCH 6.12.y-cip 15/55] media: rzg2l-cru: Remove unnecessary WARN_ON check in format func
` [PATCH 6.12.y-cip 16/55] media: rzg2l-cru: Simplify configuring input format for image processing
` [PATCH 6.12.y-cip 17/55] media: rzg2l-cru: Inline calculating image size
` [PATCH 6.12.y-cip 18/55] media: rzg2l-cru: Simplify handling of supported formats
` [PATCH 6.12.y-cip 19/55] media: rzg2l-cru: Inline calculating bytesperline
` [PATCH 6.12.y-cip 20/55] media: rzg2l-cru: Make use of v4l2_format_info() helpers
` [PATCH 6.12.y-cip 21/55] media: rzg2l-cru: Use `rzg2l_cru_ip_formats` array in enum_frame_size
` [PATCH 6.12.y-cip 22/55] media: rzg2l-cru: csi2: Remove unused field from rzg2l_csi2_format
` [PATCH 6.12.y-cip 23/55] media: rzg2l-cru: video: Implement .link_validate() callback
` [PATCH 6.12.y-cip 24/55] media: rzg2l-cru: csi2: Use rzg2l_csi2_formats array in enum_frame_size
` [PATCH 6.12.y-cip 25/55] media: rzg2l-cru: Refactor ICnDMR register configuration
` [PATCH 6.12.y-cip 26/55] media: rzg2l-cru: Add support to capture 8bit raw sRGB
` [PATCH 6.12.y-cip 27/55] media: rzg2l-cru: Move register definitions to a separate file
` [PATCH 6.12.y-cip 28/55] media: renesas: rzg2l-cru: Add 'yuv' flag to IP format structure
` [PATCH 6.12.y-cip 29/55] media: platform: rzg2l-cru: rzg2l-video: Fix the comment in rzg2l_cru_start_streaming_vq()
` [PATCH 6.12.y-cip 30/55] media: rzg2l-cru: csi2: Use local variable for struct device in rzg2l_csi2_probe()
` [PATCH 6.12.y-cip 31/55] media: rzg2l-cru: csi2: Use devm_pm_runtime_enable()
` [PATCH 6.12.y-cip 32/55] media: rzg2l-cru: rzg2l-core: Use local variable for struct device in rzg2l_cru_probe()
` [PATCH 6.12.y-cip 33/55] media: rzg2l-cru: rzg2l-core: Use devm_pm_runtime_enable()
` [PATCH 6.12.y-cip 34/55] media: rzg2l-cru: csi2: Introduce SoC-specific D-PHY handling
` [PATCH 6.12.y-cip 35/55] media: rzg2l-cru: csi2: Skip system clock for RZ/V2H(P) SoC
` [PATCH 6.12.y-cip 36/55] media: rzg2l-cru: csi2: Add support "
` [PATCH 6.12.y-cip 37/55] media: rzg2l-cru: Add register mapping support
` [PATCH 6.12.y-cip 38/55] media: rzg2l-cru: Pass resolution limits via OF data
` [PATCH 6.12.y-cip 39/55] media: rzg2l-cru: Add image_conv offset to "
` [PATCH 6.12.y-cip 40/55] media: rzg2l-cru: Add IRQ handler "
` [PATCH 6.12.y-cip 41/55] media: rzg2l-cru: Add function pointer to check if FIFO is empty
` [PATCH 6.12.y-cip 42/55] media: rzg2l-cru: Add function pointer to configure CSI
` [PATCH 6.12.y-cip 43/55] media: rzg2l-cru: Add support for RZ/G3E SoC

[PATCH] PCI: Replace msleep(2) with usleep_range() for precise delay
 2025-08-20 16:09 UTC 

[PATCH] PCI: p2pdma: Fix incorrect pointer usage in devm_kfree() call
 2025-08-20 16:09 UTC  (2+ messages)

[PATCH] thermal: rockchip: shut up GRF warning
 2025-08-20 14:23 UTC  (3+ messages)

[PATCH] media: uvcvideo: Mark invalid entities with id UVC_INVALID_ENTITY_ID
 2025-08-20 16:08 UTC 

[PATCH] drm/gpuvm: Rename 'map' to 'op' in drm_gpuvm_map_req
 2025-08-20 16:07 UTC  (2+ messages)

[PATCH v2 0/3] ESWIN EIC7700 sata phy driver and yaml,
 2025-08-20 16:07 UTC  (3+ messages)
` [PATCH v2 3/3] phy: eswin: Create eswin directory and add EIC7700 SATA PHY driver

[PATCH 6.1.y-cip 00/55] Add support for CRU/CSI2 on Renesas RZ/G3E
 2025-08-20 16:04 UTC  (56+ messages)
` [PATCH 6.1.y-cip 01/55] media: dt-bindings: renesas,rzg2l-csi2: Document Renesas RZ/V2H(P) SoC
` [PATCH 6.1.y-cip 02/55] media: dt-bindings: renesas,rzg2l-csi2: Document Renesas RZ/G3E CSI-2 block
` [PATCH 6.1.y-cip 03/55] media: dt-bindings: renesas,rzg2l-cru: Document Renesas RZ/G3E SoC
` [PATCH 6.1.y-cip 04/55] media: platform: rzg2l-cru: rzg2l-video: Move request_irq() to probe()
` [PATCH 6.1.y-cip 05/55] media: platform: rzg2l-cru: rzg2l-video: Set AXI burst max length
` [PATCH 6.1.y-cip 06/55] media: rzg2l-cru: Use RZG2L_CRU_IP_SINK/SOURCE enum entries
` [PATCH 6.1.y-cip 07/55] media: rzg2l-cru: Mark sink and source pad with MUST_CONNECT flag
` [PATCH 6.1.y-cip 08/55] media: rzg2l-cru: csi2: "
` [PATCH 6.1.y-cip 09/55] media: rzg2l-cru: csi2: Use ARRAY_SIZE() in media_entity_pads_init()
` [PATCH 6.1.y-cip 10/55] media: rzg2l-cru: csi2: Implement .get_frame_desc()
` [PATCH 6.1.y-cip 11/55] media: rzg2l-cru: Retrieve virtual channel information
` [PATCH 6.1.y-cip 12/55] media: rzg2l-cru: Remove `channel` member from `struct rzg2l_cru_csi`
` [PATCH 6.1.y-cip 13/55] media: rzg2l-cru: Use MIPI CSI-2 data types for ICnMC_INF definitions
` [PATCH 6.1.y-cip 14/55] media: rzg2l-cru: Remove unused fields from rzg2l_cru_ip_format struct
` [PATCH 6.1.y-cip 15/55] media: rzg2l-cru: Remove unnecessary WARN_ON check in format func
` [PATCH 6.1.y-cip 16/55] media: rzg2l-cru: Simplify configuring input format for image processing
` [PATCH 6.1.y-cip 17/55] media: rzg2l-cru: Inline calculating image size
` [PATCH 6.1.y-cip 18/55] media: rzg2l-cru: Simplify handling of supported formats
` [PATCH 6.1.y-cip 19/55] media: rzg2l-cru: Inline calculating bytesperline
` [PATCH 6.1.y-cip 20/55] media: rzg2l-cru: Make use of v4l2_format_info() helpers
` [PATCH 6.1.y-cip 21/55] media: rzg2l-cru: Use `rzg2l_cru_ip_formats` array in enum_frame_size
` [PATCH 6.1.y-cip 22/55] media: rzg2l-cru: csi2: Remove unused field from rzg2l_csi2_format
` [PATCH 6.1.y-cip 23/55] media: rzg2l-cru: video: Implement .link_validate() callback
` [PATCH 6.1.y-cip 24/55] media: rzg2l-cru: csi2: Use rzg2l_csi2_formats array in enum_frame_size
` [PATCH 6.1.y-cip 25/55] media: rzg2l-cru: Refactor ICnDMR register configuration
` [PATCH 6.1.y-cip 26/55] media: rzg2l-cru: Add support to capture 8bit raw sRGB
` [PATCH 6.1.y-cip 27/55] media: rzg2l-cru: Move register definitions to a separate file
` [PATCH 6.1.y-cip 28/55] media: renesas: rzg2l-cru: Add 'yuv' flag to IP format structure
` [PATCH 6.1.y-cip 29/55] media: platform: rzg2l-cru: rzg2l-video: Fix the comment in rzg2l_cru_start_streaming_vq()
` [PATCH 6.1.y-cip 30/55] media: rzg2l-cru: csi2: Use local variable for struct device in rzg2l_csi2_probe()
` [PATCH 6.1.y-cip 31/55] media: rzg2l-cru: csi2: Use devm_pm_runtime_enable()
` [PATCH 6.1.y-cip 32/55] media: rzg2l-cru: rzg2l-core: Use local variable for struct device in rzg2l_cru_probe()
` [PATCH 6.1.y-cip 33/55] media: rzg2l-cru: rzg2l-core: Use devm_pm_runtime_enable()
` [PATCH 6.1.y-cip 34/55] media: rzg2l-cru: csi2: Introduce SoC-specific D-PHY handling
` [PATCH 6.1.y-cip 35/55] media: rzg2l-cru: csi2: Skip system clock for RZ/V2H(P) SoC
` [PATCH 6.1.y-cip 36/55] media: rzg2l-cru: csi2: Add support "
` [PATCH 6.1.y-cip 37/55] media: rzg2l-cru: Add register mapping support
` [PATCH 6.1.y-cip 38/55] media: rzg2l-cru: Pass resolution limits via OF data
` [PATCH 6.1.y-cip 39/55] media: rzg2l-cru: Add image_conv offset to "
` [PATCH 6.1.y-cip 40/55] media: rzg2l-cru: Add IRQ handler "
` [PATCH 6.1.y-cip 41/55] media: rzg2l-cru: Add function pointer to check if FIFO is empty
` [PATCH 6.1.y-cip 42/55] media: rzg2l-cru: Add function pointer to configure CSI
` [PATCH 6.1.y-cip 43/55] media: rzg2l-cru: Add support for RZ/G3E SoC
` [PATCH 6.1.y-cip 44/55] media: rzg2l-cru: Add vidioc_enum_framesizes()
` [PATCH 6.1.y-cip 45/55] arm64: dts: renesas: r9a09g047: Add CRU, CSI2 nodes
` [PATCH 6.1.y-cip 46/55] arm64: dts: renesas: r9a09g047e57-smarc: Add I2C0 pincontrol
` [PATCH 6.1.y-cip 47/55] arm64: dts: renesas: renesas-smarc2: Enable I2C0 node
` [PATCH 6.1.y-cip 48/55] arm64: dts: renesas: r9a09g047e57-smarc: Enable CRU, CSI support
` [PATCH 6.1.y-cip 49/55] media: v4l2-subdev: Refactor events
` [PATCH 6.1.y-cip 50/55] media: i2c: ov5645: Refactor ov5645_set_power_off()
` [PATCH 6.1.y-cip 51/55] media: i2c: ov5645: Use local `dev` pointer for subdev device assignment
` [PATCH 6.1.y-cip 52/55] media: i2c: ov5645: Replace dev_err with dev_err_probe in probe function
` [PATCH 6.1.y-cip 53/55] media: i2c: ov5645: Use v4l2_async_register_subdev_sensor()
` [PATCH 6.1.y-cip 54/55] media: i2c: ov5645: Drop `power_lock` mutex
` [PATCH 6.1.y-cip 55/55] media: i2c: ov5645: Set V4L2_SUBDEV_FL_HAS_EVENTS flag

[PATCH v2 0/6] MediaTek devicetree/bindings warnings sanitization second round
 2025-08-20 14:21 UTC  (2+ messages)

[PATCH 0/2] i2c: designware: Implement atomic transfer suppot
 2025-08-20 16:05 UTC  (4+ messages)
` [PATCH 1/2] i2c: designware: Avoid taking clk_prepare mutex in PM callbacks
` [PATCH 2/2] i2c: designware: Implement atomic transfer suppot

[PATCH 0/2] power: supply: add charger for BD71828
 2025-08-20 16:05 UTC  (9+ messages)
` [PATCH 2/2] power: supply: Add bd718(15/28/78) charger driver

rcu_preempt detected stalls on CPUs/tasks
 2025-08-20 16:04 UTC  (5+ messages)

[PATCH v2 0/3] dt-bindings: display: Few cleanups
 2025-08-20 14:17 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: display: ingenic,jz4780-hdmi: Add missing clock-names
` [PATCH v2 2/3] dt-bindings: display: ti,tdp158: Add missing reg constraint
` [PATCH v2 3/3] dt-bindings: display: rockchip,dw-mipi-dsi: Narrow clocks for rockchip,rk3288-mipi-dsi

[PATCH i-g-t] tests/intel/xe_sriov_flr: Update Sub-category name
 2025-08-20 16:45 UTC 

[openeuler:OLK-6.6 2697/2697] arch/arm64/include/asm/cputype.h:163:9: error: "PHYTIUM_CPU_PART_FTC862" redefined
 2025-08-20 16:02 UTC 

[PATCH v2 0/4] remoteproc: qcom_q6v5: Misc fixes to prepare for reusing the "lite" ADSP FW
 2025-08-20 16:02 UTC  (5+ messages)
` [PATCH v2 1/4] remoteproc: qcom_q6v5: Avoid disabling handover IRQ twice
` [PATCH v2 2/4] remoteproc: qcom_q6v5: Avoid handling handover twice
` [PATCH v2 3/4] remoteproc: qcom_q6v5_pas: Shutdown lite ADSP DTB on X1E
` [PATCH v2 4/4] remoteproc: qcom_q6v5_pas: Drop redundant assignment to ret

[RFC 00/11] hw/arm/smmuv3: Add initial support for Secure State
 2025-08-20 16:01 UTC  (4+ messages)
` [RFC 03/11] hw/arm/smmuv3: Implement S_INIT for secure initialization

[RFC] mdio demux multiplexer driver
 2025-08-20 15:44 UTC  (7+ messages)

[PATCH net-next 0/6] netfilter: updates for net-next
 2025-08-20 16:01 UTC  (6+ messages)
` [PATCH net-next 4/6] netfilter: nft_set_pipapo: use avx2 algorithm for insertions too
` [PATCH net-next 5/6] netfilter: nft_set_pipapo: Store real pointer, adjust later

[PATCH v2 0/2] a fix for connector modes leak in amdgpu driver
 2025-08-20 16:00 UTC  (3+ messages)
` [PATCH v2 2/2] drm/amd/display: fix leak of probed modes

[PATCH net 1/2] tls: fix handling of zero-length records on the rx_list
 2025-08-20 16:00 UTC  (3+ messages)
` [PATCH net 2/2] selftests: tls: add tests for zero-length records

[PATCH] Documentation/wmi: Fix Typo Error in doc
 2025-08-20 15:58 UTC 

[PATCHv6 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-08-20 15:58 UTC  (5+ messages)
` [PATCHv6 perf/core 10/22] uprobes/x86: Add support to optimize uprobes

[PATCH v1 1/2] PCI: dwc: Invoke post_init in dw_pcie_resume_noirq()
 2025-08-20 15:57 UTC  (2+ messages)

[bluez/bluez]
 2025-08-20 15:57 UTC 

[PATCH v10 00/13] khugepaged: mTHP support
 2025-08-20 15:55 UTC  (6+ messages)
` [PATCH v10 03/13] khugepaged: generalize hugepage_vma_revalidate for "

[PATCH -v1 0/2] x86/microcode: Add debugging glue
 2025-08-20 15:56 UTC  (4+ messages)
` [PATCH -v1 2/2] x86/microcode: Add microcode loader debugging functionality

[Patch v3 0/7] x86 perf bug fixes and optimization
 2025-08-20 15:55 UTC  (2+ messages)

[PATCH 5/6] PCI: andes: Add Andes QiLai SoC PCIe host driver support
 2025-08-20 15:54 UTC  (2+ messages)

[PATCH v1 0/2] rpcbind unregistration clean-ups
 2025-08-20 15:53 UTC  (3+ messages)
` [PATCH v1 2/2] SUNRPC: Move the svc_rpcb_cleanup() call sites

[PATCH] selftests/bpf: fix typo in comment
 2025-08-20 15:47 UTC 

[PATCH BlueZ 1/3] profiles/audio: Fix uninitialized params.subgroup_data warning
 2025-08-20 15:52 UTC  (2+ messages)
` [BlueZ,1/3] "

[PATCH] man/man3/pthread_attr_init.3: Replace errc
 2025-08-20 15:52 UTC  (4+ messages)

[PATCH 2/6] PCI: dwc: Add outbound ATU range check callback
 2025-08-20 15:52 UTC  (2+ messages)

[PATCH -rebased 00/15] Add a deadline server for sched_ext tasks
 2025-08-20 15:52 UTC  (4+ messages)
` [PATCH -rebased 07/15] sched_ext: Add a DL "

[PATCH v5 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
 2025-08-20 15:30 UTC  (4+ messages)
` [PATCH v5 2/3] lsm: introduce security_lsm_config_*_policy hooks

[CI 00/13] auxccs no stolen
 2025-08-20 15:50 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[bluetooth-next:master] BUILD SUCCESS e090ee03a6ed36d9bd4f98dd18d535d6273b102f
 2025-08-20 15:48 UTC 

[RFC PATCH 0/3] sched: add ability to throttle sched_yield() calls to reduce contention
 2025-08-20 15:49 UTC  (6+ messages)

[PATCH] mm/page_alloc: Occasionally relinquish zone lock in batch freeing
 2025-08-20 15:48 UTC  (2+ messages)

[PATCH] docs: kfigure.py: don't crash during read/write
 2025-08-20 15:48 UTC  (3+ messages)

[PATCH v9 00/18] AMD: Add Secure AVIC Guest Support
 2025-08-20 15:46 UTC  (3+ messages)
` [PATCH v9 07/18] x86/apic: Add support to send IPI for Secure AVIC

[PATCH v2 00/24] migration: Unify capabilities and parameters
 2025-08-20 15:45 UTC  (7+ messages)
` [PATCH v2 03/24] migration: Normalize tls arguments

[PATCH net-next v4 0/4] net: wangxun: complete ethtool coalesce options
 2025-08-20 15:45 UTC  (5+ messages)
` [PATCH net-next v4 4/4] net: wangxun: support to use adaptive RX/TX coalescing

[PATCH v2] cxl/acpi: Limit XOR map application based on host bridge ways
 2025-08-20 15:44 UTC  (2+ messages)

[PATCH v6 bpf] xsk: fix immature cq descriptor production
 2025-08-20 15:44 UTC 

[PATCH v1] Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFO
 2025-08-20 15:44 UTC  (3+ messages)
` [v1] "

[PATCH] selftests/netfilter: fix typo in comment
 2025-08-20 15:41 UTC 

[PATCH v7 0/8] vhost-user: Add SHMEM_MAP/UNMAP requests
 2025-08-20 15:42 UTC  (5+ messages)
` [PATCH v7 6/8] tests/qtest: Add GET_SHMEM validation test

[Buildroot] [PATCH 0/5] Bump CUPS to the latest version
 2025-08-20 15:41 UTC  (4+ messages)
` [Buildroot] [PATCH 5/5] package/cups: bump to version 2.4.12

[PATCH] git-gui: simplify using nice
 2025-08-20 15:41 UTC  (2+ messages)

[RFC][PATCH v2] brief-yoctoprojectqs: add bitbake-setup info
 2025-08-20 15:41 UTC  (3+ messages)
` [docs] "

[PATCH] rseq/selftests: Use weak symbol reference, not definition, to link with glibc
 2025-08-20 15:40 UTC  (3+ messages)

[PATCH V4] io_uring: uring_cmd: add multishot support
 2025-08-20 15:40 UTC 

[PATCH v6 0/7] TDX host: kexec/kdump support
 2025-08-20 15:39 UTC  (11+ messages)
` [PATCH v6 7/7] KVM: TDX: Explicitly do WBINVD when no more TDX SEAMCALLs

[PATCH V3] io_uring: uring_cmd: add multishot support
 2025-08-20 15:39 UTC  (5+ messages)

[PATCH net v2] ipv6: sr: Fix MAC comparison to be constant-time
 2025-08-20 15:37 UTC  (2+ messages)

LSM namespacing API
 2025-08-20 15:37 UTC  (5+ messages)

[PATCH] LoongArch: BPF: Sign extend struct ops return values properly
 2025-08-20 15:37 UTC  (2+ messages)


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.