All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-14 06:54:07 to 2026-01-14 07:53:52 UTC [more...]

[PATCH v10 00/64] Generic line based metadata support, internal pads
 2026-01-14  7:53 UTC  (5+ messages)
` [PATCH v10 24/64] media: uapi: ccs: Add metadata layout for MIPI CCS embedded data

[PATCH v3 0/3] Support exporting SoC info from Rust
 2026-01-14  7:53 UTC  (5+ messages)
` [PATCH v3 1/3] rust: Add soc_device support

Triangular workflow
 2026-01-14  7:53 UTC  (2+ messages)

[PATCH 1/2] common/cnxk: add support for halos
 2026-01-14  7:52 UTC  (4+ messages)
` [PATCH v2 0/2] cnxk: add HALO support for CN20K mempool

[PATCH v2 0/3] iio: adc: ad9467: Support alternative backends
 2026-01-14  7:51 UTC  (10+ messages)
` [PATCH v2 1/3] iio: adc: ad9467: include two's complement in default mode
` [PATCH v2 2/3] iio: industrialio-backend: support backend capabilities

[PATCH v3 00/13] drm: Color pipeline teardown and follow-up fixes/improvements
 2026-01-14  7:51 UTC  (4+ messages)
` [PATCH v3 06/13] drm: Allow driver-managed destruction of colorop objects

[PATCH XEN] tools: Update files examples PV&PVH with pygrub
 2026-01-14  7:51 UTC  (5+ messages)

[PATCH] perf/x86/intel/uncore: Fix iounmap() leak on global_init failure
 2026-01-14  7:51 UTC  (5+ messages)

[BUG] kernel BUG in ext4_do_writepages
 2026-01-14  7:49 UTC 

[PATCH v3] drm/xe: Replace use of system_wq with tlb_inval->timeout_wq
 2026-01-14  7:49 UTC  (3+ messages)

[PATCH RFC v1 0/3] aio-poll: improve aio-polling efficiency
 2026-01-14  7:48 UTC  (3+ messages)
` [PATCH RFC v1 3/3] qapi/iothread: introduce poll-weight parameter for aio-poll

[PATCH net-next V2 0/4] net/mlx5e: Save per-channel async ICOSQ in default
 2026-01-14  7:46 UTC  (5+ messages)
` [PATCH net-next V2 1/4] net/mlx5e: Move async ICOSQ lock into ICOSQ struct
` [PATCH net-next V2 2/4] net/mlx5e: Use regular ICOSQ for triggering NAPI
` [PATCH net-next V2 3/4] net/mlx5e: Move async ICOSQ to dynamic allocation
` [PATCH net-next V2 4/4] net/mlx5e: Conditionally create async ICOSQ

[PATCH v9 0/8] coresight: ctcu: Enable byte-cntr function for TMC ETR
 2026-01-14  7:48 UTC  (2+ messages)

[PATCH v2 0/5] git-add : Respect submodule ignore=all and only add changes with --force
 2026-01-14  7:47 UTC  (7+ messages)
` [PATCH v3 0/5] git-add: Skip submodules with ignore=all unless --force and explicit path used
  ` [PATCH v3 1/5] read-cache: update add_files_to_cache take param ignored_too
  ` [PATCH v3 2/5] read-cache: submodule add need --force given ignore=all configuration
  ` [PATCH v3 3/5] tests: t2206-add-submodule-ignored: ignore=all and add --force tests
  ` [PATCH v3 4/5] tests: fix existing tests when add an ignore=all submodule
  ` [PATCH v3 5/5] Documentation: update add --force option + ignore=all config

[PATCH v2] ACPI: PPTT: Dump PPTT table when error detected
 2026-01-14  7:47 UTC  (7+ messages)

[PATCH v2 00/21] Runtime TDX Module update support
 2026-01-14  7:47 UTC  (11+ messages)
` [PATCH v2 01/21] x86/virt/tdx: Print SEAMCALL leaf numbers in decimal
` [PATCH v2 03/21] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v2 04/21] x86/virt/tdx: Prepare to support P-SEAMLDR SEAMCALLs
` [PATCH v2 05/21] x86/virt/seamldr: Introduce a wrapper for "
` [PATCH v2 11/21] x86/virt/seamldr: Allocate and populate a module update request

[PATCH v9 00/13] cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
 2026-01-14  7:47 UTC  (3+ messages)
` [PATCH v9 10/13] cxl: Enable AMD Zen5 address translation using ACPI PRMT

[PATCH v2 1/4] overlayfs: Fix QA failure
 2026-01-14  7:45 UTC  (4+ messages)
