All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-03 21:59:10 to 2025-12-03 23:20:34 UTC [more...]

[PATCH] pinctrl: single: Fix incorrect type for error return variable
 2025-12-03 23:20 UTC  (2+ messages)

[PATCH v3] scsi: core: add re-probe logic into SCSI rescan
 2025-12-03 23:19 UTC  (2+ messages)

[PATCH] lockfile: add PID file for debugging stale locks
 2025-12-03 23:19 UTC  (5+ messages)

[PATCH v3 0/2] Fix memory leaks in hfs and hfsplus
 2025-12-03 23:19 UTC  (5+ messages)
` [PATCH v3 1/2] hfs: ensure sb->s_fs_info is always cleaned up

[PATCH 0/5] NFS: Client Side Directory Delegations
 2025-12-03 23:19 UTC  (7+ messages)
` [PATCH 2/5] NFS: Request a directory delegation on ACCESS, CREATE, and UNLINK

[PATCH v2 00/11] Page Reclamation Support for Xe3p Platforms
 2025-12-03 23:15 UTC  (9+ messages)
` [PATCH v2 06/11] drm/xe: Create page reclaim list on unbind
` [PATCH v2 07/11] drm/xe: Suballocate BO for page reclaim
` [PATCH v2 08/11] drm/xe: Prep page reclaim in tlb inval job
` [PATCH v2 09/11] drm/xe: Append page reclamation action to tlb inval

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

[PATCH 6.12 000/132] 6.12.61-rc1 review
 2025-12-03 23:13 UTC  (2+ messages)

