All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-02 20:15:50 to 2026-07-02 21:31:55 UTC [more...]

[PATCH v3 00/10] dmaengine: dw-edma: flatten desc structions and simple code
 2026-07-02 21:31 UTC  (16+ messages)
` [PATCH v3 01/10] dmaengine: dw-edma: Move control field update of DMA link to the last step
` [PATCH v3 02/10] dmaengine: dw-edma: Add xfer_sz field to struct dw_edma_chunk
` [PATCH v3 03/10] dmaengine: dw-edma: Move ll_region from struct dw_edma_chunk to struct dw_edma_chan
` [PATCH v3 04/10] dmaengine: dw-edma: Pass down dw_edma_chan to reduce one level of indirection
` [PATCH v3 05/10] dmaengine: dw-edma: Add helper dw_(edma|hdma)_v0_core_ch_enable()
` [PATCH v3 06/10] dmaengine: dw-edma: Add callbacks to fill link list entries
` [PATCH v3 07/10] dmaengine: dw-edma: Add non_ll_start() callback
` [PATCH v3 08/10] dmaengine: dw-edma: Use common dw_edma_core_start() for both eDMA and HDMA
` [PATCH v3 09/10] dmaengine: dw-edma: Use burst array instead of linked list
` [PATCH v3 10/10] dmaengine: dw-edma: Remove struct dw_edma_chunk

[PATCH 0/9] t: fixes and improvements for GIT_TEST_LONG
 2026-07-02 21:30 UTC  (7+ messages)
` [PATCH 3/9] t4141: fix inefficient use of dd(1)
` [PATCH 5/9] t7508: skip EXPENSIVE test that is broken without SIZE_T_IS_32BIT
` [PATCH 6/9] t7900: clean up large EXPENSIVE repository

[PATCH i-g-t v5 0/7] Vswing / Pre-emphasis Override decoding
 2026-07-02 21:30 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for Vswing / Pre-emphasis Override decoding (rev4)
` ✓ i915.CI.BAT: "

Bug report - Trim QD1 using io_uring is hitting unreal clat values
 2026-07-02 21:29 UTC 

[RFC] Null Namespaces
 2026-07-02 21:28 UTC  (7+ messages)

+ revert-lib-fix-_parse_integer_limit-to-handle-overflow.patch added to mm-nonmm-unstable branch
 2026-07-02 21:29 UTC 

[PATCH 1/1] checkpatch: Skip CamelCase cache for --no-tree without root
 2026-07-02 21:28 UTC  (3+ messages)

+ mm-zswap-use-ratelimited-stats-flush-in-zswap_shrinker_count.patch added to mm-new branch
 2026-07-02 21:27 UTC 

[PATCH] sched/topology: Allow EAS without schedutil for artificial Energy Models
 2026-07-02 21:27 UTC  (7+ messages)

[PATCH v3 0/7] irqchip/ACPI: Arm GICv5 IWB ACPI IRQ probe deferral
 2026-07-02 21:27 UTC  (4+ messages)
` [PATCH v3 1/7] ACPI: Add acpi_device_clear_dep() helper function

[PATCH] drm/fourcc: Add P212, P410 and P412 formats
 2026-07-02 21:23 UTC 

[PATCH 2/2] serial: sc16is7xx: set TX FIFO trigger level to half FIFO to prevent underruns
 2026-07-02 21:24 UTC  (5+ messages)

[PATCH v5 0/7] drm/rcar-du: Add support for DSI pipelines with DSC
 2026-07-02 21:24 UTC  (3+ messages)
` [PATCH v5 4/7] drm/rcar-du: dsi: Support DSC in the pipeline

[PATCH net-next v6 00/15] Support for onsemi's S2500 10Base-T1S MAC-PHY
 2026-07-02 21:23 UTC  (4+ messages)
` [PATCH net-next v6 12/15] onsemi: s2500: Add driver support for TS2500 MAC-PHY

[PATCH 1/2] selftests: drv-net: Fix csum path in doc
 2026-07-02 21:22 UTC  (2+ messages)
` [PATCH 2/2] selftests: drv-net: Fix TSO test doc

[PATCH v2 00/16] LoongArch initial support
 2026-07-02 21:22 UTC  (21+ messages)
` [PATCH v2 01/16] lib: fdtdec: Handle multiple memory nodes
` [PATCH v2 03/16] image: Take entry point as an output of setup_booti
` [PATCH v2 06/16] LoongArch: skeleton and headers
` [PATCH v2 07/16] LoongArch: lib: General routines

