All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-05 06:19:08 to 2025-12-05 07:38:33 UTC [more...]

[PATCH 6.1.y] ksmbd: fix out-of-bounds in parse_sec_desc()
 2025-12-05  7:35 UTC 

[PATCH v4 4/6] riscv: dts: starfive: Add common board dtsi for VisionFive 2 Lite variants
 2025-12-05  7:30 UTC  (5+ messages)

[PATCH v6 0/4] drm/atomic-helpers: Fix MCDE/R-Car DU regressions
 2025-12-05  1:54 UTC  (7+ messages)
` [PATCH v6 2/4] drm/mcde: Create custom commit tail

[net PATCH] net: macb: Relocate mog_init_rings() callback from macb_mac_link_up() to macb_open()
 2025-12-05  7:36 UTC  (3+ messages)

[PATCH net-next 1/3] net: stmmac: add physical port identification support
 2025-12-05  7:34 UTC  (3+ messages)

[PATCH net-next] net: veth: Disable netpoll support
 2025-12-05  7:35 UTC  (4+ messages)

[PATCH v2 00/12] Changes for several CI improvements
 2025-12-05  7:34 UTC  (2+ messages)

[PATCH v2] nvme: Let the blocklayer set timeouts for requests
 2025-12-05  7:33 UTC  (4+ messages)

[PATCH v2] configs: am571x_hs_evm_defconfig: Reserve EMIF memory used by PPA
 2025-12-05  7:32 UTC  (5+ messages)

misc xfstests fixes
 2025-12-05  7:31 UTC  (3+ messages)
` [PATCH 3/3] xfs/158: _notrun when the file system can't be created

[PATCH] ata: libata-scsi: Remove superfluous local_irq_save()
 2025-12-05  7:31 UTC  (2+ messages)

[PATCH v4 00/24] Disable domctl-op via CONFIG_MGMT_HYPERCALLS
 2025-12-05  7:30 UTC  (7+ messages)
` [PATCH v4 20/24] xen/x86: wrap x86-specific domctl-op with CONFIG_MGMT_HYPERCALLS

[PATCH] drm/atomic: determine the hotspots attribute first for drm plane
 2025-12-05  7:30 UTC 

[PATCH 5.15 000/387] 5.15.197-rc2 review
 2025-12-05  7:29 UTC  (2+ messages)

[PATCH v4] staging: greybus: arche-apb-ctrl: switch to device_property_read_bool
 2025-12-05  7:27 UTC  (2+ messages)

[PATCH v3] staging: greybus: arche-apb-ctrl: switch to device_property_read_bool
 2025-12-05  7:26 UTC  (2+ messages)

[PATCH v4 0/8] Add Chinese translation for USB subsystem
 2025-12-05  7:24 UTC  (4+ messages)
` [PATCH v4 1/8] docs/zh_CN: Add index.rst translation

[tnguy-next-queue:dev-queue 41/61] drivers/net/ethernet/intel/idpf/idpf_ethtool.c:252 idpf_add_flow_steer() warn: missing error code 'err'
 2025-12-05  7:23 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH] gitk: fix history window panes position
 2025-12-05  7:22 UTC  (7+ messages)
  ` AW: "

[PATCH v4] lib: xarray: free unused spare node in xas_create_range()
 2025-12-05  7:22 UTC  (2+ messages)

[PATCH v1] checkpatch: Warn about sign offs if there's an accidental patch separator
 2025-12-05  7:22 UTC  (2+ messages)

[PATCH v2 3/3] clk: microchip: core: allow driver to be compiled with COMPILE_TEST
 2025-12-05  7:21 UTC  (2+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-05  7:18 UTC  (43+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 23/42] dept: print staged wait's stacktrace on report
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v18 36/42] dept: implement a basic unit test for dept
` [PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v18 40/42] dept: track PG_writeback with dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[PATCH] kea: set correct sysconfdir and localstatedir for keactrl
 2025-12-05  7:20 UTC  (3+ messages)
` [OE-core] "

[PATCH v4 00/12] mm/kasan: make kasan=on|off work for all three modes
 2025-12-05  7:20 UTC  (6+ messages)
` [PATCH v4 01/12] mm/kasan: add conditional checks in functions to return directly if kasan is disabled

[PATCH v2] media: i2c: ov5647: use our own mutex for the ctrl lock
 2025-12-05  7:19 UTC 

Fwd: USB DBC hang during earlyprintk initialization
 2025-12-05  7:18 UTC  (16+ messages)

[PATCH net v2] broadcom: b44: prevent uninitialized value usage
 2025-12-05  7:17 UTC 

[PATCH v2] fstests: generic/746: update the parser to handle block group tree
 2025-12-05  7:17 UTC 

