All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-06 05:38:45 to 2026-07-06 06:29:09 UTC [more...]

[PATCH 0/9] ax88179_178a: Add support for AX88179A-based chips
 2026-07-06  6:28 UTC  (7+ messages)
` [PATCH 5/9] ax88179_178a: Add support for ethtool pause parameter configuration

[PATCH i-g-t v3 0/3] tests/intel/kms_pipe_stress: fix plane setup and cursor handling
 2026-07-06  6:50 UTC  (3+ messages)
` [PATCH i-g-t v3 1/3] tests/intel/kms_pipe_stress: fix inverted condition skipping plane setup
` [PATCH i-g-t v3 2/3] tests/intel/kms_pipe_stress: fix plane source crop and separate cursor loop

[PATCH v4 0/9] Improve Qualcomm EUD driver and platform support
 2026-07-06  6:28 UTC  (5+ messages)
` [PATCH v4 3/9] usb: misc: qcom_eud: add per-path High-Speed PHY control
` [PATCH v4 5/9] usb: misc: qcom_eud: improve enable_store API

[PATCH 1/2] mmc: detect illegal command response in SPI mode
 2026-07-06  6:26 UTC  (2+ messages)

[PATCH v7 0/2] ocfs2: validate xattr entry bounds
 2026-07-06  6:24 UTC  (5+ messages)
` [PATCH v7 1/2] ocfs2: validate inline xattrs during inode block validation
` [PATCH v7 2/2] ocfs2: validate external xattr entries when reading metadata

[PATCH] Revert "mtd: maps: remove uclinux map driver"
 2026-07-06  6:24 UTC  (3+ messages)

[PATCH v2] mtd: rawnand: lpc32xx_slc: fail DMA transfer on completion timeout
 2026-07-06  6:24 UTC  (3+ messages)

[PATCH v2] mtd: onenand: samsung: report DMA completion timeouts
 2026-07-06  6:24 UTC  (3+ messages)

[PATCH v2] mtd: rawnand: lpc32xx_mlc: fail DMA transfers on timeout
 2026-07-06  6:24 UTC  (3+ messages)

[PATCH v2] mtd: rawnand: fsl_ifc: return errors for failed page reads
 2026-07-06  6:24 UTC  (3+ messages)

[PATCH v2] mtd: mchp23k256: use SPI match data for chip caps
 2026-07-06  6:24 UTC  (3+ messages)

[PATCH] mtd: fix double free and WARN_ON in add_mtd_device() error paths
 2026-07-06  6:24 UTC  (3+ messages)

[PATCH 0/9] t: fixes and improvements for GIT_TEST_LONG
 2026-07-06  6:24 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] README: add GitLab CI badge to make it more discoverable
  ` [PATCH v3 2/9] t0021: skip EXPENSIVE test that is broken without SIZE_T_IS_64BIT
  ` [PATCH v3 3/9] t4141: fix inefficient use of dd(1)
  ` [PATCH v3 4/9] t5608: reduce maximum disk usage
  ` [PATCH v3 5/9] t7508: skip EXPENSIVE test that is broken without SIZE_T_IS_64BIT
  ` [PATCH v3 6/9] t7900: clean up large EXPENSIVE repository
  ` [PATCH v3 7/9] t: use `test_bool_env` to parse GIT_TEST_LONG
  ` [PATCH v3 8/9] gitlab-ci: disable RAM disk on macOS jobs
  ` [PATCH v3 9/9] gitlab-ci: enable "GIT_TEST_LONG"

[RFC PATCH 0/3] mtd: spi-nor: Rework flash parameter initialization
 2026-07-06  6:24 UTC  (3+ messages)

[PATCH v2] mtd: virt-concat: free duplicate generated name
 2026-07-06  6:24 UTC  (3+ messages)

[PATCH v2 0/9] t: fixes and improvements for GIT_TEST_LONG
 2026-07-06  6:23 UTC  (4+ messages)
` [PATCH v2 2/9] t0021: skip EXPENSIVE test that is broken without SIZE_T_IS_32BIT

[kvm-unit-tests PATCH] x86/emulator64: Add CMPXCHG8B/CMPXCHG16B emulation tests
 2026-07-06  6:21 UTC 

[PATCH] scsi: mpt3sas: fix invalid kfree of embedded event_data in event callback
 2026-07-06  6:22 UTC  (2+ messages)

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

[PATCH v4 0/7] mmc: sdhci-esdhc-imx: fix SDIO suspend/resume issues
 2026-07-06  6:21 UTC  (4+ messages)