` [PATCH v2 2/4] overlayfs: oe-selftest: Make the test more deterministic
  ` [OE-core] "

[PATCH 2/3] erofs-utils: lib: s3: set UID & GID correctly
 2026-01-14  7:44 UTC  (3+ messages)
` [PATCH v2] erofs-utils: lib: correctly set {u,g}id in erofs_rebuild_make_root()

bounce buffer direct I/O when stable pages are required
 2026-01-14  7:41 UTC  (15+ messages)
` [PATCH 01/14] block: refactor get_contig_folio_len
` [PATCH 02/14] block: open code bio_add_page and fix handling of mismatching P2P ranges
` [PATCH 03/14] iov_iter: extract a iov_iter_extract_bvecs helper from bio code
` [PATCH 04/14] block: remove bio_release_page
` [PATCH 05/14] block: add helpers to bounce buffer an iov_iter into bios
` [PATCH 06/14] iomap: fix submission side handling of completion side errors
` [PATCH 07/14] iomap: simplify iomap_dio_bio_iter
` [PATCH 08/14] iomap: split out the per-bio logic from iomap_dio_bio_iter
` [PATCH 09/14] iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct
` [PATCH 10/14] iomap: free the bio before completing the dio
` [PATCH 11/14] iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
` [PATCH 12/14] iomap: support ioends for direct reads
` [PATCH 13/14] iomap: add a flag to bounce buffer direct I/O
` [PATCH 14/14] xfs: use bounce buffering direct I/O when the device requires stable pages

[PATCH v5 0/3] spacemit: fix P1 sub-device Kconfig defaults and dependencies
 2026-01-14  7:40 UTC  (5+ messages)
` [PATCH v5 2/3] mfd: simple-mfd-i2c: add default value

[PATCH v2] iomap: add allocation cache for iomap_dio
 2026-01-14  7:41 UTC 

[PATCH v3 0/2] mm/vmscan: mitigate spurious kswapd_failures reset and add tracepoints
 2026-01-14  7:40 UTC  (3+ messages)
` [PATCH v3 1/2] mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
` [PATCH v3 2/2] mm/vmscan: add tracepoint and reason for kswapd_failures reset

[Outreachy PATCH v2 0/3] store git_default_config() parsed values in new config struct
 2026-01-14  7:40 UTC  (10+ messages)
` [Outreachy PATCH v2 1/3] environment: stop storing `core.attributesFile` globally
` [Outreachy PATCH v2 2/3] environment: environment: stop using core.sparseCheckout globally
` [Outreachy PATCH v2 3/3] environment: move "branch.autoSetupMerge" into `struct repo_config_values`

[PATCH v6 0/5] support inflight migration
 2026-01-14  7:38 UTC  (4+ messages)
` [PATCH v6 2/5] vhost-user: introduce protocol feature for skip drain on GET_VRING_BASE

[PULL 00/31] Accelerators patches for 2025-07-04
 2026-01-14  7:38 UTC  (5+ messages)
` [PULL 13/31] accel/nvmm: Replace @dirty field by generic CPUState::vcpu_dirty field

[PATCH] PCI: dw-rockchip: Disable BAR 0 and BAR 1 for RC mode
 2026-01-14  7:38 UTC  (7+ messages)

[PATCH] erofs-utils: lib: s3: fix SigV4 signature timestamp mismatch
 2026-01-14  7:38 UTC 

[PATCH] input: byd: use %*ph for Z packet dump
 2026-01-14  7:37 UTC  (2+ messages)

[RFC PATCH 00/15] kmem_cache instances with static storage duration
 2026-01-14  7:38 UTC  (7+ messages)
` [RFC PATCH 01/15] static kmem_cache instances for core caches

[PATCH mm-new resend 0/5] mm: accelerate gigantic folio allocation
 2026-01-14  7:36 UTC  (3+ messages)
` [PATCH 5/5] mm: hugetlb_cma: mark hugetlb_cma{_only} as __ro_after_init

[PATCH v1 0/2] i2c: mlxbf: A couple of cleanups
 2026-01-14  7:36 UTC  (2+ messages)

[anolis-intel-cloud:intel-6.6-PMT-enhancement-ANBZ27534 23/23] drivers/crypto/ccp/hygon/hct.c:1333:15: warning: no previous prototype for 'hct_pin_memory'
 2026-01-14  7:35 UTC 

[RFC PATCH 1/1] dmaengine: introduce dmaengine_bh_wq and bh helpers
 2026-01-14  7:35 UTC  (3+ messages)

[PATCH v1 0/7] i2c: busses: Introduce and use HZ_PER_GHZ
 2026-01-14  7:36 UTC  (3+ messages)

[PATCH v2] tests/intel/xe_exec_multi_queue: enable preempt flag for Q0
 2026-01-14  7:36 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for tests/intel/xe_exec_multi_queue: enable preempt flag for Q0 (rev2)

[PATCH 0/3] Add status on/off switching to filter-redirector
 2026-01-14  7:34 UTC  (7+ messages)
` [PATCH 1/3] net/filter-redirector: add support for dynamic status on/off switching