[PATCH 00/11] target/arm: Fix some Neon trapping corner cases
 2026-07-02 21:21 UTC  (17+ messages)
` [PATCH 01/11] target/arm: Separate out Neon from VFP access checks
` [PATCH 02/11] target/arm: Separate syndrome functions for A32 and A64
` [PATCH 03/11] target/arm: Report correct syndrome to AArch32 EL2 for trapped Neon/VFP insns
` [PATCH 04/11] target/arm: Define fields for NSACR
` [PATCH 05/11] target/arm: Handle NSACR.NSASEDIS in CPACR accesses
` [PATCH 06/11] target/arm: Handle NSACR.NSASEDIS in HCPTR accesses
` [PATCH 07/11] target/arm: Update confusing comment in cpacr_write()
` [PATCH 08/11] target/arm: Add new feature ARM_FEATURE_NO_NEON_TRAPS

[RFC PATCH v1.1 0/8] mm/damon: validate all parameters in the core
 2026-07-02 21:21 UTC  (14+ messages)
` [RFC PATCH v1.1 1/8] mm/damon/core: safely validate src on damon_commit_ctx()
` [RFC PATCH v1.1 2/8] mm/damon/core: do parameter testing commit on damon_start()
` [RFC PATCH v1.1 3/8] mm/damon/sysfs: remove duplicated commit input validity check
` [RFC PATCH v1.1 4/8] mm/damon/reclaim: remove duplicated min_region_sz power of 2 check
` [RFC PATCH v1.1 5/8] mm/damon/lru_sort: remove duplicated min_region_sz power_of_2() check
` [RFC PATCH v1.1 6/8] mm/damon: document region size validation in damon_set_regions()
` [RFC PATCH v1.1 7/8] mm/damon/core: remove start, end check in damon_set_region_system_rams()
` [RFC PATCH v1.1 8/8] mm/damon/sysfs: remove region size validation

[PATCH] Documentation: remove the requirement for LLM attribution
 2026-07-02 21:17 UTC  (8+ messages)

[PATCH 1/3] powerpc/boot: Fix simpleboot CPU node lookup check
 2026-07-02 21:15 UTC  (3+ messages)
` [PATCH 2/3] powerpc/boot: Fix treeboot-currituck "
` [PATCH 3/3] powerpc/boot: Fix treeboot-akebono "

[PATCH bpf-next v3 0/6] Verify BPF signed loader at load time
 2026-07-02 21:16 UTC  (4+ messages)
` [PATCH bpf-next v3 1/6] bpf: Resolve and cache fd_array objects "

[PATCH v12 00/35] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2026-07-02 21:15 UTC  (7+ messages)
` [PATCH v12 26/35] pc-bios/s390-ccw: Add additional security checks for secure boot
` [PATCH v12 31/35] hw/s390x/ipl: Handle secure boot without specifying a boot device

[PATCH] lsm: cleanup repeated lsm_blob_size_update() calls in lsm_prepare()
 2026-07-02 21:15 UTC  (4+ messages)

[PATCH v2] wifi: ath12k: fix survey indexing across bands
 2026-07-02 21:14 UTC  (2+ messages)

[PATCH] staging: nvec: disable i2c slave on remove
 2026-07-02 21:13 UTC  (2+ messages)

[PATCH v1] bus: ti-sysc: Fix /chosen node reference leak
 2026-07-02 21:13 UTC  (2+ messages)

[PATCH 3/3] rtc: s35390a: make use of interrupt signal 1
 2026-07-02 21:12 UTC 

[PATCH v4 0/2] Delete task_euid()
 2026-07-02 21:12 UTC  (6+ messages)

[PATCH v1] clocksource/drivers/timer-atmel-pit: Fix init failure cleanup
 2026-07-02 21:12 UTC  (2+ messages)

[to-be-updated] lib-random32-convert-selftest-to-kunit.patch removed from -mm tree
 2026-07-02 21:12 UTC 

[PATCH v1] ARM: mstar: Drop OF node references after mapping
 2026-07-02 21:11 UTC  (2+ messages)

[PATCH v2 0/4] hw/scsi/ncr53c710: rewrite to support HP-UX, Linux and NetBSD
 2026-07-02 21:08 UTC  (6+ messages)
` [PATCH v2 3/4] hw/scsi/ncr53c710: rewrite the SCRIPTS engine

[PATCH -next 2/2] security: Fix call security_backing_file_free second time
 2026-07-02 21:09 UTC  (2+ messages)