` [PATCH v4 4/7] mmc: sdhci-esdhc-imx: disable irq during suspend to fix unhandled interrupt

[RFC] crypto: af_alg: where should writable ownership be enforced for MSG_SPLICE_PAGES?
 2026-07-06  6:21 UTC 

[PATCH v2] btrfs: zoned: reset active_meta_bg on zone finish
 2026-07-06  6:20 UTC 

[f2fs-dev] [PATCH] f2fs: introduce gcless mount option to avoid foreground GC
 2026-07-06  6:20 UTC  (2+ messages)
  `  "

[PATCH net] net: stmmac: intel: don't reconfigure SerDes on unchanged mode
 2026-07-06  6:19 UTC 

[PATCH ipsec v2] xfrm: reject optional IPTFS templates in outbound policies
 2026-07-06  6:19 UTC  (2+ messages)

Quantas CCLA Schedule A update 20250602
 2026-07-06  6:18 UTC  (10+ messages)
` Quantas CCLA Schedule A update 20250722
  ` Quantas CCLA Schedule A update 20250813
    ` Quanta CCLA Schedule A update - 20251003
      ` Quanta CCLA Schedule A update - 20251022
        ` Quanta CCLA Schedule A update - 20260127
          ` Quanta CCLA Schedule A update - 20260128
            ` Quanta CCLA Schedule A update - 20260313
                ` Quanta CCLA Schedule A update - 20260706

[OE-core][master][PATCH] libarchive: upgrade 3.8.7 -> 3.8.8
 2026-07-06  6:16 UTC 

[PATCH v3] mm/hugetlb: Fix null nodemask in alloc_fresh_hugetlb_folio
 2026-07-06  6:17 UTC  (2+ messages)

[PATCH v2] xfrm: cache the offload ifindex for netlink dumps
 2026-07-06  6:18 UTC  (2+ messages)

[PATCH] arm: kernel: initialize jump labels before parsing early params
 2026-07-06  6:16 UTC 

[PATCH] misc: fastrpc: create duplicate sessions after all CB probing
 2026-07-06  6:16 UTC  (5+ messages)

[PATCH 0/9] hash algorithm leak fixes
 2026-07-06  6:16 UTC  (5+ messages)
` [PATCH 7/9] http: discard hash in dumb-http http_object_request

[PATCH] Reserve device ID 51 for Virtio HAB (Host-Guest Auxiliary Bridge) device
 2026-07-06  6:15 UTC  (2+ messages)

[frank-w-bpi-r2-4.14:7.2-dango 151/215] Warning: drivers/spi/spi-mt65xx.c:178 struct member 'sample_sel' not described in 'mtk_spi'
 2026-07-06  6:14 UTC 

[PATCH ipsec] xfrm: fix sk_dst_cache double-free in xfrm_user_policy()
 2026-07-06  6:14 UTC  (2+ messages)

[RFC PATCH 00/25] target/riscv/debug: Sdtrig fixes and TT Ascalon support
 2026-07-06  6:13 UTC  (5+ messages)
` [RFC PATCH 02/25] target/riscv/debug: Handle changing trigger types
` [RFC PATCH 03/25] target/riscv/debug: Implement permissive type unavailable trigger

[PATCH v10 0/8] Vswing / Pre-emphasis Override
 2026-07-06  6:12 UTC  (3+ messages)
` [PATCH v10 5/8] drm/i915/buf_trans: add vfunc for VS/PE-O

[PATCH v1 0/9] target/i386: Fix Hygon vendor-specific CPU behavior
 2026-07-06  5:55 UTC  (10+ messages)
` [PATCH v1 1/9] target/i386: Sync AMD CPUID aliases for Hygon
` [PATCH v1 2/9] target/i386: Hide Intel cache CPUID leaves "
` [PATCH v1 3/9] target/i386: Hide ARCH_CAPABILITIES "
` [PATCH v1 4/9] target/i386/kvm: Use AMD MCE status encoding "
` [PATCH v1 5/9] target/i386/kvm: Use AMD PMU MSR paths "
` [PATCH v1 6/9] target/i386: Do not broadcast injected MCEs "
` [PATCH v1 7/9] hw/i386: Apply AMD IOMMU HT GPA hole to Hygon
` [PATCH v1 8/9] target/i386: Use AMD legacy cache fallback for Hygon
` [PATCH v1 9/9] target/i386: Use AMD ucode-rev default "

[PATCH] iio: accel: bmc150: free irq before teardown
 2026-07-06  6:11 UTC  (3+ messages)

[Patch] review request for [RFC]
 2026-07-06  6:11 UTC 

[PATCH] generic/062: filter setfattr --restore symlink-safety warning
 2026-07-06  6:11 UTC 

[PATCH for-next] RDMA/hfi1: Remove unused non-user-accessible device class
 2026-07-06  6:10 UTC  (2+ messages)

[PATCH 1/2] fsck.erofs: add multi-threaded decompression
 2026-07-06  6:10 UTC  (3+ messages)
` [PATCH 1/2 v3] "

