messages from 2026-08-31 13:03:46 to 2026-08-31 13:28:09 UTC [more...]
[PATCH v4 0/4] drm/bridge: nwl-dsi: Various fixes
2026-08-31 13:27 UTC (2+ messages)
` [PATCH v4 1/4] drm/bridge: nwl-dsi: Cleanup endpoint mux control selection
[PATCH] mm: vmpressure: scale window size based on machine memory
2026-08-31 13:27 UTC (2+ messages)
[PATCH] trace2: tolerate failed timestamp formatting
2026-08-31 13:27 UTC (4+ messages)
` [PATCH v2 0/7] trace2: stop allowing die()
[PATCH bpf-next v2 1/4] libbpf: Move section-defined program flags to prog_flags
2026-08-31 13:26 UTC (4+ messages)
` [PATCH bpf-next v2 2/4] bpf: selftests: Check for flag presence in bpf_program__flags()
` [PATCH bpf-next v2 3/4] bpftool: Set BPF_F_XDP_DEV_BOUND_ONLY flag non-destructively
` [PATCH bpf-next v2 4/4] selftests/bpf: Set BPF program flags non-destructively
[PATCH 0/4] USB: replace page allocator calls with kmalloc()
2026-08-31 13:27 UTC (3+ messages)
` [PATCH 1/4] USB: usbfs: replace __get_free_page() "
[PATCH master 1/4] common: boards: qemu: read the command line from the cmdline fw_cfg key
2026-08-31 13:24 UTC (4+ messages)
` [PATCH master 2/4] efi: loader: fix EFI_EXIT2 tracing an uninitialized status
` [PATCH master 3/4] fs: efivarfs: initialize dummy data written on variable creation
` [PATCH master 4/4] sandbox: actually build the assembly setjmp/longjmp/initjmp
[PATCH net] can: isotp: take rtnl_lock() before leaving the notifier list
2026-08-31 13:08 UTC (2+ messages)
[PATCH] dt-bindings: mfd: Convert TPS61050 to DT schema
2026-08-31 13:26 UTC (2+ messages)
[PATCH net-next 00/10] net: dsa: microchip: add periodic output support for the KSZ8463
2026-08-31 13:25 UTC (11+ messages)
` [PATCH net-next 01/10] net: dsa: microchip: add the number of pins to chip infos
` [PATCH net-next 02/10] net: dsa: microchip: add the number of periodic signals "
` [PATCH net-next 03/10] net: dsa: microchip: use dynamic mask to check pulse width validity
` [PATCH net-next 04/10] net: dsa: microchip: extract PTP callbacks configuration from PTP registration
` [PATCH net-next 05/10] net: dsa: microchip: extract ptp_get_pin
` [PATCH net-next 06/10] net: dsa: microchip: extract compute_width
` [PATCH net-next 07/10] net: dsa: microchip: extract prepare reset
` [PATCH net-next 08/10] net: dsa: microchip: extract time update
` [PATCH net-next 09/10] net: dsa: microchip: extract time adjustment
` [PATCH net-next 10/10] net: dsa: microchip: add periodic output support for the KSZ8463
[RFC PATCH v2 0/5] hw/pci, hw/arm/virt: fixed PCI BAR placement
2026-08-31 13:24 UTC (4+ messages)
[PATCH v6 0/3] cgroup: dmem: add selftest helper and coverage
2026-08-31 13:25 UTC (4+ messages)
` [PATCH v6 1/3] selftests: cgroup: Add dmem_selftest helper module
` [PATCH v6 2/3] selftests: cgroup: Add KB() helper
` [PATCH v6 3/3] selftests: cgroup: Add dmem selftest coverage
[PATCH 00/13] USB: Make USB devices removable
2026-08-31 13:20 UTC (10+ messages)
` [PATCH 01/13] usb: don't report device removal after the device name is gone
` [PATCH 02/13] fs: devfs: count an open partition as an open device
` [PATCH 03/13] block: propagate errors from blockdevice_unregister()
` [PATCH 04/13] fs: add cdev_umount_all()
` [PATCH 05/13] block: add blockdevice_unregister_removed()
` [PATCH 06/13] usb: storage: tear the disk down properly on disconnect
` [PATCH 07/13] usb: hub: cancel pending port scans of a removed device
` [PATCH 08/13] usb: reuse the addresses of removed devices
` [PATCH 09/13] usb: hub: detect disconnected devices
[PATCH v5 0/6] hw/riscv/virt: Add CXL support to the RISC-V virt machine
2026-08-31 13:23 UTC (7+ messages)
` [PATCH v5 1/6] "
` [PATCH v5 2/6] hw/riscv/virt-acpi-build: Add _DEP to ACPI0017 for CXL host bridge dependency
` [PATCH v5 3/6] hw/riscv/virt: Advertise the CXL host bridge to firmware via extra-pci-roots
` [PATCH v5 4/6] tests/qtest: Prepare golden files for the RISC-V CXL ACPI test
` [PATCH v5 5/6] tests/qtest: Add RISC-V ACPI bios tables test for CXL
` [PATCH v5 6/6] tests/qtest: Update RISC-V CXL ACPI golden master binaries
[RFC PATCH v2 00/23] sched: Scale cache-aware aggregation at LLC granularity
2026-08-31 13:24 UTC (9+ messages)
` [RFC PATCH v2 04/23] sched/topology: Introduce a method to calculate the llc distance
` [RFC PATCH v2 07/23] sched/cache: Prioritize preferred NUMA node selection over LLC selection
` [RFC PATCH v2 08/23] sched/topology: Introduce a per-CPU tasks NUMA preferred counter
[PATCHES v4 0/12] perf jitdump: Input validation hardening
2026-08-31 13:24 UTC (23+ messages)
` [PATCH 01/12] perf jitdump: Fix extended header read that always fails
` [PATCH 02/12] perf jitdump: Fix debug_data and unwinding_data leaks
` [PATCH 03/12] perf jitdump: Validate code_size against total_size in code load
` [PATCH 04/12] perf jitdump: Prevent integer underflow in debug info size calculation
` [PATCH 05/12] perf jitdump: Bounds-check debug entry byte-swap loop
` [PATCH 06/12] perf jitdump: Check snprintf return before computing header size
` [PATCH 07/12] perf jitdump: Fix funlockfile on unlocked stream in jit_open() error path
` [PATCH 08/12] perf jitdump: Free event in jit_repipe_code_move()
` [PATCH 09/12] perf jitdump: Use dirname() return value in jit_open()
` [PATCH 10/12] perf jitdump: Validate debug entries on native (non-swap) path
` [PATCH 11/12] perf jitdump: Validate sym string NUL-termination in code load
` [PATCH 12/12] perf jitdump: Validate unwinding sizes against record payload
[v6 0/9] drm/i915/color: Enable SDR plane color pipeline
2026-08-31 13:24 UTC (5+ messages)
` [v6 5/9] drm/i915/display: Program CSC on SDR planes based on Fixed Matrix Colorop
` [v6 6/9] drm/i915/color: Add support for 1D LUT in SDR planes
[PATCH v2 0/3] sysfb: Fix display output on Lenovo D330 (and others)
2026-08-31 13:23 UTC (8+ messages)
` [PATCH v2 1/3] firmware/sysfb: Remove rotation quirk for Lenovo D330
` [PATCH v2 2/3] drm/edid: Add drm_edid_get_preferred_size()
` [PATCH v2 3/3] drm/sysfb: Use preferred panel size for panel orientation quirks
[OE-core] [scarthgap] [PATCH] vim: add PACKAGECONFIG option for desktop files
2026-08-31 13:23 UTC (2+ messages)
[moderation/CI] Re: net: support thread-specific pidfds for send and connect
2026-08-31 13:22 UTC
[PATCH] dt-bindings: net: wireless: Convert WL1251 to DT schema
2026-08-31 13:22 UTC (2+ messages)
[PATCH v2 0/7] hfsplus: convert regular file I/O to iomap-based operations
2026-08-31 13:21 UTC (6+ messages)
[PATCH] scsi: target: fix PRIN READ_FULL_STATUS buffer bounds check
2026-08-31 13:21 UTC
[PATCH v16 00/22] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
2026-08-31 13:21 UTC (46+ messages)
` [PATCH v16 01/22] media: mc: Add INTERNAL pad flag
` [PATCH v16 02/22] dt-bindings: media: i2c: max96717: add support for I2C ATR
` [PATCH v16 03/22] dt-bindings: media: i2c: max96717: add support for pinctrl/pinconf
` [PATCH v16 04/22] dt-bindings: media: i2c: max96717: add support for MAX9295A
` [PATCH v16 05/22] dt-bindings: media: i2c: max96717: add support for MAX96793
` [PATCH v16 06/22] dt-bindings: media: i2c: max96712: use pattern properties for ports
` [PATCH v16 07/22] dt-bindings: media: i2c: max96712: add support for I2C ATR
` [PATCH v16 08/22] dt-bindings: media: i2c: max96712: add support for POC supplies
` [PATCH v16 09/22] dt-bindings: media: i2c: max96712: add support for MAX96724F/R
` [PATCH v16 10/22] dt-bindings: media: i2c: max96712: add control-channel-port property
` [PATCH v16 11/22] dt-bindings: media: i2c: max96714: add support for MAX96714R
` [PATCH v16 12/22] dt-bindings: media: i2c: add MAX9296A, MAX96716A, MAX96792A
` [PATCH v16 13/22] media: i2c: add Maxim GMSL2/3 serializer and deserializer framework
` [PATCH v16 14/22] media: i2c: add Maxim GMSL2/3 serializer framework
` [PATCH v16 15/22] media: i2c: add Maxim GMSL2/3 deserializer framework
` [PATCH v16 16/22] media: i2c: remove MAX96717 driver
` [PATCH v16 17/22] media: i2c: maxim-serdes: add "
` [PATCH v16 18/22] arm64: defconfig: disable deprecated MAX96712 driver
` [PATCH v16 19/22] staging: media: remove "
` [PATCH v16 20/22] media: i2c: maxim-serdes: add MAX96724 driver
` [PATCH v16 21/22] media: i2c: remove MAX96714 driver
` [PATCH v16 22/22] media: i2c: maxim-serdes: add MAX9296A driver
[PATCH v9 0/1] Rust PCI capability infrastructure and SR-IOV support
2026-08-31 13:21 UTC (3+ messages)
` [PATCH v9 1/1] rust: pci: add extended capability "
[PATCH v5 0/4] drm/xe: Report GT TDR and VM rebind faults using SIGID
2026-08-31 13:20 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Report GT TDR and VM rebind faults using SIGID (rev5)
[PATCH v9 net-next 0/8] Switch support
2026-08-31 13:19 UTC (9+ messages)
` [PATCH v9 net-next 1/8] octeontx2-af: switch: Add AF to switch mbox and skeleton files
` [PATCH v9 net-next 2/8] octeontx2-af: switch: Add switch dev to AF mboxes
` [PATCH v9 net-next 3/8] octeontx2-pf: switch: Add pf files hierarchy
` [PATCH v9 net-next 4/8] octeontx2-af: switch: Representor for switch port
` [PATCH v9 net-next 5/8] octeontx2-af: switch: TL1 scheduling and NPC channel control
` [PATCH v9 net-next 6/8] octeontx2-pf: switch: Register notifiers for switch offload
` [PATCH v9 net-next 7/8] octeontx2: switch: plumb bridge FDB updates through AF and switchdev
` [PATCH v9 net-next 8/8] octeontx2: switch: offload host FIB updates to switch via AF mailbox
[PATCH v7 00/10] KUnit test for VF provisioning error handling
2026-08-31 13:20 UTC (3+ messages)
` ✗ CI.checkpatch: warning for KUnit test for VF provisioning error handling (rev7)
` ✓ CI.KUnit: success "
[PATCH wireless v2 0/3] wifi: iwlwifi: recover a device that lost power in D3cold
2026-08-31 13:20 UTC (7+ messages)
` [PATCH wireless v2 1/3] wifi: iwlwifi: pcie: don't infer CSME presence from a failed read
` [PATCH wireless v2 2/3] wifi: iwlwifi: pcie: deselect the product reset mode at probe
` [PATCH wireless v2 3/3] wifi: iwlwifi: pcie: recover a device that lost power in D3cold
[PATCH] PCI: aspeed: fix clk and phy leak in aspeed_pcie_port_init error paths
2026-08-31 13:18 UTC (2+ messages)
[PATCH v3 00/29] Rework frame descriptors
2026-08-31 13:18 UTC (3+ messages)
` [PATCH v3 05/29] media: v4l2-subdev: Allow allocating frame descriptors based on the need
[PATCH 0/3] thunderbolt: Couple of fixes for reported issues
2026-08-31 13:18 UTC (4+ messages)
` [PATCH 1/3] thunderbolt: Fix KASAN reported use-after-free when request is canceled
` [PATCH 2/3] thunderbolt: Use separate lock class for each ring
` [PATCH 3/3] Revert "thunderbolt: xdomain: Notify peers after enumeration"
[PATCH v7 0/3] Add support for Variscite VAR-SOM-MX7 and MX7CustomBoard
2026-08-31 13:18 UTC (4+ messages)
` [PATCH v7 2/3] ARM: dts: imx7d: add Variscite VAR-SOM-MX7 support
[PATCH 00/10] docs: highlight BitBake snippets with the bitbake language
2026-08-31 13:18 UTC (9+ messages)
` [docs] "
[PATCH] kbuild: ubsan: skip UBSAN for external modules by default
2026-08-31 13:17 UTC (2+ messages)
[PATCH] nvme: lower default APST max latency to 25ms
2026-08-31 13:17 UTC (2+ messages)
[PATCH net] bridge: skip generic XDP on locally re-injected packets
2026-08-31 13:17 UTC (3+ messages)
` 回复:Re: "
[RFC PATCH] dma-buf: add a generic reclaim-priority hint
2026-08-31 13:16 UTC (2+ messages)
fstests: Verify behaviour of "seek" in a directory
2026-08-31 13:16 UTC (5+ messages)
` [PATCH] fstests: generic: Add test of seek in directories
[PATCH 0/2] checkout -m: refine autostash fallback
2026-08-31 13:15 UTC (5+ messages)
` [PATCH 1/2] sequencer: teach autostash apply to report conflicts
add ADSP2 firmware for nord platform
2026-08-31 13:14 UTC (4+ messages)
[PATCH v8 0/3] Teach git-replay(1) to linearize merge commits
2026-08-31 13:13 UTC (5+ messages)
` [PATCH v9 "
` [PATCH v9 1/3] replay: add helper to put entry into replayed_commits
` [PATCH v9 2/3] replay: resolve the replay base outside pick_regular_commit()
` [PATCH v9 3/3] replay: offer an option to linearize the commit topology
[PATCH v24 0/4] crypto: spacc - Add SPAcc Crypto Driver
2026-08-31 13:13 UTC (3+ messages)
` [PATCH v24 3/4] crypto: spacc - add spacc autodetect support
[PATCH v3 0/5] drm/bridge: nwl-dsi: Various fixes
2026-08-31 13:12 UTC (4+ messages)
` [PATCH v3 5/5] drm/bridge: nwl-dsi: Correct MIPI DSI horizontal sync timing
[PATCH v4 00/15] media: Add Lenovo Yoga Book YB1-X91 camera support
2026-08-31 13:12 UTC (4+ messages)
` [PATCH v4 05/15] media: ov8858: Add INT3477 ACPI ID
[PATCH bpf-next 2/7] net, bpf: Add a generic netlink hook on msg_rcv
2026-08-31 13:22 UTC (3+ messages)
[PATCH v10 net-next 0/2] octeontx2-pf: mqprio bandwidth offload for NIX TX schedulers
2026-08-31 13:10 UTC (3+ messages)
` [PATCH v10 net-next 1/2] net/sched: mqprio: pass qdisc handle to offload drivers
` [PATCH v10 net-next 2/2] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
[PATCH] net: usb: ipheth: stop data URBs on ndo_stop
2026-08-31 13:10 UTC (2+ messages)
[PATCH] ASoC: cs35l56: Fix pm_runtime imbalance if suspending before first attach
2026-08-31 13:10 UTC (2+ messages)
[PATCH] platform/x86/amd/pmf: fix build on !CONFIG_AMD_PMF_DEBUG
2026-08-31 13:09 UTC (2+ messages)
[PATCH v7 0/8] io: accel: mma8452: Allow open drain interrupt pin configuration
2026-08-31 13:09 UTC (3+ messages)
` [PATCH v7 7/8] iio: accel: mma8452: Fix use-after-free bug in error error path
[PATCH] gfs2: Get rid of sd_async_glock_wait
2026-08-31 13:09 UTC
[PATCH 0/2] rust: num: add cv! macro to create values from constant expressions (alt)
2026-08-31 13:09 UTC (4+ messages)
` [PATCH 2/2] rust: num: add `cv!` macro to create values from constant expressions
[PATCH net-next v3 0/3] net: dsa: realtek: enable RTL8365MB power supplies
2026-08-31 13:08 UTC (3+ messages)
` [PATCH net-next v3 3/3] net: dsa: realtek: rtl83xx: use dev_err_cast_probe() for reset GPIO
[PATCH] lib: sbi_hsm: Validate state before updating start context
2026-08-31 13:08 UTC
[PATCH v3] thunderbolt: Fix tb->lock deadlock during hot-unplug on AMD USB4 routers
2026-08-31 13:07 UTC (6+ messages)
` [PATCH v4] "
[PATCH] soundwire: irq: Invalidate slave->irq before disposing the mapping
2026-08-31 13:07 UTC (2+ messages)
[PATCH v2 0/2] Report platform enforced SPI flash write protection
2026-08-31 13:07 UTC (6+ messages)
[PATCH v4 00/23] perf arm64: Support data type profiling
2026-08-31 13:07 UTC (4+ messages)
` [PATCH v4 22/23] perf annotate-arm64: Support per-cpu variable access tracking
[PATCH] iio: rename stale IIO_DEV_ACQUIRE_ERR reference to IIO_DEV_ACQUIRE_FAILED
2026-08-31 13:07 UTC (4+ messages)
[PATCH] ref-manual/system-requirements.rst: add ccache in distros
2026-08-31 13:06 UTC (5+ messages)
` [docs] "
[PATCH] lib: sbi_timer: Restart events from the restart list
2026-08-31 13:06 UTC
[PATCH RESEND] gfs2: stop logd and quotad before kill_sb log flush
2026-08-31 13:06 UTC
[PATCH] FUZZING.md,{libsepol,checkpolicy,libselinux}/Makefile: fix fuzzer builds
2026-08-31 13:05 UTC
[PATCH] lib: utils/mailbox: Reject invalid RPMI queue indices
2026-08-31 13:04 UTC
[PATCH v2 0/5] of: reserved_mem: several fixes about reserved memory
2026-08-31 13:04 UTC (4+ messages)
` [PATCH v2 1/5] of: reserved_mem: skip init for regions whose early reservation failed
[PATCH v2 0/4] Add larger page size support for USB audio offload path
2026-08-31 13:04 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.