[PATCH v6] bitbake-user-manual: Documenting BB_CMDLINE
 2025-12-04 23:42 UTC 

[PATCH 0/5] LoongArch: BPF features and fixes
 2025-12-05  7:16 UTC  (8+ messages)

[RFC PATCH 0/2] KVM: pfncache: Support guest_memfd without direct map
 2025-12-05  7:15 UTC  (6+ messages)

[PATCH v2] mmc: sdhci-esdhc-imx: wait for data transfer completion before reset
 2025-12-05  7:17 UTC 

[PATCH v9 0/2] Add Google Tensor SoC USB controller support
 2025-12-05  7:14 UTC  (4+ messages)
` [PATCH v9 2/2] usb: dwc3: Add Google Tensor SoC DWC3 glue driver

[PATCH 0/3] selftests/resctrl: Add Hygon CPUs support and bug fixes
 2025-12-05  7:15 UTC  (7+ messages)
` [PATCH 1/3] selftests/resctrl: Add CPU vendor detection for Hygon
` [PATCH 3/3] selftests/resctrl: Fix non-contiguous CBM check "

[Intel-wired-lan] [PATCH 1/2] ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
 2025-12-05  7:14 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH 2/2] ice: Initialize RDMA after rebuild

[PATCH 00/11] rust: migration: add high-level migration wrappers
 2025-12-05  7:38 UTC  (3+ messages)
` [PATCH 04/14] rust: add Serialize implementation for QObject

[anolis-intel-cloud:devel-5.10 2/2] mm/vmalloc.c:2805: warning: Function parameter or member 'flag' not described in '__vmap_area_range'
 2025-12-05  7:13 UTC 

[PATCH v5 0/3] Fix bio chain related issues
 2025-12-05  7:13 UTC  (4+ messages)
` [PATCH v5 3/3] block: prevent race condition on bi_status in __bio_chain_endio

[oe][meta-networking][patch] net-snmp: Fix systemstats_linux unexpected header length
 2025-12-05  7:12 UTC  (4+ messages)

[PATCH v8 00/22] wifi: nxpwifi: create nxpwifi to support
 2025-12-05  7:11 UTC  (24+ messages)
` [PATCH v8 01/22] wifi: nxpwifi: Add 802.11n support for client and AP modes
` [PATCH v8 02/22] wifi: nxpwifi: add initial support for 802.11ac
` [PATCH v8 03/22] wifi: nxpwifi: add initial support for 802.11ax
` [PATCH v8 04/22] wifi: nxpwifi: add support for 802.11h (DFS and TPC)
` [PATCH v8 05/22] wifi: nxpwifi: add support for WMM
` [PATCH v8 06/22] wifi: nxpwifi: add scan support
` [PATCH v8 07/22] wifi: nxpwifi: add join and association support
` [PATCH v8 08/22] wifi: nxpwifi: add channel/frequency/power (cfp) support
` [PATCH v8 09/22] wifi: nxpwifi: add configuration support
` [PATCH v8 10/22] wifi: nxpwifi: implement cfg80211 ops for STA and AP modes
` [PATCH v8 11/22] wifi: nxpwifi: add firmware command and TLV definitions
` [PATCH v8 12/22] wifi: nxpwifi: introduce command and event handling infrastructure
` [PATCH v8 13/22] wifi: nxpwifi: add data path support for STA and AP modes
` [PATCH v8 14/22] wifi: nxpwifi: add debugfs support for diagnostics and testing
` [PATCH v8 15/22] wifi: nxpwifi: add ethtool support for Wake-on-LAN
` [PATCH v8 16/22] wifi: nxpwifi: add utility and IE handling support
` [PATCH v8 17/22] wifi: nxpwifi: add driver initialization and shutdown support
` [PATCH v8 18/22] wifi: nxpwifi: add core driver implementation
` [PATCH v8 19/22] wifi: nxpwifi: add initial SDIO bus driver support
` [PATCH v8 20/22] wifi: nxpwifi: add NXP vendor and IW61x device IDs to sdio_ids.h
` [PATCH v8 21/22] wifi: nxpwifi: add Kconfig and Makefile for kernel integration
` [PATCH v8 22/22] wifi: nxpwifi: add MAINTAINERS entry for nxpwifi driver

[PATCH 0/1] drm/xe: Restore engine registers before restarting schedulers after GT reset
 2025-12-05  7:11 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✗ Xe.CI.Full: failure "

[PATCH v4] drm/xe: expose PAT software table via debugfs
 2025-12-05  7:10 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe: expose PAT software table via debugfs (rev7)

[PATCH 00/11] Subject: [PATCH 00/11] Add DRM support for Amlogic S4
 2025-12-05  7:09 UTC  (10+ messages)
` [PATCH 01/11] dt-bindings: display: meson-dw-hdmi: Add compatible for S4 HDMI controller