` [PATCH "

[PATCH -next 1/2] security: Some cleanup code
 2026-07-02 21:09 UTC  (2+ messages)
` [PATCH "

[PATCH v5 0/3] Add devicetree for the Graperain G3568 v2
 2026-07-02 21:08 UTC  (11+ messages)
` [PATCH v5 1/3] dt-bindings: vendor-prefixes: Add graperain
` [PATCH v5 2/3] dt-bindings: arm: rockchip: Add Graperain G3568 series
` [PATCH v5 3/3] arm64: dts: rockchip: Add devicetree for the Graperain G3568 v2

[PATCH 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-02 21:10 UTC  (10+ messages)
` [PATCH 04/28] KVM: arm64: Drop __HCRX_EL2_* masks
` [PATCH 23/28] KVM: arm64: Add NVHCR_EL2 context switching
` [PATCH 25/28] KVM: arm64: Engage NV3 TLBI trap elision

[PATCH] test/pcapng: add some leeway to timestamp test
 2026-07-02 21:08 UTC  (2+ messages)

[ath-current] wifi: ath11k: fix NULL pointer dereference in ath11k_hal_srng_access_begin
 2026-07-02 21:06 UTC  (2+ messages)

[PATCH v1 0/2] drm/xe: Use IBC v3 on PTL
 2026-07-02 21:06 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH] wifi: ath6kl: fix use-after-free in aggr_reset_state()
 2026-07-02 21:06 UTC  (2+ messages)

[PATCH] wifi: ath9k: hif_usb: don't dereference hif_dev after re-arming firmware request
 2026-07-02 21:06 UTC  (2+ messages)

[PATCH 0/9] hash algorithm leak fixes
 2026-07-02 21:06 UTC  (4+ messages)
` [PATCH 1/9] csum-file: drop discard_hashfile()

[android-common:android16-6.12 1/1] block/blk-merge.c:969 blk_rq_merge_ok() warn: variable dereferenced before check 'rq->bio' (see line 958)
 2026-07-02 21:02 UTC 

[Bug 221714] New: AMDGPU: Firmware issue on Teros TE-2476G monitor causes black screen/instability with FreeSync and invalid EDID
 2026-07-02 21:02 UTC 

[PATCH v2] rust_binder: use pin_init::zeroed for file_operations initialization
 2026-07-02 20:58 UTC 

[PATCH v2 0/2] complete perf_allow_* trio and use in drm/xe
 2026-07-02 20:58 UTC  (5+ messages)
` [PATCH v2 1/2] perf/core: out-of-line and export perf_allow_cpu/tracepoint()

[PATCH v3 0/2] tracing: Remove trace_printk.h from kernel.h
 2026-07-02 20:57 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH bpf-next] bpf: reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitialized
 2026-07-02 20:55 UTC  (3+ messages)

[PATCH 0/6] ip_frag: fix reassembly defects and add test
 2026-07-02 20:55 UTC  (3+ messages)
` [PATCH v3 0/8] "

[oe-core][Patch 1/3] mesa.inc: add tools support for intel
 2026-07-02 20:54 UTC  (4+ messages)
` [oe-core][Patch 2/3] mesa.inc: enable intel raytracing support conditionally

[PATCH] tracing: Cleanup event_enable_trigger_parse() by using __free()
 2026-07-02 20:53 UTC  (3+ messages)

[PATCH v2] selftests: Open /dev/udmabuf O_RDONLY
 2026-07-02 20:53 UTC  (2+ messages)

[PATCH] treewide: Kconfig: use bool instead of tristate
 2026-07-02 20:05 UTC  (4+ messages)

[RESEND RFC PATCH v2 0/5] mm/damon: add mTHP collapse and split actions
 2026-07-02 20:50 UTC  (2+ messages)

[PATCH v6 00/12] ZTE zx297520v3 clock bindings and driver
 2026-07-02 20:50 UTC  (18+ messages)
` [PATCH v6 01/12] dt-bindings: soc: zte: Add zx297520v3 top clock and reset bindings
` [PATCH v6 02/12] dt-bindings: soc: zte: Add zx297520v3 matrix "
` [PATCH v6 03/12] dt-bindings: clk: zte: Add zx297520v3 LSP "
` [PATCH v6 04/12] mfd: zx297520v3: Add a clock and reset MFD driver
` [PATCH v6 05/12] clk: zte: Add Clock registration infrastructure
` [PATCH v6 06/12] clk: zte: Add regmap based clocks
` [PATCH v6 07/12] clk: zte: Add zx PLL support infrastructure
` [PATCH v6 08/12] clk: zte: Introduce a driver for zx297520v3 top clocks
` [PATCH v6 09/12] clk: zte: Introduce a driver for zx297520v3 matrix clocks
` [PATCH v6 10/12] clk: zte: Introduce a driver for zx297520v3 LSP clocks
` [PATCH v6 11/12] reset: zte: Add a zx297520v3 reset driver
` [PATCH v6 12/12] ARM: dts: zte: Declare zx297520v3 CRM device nodes