[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-12-03 23:12 UTC  (12+ messages)
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory

[PATCH v5 0/4] slab: Introduce kmalloc_obj() and family
 2025-12-03 23:12 UTC  (4+ messages)
` [PATCH v5 3/4] checkpatch: Suggest kmalloc_obj family for sizeof allocations

[PATCH 6.6 00/93] 6.6.119-rc1 review
 2025-12-03 23:12 UTC  (2+ messages)

[PATCH v4] drm/xe: expose PAT software table via debugfs
 2025-12-03 23:11 UTC  (6+ messages)
` [PATCH v5 1/2] drm/xe: Refactor PAT dump to use shared helpers
  ` [PATCH v5 2/2] drm/xe: expose PAT software config to debugfs
` ✓ CI.KUnit: success for drm/xe: expose PAT software table via debugfs (rev5)

[PATCH 6.1 000/568] 6.1.159-rc1 review
 2025-12-03 23:10 UTC  (2+ messages)

[PATCH] ktest.pl: Fix uninitialized var in config-bisect.pl
 2025-12-03 23:09 UTC 

[PATCH 1/2] dt-bindings: firmware: arm,scmi: Document arm,poll-transport property
 2025-12-03 22:53 UTC  (11+ messages)

[RFC v2 1/2] scsi: sd: fix write_same16 and write_same10 for sector size > PAGE_SIZE
 2025-12-03 23:05 UTC  (2+ messages)
` [RFC v2 2/2] scsi: scsi_debug: enable sdebug_sector_size "

[PATCH] arm64: dts: imx95: Use GPU_CGC as core clock for GPU
 2025-12-03 22:48 UTC  (5+ messages)

[PATCH 5.15 000/392] 5.15.197-rc1 review
 2025-12-03 23:07 UTC  (2+ messages)

[PATCH AUTOSEL 6.18-6.6] iomap: adjust read range correctly for non-block-aligned positions
 2025-12-03 23:07 UTC  (2+ messages)

[PATCH v6 0/3] Add support for clean shutdown with MSHV
 2025-12-03 23:02 UTC  (5+ messages)
` [PATCH v6 2/3] hyperv: Use reboot notifier to configure sleep state
` [PATCH v6 3/3] hyperv: Cleanly shutdown root partition with MSHV

[PATCH v2 00/23] Cache aware scheduling
 2025-12-03 23:07 UTC  (24+ messages)
` [PATCH v2 01/23] sched/cache: Introduce infrastructure for cache-aware load balancing
` [PATCH v2 02/23] sched/cache: Record per-LLC utilization to guide cache-aware scheduling decisions
` [PATCH v2 03/23] sched/cache: Introduce helper functions to enforce LLC migration policy
` [PATCH v2 04/23] sched/cache: Make LLC id continuous
` [PATCH v2 05/23] sched/cache: Assign preferred LLC ID to processes
` [PATCH v2 06/23] sched/cache: Track LLC-preferred tasks per runqueue
` [PATCH v2 07/23] sched/cache: Introduce per runqueue task LLC preference counter
` [PATCH v2 08/23] sched/cache: Calculate the per runqueue task LLC preference
` [PATCH v2 09/23] sched/cache: Count tasks prefering destination LLC in a sched group
` [PATCH v2 10/23] sched/cache: Check local_group only once in update_sg_lb_stats()
` [PATCH v2 11/23] sched/cache: Prioritize tasks preferring destination LLC during balancing
` [PATCH v2 12/23] sched/cache: Add migrate_llc_task migration type for cache-aware balancing
` [PATCH v2 13/23] sched/cache: Handle moving single tasks to/from their preferred LLC
` [PATCH v2 14/23] sched/cache: Consider LLC preference when selecting tasks for load balancing
` [PATCH v2 15/23] sched/cache: Respect LLC preference in task migration and detach
` [PATCH v2 16/23] sched/cache: Introduce sched_cache_present to enable cache aware scheduling for multi LLCs NUMA node
` [PATCH v2 17/23] sched/cache: Record the number of active threads per process for cache-aware scheduling
` [PATCH v2 18/23] sched/cache: Disable cache aware scheduling for processes with high thread counts
` [PATCH v2 19/23] sched/cache: Avoid cache-aware scheduling for memory-heavy processes
` [PATCH v2 20/23] sched/cache: Add user control to adjust the parameters of cache-aware scheduling
` [PATCH v2 21/23] -- DO NOT APPLY!!! -- sched/cache/stats: Add schedstat for cache aware load balancing
` [PATCH v2 22/23] -- DO NOT APPLY!!! -- sched/cache/debug: Add ftrace to track the load balance statistics
` [PATCH v2 23/23] -- DO NOT APPLY!!! -- sched/cache/debug: Display the per LLC occupancy for each process via proc fs

[PATCH] x86: fix oops caused by old EFI info on kexec boot
 2025-12-03 23:01 UTC  (4+ messages)

[RFC v2 0/2] enable sector size > PAGE_SIZE for scsi
 2025-12-03 22:57 UTC 

[PATCH v2 0/3] tracing: More clean ups of triggers
 2025-12-03 22:58 UTC  (9+ messages)
` [PATCH v2 1/3] tracing: Remove unneeded event_mutex lock in event_trigger_regex_release()
` [PATCH v2 2/3] tracing: Add bulk garbage collection of freeing event_trigger_data
` [PATCH v2 3/3] tracing: Use strim() in trigger_process_regex() instead of skip_spaces()

[mingo-tip:WIP.sched/misc 18/19] checkpatch: WARNING:REPEATED_WORD: Possible repeated word: 'use'
 2025-12-03 22:56 UTC 

[PATCH v3 0/4] ceph: add subvolume metrics reporting support
 2025-12-03 22:54 UTC  (5+ messages)
` [PATCH v3 4/4] ceph: adding CEPH_SUBVOLUME_ID_NONE

[PATCH 1/1] drm/xe/xe3: Remove graphics IP 30.01 from Wa_18041344222 IP list
 2025-12-03 22:54 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for series starting with [1/1] "

[PATCH v1 00/30] fuse/io-uring: add kernel-managed buffer rings and zero-copy
 2025-12-03 22:54 UTC  (7+ messages)
` [PATCH v1 07/30] io_uring/rsrc: add fixed buffer table pinning/unpinning
` [PATCH v1 14/30] io_uring: add release callback for ring death

[cocci] Search for the concatenation of meta variable + fixed string (similar fresh identifier)
 2025-12-03 22:53 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: display/ti: Simplify dma-coherent property
 2025-12-03 22:52 UTC  (2+ messages)

[PATCH v2 0/2] dmaengine: Add cleanup to simple code
 2025-12-03 22:52 UTC  (6+ messages)
` [PATCH v2 1/2] dmaengine: Add cleanup FREE defines for dma_async_tx_descriptor
` [PATCH v2 2/2] i2c: lpi2c: Use cleanup helper for dma_async_tx_descriptor error handling

+ ocfs2-invalidate-inode-if-i_mode-is-zero-after-block-read.patch added to mm-nonmm-unstable branch
 2025-12-03 22:51 UTC 

[bcachefs:bcachefs-testing 464/1068] fs/bcachefs/journal/journal.c:47:37: sparse: sparse: cast to non-scalar
 2025-12-03 22:48 UTC 

[Buildroot] [PATCH 1/2] package/libcamera: bump to v0.6.0
 2025-12-03 22:47 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/libcamera: bump version to 0.6.0
 2025-12-03 22:31 UTC 

[PATCH] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1
 2025-12-03 22:46 UTC  (6+ messages)
` [PATCH] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2

[PATCH] drm/xe/xe3p_xpc: Enable Indirect Ring State for xe3p_xpc
 2025-12-03 22:45 UTC  (2+ messages)

[PATCH] maple_tree: remove struct maple_alloc
 2025-12-03 22:45 UTC 

+ kernel-watchdogc-fix-unused-var-warning.patch added to mm-nonmm-unstable branch
 2025-12-03 22:45 UTC 

[PATCH v2 1/2] nfsd: prevent write delegations when client has existing opens
 2025-12-03 22:45 UTC  (7+ messages)

[linux-next:master 9966/13055] kernel/watchdog.c:74:22: warning: unused variable 'hardlockup_si_mask'
 2025-12-03 22:44 UTC  (2+ messages)

[PATCH 0/2] filelock: fix conflict detection with userland file delegations
 2025-12-03 22:41 UTC  (4+ messages)
` [PATCH 1/2] filelock: add lease_dispose_list() helper

[PATCH v8 00/28] Optimize the hot path in the UFS driver
 2025-12-03 22:40 UTC  (13+ messages)
` [PATCH v8 21/28] ufs: core: Make the reserved slot a reserved request

[PATCH RFC 0/6] iio: core: Introduce cleanup.h support for mode locks
 2025-12-03 22:40 UTC  (8+ messages)
` [PATCH RFC 3/6] iio: core: Add cleanup.h support for iio_device_claim_*()
` [PATCH RFC 4/6] iio: light: vcnl4000: Use cleanup.h for IIO locks
` [PATCH RFC 6/6] iio: light: opt4060: "

Proposal: Officially allow "incomplete" trees as a base
 2025-12-03 22:37 UTC  (4+ messages)

[PATCH bpf v3 1/2] bpf: Make sure all tail call callers use cgroup storage if the owner does
 2025-12-03 22:36 UTC  (3+ messages)
` [PATCH bpf v3 2/2] selftests/bpf: Test tail call when cgroup storage is used

[RFC 0/8] iommufd: Enable noiommu mode for cdev
 2025-12-03 22:36 UTC  (8+ messages)
` [RFC 2/8] iommu: Add a helper to check if any iommu device is registered

[PATCH v1] Call prctl(2) with long integers, specify 5 arguments, and avoid casts
 2025-12-03 22:36 UTC  (5+ messages)
` [PATCH v2 0/1] Call prctl(2) with signed long integers, "

[PATCH] rust: bitops: add helpers for _find_* functions
 2025-12-03 22:35 UTC  (2+ messages)

[PATCH] ALSA: Do not build obsolete API
 2025-12-03 22:34 UTC  (2+ messages)

[PATCH v2] ext4: check folio uptodate state in ext4_page_mkwrite()
 2025-12-03 22:33 UTC  (9+ messages)

[PATCH 1/2] xenbus: Use .freeze/.thaw to handle xenbus devices
 2025-12-03 22:33 UTC  (5+ messages)

Performance regressions introduced via Revert "cpuidle: menu: Avoid discarding useful information" on 5.15 LTS
 2025-12-03 22:30 UTC  (3+ messages)

Calls to do_swap_page() from handle_pte_fault() on a system where swap is not configured
 2025-12-03 22:28 UTC  (4+ messages)

[PATCH 00/10] rust: xarray: add entry API with preloading
 2025-12-03 22:26 UTC  (11+ messages)
` [PATCH 01/10] rust: xarray: minor formatting fixes
` [PATCH 02/10] rust: xarray: add debug format for `StoreError`
` [PATCH 03/10] rust: xarray: add `contains_index` method
` [PATCH 04/10] rust: xarray: add `XArrayState`
` [PATCH 05/10] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH 06/10] rust: xarray: simplify `Guard::load`
` [PATCH 07/10] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH 08/10] rust: xarray: add entry API
` [PATCH 09/10] rust: xarray: add preload API
` [PATCH 10/10] rust: xarray: fix false positive lockdep warnings

[PATCH v14 00/32] x86,fs/resctrl telemetry monitoring
 2025-12-03 22:27 UTC  (6+ messages)
` [PATCH v14 24/32] x86/resctrl: Add energy/perf choices to rdt boot option