[PATCH v7 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-12-05  7:09 UTC  (13+ messages)
` [PATCH v7 5/7] arm64: Add support for FEAT_{LS64, LS64_V}

[PATCH v3 0/5] btrfs: zoned: don't zone append to conventional zone
 2025-12-05  7:08 UTC  (6+ messages)
` [PATCH v3 2/5] btrfs: move btrfs_bio::csum_search_commit_root into flags

[PATCH v2] btrfs: switch to library APIs for checksums
 2025-12-05  7:04 UTC 

[PATCH v6] usb: typec: ucsi: Get connector status after enable notifications
 2025-12-05  7:07 UTC 

[PATCH blktests v2] scsi/004: Remove reliance on deprecated /proc/scsi/scsi_debug
 2025-12-05  7:07 UTC  (2+ messages)

[PATCH] KVM: SVM: Don't allow L1 intercepts for instructions not advertised
 2025-12-05  7:06 UTC 

[PATCH v5 2/2] drm/xe: expose PAT software config to debugfs
 2025-12-05  7:06 UTC  (2+ messages)
` [PATCH v6 "

[PATCH] ocfs2: fix memory leak in ocfs2_merge_rec_left()
 2025-12-05  7:05 UTC  (2+ messages)

[PATCH] Revert "mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb"
 2025-12-05  7:05 UTC  (7+ messages)

[PATCH 5.10 000/295] 5.10.247-rc2 review
 2025-12-05  7:04 UTC  (2+ messages)

[PATCH] device: Improve errors when station not present
 2025-12-05  7:03 UTC 

[PATCH v5 1/2] drm/xe: Refactor PAT dump to use shared helpers
 2025-12-05  7:02 UTC  (3+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/2] drm/xe: expose PAT software config to debugfs

[PATCH i-g-t] tests/intel/kms_pm_rpm: Add test to validate G7 residency
 2025-12-05  7:00 UTC  (2+ messages)
` [i-g-t] "

[PATCH V4 0/3] Add device tree support for NVIDIA Tegra CMDQV
 2025-12-05  6:58 UTC  (4+ messages)
` [PATCH V4 1/3] iommu/arm-smmu-v3: Add device-tree support for CMDQV driver
` [PATCH V4 2/3] dt-bindings: iommu: Add NVIDIA Tegra CMDQV support
` [PATCH V4 3/3] arm64: dts: nvidia: Add nodes for CMDQV

[isar-cip-core] Freeze for v1.10 ahead
 2025-12-05  6:58 UTC 

[isar-cip-core][PATCH] linux-cip: Update to 4.4.302-cip105, 4.19.325-cip126 and 6.12.59-cip14
 2025-12-05  6:55 UTC 

[PATCH v6 0/2] Add HARDLOCKUP_DETECTOR_PERF support for RISC-V
 2025-12-05  6:53 UTC  (4+ messages)
` [PATCH v6 1/2] watchdog: move arm64 watchdog_hld into common code

[PATCH v2] ceph: stop selecting CRC32, CRYPTO, and CRYPTO_AES
 2025-12-05  6:51 UTC 

[anolis-intel-cloud:devel-5.10 0/1] kernel/sched/core.c:9595:2: error: implicit declaration of function 'tg_burst_change'
 2025-12-05  6:52 UTC 

[PATCH v5 0/5] drm/amdgpu: add UMA carveout tuning interfaces
 2025-12-05  6:50 UTC  (6+ messages)
` [PATCH v5 1/5] drm/amdgpu: parse UMA size-getting/setting bits in ATCS mask
` [PATCH v5 2/5] drm/amdgpu: add helper to read UMA carveout info
` [PATCH v5 3/5] drm/amdgpu: add UMA allocation setting helpers
` [PATCH v5 4/5] drm/amdgpu: add UMA allocation interfaces to sysfs
` [PATCH v5 5/5] Documentation/amdgpu: Add UMA carveout details

[PATCH] ceph: stop selecting CRYPTO and CRYPTO_AES
 2025-12-05  6:48 UTC  (3+ messages)

[PATCH] arm64/simd: Avoid pointless clearing of FP/SIMD buffer
 2025-12-05  6:48 UTC  (2+ messages)

[PATCH] pmdomain:rockchip: Fix init genpd as GENPD_STATE_ON before regulator ready
 2025-12-05  6:47 UTC  (2+ messages)

[PATCH v3 0/8] Live update: tap and vhost
 2025-12-05  6:46 UTC  (5+ messages)
` [PATCH v3 6/8] tap: cpr support

[PATCH v7 00/20] FIT image improvements
 2025-12-05  6:46 UTC  (5+ messages)
` [PATCH v7 11/20] kernel-fit-image.bbclass: add a new FIT image implementation
  ` AW: [EXT] [OE-core] "
    `  "

[PATCH v2] arm64: dts: mediatek: mt8189: Add pinmux macro header file
 2025-12-05  6:43 UTC 

[PATCH v2 00/11] Final fixes for 10.2 (build, docs, dockerfiles, plugins)
 2025-12-05  6:40 UTC  (5+ messages)
` [PATCH v2 05/11] tests/lcitool: add nettle to the minimal deps
` [PATCH v2 07/11] tests/docker: drop --disable-[tools|system] from all-test-cross

[PATCH 0/3] cgroup/misc: Add hwcap masks to the misc controller
 2025-12-05  6:39 UTC  (3+ messages)

[PATCH] cpufreq: qcom-nvmem: add sentinel to qcom_cpufreq_ipq806x_match_list
 2025-12-05  6:38 UTC 

[Patch v5 00/19] Support SIMD/eGPRs/SSP registers sampling for perf
 2025-12-05  6:38 UTC  (13+ messages)
` [Patch v5 06/19] perf/x86: Add support for XMM registers in non-PEBS and REGS_USER
` [Patch v5 18/19] perf parse-regs: Support new SIMD sampling format

[PATCH] reset-controller: ti: introduce a new reset handler
 2025-12-05  6:33 UTC 

[PATCH] perf build: Support passing extra Clang options via EXTRA_BPF_FLAGS
 2025-12-05  6:33 UTC  (8+ messages)

[PATCH] generic: test journaling after renaming fsynced file and fsync parent dir
 2025-12-05  6:32 UTC  (2+ messages)

[RFC v3 00/21] hw/arm/smmuv3: Add initial support for Secure State
 2025-12-05  6:31 UTC  (4+ messages)
` [RFC v3 15/21] hw/arm/smmuv3: Determine register bank from MMIO offset

[PATCH v2 0/5] arm64: dts: qcom: Introduce Kaanapali platform device tree
 2025-12-05  6:31 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: arm: qcom: Document Kaanapali SoC and its reference boards
` [PATCH v2 2/5] arm64: defconfig: enable clocks, interconnect and pinctrl for Qualcomm Kaanapali
` [PATCH v2 3/5] arm64: dts: qcom: Introduce Kaanapali SoC
` [PATCH v2 4/5] arm64: dts: qcom: kaanapali: Add base MTP board
` [PATCH v2 5/5] arm64: dts: qcom: kaanapali: Add base QRD board

[RFC] perf build: Use self-contained headers from kernel source when compiling
 2025-12-05  6:29 UTC  (3+ messages)

[PATCH v4 0/4] LoongArch: Add 128-bit atomic cmpxchg support (v4)
 2025-12-05  6:29 UTC  (5+ messages)
` [PATCH v4 1/4] LoongArch: Add 128-bit atomic cmpxchg support
` [PATCH v4 2/4] LoongArch: Add SCQ support detection
` [PATCH v4 3/4] LoongArch: Use spinlock to emulate 128-bit cmpxchg
` [PATCH v4 4/4] LoongArch: Enable 128-bit atomics cmpxchg support

[syzbot] [hfs?] memory leak in hfsplus_init_fs_context
 2025-12-05  6:28 UTC  (2+ messages)
` Forwarded: [PATCH] hfsplus: fix memory leak in hfsplus_fill_super() error path

[PATCH 1/2] tools/build: Add a feature test for libopenssl
 2025-12-05  6:27 UTC  (5+ messages)

[PATCH] sched/rt: Skip currently executing CPU in rto_next_cpu()
 2025-12-05  6:08 UTC 

[Buildroot] Implementation Procedure for i.MX93 Custom Board
 2025-12-05  6:25 UTC  (3+ messages)

[PATCH v3 0/9] KVM: arm64: Add support for FEAT_IDST
 2025-12-05  6:25 UTC  (3+ messages)
` [PATCH v3 5/9] KVM: arm64: Handle CSSIDR2_EL1 and SMIDR_EL1 in a generic way

[bug report] drm/colorop: Add 1D Curve subtype
 2025-12-05  6:24 UTC 

[PATCH] sched/rt: Skip currently executing CPU in rto_next_cpu()
 2025-12-05  6:03 UTC 

[PATCH v9 0/7] net/tap: simple refactoring
 2025-12-05  6:19 UTC  (3+ messages)

[PATCH ipsec] xfrm: set ipv4 no_pmtu_disc flag only on output sa when direction is set
 2025-12-05  6:18 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.