[PATCH net-next v4 1/2] net: dsa: realtek: rtl8365mb: add SGMII support for RTL8367S
 2026-07-02 20:47 UTC  (2+ messages)
` [PATCH net-next v4 2/2] net: dsa: realtek: rtl8365mb: add HSGMII "

[PATCH net-next v4 0/2] net: dsa: realtek: rtl8365mb: add SGMII/HSGMII support for RTL8367S
 2026-07-02 20:47 UTC 

[PATCH 6.6 000/175] 6.6.144-rc1 review
 2026-07-02 20:46 UTC  (2+ messages)

[PATCH v2 00/15] target/arm: Implement FEAT_SME_MOP4
 2026-07-02 20:43 UTC  (16+ messages)
` [PATCH v2 01/15] target/arm: Implement FMOP4 (non-widening) for float32
` [PATCH v2 02/15] target/arm: Implement FMOP4 (non-widening) for float16
` [PATCH v2 03/15] target/arm: Implement FMOP4 (non-widening) for float64
` [PATCH v2 04/15] target/arm: Implement BFMOP4 (non-widening)
` [PATCH v2 05/15] target/arm: Implement BFMOP4 (widening)
` [PATCH v2 06/15] target/arm: Implement FMOP4 (widening, 2-way fp16 to fp32)
` [PATCH v2 07/15] target/arm: Implement FMOP4 (widening, 4-way fp8 "
` [PATCH v2 08/15] target/arm: Implement FMOP4A (widening, 2-way, FP8 to FP16)
` [PATCH v2 09/15] target/arm: Implement SMOP4[AS] (2-way)
` [PATCH v2 10/15] target/arm: Implement SMOP4[AS] (4-way)
` [PATCH v2 11/15] target/arm: Implement SUMOP4[AS]
` [PATCH v2 12/15] target/arm: Implement UMOP4[AS] (2-way)
` [PATCH v2 13/15] target/arm: Implement UMOP4[AS] (4-way)
` [PATCH v2 14/15] target/arm: Implement USMOP4[AS]
` [PATCH v2 15/15] target/arm: Enable FEAT_SME_MOP4 for -cpu max

[RFC] entry: Untangle the return value of syscall_enter_from_user_mode from syscall NR
 2026-07-02 20:45 UTC  (5+ messages)

[PATCH 6.12.y 1/2] nfsd: fix file change detection in CB_GETATTR
 2026-07-02 20:45 UTC  (3+ messages)
` [PATCH 6.12.y 2/2] nfsd: release layout stid on setlease failure

[PATCH 6.18.y 1/3] nfsd: update mtime/ctime on CLONE in presense of delegated attributes
 2026-07-02 20:44 UTC  (4+ messages)
` [PATCH 6.18.y 2/3] nfsd: update mtime/ctime on COPY in presence "
` [PATCH 6.18.y 3/3] nfsd: release layout stid on setlease failure

[PATCH 0/2] ASoC: meson: aiu: fix playback issue for 24-bit mode
 2026-07-02 20:44 UTC  (7+ messages)
` [PATCH 1/2] ASoC: meson: gx-formatter: prepare on attach
` [PATCH 2/2] ASoC: meson: aiu-formatter: remove pipeline reset from prepare

Processed: unarchiving 1116595, fixed 1116595 in 6.19.0-1, tagging 1128511
 2026-07-02 20:35 UTC 

[PATCH] ALSA: hda/realtek: Enable mute LED quirk for HP Laptop 15-dw0xxx
 2026-07-02 20:43 UTC 

[RFC PATCH v1.1 3/3] mm/damon/sysfs-schemes: set probe hits as pseudo moving sums
 2026-07-02 20:43 UTC  (2+ messages)

[PATCHv2 net-next] net: dsa: qca8k: fall back to ethernet-ports node name for LEDs
 2026-07-02 20:43 UTC  (2+ messages)

drivers/net/ethernet/intel/ice/ice_acl_ctrl.c:234:6: warning: variable 'resp_buf' is used uninitialized whenever 'if' condition is true
 2026-07-02 20:41 UTC 

[PATCH] net: fman: guard IRQ handlers against pre-init interrupt
 2026-07-02 20:42 UTC  (4+ messages)
  ` [PATCH v2 1/2] net: fman: move IRQ registration after init to prevent NULL deref and UAF

[PATCH] drm/i915/mst: limit DP MST ESI service loop
 2026-07-02 20:40 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/mst: limit DP MST ESI service loop (rev2)

[RFC PATCH v1.1 1/3] mm/damon: add damon_region->last_probe_hits
 2026-07-02 20:37 UTC  (2+ messages)

[PATCH v2 0/1] hw/riscv/riscv-iommu.c: check for misaligned IOHGATP_PPN
 2026-07-02 20:36 UTC  (2+ messages)
` [PATCH v2 1/1] "

[RFC PATCH 0/6] cpufreq/amd-pstate: Rework dynamic_epp as an energy_performance_preference mode
 2026-07-02 20:36 UTC  (7+ messages)
` [RFC PATCH 2/6] cpufreq/amd-pstate: Add dynamic EPP as an "energy_performance_preference" mode
` [RFC PATCH 3/6] cpufreq/amd-pstate: Repurpose "amd_dynamic_epp" cmdline and corresponding sysfs

[PATCH] staging: octeon: ethernet: remove redundant parentheses in conditionals
 2026-07-02 20:35 UTC 

[PATCH v4 00/10] vfio/pci: Add mmap() for DMABUFs
 2026-07-02 20:34 UTC  (5+ messages)
` [PATCH v4 02/10] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE

[Buildroot] [PATCH] package/erlang-jiffy: bump to version 2.0.2
 2026-07-02 20:33 UTC 

[RESEND RFC PATCH v2 2/5] mm/khugepaged: add damon_collapse_folio_range() for external callers
 2026-07-02 20:32 UTC  (2+ messages)

[moderation/CI] Re: fs: Fix missed inode write during fsync
 2026-07-02 20:31 UTC 

[Buildroot] [PATCH 1/1] docs/website: link LTS tooling documentation and staging branch
 2026-07-02 20:30 UTC 

[PATCH v6 1/1] drm/xe/guc: Handle GuC local uncorrectable error notifications
 2026-07-02 20:30 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for series starting with [v6,1/1] "

[PATCH v4 0/4] history: add squash subcommand to fold a range
 2026-07-02 20:28 UTC  (11+ messages)
` [PATCH v5 "

[PATCH v9 0/2] tests/kms_vrr: Add full-range refresh rate testing
 2026-07-02 20:25 UTC  (3+ messages)
` [PATCH v9 2/2] tests/kms_vrr: add support for full range "

[PATCH v2] iommu/arm-smmu-v3: Shrink command/event/PRI queues in kdump kernel
 2026-07-02 20:25 UTC  (4+ messages)

[PATCH 6.1 000/129] 6.1.177-rc1 review
 2026-07-02 20:25 UTC  (2+ messages)

[OE-core][wrynose][PATCH] python3: skiptest tracemalloc_track_race
 2026-07-02 20:24 UTC 

[PATCH] rockchip: arm64: dts: rockchip: Fix incorrect interrupt for the 9Tripod X3568 v4
 2026-07-02 20:24 UTC  (2+ messages)

[PATCH net] af_unix: fix listen() succeeding on sockets in the wrong state
 2026-07-02 20:20 UTC 

[PATCH v3] drm/rockchip: Remove dependency on DRM simple helpers
 2026-07-02 20:18 UTC  (4+ messages)
` [PATCH RESEND "
  ` [PATCH v4] "

[PATCH] futex/requeue: Revert "Prevent NULL pointer dereference in remove_waiter() on self-deadlock""
 2026-07-02 20:19 UTC  (2+ messages)
` [tip: locking/urgent] "

[RESEND RFC PATCH v2 5/5] mm/damon/vaddr: implement DAMOS_SPLIT handler
 2026-07-02 20:18 UTC  (2+ messages)

[PATCH 5.10 00/96] 5.10.260-rc1 review
 2026-07-02 20:18 UTC  (2+ messages)

[PATCH v2 0/7] pmbus: PMBus 1.x framework, CLI, regulator and thermal support
 2026-07-02 20:15 UTC  (2+ messages)
` [PATCH v2 4/7] board: nxp: vid: introduce PMBus framework support


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.