[PATCH] station: check return of handshake_state_set_pmksa
 2025-12-03 22:27 UTC  (3+ messages)

[kernel-cve-report] New CVE entries this week
 2025-12-03 22:26 UTC 

[PATCH] ipe: remove headers that are included but not used
 2025-12-03 22:25 UTC  (2+ messages)

[PATCH V2] xen/dom0less: Calculate guest DTB size based on MAX_VIRT_CPUS
 2025-12-03 22:25 UTC  (3+ messages)

Problems when trying to build tools/testing/selftests
 2025-12-03 22:25 UTC  (7+ messages)

[PATCH] virt: Fix Kconfig warning when selecting TSM without VIRT_DRIVERS
 2025-12-03 22:25 UTC 

[XEN][PATCH] coverage: add extended coverage capabilities
 2025-12-03 22:24 UTC 

[PATCH 0/2] crypto/arm64: Reduce stack bloat from scoped ksimd
 2025-12-03 22:23 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next v4 0/6] ice: properly use u64_stats API for all ring stats
 2025-12-03 22:23 UTC  (21+ messages)
` [Intel-wired-lan] [PATCH iwl-next v4 1/6] ice: initialize ring_stats->syncp
      `  "
` [Intel-wired-lan] [PATCH iwl-next v4 2/6] ice: pass pointer to ice_fetch_u64_stats_per_ring
      `  "
