messages from 2025-10-18 04:37:16 to 2025-10-18 08:52:01 UTC [more...]
[PATCH v2 08/27 5.10.y] minmax: fix header inclusions
2025-10-17 13:48 UTC (2+ messages)
` Patch "minmax: fix header inclusions" has been added to the 5.10-stable tree
[PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
2025-10-17 13:48 UTC (2+ messages)
` Patch "minmax.h: remove some #defines that are only expanded once" has been added to the 5.10-stable tree
[PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
2025-10-17 13:48 UTC (2+ messages)
` Patch "minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()" has been added to the 5.10-stable tree
[PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
2025-10-17 13:48 UTC (2+ messages)
` Patch "minmax.h: move all the clamp() definitions after the min/max() ones" has been added to the 5.10-stable tree
[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
2025-10-17 15:03 UTC (42+ messages)
` [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` Patch "overflow, tracing: Define the is_signed_type() macro once" has been added to the 5.10-stable tree
` [PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
` Patch "minmax: sanity check constant bounds when clamping" has been added to the 5.10-stable tree
` [PATCH v2 06/27 5.10.y] minmax: Introduce {min,max}_array()
` Patch "minmax: Introduce {min, max}_array()" has been added to the 5.10-stable tree
` [PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` Patch "minmax: deduplicate __unconst_integer_typeof()" has been added to the 5.10-stable tree
` [PATCH v2 09/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` Patch "minmax: allow min()/max()/clamp() if the arguments have the same signedness." has been added to the 5.10-stable tree
` [PATCH v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` Patch "minmax: fix indentation of __cmp_once() and __clamp_once()" has been added to the 5.10-stable tree
` [PATCH v2 11/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` Patch "minmax: allow comparisons of 'int' against 'unsigned char/short'" has been added to the 5.10-stable tree
` [PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` Patch "minmax: avoid overly complicated constant expressions in VM code" has been added to the 5.10-stable tree
` [PATCH v2 14/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 5.10-stable tree
` [PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 5.10-stable tree
` [PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` Patch "minmax: make generic MIN() and MAX() macros available everywhere" has been added to the 5.10-stable tree
` [PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` Patch "minmax: don't use max() in situations that want a C constant expression" has been added to the 5.10-stable tree
` [PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 5.10-stable tree
` [PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
` Patch "minmax: fix up min3() and max3() too" has been added to the 5.10-stable tree
` [PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` Patch "minmax.h: add whitespace around operators and after commas" has been added to the 5.10-stable tree
` [PATCH v2 22/27 5.10.y] minmax.h: update some comments
` Patch "minmax.h: update some comments" has been added to the 5.10-stable tree
` [PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` Patch "minmax.h: simplify the variants of clamp()" has been added to the 5.10-stable tree
[PATCH v5 0/7] DisplayID DSC passthrough timing support
2025-10-17 16:27 UTC (7+ messages)
` [PATCH v5 1/7] drm/edid: rename VESA block parsing functions to more generic name
` [PATCH v5 3/7] drm/edid: MSO should only be used for non-eDP displays
` [PATCH v5 4/7] drm/edid: parse DSC DPP passthru support flag for mode VII timings
` [PATCH v5 5/7] drm/edid: for consistency, use mask everywhere for block rev parsing
` [PATCH v5 6/7] drm/edid: parse DRM VESA dsc bpp target
` [PATCH v5 7/7] drm/amd: use fixed dsc bits-per-pixel from edid
[PATCH 0/3] drm/radeon: fix up some badness when probe fails
2025-10-18 5:44 UTC (4+ messages)
` [PATCH 1/3] drm/radeon: Clean up pdev->dev instances in probe
` [PATCH 2/3] drm/radeon: Do not kfree() devres managed rdev
` [PATCH 3/3] drm/radeon: Remove calls to drm_put_dev()
Independence for dma_fences!
2025-10-17 9:14 UTC (3+ messages)
` [PATCH 04/15] dma-buf: detach fence ops on signal
[PATCH v3 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()" has been added to the 5.15-stable tree
[PATCH v3 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: remove some #defines that are only expanded once" has been added to the 5.15-stable tree
[PATCH v3 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 5.15-stable tree
[PATCH v3 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: reduce the #define expansion of min(), max() and clamp()" has been added to the 5.15-stable tree
[PATCH v3 14/19 5.15.y] minmax.h: update some comments
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: update some comments" has been added to the 5.15-stable tree
[PATCH v3 11/19 5.15.y] minmax: improve macro expansion and type checking
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: improve macro expansion and type checking" has been added to the 5.15-stable tree
[PATCH v3 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: don't use max() in situations that want a C constant expression" has been added to the 5.15-stable tree
[PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
2025-10-17 8:05 UTC (2+ messages)
` Patch "minmax: Introduce {min, max}_array()" has been added to the 5.15-stable tree
[PATCH v3 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
2025-10-17 8:05 UTC (2+ messages)
` Patch "minmax: fix indentation of __cmp_once() and __clamp_once()" has been added to the 5.15-stable tree
[PATCH v3 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
2025-10-17 8:05 UTC (2+ messages)
` Patch "minmax: avoid overly complicated constant expressions in VM code" has been added to the 5.15-stable tree
[PATCH v3 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 5.15-stable tree
[PATCH v3 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: move all the clamp() definitions after the min/max() ones" has been added to the 5.15-stable tree
[PATCH v3 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 5.15-stable tree
How to start contributing?
2025-10-18 8:48 UTC
[RFC PATCH 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
2025-10-18 8:46 UTC (2+ messages)
[zen:6.17/fixes 4/6] drivers/pci/msi/irqdomain.c:156:3: error: implicit declaration of function 'irq_chip_shutdown_parent'; did you mean 'cond_shutdown_parent'?
2025-10-18 8:45 UTC
[xiang-erofs:dev-test] BUILD SUCCESS b63599c5ce9e66c230671eb4cacf62de10b0483d
2025-10-18 8:44 UTC
[PATCH v8 2/2] MAINTAINERS: Add entry for Innosilicon hdmi bridge library
2025-10-17 9:06 UTC (4+ messages)
` "
[PATCH net-net v2 0/7] net: dsa: lantiq_gswip: use regmap for register access
2025-10-18 8:38 UTC (3+ messages)
` [PATCH net-net v2 2/7] net: dsa: lantiq_gswip: convert accessors to use regmap
[PATCH 5.15 000/276] 5.15.195-rc1 review
2025-10-18 8:38 UTC (2+ messages)
[PATCH] arm64: dts: rockchip: fix eMMC corruption on NanoPC-T6 with A3A444 chips
2025-10-18 8:30 UTC (7+ messages)
[PATCH 6.1 000/168] 6.1.157-rc1 review
2025-10-18 8:30 UTC (2+ messages)
[PATCH bpf v2] selftests/bpf: Fix set but not used build errors
2025-10-18 8:28 UTC
[PATCH v3 1/1] arm64: ptrace: fix hw_break_set() to set addr and ctrl together
2025-10-18 8:24 UTC (2+ messages)
[PATCH v1] PCI: starfive: Propagate dev_err_probe return value
2025-10-18 8:24 UTC (2+ messages)
` [PATCH] "
[PATCH net-next 0/4] Add DWMAC glue driver for Motorcomm YT6801
2025-10-18 8:21 UTC (8+ messages)
` [PATCH net-next 3/4] net: stmmac: Add glue driver for Motorcomm YT6801 ethernet controller
[PATCH 6.12 000/277] 6.12.54-rc1 review
2025-10-18 8:16 UTC (9+ messages)
` [PATCH 6.12 238/277] KVM: x86: Advertise SRSO_USER_KERNEL_NO to userspace
[PATCH v2] hw/scsi: avoid deadlock upon TMF request cancelling with VirtIO
2025-10-18 8:14 UTC (3+ messages)
[PATCH v2 00/24] PCI: Bridge window selection improvements
2025-10-18 8:14 UTC (3+ messages)
` [PATCH v2 19/24] PCI: Use pbus_select_window_for_type() during mem window sizing
` WARNING at drivers/pci/setup-bus.c:2373, bisected to "PCI: Use pbus_select_window_for_type() during mem window sizing"
[PATCH v6 07/11] ARM: dts: socfpga: add Mercury AA1 variants
2025-10-18 8:13 UTC
[PATCH 6.6 000/201] 6.6.113-rc1 review
2025-10-18 8:14 UTC (2+ messages)
[PATCH v4 0/2] Add Google Tensor SoC USB PHY support
2025-10-18 8:13 UTC (4+ messages)
` [PATCH v4 2/2] phy: Add Google Tensor SoC USB PHY driver
[zen:6.17/fixes 4/6] drivers/pci/msi/irqdomain.c:156:3: error: call to undeclared function 'irq_chip_shutdown_parent'; ISO C99 and later do not support implicit function declarations
2025-10-18 8:03 UTC
CVE-2025-40003: net: mscc: ocelot: Fix use-after-free caused by cyclic delayed work
2025-10-18 8:03 UTC
CVE-2025-40001: scsi: mvsas: Fix use-after-free bugs in mvs_work_queue
2025-10-18 8:03 UTC
CVE-2025-40002: thunderbolt: Fix use-after-free in tb_dp_dprx_work
2025-10-18 8:03 UTC
[PATCHSET] fstests: more random fixes for v2025.10.05
2025-10-18 7:57 UTC (5+ messages)
` [PATCH 5/8] generic/772: actually check for file_getattr special file support
[PATCH 6.17 000/371] 6.17.4-rc1 review
2025-10-18 7:52 UTC (2+ messages)
[RFC PATCH bpf-next v2 0/2] Pass external callchain entry to get_perf_callchain
2025-10-18 7:51 UTC (6+ messages)
` [RFC PATCH bpf-next v2 2/2] bpf: "
[PATCH net-next 0/3] net: stmmac: Add support for coarse timestamping
2025-10-18 7:42 UTC (4+ messages)
` [PATCH net-next 2/3] net: stmmac: Allow supporting coarse adjustment mode
[PATCH v5 0/2] accel: Add Arm Ethos-U NPU
2025-10-18 7:42 UTC (6+ messages)
` [PATCH v5 2/2] accel: Add Arm Ethos-U NPU driver
[PATCH net-next 2/3] net/mlx5: MPFS, add support for dynamic enable/disable
2025-10-18 7:42 UTC (2+ messages)
[PATCH v1] PCI: rockchip: Propagate dev_err_probe return value
2025-10-18 7:39 UTC (6+ messages)
` [PATCH] "
[Bug 218305] New: Ryzen 7 7840HS gets stuck at 544MHz frequency after a random number of suspend/resume cycles
2025-10-18 7:37 UTC (2+ messages)
` [Bug 218305] Ryzen 7 7840HS gets stuck at 544MHz frequency after resuming after unplugging the power cord during sleep
[PATCH v1] PCI/pwrctrl: Propagate dev_err_probe return value
2025-10-18 7:31 UTC (2+ messages)
[PATCH v3] ksm: use range-walk function to jump over holes in scan_get_next_rmap_item
2025-10-18 7:30 UTC (3+ messages)
[PATCH v2] usb: typec: ucsi: psy: Set max current to zero when disconnected
2025-10-18 7:28 UTC (3+ messages)
[RFC PATCH 00/21] VFIO live update support
2025-10-18 7:25 UTC (7+ messages)
` [RFC PATCH 11/21] vfio/pci: Skip clearing bus master on live update device during kexec
` [RFC PATCH 15/21] PCI: Make PCI saved state and capability structs public
` [RFC PATCH 16/21] vfio/pci: Save and restore the PCI state of the VFIO device
[PATCH v16 0/3] leds: add new LED driver for TI LP5812
2025-10-18 7:22 UTC (3+ messages)
` [PATCH v16 2/3] leds: add basic support for TI/National Semiconductor LP5812 LED Driver
[PATCH] taint: add reminder about updating docs and scripts
2025-10-18 7:21 UTC (2+ messages)
[PATCH 0/3] semihosting: Fix a few semihosting bugs
2025-10-18 7:21 UTC (5+ messages)
` [PATCH 1/3] gdbstub: Fix %s formatting
` [PATCH 2/3] semihosting: Fix GDB File-I/O FLEN
` [PATCH 3/3] semihosting: Check for overflow in FLEN on 32-bit systems
[meta-oe][kirkstone][PATCH] libxml++-5.0: fix ptests
2025-10-18 7:20 UTC
[PATCH] [v2] md: fix rcu protection in md_wakeup_thread
2025-10-18 7:20 UTC (2+ messages)
[PATCH 1/1] Use new `--output-format=doctest` rustdoc command line flag to improve doctest handling
2025-10-18 7:18 UTC (3+ messages)
[PATCH v2 0/3] btrfs: scrub: enhance freezing and signal handling
2025-10-18 7:14 UTC (5+ messages)
[PATCH] net/tftp: Fix NULL pointer dereference in grub_net_udp_close()
2025-10-17 18:35 UTC
[PATCH] classes/toolchain/clang: Add placeholder for dynamic linker in cross-canadian packages
2025-10-18 7:06 UTC
[meta-oe][PATCH] libxml++-5.0: fix ptests
2025-10-18 7:04 UTC
[norov:BITS 5/5] sound/core/oss/rate.c:28:9: warning: "BITS" redefined
2025-10-18 7:01 UTC
[rgushchin:bpfoom.2.6 7/21] mm/bpf_oom.c:174:18: warning: variable 'ret' set but not used
2025-10-18 7:01 UTC
[openeuler:openEuler-1.0-LTS 1740/1740] include/linux/mem_reliable.h:41:15: sparse: sparse: restricted gfp_t degrades to integer
2025-10-18 7:01 UTC
[PATCH 0/8] media: iris: add support for video codecs on Qcom kaanapali platform
2025-10-18 6:55 UTC (4+ messages)
` [PATCH 8/8] media: iris: Add platform data for kaanapali
[PATCH v2 00/14] iommu: fix device leaks
2025-10-18 6:54 UTC (9+ messages)
` [PATCH v2 05/14] iommu/mediatek: fix device leak on of_xlate()
` [PATCH v2 06/14] iommu/mediatek: fix device leaks on probe()
` [PATCH v2 08/14] iommu/mediatek-v1: fix device leak on probe_device()
` [PATCH v2 10/14] iommu/mediatek-v1: add missing larb count sanity check
[PATCH V1 0/2] Address race condition in MCQ mode and enhance
2025-10-18 6:49 UTC (8+ messages)
` [PATCH V1 1/2] ufs: core:Add vendor-specific callbacks and update setup_xfer_req interface
` [PATCH V1 2/2] ufs: ufs-qcom: Disable AHIT before SQ tail update to prevent race in MCQ mode
[PATCH v2] test/ring_perf: add optional cross L3 core selection
2025-10-18 6:48 UTC
[PATCH V5 1/3] rust: Increase QEMU size to 1024 MB
2025-10-18 6:42 UTC (4+ messages)
` [PATCH V5 2/3] rust: Use llvm instead of rust-llvm
` [OE-core] "
[PATCH v2] HID: lenovo: fixup Lenovo Yoga Slim 7x Keyboard rdesc
2025-10-18 6:35 UTC
[PATCH] riscv: cpufeature: avoid uninitialized variable in has_thead_homogeneous_vlenb()
2025-10-18 6:31 UTC
[PATCH] add an editorconfig file
2025-10-18 6:27 UTC
[PATCH next] ASoC: codecs: va-macro: Clean up on error path in probe()
2025-10-18 6:25 UTC
[PATCH v10 RESEND] wifi: mt76: mt7915: add wds support when wed is enabled
2025-10-18 6:14 UTC (5+ messages)
[PATCH v3] treewide: add .clang-format configuration file
2025-10-18 6:11 UTC (2+ messages)
` [RFC PATCH v4] "
drivers/net/wireless/ath/ath11k/qmi.c:2091 ath11k_qmi_assign_target_mem_chunk() error: uninitialized symbol 'host_ddr_sz'
2025-10-18 6:09 UTC
[PATCH 00/39] Add i.MX95 DPU/DSI/LVDS support
2025-10-18 6:09 UTC (14+ messages)
` [PATCH 01/39] dt-bindings: display: imx: Document i.MX95 Display Controller DomainBlend
` [PATCH 03/39] dt-bindings: display: imx: Document i.MX95 Display Controller processing units
[RFC PATCH] target/ppc: Remove the unusable e200 CPUs
2025-10-18 6:07 UTC (4+ messages)
Find the cause of a hash mismatch
2025-10-18 6:04 UTC (2+ messages)
` [yocto] "
Git Status Short Output Color Inconsistency with -z Flag
2025-10-18 6:01 UTC (5+ messages)
` [PATCH] status: make coloring of "-z --short" consistent
` [PATCH resend] "
[syzbot] [scsi?] [mm?] [block?] BUG: soft lockup in sys_sendmsg (2)
2025-10-18 5:53 UTC (2+ messages)
` [syzbot] [net?] "
[PATCH 00/22] hw/core/cpu: Remove @CPUState::as field
2025-10-18 5:52 UTC (3+ messages)
` [PATCH 06/22] hw/m86k: Get cpu first addr space with cpu_get_address_space()
[PATCH v1] PCI: dw-rockchip: Simplify regulator setup with devm_regulator_get_enable_optional()
2025-10-18 5:51 UTC (3+ messages)
[PATCH] Documentation/rtla: rename common_xxx.rst files to common_xxx.txt
2025-10-18 5:49 UTC (3+ messages)
[PATCH] powerpc/pseries/msi: Fix NULL pointer dereference at irq domain teardown
2025-10-18 5:33 UTC (2+ messages)
[PATCH] powerpc, ocxl: Fix extraction of struct xive_irq_data
2025-10-18 5:33 UTC (2+ messages)
powerpc/fadump: skip parameter area allocation when fadump is disabled
2025-10-18 5:33 UTC (2+ messages)
[PATCH] jfs: validate budmin to prevent shift-out-of-bounds in dbAllocAG()
2025-10-18 5:30 UTC
[PULL 0/8] hex queue
2025-10-18 5:30 UTC (2+ messages)
[PATCH v25 00/20] Improve write performance for zoned UFS devices
2025-10-18 5:31 UTC (5+ messages)
` [PATCH v25 07/20] block/mq-deadline: Enable zoned write pipelining
[syzbot] [bpf?] INFO: rcu detected stall in watchdog
2025-10-18 5:28 UTC (2+ messages)
[PATCH net-next v2]: 3c515 : replace cleanup_module with __exit
2025-10-18 5:25 UTC
[PATCH v2] Faster Arm64 __arch_copy_from_user and __arch_copy_to_user
2025-10-18 5:22 UTC
[PATCH] libsemanage: semanage_store: recursively create SEMANAGE_ROOT
2025-10-18 5:19 UTC
[PATCH v1] perf trace: Don't synthesize mmaps unless callchains are enabled
2025-10-18 5:19 UTC (2+ messages)
[meta-oe][kirkstone][PATCH] libteam: Add missing dependencies revealed by ptests
2025-10-18 5:12 UTC
[tip: objtool/core] tools build: Fix fixdep dependencies
2025-10-18 5:12 UTC (2+ messages)
` "
[PATCH v2 0/6] Add PCIe support for Kaanapali
2025-10-18 5:08 UTC (6+ messages)
` [PATCH v2 2/6] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Add Kaanapali compatible
[PATCH v3] PCI: dw-rockchip: Prevent advertising L1 Substates support
2025-10-18 5:07 UTC (3+ messages)
[PATCH] diff: stop output garbled message in dry run mode
2025-10-18 5:02 UTC (4+ messages)
[REGRESSION] stable-rc/linux-5.10.y: (build) call to '__compiletime_assert_1168' declared with 'error' attribut
2025-10-18 4:59 UTC
[PATCH 0/9] ASoC: qcom: q6dsp: fixes and updates
2025-10-18 4:55 UTC (2+ messages)
[PATCH 0/4] doc: git-reset: clarify DESCRIPTION section
2025-10-18 4:53 UTC (3+ messages)
` [PATCH 3/4] doc: git-reset: clarify `git reset [mode]`
[PATCH 0/5] Optimize vrr.guardband
2025-10-18 4:53 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for Optimize vrr.guardband (rev3)
[PATCH] hw/xen: pass PCI domain to xc_physdev_map_pirq_msi()
2025-10-18 4:50 UTC (2+ messages)
[PATCH] riscv: asm: use .insn for making custom instructioons
2025-10-18 4:50 UTC (2+ messages)
[PATCH v4] input: dt-bindings: ti,twl4030-keypad: convert to DT schema
2025-10-18 4:50 UTC (2+ messages)
[dtor-input:for-linus] BUILD SUCCESS 7363096a5a08f8740c9075ecfc51945375c304bc
2025-10-18 4:49 UTC
[PATCH for-4.21] tools/libxc: fix xc_physdev_map_pirq_msi() with PCI segments != 0
2025-10-18 4:46 UTC (2+ messages)
[PATCH] mm/filemap: Implement fast short reads
2025-10-18 4:46 UTC (2+ messages)
[PATCH net-next] page_pool: check if nmdesc->pp is !NULL to confirm its usage as pp for net_iov
2025-10-18 4:46 UTC (5+ messages)
[PATCH v2 0/2] Input: Remove dev_err_probe() if error is -ENOMEM
2025-10-18 4:44 UTC (2+ messages)
[PATCH] test/ring_perf: add optional cross L3 core selection
2025-10-18 4:38 UTC (3+ messages)
[PATCHv3] sched/deadline: Walk up cpuset hierarchy to decide root domain when hot-unplug
2025-10-18 4:36 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.