[syzbot] [nilfs?] WARNING in nilfs_cpfile_delete_checkpoints
 2026-07-06  6:10 UTC 

[PATCH] vdpa/mlx5: fix wrong MLX5_ADDR_OF struct type in alloc_inout()
 2026-07-06  6:09 UTC 

[PATCH v2] firmware: stratix10-svc: fix FCS SMC call kernel-doc
 2026-07-06  6:07 UTC  (3+ messages)

[PATCH net-next v4 00/15] bnxt_en: Add kTLS TX offload support
 2026-07-06  6:07 UTC  (4+ messages)
` [PATCH net-next v4 09/15] bnxt_en: Add infrastructure for crypto key context IDs

[PATCH v2] target/riscv/kvm: add extensions after v7.1-rc4 update
 2026-07-06  6:06 UTC  (2+ messages)

[PATCH v5 00/10] coco: guest: Enforce host page-size alignment for shared buffers
 2026-07-06  6:04 UTC  (11+ messages)
` [PATCH v5 01/10] mm/mem_encrypt: Add helpers for shared-buffer alignment
` [PATCH v5 02/10] irqchip/gic-v3-its: Align shared ITS allocations to the CoCo shared granule size
` [PATCH v5 03/10] dma-mapping: Pass allocation attrs to contiguous allocation helpers
` [PATCH v5 04/10] dma-direct: Align CoCo shared DMA allocations to the shared granule size
` [PATCH v5 05/10] swiotlb: Align shared IO TLB pools "
` [PATCH v5 06/10] swiotlb: Reject misaligned restricted DMA pools for CoCo guests
` [PATCH v5 07/10] dma-buf: system_heap: Enforce shared-granule alignment for cc-shared buffers
` [PATCH v5 08/10] arm64: realm: Move Realm memory encryption ops to RSI code
` [PATCH v5 09/10] arm64: realm: Add RHI helper to query IPA state change alignment
` [PATCH v5 10/10] arm64: realm: Expose the CCA shared granule size through mem_encrypt ops

[PATCH v3] xfs: tie zoned sysfs lifetime to zone info
 2026-07-06  6:05 UTC  (2+ messages)

[PATCH v2 0/4] arm64: qcom: dts: Add display support for Qualcomm Shikra
 2026-07-06  6:04 UTC  (5+ messages)
` [PATCH v2 1/4] arm64: dts: qcom: shikra: Add MDSS display subsystem
` [PATCH v2 2/4] arm64: dts: qcom: shikra-cqm-evk: Enable display and add ili7807s panel
` [PATCH v2 3/4] arm64: defconfig: Enable ILI7807S DSI panel driver
` [PATCH v2 4/4] arm64: dts: qcom: shikra-cqs-evk: Enable display and add ili7807s panel

[PATCH v5 0/8] Generic IRQ entry/exit support for powerpc
 2026-07-06  6:02 UTC  (5+ messages)

[PATCH 1/2] iio: adc: ti-ads131m02: Drop redundant NULL check on devm_clk_get_enabled()
 2026-07-06  6:04 UTC  (5+ messages)

[PATCH v3] xfs: clean up spelling and grammar errors in comments
 2026-07-06  6:03 UTC  (2+ messages)

[PATCH] scsi: ses: bound the page 2 descriptor walk to the page 2 buffer
 2026-07-06  6:03 UTC  (3+ messages)

[PATCH v3 0/3] xfs: fix NULL deref in log recovery reorder
 2026-07-06  6:03 UTC  (3+ messages)
` [PATCH v3] xfs: fail recovery on a committed log item with no regions

[LTP] [PATCH v7 2/2] connect01: Add negative tests
 2026-07-06  6:02 UTC  (2+ messages)
` [LTP] [PATCH v8] connect03: New test case for EPROTOTYPE and EACCES errors

[qcom:drivers-for-7.3 3/12] drivers/soc/qcom/socinfo.c:428:4: error: use of undeclared identifier 'QCOM_ID_SDM850'
 2026-07-06  6:02 UTC 

[frank-w-bpi-r2-4.14:7.2-dango 181/215] Warning: drivers/net/phy/mxl-gpy.c:588 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst
 2026-07-06  6:02 UTC 

[PATCH 6.18.y] mm: shmem: fix potential livelock issue for shmem direct swapin
 2026-07-06  5:59 UTC  (2+ messages)

[PATCH v3 0/3] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring
 2026-07-06  5:59 UTC  (6+ messages)
` [PATCH v3 2/3] iio: adc: qcom-spmi-adc5-gen3: Remove an unnecessary print
` [PATCH v3 3/3] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring

[PATCH v1] i2c: qcom-geni: Add dynamic transfer timeout based on transfer length and frequency
 2026-07-06  5:58 UTC  (2+ messages)

[PATCH v3 00/14] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-07-06  5:57 UTC  (11+ messages)
` [PATCH v3 09/14] "
` [PATCH v3 10/14] vfs: move O_IS_MKDIR check from lookup_open() into individual filesystems
` [PATCH v3 11/14] vfs: refuse O_CREAT for directories through a dangling symlink
` [PATCH v3 12/14] vfs: short-circuit MAY_WRITE access for O_DIRECTORY opens
` [PATCH v3 13/14] selftest: fix headers in fclog.c