` [Intel-wired-lan] [PATCH iwl-next v4 3/6] ice: remove ice_q_stats struct and use struct_group
      `  "
` [Intel-wired-lan] [PATCH iwl-next v4 5/6] ice: shorten ring stat names and add accessors
      `  "
` [Intel-wired-lan] [PATCH iwl-next v4 6/6] ice: convert all ring stats to u64_stats_t
      `  "

[PATCH 00/12] qla2xxx: Misc feature and bug fixes
 2025-12-03 22:22 UTC  (2+ messages)

[PATCH v7 00/22] wifi: nxpwifi: create nxpwifi to support iw61x
 2025-12-03 22:21 UTC 

+ ocfs2-avoid-wflex-array-member-not-at-end-warning.patch added to mm-nonmm-unstable branch
 2025-12-03 22:20 UTC 

[PATCH] btrfs: do not skip logging new dentries when logging a new name
 2025-12-03 22:15 UTC  (4+ messages)
` [PATCH v2] "

[meta-networking][PATCH] libcoap: upgrade 4.3.5 -> 4.3.5a
 2025-12-03 22:15 UTC 

+ mm-page_alloc-make-percpu_pagelist_high_fraction-reads-lock-free-fix.patch added to mm-hotfixes-unstable branch
 2025-12-03 22:15 UTC 

[PATCH v4] dmaengine: fsl-edma: Fix clk leak on alloc_chan_resources failure
 2025-12-03 22:14 UTC  (3+ messages)

[PATCH v3 0/4] tpm2-sessions: Fixes for v6.19-rc2
 2025-12-03 22:12 UTC  (5+ messages)
` [PATCH v3 1/4] tpm2-sessions: fix out of range indexing in name_size
` [PATCH v3 2/4] tpm2-sessions: Fix tpm2_read_public range checks
` [PATCH v3 3/4] tpm2-sessions: Remove 'attributes' parameter from tpm_buf_append_auth
` [PATCH v3 4/4] tpm2-sessions: Open code tpm_buf_append_hmac_session()

+ ocfs2-convert-remaining-read-only-checks-to-ocfs2_emergency_state.patch added to mm-nonmm-unstable branch
 2025-12-03 22:12 UTC 

+ ocfs2-add-ocfs2_emergency_state-helper-and-apply-to-setattr.patch added to mm-nonmm-unstable branch
 2025-12-03 22:12 UTC 

[PATCH v2] r8169: add support for RTL8127ATF
 2025-12-03 22:11 UTC  (8+ messages)

[GIT PULL] PCI changes for v6.19
 2025-12-03 22:11 UTC 

[RFC 00/10] mm: thp: always enable mTHP support
 2025-12-03 22:09 UTC  (4+ messages)
` [RFC 06/10] mm: debug_vm_pgtable: use pgtable_has_pmd_leaves()