Inquiry Regarding RISC-V Architecture Support
 2026-01-14  7:34 UTC  (2+ messages)

[PATCH v2 00/11] media: iris: migrate to using global UBWC config
 2026-01-14  7:35 UTC  (17+ messages)
` [PATCH v2 02/11] soc: qcom: ubwc: add helper to get min_acc length
` [PATCH v2 03/11] media: iris: retrieve UBWC platform configuration
` [PATCH v2 04/11] media: iris: don't specify min_acc_length in the source code
` [PATCH v2 05/11] media: iris: don't specify highest_bank_bit "
` [PATCH v2 06/11] media: iris: don't specify ubwc_swizzle "
` [PATCH v2 07/11] media: iris: don't specify bank_spreading "
` [PATCH v2 08/11] media: iris: don't specify max_channels "
` [PATCH v2 09/11] media: iris: drop remnants of UBWC configuration

[PATCH] examples/ip_reassembly: remove conflicting Tx offload
 2026-01-14  7:35 UTC  (3+ messages)

[QUESTION] pci_read_bridge_bases: skip prefetch window if pref_window not set?
 2026-01-14  7:34 UTC  (3+ messages)

[meta-python][kirkstone][PATCH 1/5] python3-twisted: patch CVE-2022-24801
 2026-01-14  7:34 UTC  (5+ messages)
` [meta-python][kirkstone][PATCH 2/5] python3-django: fix intendation error in CVE patch
` [meta-python][kirkstone][PATCH 3/5] python3-django: fix CVE-2023-36053 patch
` [meta-python][kirkstone][PATCH 4/5] python3-django: fix regression from CVE-2024-24680 patch
` [meta-python][kirkstone][PATCH 5/5] python3-django: implement group method for FakeMatch

[oe][meta-networking][PATCH] adcli: Fix OECONF
 2026-01-14  7:34 UTC 

[pci:ptm] BUILD SUCCESS cfc04a79f0554fc3c33d6541c125d209bd3c1f37
 2026-01-14  7:32 UTC 

[PATCH v11 00/12] Add multiple address spaces support to VDUSE
 2026-01-14  7:32 UTC  (5+ messages)
` [PATCH v11 11/12] vduse: add vq group asid support

[PATCH 0/3] iommu/vt-d: Ensure atomicity in context and PASID entry updates
 2026-01-14  7:32 UTC  (7+ messages)
` [PATCH 2/3] iommu/vt-d: Clear Present bit before tearing down PASID entry
` [PATCH 3/3] iommu/vt-d: Rework hitless PASID entry replacement

[PATCH] drm/xe: Fix memory leak in guc_exec_queue_timedout_job
 2026-01-14  7:32 UTC  (2+ messages)

[PATCH v4 0/6] dt-bindings: goldfish: Convert to DT schema
 2026-01-14  7:31 UTC  (7+ messages)
` [PATCH v4 3/6] dt-bindings: input: google,goldfish-events-keypad: "
` [PATCH v4 4/6] dt-bindings: power: supply: google,goldfish-battery: "
` [PATCH v4 5/6] dt-bindings: sound: google,goldfish-audio: "

[PATCH v5 0/2] drm/xe: drm/xe: Separate out GuC RC code
 2026-01-14  7:31 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe: drm/xe: Separate out GuC RC code (rev4)

[moderation/CI] Re: mm/madvise: prefer VMA lock for MADV_REMOVE
 2026-01-14  7:31 UTC 

[PATCH v7 0/4] drm/xe/hwmon: Expose new temperature attributes
 2026-01-14  7:30 UTC  (5+ messages)
