messages from 2025-11-09 15:58:04 to 2025-11-09 17:37:43 UTC [more...]
[PATCH 0/2] Fixes for PineNote DT validation issues
2025-11-09 17:37 UTC (8+ messages)
` [PATCH 1/2] arm64: dts: rockchip: Simplify usb-c-connector port on rk3566-pinenote
` [PATCH 2/2] arm64: dts: rockchip: Move otg-port to controller "
[PATCH bpf-next] bpf: use preempt_disable/enable() to protect bpf_bprintf_buffers nesting
2025-11-09 17:36 UTC
[GIT PULL] RISC-V T-HEAD Devicetrees for v6.19
2025-11-09 17:35 UTC (3+ messages)
[PATCH v2 3/4] Provide the always inline version of some functions
2025-11-09 17:35 UTC (5+ messages)
[Buildroot] [PATCH v3 00/14] Remove packages
2025-11-09 17:35 UTC (3+ messages)
` [Buildroot] [PATCH v3 13/14] package/xscreensaver: bump version to 6.12
[Buildroot] [git commit] package/xscreensaver: bump version to 6.12
2025-11-09 17:18 UTC
diff --cached --no-ext-diff --find-copies-harder --quiet exits with wrong status code
2025-11-09 17:34 UTC (6+ messages)
` [PATCH] diff: disabled quick optimization with --find-copies-harder
` [PATCH v2] diff: disable rename detection with --quiet
[OE-core] [PATCH V2] bash-completion.bbclass: prepend bash-completion to PACKAGES
2025-11-09 17:34 UTC
ABI mismatch build error for 6.17.y and rustc 1.91.0
2025-11-09 17:31 UTC (8+ messages)
[PATCH iproute2] netshaper: remove unused variable
2025-11-09 17:30 UTC (2+ messages)
[PATCH iproute2] netshaper: ignore build result
2025-11-09 17:30 UTC (2+ messages)
FAILED: patch "[PATCH] rust: kbuild: workaround `rustdoc` doctests modifier bug" failed to apply to 6.12-stable tree
2025-11-09 17:28 UTC (5+ messages)
` [PATCH 6.12.y] rust: kbuild: workaround `rustdoc` doctests modifier bug
[PATCH 1/2] filelock: use a consume fence in locks_inode_context()
2025-11-09 17:25 UTC (2+ messages)
` [PATCH 2/2] fs: track the inode having file locks with a flag in ->i_opflags
[cocci] Test case consequences for a special SmPL disjunction
2025-11-09 17:23 UTC
[PATCH RFC 0/8] media: camss: Add support for C-PHY configuration on Qualcomm platforms
2025-11-09 17:22 UTC (3+ messages)
` [PATCH RFC 8/8] media: qcom: camss: Remove D-PHY-only endpoint restriction
[PATCH v2 0/3] iio: amplifiers: add support for ADL8113 Low Noise Amplifier
2025-11-09 17:22 UTC (5+ messages)
` [PATCH v2 2/3] iio: amplifiers: adl8113: add driver support
` [PATCH v2 3/3] Documentation: ABI: adl8113: add documentation
[PATCH v1 2/2] dt-bindings: media: i2c: et8ek8: document missing crc as optional property
2025-11-09 17:18 UTC (2+ messages)
[PATCH v1 1/2] ASoC: tas2781: Add tas2568/5806m/5806md/5830 support
2025-11-09 17:17 UTC (3+ messages)
` [PATCH v1 2/2] ASoC: dt-bindings: ti,tas2781: Add TAS2568/5806M/5806MD/5830 support
[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
2025-11-09 17:16 UTC (12+ messages)
` [PATCH v11] "
` [PATCH v12] "
` [PATCH v13] "
` [PATCH v14] "
` [PATCH v15] "
` [PATCH v16] "
` [PATCH v17] "
` [RFC PATCH 0/3] mt-exec: fix deadlock with ptrace_attach()
` [RFC PATCH 1/3] exec: make setup_new_exec() return int
` [RFC PATCH 2/3] exec: don't wait for zombie threads with cred_guard_mutex held
` [RFC PATCH 3/3] ptrace: ensure PTRACE_EVENT_EXIT won't stop if the tracee is killed by exec
[PATCH v2 00/45] KVM: arm64: Add LR overflow infrastructure
2025-11-09 17:16 UTC (46+ messages)
` [PATCH v2 01/45] irqchip/gic: Add missing GICH_HCR control bits
` [PATCH v2 02/45] irqchip/gic: Expose CPU interface VA to KVM
` [PATCH v2 03/45] irqchip/apple-aic: Spit out ICH_MISR_EL2 value on spurious vGIC MI
` [PATCH v2 04/45] KVM: arm64: Turn vgic-v3 errata traps into a patched-in constant
` [PATCH v2 05/45] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping
` [PATCH v2 06/45] KVM: arm64: Repack struct vgic_irq fields
` [PATCH v2 07/45] KVM: arm64: Add tracking of vgic_irq being present in a LR
` [PATCH v2 08/45] KVM: arm64: Add LR overflow handling documentation
` [PATCH v2 09/45] KVM: arm64: GICv3: Drop LPI active state when folding LRs
` [PATCH v2 10/45] KVM: arm64: GICv3: Preserve EOIcount on exit
` [PATCH v2 11/45] KVM: arm64: GICv3: Decouple ICH_HCR_EL2 programming from LRs
` [PATCH v2 12/45] KVM: arm64: GICv3: Extract LR folding primitive
` [PATCH v2 13/45] KVM: arm64: GICv3: Extract LR computing primitive
` [PATCH v2 14/45] KVM: arm64: GICv2: Preserve EOIcount on exit
` [PATCH v2 15/45] KVM: arm64: GICv2: Decouple GICH_HCR programming from LRs being loaded
` [PATCH v2 16/45] KVM: arm64: GICv2: Extract LR folding primitive
` [PATCH v2 17/45] KVM: arm64: GICv2: Extract LR computing primitive
` [PATCH v2 18/45] KVM: arm64: Compute vgic state irrespective of the number of interrupts
` [PATCH v2 19/45] KVM: arm64: Eagerly save VMCR on exit
` [PATCH v2 20/45] KVM: arm64: Revamp vgic maintenance interrupt configuration
` [PATCH v2 21/45] KVM: arm64: Turn kvm_vgic_vcpu_enable() into kvm_vgic_vcpu_reset()
` [PATCH v2 22/45] KVM: arm64: Make vgic_target_oracle() globally available
` [PATCH v2 23/45] KVM: arm64: Invert ap_list sorting to push active interrupts out
` [PATCH v2 24/45] KVM: arm64: Move undeliverable interrupts to the end of ap_list
` [PATCH v2 25/45] KVM: arm64: Use MI to detect groups being enabled/disabled
` [PATCH v2 26/45] KVM: arm64: GICv3: Handle LR overflow when EOImode==0
` [PATCH v2 27/45] KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 traps
` [PATCH v2 28/45] KVM: arm64: GICv3: Add GICv2 SGI handling to deactivation primitive
` [PATCH v2 29/45] KVM: arm64: GICv3: Set ICH_HCR_EL2.TDIR when interrupts overflow LR capacity
` [PATCH v2 30/45] KVM: arm64: GICv3: Add SPI tracking to handle asymmetric deactivation
` [PATCH v2 31/45] KVM: arm64: GICv3: Handle in-LR deactivation when possible
` [PATCH v2 32/45] KVM: arm64: GICv3: Avoid broadcast kick on CPUs lacking TDIR
` [PATCH v2 33/45] KVM: arm64: GICv2: Handle LR overflow when EOImode==0
` [PATCH v2 34/45] KVM: arm64: GICv2: Handle deactivation via GICV_DIR traps
` [PATCH v2 35/45] KVM: arm64: GICv2: Always trap GICV_DIR register
` [PATCH v2 36/45] KVM: arm64: selftests: gic_v3: Add irq group setting helper
` [PATCH v2 37/45] KVM: arm64: selftests: gic_v3: Disable Group-0 interrupts by default
` [PATCH v2 38/45] KVM: arm64: selftests: vgic_irq: Fix GUEST_ASSERT_IAR_EMPTY() helper
` [PATCH v2 39/45] KVM: arm64: selftests: vgic_irq: Change configuration before enabling interrupt
` [PATCH v2 40/45] KVM: arm64: selftests: vgic_irq: Exclude timer-controlled interrupts
` [PATCH v2 41/45] KVM: arm64: selftests: vgic_irq: Remove LR-bound limitation
` [PATCH v2 42/45] KVM: arm64: selftests: vgic_irq: Perform EOImode==1 deactivation in ack order
` [PATCH v2 43/45] KVM: arm64: selftests: vgic_irq: Add asymmetric SPI deaectivation test
` [PATCH v2 44/45] KVM: arm64: selftests: vgic_irq: Add Group-0 enable test
` [PATCH v2 45/45] KVM: arm64: selftests: vgic_irq: Add timer deactivation test
Documentation of iio_read_channel_processed return value
2025-11-09 17:14 UTC (2+ messages)
[PATCH v1 net-next 0/5] net: optimize TX throughput and efficiency
2025-11-09 17:14 UTC (9+ messages)
` [PATCH v1 net-next 5/5] net: dev_queue_xmit() llist adoption
[PATCH 0/3] regulator: Add FP9931/JD9930
2025-11-09 17:13 UTC (7+ messages)
` [PATCH 2/3] dt-bindings: regulator: Add Fitipower FP9931/JD9930
[PATCH 1/1] NFS: Fix LTP test failures when timestamps are delegated
2025-11-09 17:05 UTC
[CI v5] drm/xe/pf: Allow to lockdown the PF using custom guard
2025-11-09 17:10 UTC (4+ messages)
` ✗ CI.checkpatch: warning for drm/xe/pf: Allow to lockdown the PF using custom guard (rev5)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
[BPF selftests]:bpf_arena_common.h: error: conflicting types for 'bpf_arena_alloc_pages'
2025-11-09 17:09 UTC
[PATCH v2 0/6] iio: Introduce and use value of π
2025-11-09 17:09 UTC (5+ messages)
` [PATCH v2 2/6] units: Add 32- and 64-bit signed values "
[PATCH v3 0/2] backlight: aw99706: Add support for Awinic AW99706 backlight
2025-11-09 17:08 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: leds: backlight: Add "
[PATCH V2] mm: Remove unnecessary __GFP_HIGHMEM in __p*d_alloc_one_*()
2025-11-09 17:07 UTC (2+ messages)
[Bug 220772] New: NULL pointer dereference in bmc150-accel-core
2025-11-09 17:07 UTC
[PATCH v2 0/6] spi: add multi-bus support
2025-11-09 17:05 UTC (2+ messages)
[PATCH v2 0/2] iio: adc: ti-ads1120: Add driver and dt-binding
2025-11-09 17:05 UTC (4+ messages)
` [PATCH v2 2/2] iio: adc: Add support for TI ADS1120
FAILED: patch "[PATCH] rust: kbuild: treat `build_error` and `rustdoc` as kernel" failed to apply to 6.12-stable tree
2025-11-09 17:05 UTC (2+ messages)
arm build error
2025-11-09 17:05 UTC (3+ messages)
[PATCH net v4 0/4] fixes two virtio-net related bugs
2025-11-09 17:04 UTC (3+ messages)
` [PATCH net v4 1/4] virtio-net: fix incorrect flags recording in big mode
+ fix-redundant-judgment-in-warn_once-with-clang.patch added to mm-nonmm-unstable branch
2025-11-09 17:04 UTC
[PATCH] Fix redundant judgment in WARN_ONCE with clang
2025-11-09 17:03 UTC (2+ messages)
[PATCH v11 03/10] PCI: cadence: Move PCIe RP common functions to a separate file
2025-11-09 17:01 UTC (3+ messages)
[PATCH v5] rust: add new macro for common bitmap operations
2025-11-09 16:57 UTC (2+ messages)
[PATCH bpf-next v5 0/3] Pass external callchain entry to get_perf_callchain
2025-11-09 16:58 UTC (5+ messages)
` [PATCH bpf-next v5 1/3] perf: Refactor get_perf_callchain
` [PATCH bpf-next v5 2/3] perf: Add atomic operation in get_recursion_context
` [PATCH bpf-next v5 3/3] bpf: Hold the perf callchain entry until used completely
[PATCH v2 1/4] Make enter_lazy_tlb inline on x86
2025-11-09 16:56 UTC (2+ messages)
[PATCH v5] iio: imu: inv_icm45600: Initializes inv_icm45600_buffer_postdisable sleep
2025-11-09 16:56 UTC (2+ messages)
[PATCH v4] iio: imu: inv_icm45600: Initializes inv_icm45600_buffer_postdisable sleep
2025-11-09 16:54 UTC (2+ messages)
[PATCH 0/2] xlnx-dp: fix a couple of fuzzer bugs
2025-11-09 16:54 UTC (4+ messages)
` [PATCH 2/2] hw/display/xlnx_dp: Don't abort for unsupported graphics formats
[PATCH 1/2] dt-bindings: iio: accel: adxl380: add new supported parts
2025-11-09 16:50 UTC (3+ messages)
` [PATCH 2/2] iio: accel: adxl380: add support for ADXL318 and ADXL319
[PATCH v15 00/10] Support virtio-gpu DRM native context
2025-11-09 16:47 UTC (11+ messages)
` [PATCH v15 01/10] ui/sdl2: Restore original context after new context creation
` [PATCH v15 02/10] ui/sdl2: Implement dpy dmabuf functions
` [PATCH v15 03/10] virtio-gpu: Handle virgl fence creation errors
` [PATCH v15 04/10] virtio-gpu: Support asynchronous fencing
` [PATCH v15 05/10] virtio-gpu: Support DRM native context
` [PATCH v15 06/10] ui/sdl2: Don't disable scanout when display is refreshed
` [PATCH v15 07/10] ui/gtk: "
` [PATCH v15 08/10] docs/system: virtio-gpu: Add link to Mesa VirGL doc
` [PATCH v15 09/10] docs/system: virtio-gpu: Update Venus link
` [PATCH v15 10/10] docs/system: virtio-gpu: Document host/guest requirements
[PATCH v2 0/2] PCI: qcom: Binding fix
2025-11-09 16:48 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: qcom: Enforce check for PHY, PERST# properties
[PATCH] iio/adc/pac1934: replace use of system_wq with system_percpu_wq
2025-11-09 16:45 UTC (2+ messages)
[BUG] Edifier QR30 (2d99:a101, Jieli Technology) reboots itself when RGB brightness button is used under Linux
2025-11-09 16:44 UTC (11+ messages)
[PATCH v3 0/3] iio: mpl3115: support for events
2025-11-09 16:43 UTC (12+ messages)
` [PATCH v3 1/3] iio: mpl3115: use get_unaligned_be24 to retrieve pressure data
` [PATCH v3 2/3] iio: mpl3115: add threshold events support
` [PATCH v3 3/3] iio: ABI: document pressure event attributes
[PATCH] perf/core: Fix pending work re-queued in __perf_event_overflow
2025-11-09 16:41 UTC (2+ messages)
` [PATCH v2] "
[PATCH net-next 00/16] net: stmmac: convert glue drivers to use stmmac_get_phy_intf_sel()
2025-11-09 16:38 UTC (6+ messages)
` [PATCH net-next 16/16] net: stmmac: visconti: "
[PATCH v4 00/12] iio: dac: ad5446: Refactor and add support for AD5542
2025-11-09 16:32 UTC (35+ messages)
` [PATCH v4 01/12] dt-bindings: iio: dac: Document AD5446 and similar devices
` [PATCH v5 6/7] dt-bindings: clock: rockchip: Add RK3506 clock and reset unit
` [PATCH v4 02/12] iio: dac: ad5446: Use DMA safe buffer for transfers
` [PATCH v4 03/12] iio: dac: ad5446: Drop duplicated spi_id entry
` [PATCH v4 04/12] iio: dac: ad5446: Don't ignore missing regulator
` [PATCH v4 05/12] iio: dac: ad5446: Move to single chip_info structures
` [PATCH v4 06/12] iio: dac: ad5456: Add missing DT compatibles
` [PATCH v4 07/12] iio: dac: ad5446: Separate I2C/SPI into different drivers
` [PATCH v4 08/12] iio: dac: ad5446: Make use of devm_mutex_init()
` [PATCH v4 09/12] iio: dac: ad5446: Make use of the cleanup helpers
` [PATCH v4 10/12] iio: dac: ad5446: Refactor header inclusion
` [PATCH v4 11/12] iio: dac: ad5446: Fix coding style issues
` [PATCH v4 12/12] iio: dac: ad5446: Add AD5542 to the spi id table
[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-09 16:26 UTC (3+ messages)
` [PATCH v2 01/16] mm: correctly handle UFFD PTE markers
[PATCH] poky: fix typo in README
2025-11-08 20:11 UTC
[PATCH] w1: therm: Use clamp_t to simplify int_to_short helper
2025-11-09 16:20 UTC (2+ messages)
[PATCH v2 0/4] PCI: Add initial support for handling PCIe M.2 connectors in devicetree
2025-11-09 16:18 UTC (4+ messages)
` [PATCH v2 1/4] dt-bindings: connector: Add PCIe M.2 Mechanical Key M connector
[OE-core] [PATCH] bash-completion.bbclass: put bash-completion package to PACKAGE_BEFORE_PN
2025-11-09 16:15 UTC (4+ messages)
Building a allyesconfig kernel fails because macros are being redefined
2025-11-09 16:13 UTC (6+ messages)
` [PATCH 0/2] fix AT_RENAME_* redefinitions with glibc < 2.43
` [PATCH 1/2] uapi: fcntl: guard AT_RENAME_* aliases
` [PATCH 2/2] samples: vfs: avoid libc AT_RENAME_* redefinitions
[PATCH 0/2] Input: alps/psmouse: Fix UAF bugs and improve workqueue synchronization
2025-11-09 16:13 UTC (2+ messages)
[PATCH net] net_sched: limit try_bulk_dequeue_skb() batches
2025-11-09 16:12 UTC
[Bug 218305] New: Ryzen 7 7840HS gets stuck at 544MHz frequency after a random number of suspend/resume cycles
2025-11-09 16:11 UTC (2+ messages)
` [Bug 218305] Ryzen 7 7840HS gets stuck at 544MHz frequency after resuming after unplugging the power cord during sleep
[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
2025-11-09 16:08 UTC (5+ messages)
[meta-oe][PATCH v3] nethogs: add recipe
2025-11-09 16:09 UTC (3+ messages)
` [oe] "
[REGRESSION] af_unix: Introduce SO_PASSRIGHTS - break OpenGL
2025-11-09 16:07 UTC (4+ messages)
[PATCH] spi: Add TODO comment about ACPI GPIO setup
2025-11-09 16:03 UTC (2+ messages)
Isa vs Rust (was Fair Pay Philosophy, Unification in Bitstream System, Low Jitter)
2025-11-09 16:03 UTC
[Buildroot] [PATCH 1/1] package/darkhttpd: bump to version 1.17
2025-11-09 16:02 UTC
[meta-oe][scarthgap][PATCH 01/27] pyxdg: update SRC_URI
2025-11-09 16:00 UTC (27+ messages)
` [meta-oe][scarthgap][PATCH 02/27] libvdpau: "
` [meta-oe][scarthgap][PATCH 03/27] pcp: "
` [meta-oe][scarthgap][PATCH 04/27] fsverity-utils: fix SRC_URI
` [meta-oe][scarthgap][PATCH 05/27] zabbix: "
` [meta-oe][scarthgap][PATCH 06/27] zabbix: upgrade 6.2.7 -> 6.2.9
` [meta-oe][scarthgap][PATCH 07/27] xf86-video-armsoc: fix SRC_URI
` [meta-networking][scarthgap][PATCH 08/27] netsniff-ng: fix SRC_URI branch
` [meta-oe][scarthgap][PATCH 09/27] spriv-shader-generator: "
` [meta-oe][scarthgap][PATCH 10/27] xmlsec1: fix SRC_URI
` [meta-gnome][scarthgap][PATCH 11/27] gnome-chess: fix SRC_URI branch
` [meta-networking][scarthgap][PATCH 12/27] http-parser: "
` [meta-filesystems][scarthgap][PATCH 13/27] yaffs2-utils: update SRC_URI
` [meta-oe][scarthgap][PATCH 14/27] breakpad: correct SRC_URI branch
` [meta-webserver][scarthgap][PATCH 15/27] hiawatha: fix SRC_URI
` [meta-oe][scarthgap][PATCH 16/27] transmission: update SRC_URI branch
` [meta-oe][scarthgap][PATCH 17/27] smarty: fix "
` [meta-oe][scarthgap][PATCH 18/27] id3lib: update remote patch SRC_URI
` [meta-oe][scarthgap][PATCH 19/27] wifi-test-suite: correct SRC_URI
` [meta-networking][scarthgap][PATCH 20/27] unbound: fix SRC_URI
` [meta-python][scarthgap][PATCH 21/27] python3-behave: update SRC_URI branch
` [meta-oe][scarthgap][PATCH 22/27] iksemel: fix "
` [meta-oe][scarthgap][PATCH 23/27] consolation: fix SRC_URI protocol
` [meta-networking][scarthgap][PATCH 24/27] ncftp: fix SRC_URI
` [meta-oe][scarthgap][PATCH 25/27] cmpi-bindings: fix SRC_URI branch
` [meta-oe][scarthgap][PATCH 26/27] unicode-ucd: Updates due to license.txt updates
` [meta-oe][scarthgap][PATCH 27/27] unicode-ucd: Rename the license.txt in DL_DIR to avoid conflicts
[PATCH] checkpatch: ignore removed lines in comment detection
2025-11-09 16:00 UTC
[PATCH v2] EDAC/versalnet: Refactor memory controller initialization and cleanup
2025-11-09 15:58 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.