diff: should warn about EOL when --no-index ?
 2025-12-03 22:06 UTC  (2+ messages)

[PATCH v4 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2025-12-03 22:05 UTC  (3+ messages)

[Buildroot] [PATCH/next 01/16] package/azmq: bump version
 2025-12-03 21:57 UTC  (16+ messages)
` [Buildroot] [PATCH/next 02/16] package/cutelyst: bump version to 3.5.0
` [Buildroot] [PATCH/next 03/16] package/doxygen: bump version to 1.15.0
` [Buildroot] [PATCH/next 04/16] package/firmware-utils: bump version
` [Buildroot] [PATCH/next 05/16] package/gcr: bump version to 4.4.0.1
` [Buildroot] [PATCH/next 06/16] package/graphite2: bump version
` [Buildroot] [PATCH/next 07/16] package/gtksourceview: bump version to 5.18.0
` [Buildroot] [PATCH/next 08/16] package/gupnp-tools: bump version to 0.12.2
` [Buildroot] [PATCH/next 09/16] package/hackrf: bump version
` [Buildroot] [PATCH/next 10/16] package/igh-ethercat: bump version to 1.6.8
` [Buildroot] [PATCH/next 11/16] package/libcorrect: bump version, fix cmake 4 compatibility
` [Buildroot] [PATCH/next 12/16] package/libubox: bump version
` [Buildroot] [PATCH/next 13/16] package/pistache: bump version to 0.4.26
` [Buildroot] [PATCH/next 14/16] package/ubus: bump version
` [Buildroot] [PATCH/next 15/16] package/uhd: bump version to 4.9.0.1
` [Buildroot] [PATCH/next 16/16] package/waylandpp: bump version to 1.0.1

[PATCH] rust: pin-init: add references to previously initialized fields
 2025-12-03 22:05 UTC  (2+ messages)

set_security_override_from_ctx()
 2025-12-03 22:02 UTC  (2+ messages)

iommufd_utils.h:804:37: warning: array subscript 'struct iommu_test_hw_info[0]' is partly outside array bounds of 'struct iommu_test_hw_info_buffer_smaller[1]'
 2025-12-03 22:02 UTC 

[Buildroot] [PATCH/next 01/21] package/azure-iot-sdk-c: fix cmake 4 compatibility
 2025-12-03 21:47 UTC  (18+ messages)
` [Buildroot] [PATCH/next 04/21] package/double-conversion: "
` [Buildroot] [PATCH/next 05/21] package/flann: "
` [Buildroot] [PATCH/next 06/21] package/flare-engine: "
` [Buildroot] [PATCH/next 07/21] package/flare-game: "
` [Buildroot] [PATCH/next 08/21] package/gflags: "
` [Buildroot] [PATCH/next 09/21] package/json-c: "
` [Buildroot] [PATCH/next 10/21] package/libcue: "
` [Buildroot] [PATCH/next 11/21] package/libebml: "
` [Buildroot] [PATCH/next 12/21] package/libmatroska: "
` [Buildroot] [PATCH/next 13/21] package/libmodplug: "
` [Buildroot] [PATCH/next 14/21] package/libsoxr: "
` [Buildroot] [PATCH/next 15/21] package/libuecc: "
` [Buildroot] [PATCH/next 16/21] package/libvncserver: "
` [Buildroot] [PATCH/next 17/21] package/mariadb: "
` [Buildroot] [PATCH/next 18/21] package/psimd: "
` [Buildroot] [PATCH/next 20/21] package/read-edid: "
` [Buildroot] [PATCH/next 21/21] package/websocketpp: "

[PATCH 1/1] scripts: fix broken error path in modinfo-collect.py
 2025-12-03 22:01 UTC 

[PATCH v9 0/6] Introduce movable pages for Hyper-V guests
 2025-12-03 22:01 UTC  (3+ messages)
` [PATCH v9 4/6] Drivers: hv: Fix huge page handling in memory region traversal

[PATCH] nitrogen6x: change maintainer
 2025-12-03 20:45 UTC 

[PATCH v2 0/8] Microsoft Surface Pro 11 support
 2025-12-03 21:58 UTC  (6+ messages)
` [PATCH v2 4/8] arm64: dts: qcom: Add support for Surface Pro 11


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.