` [PATCH v7 4/4] drm/xe/hwmon: Expose individual VRAM channel temperature

[PATCH qemu v2 0/5] cxl: r3.2 specification event updates
 2026-01-14  7:29 UTC  (9+ messages)
` [PATCH qemu v2 2/5] hw/cxl/events: Update for rev3.2 common event record format
` [PATCH qemu v2 5/5] hw/cxl/events: Updates for rev3.2 memory module event record

[PATCH] PCI/PTM: Fix memory leak in pcie_ptm_create_debugfs() error path
 2026-01-14  7:28 UTC  (2+ messages)

[PATCH v3 0/5] uapi: fix remaining kconfig leaks in UAPI headers
 2026-01-14  7:28 UTC  (12+ messages)
` [PATCH v3 1/5] ARC: Always use SWAPE instructions for __arch_swab32()
` [PATCH v3 2/5] ARM: uapi: Drop PSR_ENDSTATE
` [PATCH v3 3/5] nios2: uapi: Remove custom asm/swab.h from UAPI
` [PATCH v3 4/5] x86/uapi: Stop leaking kconfig references to userspace
` [PATCH v3 5/5] scripts: headers_install.sh: Remove config leak ignore machinery

[PATCH] drm/bridge: Separate of_drm_find_bridge() preconditions list
 2026-01-14  7:28 UTC  (2+ messages)

[PATCH v6 00/14] Nesting support for lazy MMU mode
 2026-01-14  7:27 UTC  (7+ messages)
` [PATCH v6 04/14] sparc/mm: implement arch_flush_lazy_mmu_mode()
` [PATCH v6 06/14] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
` [PATCH v6 12/14] sparc/mm: replace batch->active with is_lazy_mmu_mode_active()

[PATCH] vsprintf: Add test for restricted kernel pointers
 2026-01-14  7:27 UTC 

[RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
 2026-01-14  7:27 UTC  (2+ messages)

[PATCH] alloc_tag: remove sysctl prefix from mem_profiling boot parameter
 2026-01-14  7:25 UTC  (2+ messages)

[PATCH] riscv: support CPUs having only "zalrsc" but no "zaamo"
 2026-01-14  7:25 UTC  (2+ messages)

[PATCH] powerpc/vdso: Provide clock_getres_time64()
 2026-01-14  7:26 UTC 

TmpFs Incorporation Of FsCrypt?
 2026-01-14  7:25 UTC 

[PATCH v6 14/14] mm: Add basic tests for lazy_mmu
 2026-01-14  7:25 UTC  (4+ messages)
` [PATCH] sparc/mm: export symbols for lazy_mmu_mode KUnit tests

[PATCH] nvme: fix PCIe subsystem reset controller state transition
 2026-01-14  7:24 UTC 

pull request: linux-firmware: rename MediaTek MT8188 SCP firmware
 2026-01-14  7:23 UTC  (2+ messages)
` [PATCH V2] mediatek: rename "

Hugmom1118@gmail.com
 2026-01-14  7:23 UTC 

Hugmom1118@gmail.com
 2026-01-14  7:23 UTC 

[PATCH v2 00/28] Eliminate Dying Memory Cgroup
 2026-01-14  7:21 UTC  (5+ messages)

[PATCH v2 00/14] riscv: optimize string functions and add kunit tests
 2026-01-14  7:21 UTC  (12+ messages)
` [PATCH v2 01/14] lib/string: extract generic strlen() into __generic_strlen()
` [PATCH v2 08/14] lib/string_kunit: add performance benchmark for strlen()

[PATCH v6 4/4] mm: thp: reparent the split queue during memcg offline
 2026-01-14  7:19 UTC  (5+ messages)

[PATCH] xen/arm: irq: Use appropriate priority for SGIs in setup_irq()
 2026-01-14  7:18 UTC  (7+ messages)

[Intel-wired-lan] [REGRESSION] e1000e: RX stops after link down/up on Intel 8086:550a since v6.12.43 (fixed by suspend/resume)
 2026-01-14  7:19 UTC  (5+ messages)
`  "

[PATCH 0/3] dma-mapping: Improve atomic pool behaviour
 2026-01-14  7:18 UTC  (3+ messages)
` [PATCH 2/3] mm_zone: Generalise has_managed_dma()

[PATCH v2][next] virtio_net: Fix misalignment bug in struct virtnet_info
 2026-01-14  7:18 UTC  (3+ messages)

[RESEND] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
 2026-01-14  7:17 UTC  (2+ messages)
` [PATCH v2] drm/i915/hdmi: Add SCDC processing delay for scrambling setup

[PATCH v1 net 0/2] fou/gue: Fix skb memleak with inner protocol 0
 2026-01-14  7:15 UTC  (4+ messages)