[PATCH 2/2] format-patch: fix leak of rev_info in prepare_bases()
 2026-07-06  5:57 UTC  (11+ messages)

[PATCH] btrfs-progs: docs: mark "usebackuproot" mount option as removed
 2026-07-06  5:57 UTC  (2+ messages)

[PATCH] dt-bindings: iio: adc: convert Xilinx XADC bindings to YAML
 2026-07-06  5:56 UTC  (3+ messages)

[PATCH v5 0/5] i3c: Improve CCC reliability with actual_len, validation, and Direct GET retry
 2026-07-06  5:56 UTC  (5+ messages)
` [PATCH v5 3/5] i3c: master: dw: Map CCC hardware errors to I3C M0/M2

EVL: Kernel WARNING
 2026-07-06  5:56 UTC  (6+ messages)

[PATCH v3] firmware: stratix10-svc: fix FCS SMC call kernel-doc
 2026-07-06  5:55 UTC 

[PATCH v2] MAINTAINERS: replace maintainer for Altera mSGDMA driver
 2026-07-06  5:53 UTC  (2+ messages)

[PATCH] or1k: Stop allowing referring to SR_F in SImode and fix cmov
 2026-07-06  5:53 UTC 

[PATCH] drm/amd/pm: fix smu14 power limit range calculation
 2026-07-06  5:53 UTC  (3+ messages)

[PATCH] ALSA: hda/intel: fix memory leak in hda_init_streams()
 2026-07-06  5:51 UTC 

drm/ttm/memcg/lru: enable memcg tracking for ttm, xe and amdgpu driver (part 2) (v2)
 2026-07-06  5:50 UTC  (11+ messages)
` [PATCH 01/10] memcg: add support for GPU page counters. (v5)
` [PATCH 05/10] ttm/pool: enable memcg tracking and shrinker. (v3)
` [PATCH 08/10] amdgpu: add support for memory cgroups
` [PATCH 09/10] ttm: add support for a module option to disable memcg integration
` [PATCH 10/10] xe: create a flag to enable memcg accounting for XE as well

[wrynose][PATCH v3] gdb: Upgrade 17.1 -> 17.2
 2026-07-06  5:50 UTC 

[PATCH net] ethtool: rss: Fix hfunc and input_xfrm parsing on big endian
 2026-07-06  5:50 UTC 

[ath:pending 6/8] ERROR: modpost: __ex_table+0x2670 references non-executable section '.debug_abbrev'
 2026-07-06  5:49 UTC 

[PATCH v4] riscv: mm: Avoid spurious fault after hotplugging vmemmap
 2026-07-06  5:48 UTC  (7+ messages)

[PATCH] RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REG
 2026-07-06  5:48 UTC  (4+ messages)

[PATCH for-next v3 0/3] RDMA/erdma: Add DMA-BUF memory registration
 2026-07-06  5:44 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/firewalld: bump to v2.4.3
 2026-07-06  5:44 UTC 

[PATCH] soc: amlogic: clk-measure: Mark the clock measure table as __initconst
 2026-07-06  5:43 UTC  (2+ messages)

[PATCH v5 0/1] drm/xe: Add support for GPU health indicator
 2026-07-06  5:40 UTC  (4+ messages)
` [PATCH v5 1/1] drm/xe/xe_ras: Add RAS "

[PATCH] btrfs: remove verity Merkle folio from page cache on error
 2026-07-06  5:39 UTC 

[PATCH bpf] bpf: reject mini-sockets in bpf_sock_destroy()
 2026-07-06  5:40 UTC  (4+ messages)

[PATCH v4 00/21] Add SSP/TSP power control and DRAM remap support for AST2700
 2026-07-06  5:34 UTC  (4+ messages)
` [PATCH v4 05/21] hw/arm/ast27x0: Add DRAM alias for SSP SDRAM remap

[PATCH] media: mali-c55: Fix unaligned access of AEC histogram zone weights
 2026-07-06  5:38 UTC  (4+ messages)

[PATCH net-next 0/2] rust: net: Use kernel style vertical imports
 2026-07-06  5:38 UTC  (2+ messages)
` [PATCH net-next 2/2] net: phy: qt2025: Use vertical import style


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.