` [PATCH v1 net 2/2] fou: Don't allow 0 for FOU_ATTR_IPPROTO

[PATCH v6] staging: fbtft: Use fbdev logging helpers when FB_DEVICE is disabled
 2026-01-14  7:15 UTC  (4+ messages)

[PATCH 0/3] Add AST2700 USB3.2 PHY driver
 2026-01-14  7:13 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: phy: aspeed: Document AST2700 USB3.0 PHY
` [PATCH 2/3] phy: add AST2700 usb3.2 phy driver
` [PATCH 3/3] MAINTAINERS: Add ASPEED USB3 PHY driver

[tip:timers/vdso 12/14] net/rds/ib_cm.c:96:35: sparse: sparse: incorrect type in argument 1 (different modifiers)
 2026-01-14  7:13 UTC 

[PATCH 05/10] dma-buf: inline spinlock for fence protection v4
 2026-01-14  7:13 UTC  (2+ messages)

[PATCH RESEND] platform/x86: ideadpad-laptop: Clean up style warnings and checks
 2026-01-14  7:10 UTC  (2+ messages)

mediatek: rename MT8188 SCP firmware
 2026-01-14  7:09 UTC  (3+ messages)

linux-next: duplicate patch in the i2c tree
 2026-01-14  7:04 UTC  (2+ messages)

TmpFs Incorporation Of FsCrypt?
 2026-01-14  7:03 UTC 

linux-next: duplicate patch in the i2c-host tree
 2026-01-14  7:03 UTC  (2+ messages)

[linux-next:master 5687/5774] drivers/gpu/drm/amd/amdgpu/psp_v15_0_8.c:34:1: sparse: sparse: bad integer constant expression
 2026-01-14  7:02 UTC 

publishing bitbake-setup on pypi
 2026-01-14  7:01 UTC 

[PATCH v7 0/2] mm/vmscan: fix demotion targets checks in reclaim/demotion
 2026-01-14  6:59 UTC  (3+ messages)
` [PATCH v8 0/2] mm/vmscan: select the closest preferred node in demote_folio_list()
  ` [PATCH v8 2/2] "

[PATCH linux-next] mm/madvise: prefer VMA lock for MADV_REMOVE
 2026-01-14  7:00 UTC  (2+ messages)

[PATCH i-g-t 0/9] Extend multi queue feature validation support
 2026-01-14  6:59 UTC  (10+ messages)
` [PATCH i-g-t 1/9] tests/intel/xe_exec_fault_mode: Add multi-queue test support
` [PATCH i-g-t 2/9] tests/intel/xe_evict: Add basic multi-queue test
` [PATCH i-g-t 3/9] tests/intel/xe_evict: Add multi-queue priority test
` [PATCH i-g-t 4/9] tests/intel/xe_evict: Enhance testing of multi-queue functionality
` [PATCH i-g-t 5/9] tests/intel/xe_exec_threads: Add multi-queue basic test
` [PATCH i-g-t 6/9] tests/intel/xe_exec_threads: Add multi queue for compute mode
` [PATCH i-g-t 7/9] tests/intel/xe_exec_reset: Add tests for engine-reset
` [PATCH i-g-t 8/9] tests/intel/xe_exec_reset: Resolve failures in cat-error tests
` [PATCH i-g-t 9/9] tests/intel/xe_exec_reset: Add multi-queue subtests

[PATCH] x86/traps: Print unhashed pointers on stack overflow
 2026-01-14  6:58 UTC  (2+ messages)

[net-next 0/2] Octeontx2-pf: Add support for DMAC_FILTER trap
 2026-01-14  6:57 UTC  (3+ messages)
` [net-next 1/2] octeontx2-af: Mailbox handlers to fetch DMAC filter drop counter
` [net-next 2/2] Octeontx2-pf: Add support for DMAC_FILTER trap

[PATCH v3] tests/intel/xe_exec_basic: Enable dynamic subtest
 2026-01-14  6:57 UTC 

[PATCH] tests/intel/xe_exec_multi_queue: No engines in virtual test expected
 2026-01-14  6:55 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v3] staging: fbtft: Change udelay() to fsleep()
 2026-01-14  6:55 UTC  (2+ messages)

[PATCH 00/11] bus: add stm32 debug bus and coresight support for stm32mp1x platforms
 2026-01-14  6:53 UTC  (5+ messages)
` [PATCH 05/11] drivers: bus: add the stm32 debug bus driver

refactor zone reporting v2
 2026-01-14  6:53 UTC  (3+ messages)
` [PATCH 5/6] xfs: check that used blocks are smaller than the write pointer
` [PATCH 6/6] xfs: use blkdev_get_zone_info to simplify zone reporting


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.