All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-25 22:32:32 to 2025-06-25 23:43:33 UTC [more...]

回覆: 回覆: [PATCH 5/7] ARM: dts: aspeed-g6: Add PCIe RC node
 2025-06-25 22:16 UTC  (2+ messages)

[PATCH 0/3] Fix bio splitting in the crypto fallback code
 2025-06-25 23:42 UTC  (2+ messages)
` [PATCH 1/3] block: Split blk_crypto_fallback_split_bio_if_needed()

[PATCH v2 00/17] add basic PSP encryption for TCP connections
 2025-06-25 23:42 UTC  (6+ messages)
` [PATCH v2 01/17] psp: add documentation
` [PATCH v2 08/17] net: psp: add socket security association code

[PATCH rdma-next 0/2] Add multiple priorities support to mlx5 RDMA TRANSPORT tables
 2025-06-25 23:42 UTC  (3+ messages)
` [PATCH mlx5-next 1/2] net/mlx5: fs, add multiple prios to RDMA TRANSPORT steering domain

[PATCH v3 0/5] Fix write operation handling for zoned DM devices
 2025-06-25 23:41 UTC  (10+ messages)
` [PATCH v3 1/5] block: Make REQ_OP_ZONE_FINISH a write operation
` [PATCH v3 2/5] block: Introduce bio_needs_zone_write_plugging()
` [PATCH v3 3/5] dm: Always split write BIOs to zoned device limits

[PATCH net-next v3 0/2] net: xsk: update tx queue consumer
 2025-06-25 23:41 UTC  (7+ messages)
` [PATCH net-next v3 2/2] selftests/bpf: check if the global consumer of tx queue updates after send call

[PATCH v14 00/32] fs,x86/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-06-25 23:40 UTC  (19+ messages)
` [PATCH v14 24/32] fs/resctrl: Add event configuration directory under info/L3_MON/
` [PATCH v14 25/32] fs/resctrl: Provide interface to update the event configurations
` [PATCH v14 26/32] fs/resctrl: Introduce mbm_assign_on_mkdir to enable assignments on mkdir
` [PATCH v14 27/32] x86,fs/resctrl: Auto assign/unassign counters "
` [PATCH v14 28/32] fs/resctrl: Introduce mbm_L3_assignments to list assignments in a group
` [PATCH v14 29/32] fs/resctrl: Introduce the interface to modify "
` [PATCH v14 30/32] fs/resctrl: Hide the BMEC related files when mbm_event mode is enabled
` [PATCH v14 31/32] fs/resctrl: Introduce the interface to switch between monitor modes
` [PATCH v14 32/32] x86/resctrl: Configure mbm_event mode if supported

[PATCH 0/7] media: renesas: vsp1: Fix v4l2-compliance failures
 2025-06-25 23:38 UTC  (10+ messages)
` [PATCH 2/7] media: renesas: vsp1: Store size limits in vsp1_entity
` [PATCH 3/7] media: renesas: vsp1: Fix code checks in frame size enumeration
` [PATCH 4/7] media: renesas: vsp1: Fix RPF sink alignment for YUV formats

[syzbot] [bpf?] [net?] possible deadlock in xsk_notifier (3)
 2025-06-25 23:37 UTC  (8+ messages)

[tip: x86/fpu] x86/fpu: Delay instruction pointer fixup until after warning
 2025-06-25 23:35 UTC 

[PATCH net-next v4.1] Expose RDS features via sysfs
 2025-06-25 23:30 UTC  (3+ messages)
` [PATCH net-next v4.1] rds: Expose feature parameters via sysfs (and ELF)

[PATCH RFC] char: misc: Enforce simple minor space division
 2025-06-25 23:29 UTC  (3+ messages)

[PATCH v1 00/32] Live Update Orchestrator
 2025-06-25 23:26 UTC  (34+ messages)
` [PATCH v1 01/32] kho: init new_physxa->phys_bits to fix lockdep
` [PATCH v1 02/32] kho: mm: Don't allow deferred struct page with KHO
` [PATCH v1 03/32] kho: warn if KHO is disabled due to an error
` [PATCH v1 04/32] kho: allow to drive kho from within kernel
` [PATCH v1 05/32] kho: make debugfs interface optional
` [PATCH v1 06/32] kho: drop notifiers
` [PATCH v1 07/32] kho: add interfaces to unpreserve folios and physical memory ranges
` [PATCH v1 08/32] kho: don't unpreserve memory during abort
` [PATCH v1 09/32] liveupdate: kho: move to kernel/liveupdate
` [PATCH v1 10/32] liveupdate: luo_core: Live Update Orchestrator
` [PATCH v1 11/32] liveupdate: luo_core: integrate with KHO
` [PATCH v1 12/32] liveupdate: luo_subsystems: add subsystem registration
` [PATCH v1 13/32] liveupdate: luo_subsystems: implement subsystem callbacks
` [PATCH v1 14/32] liveupdate: luo_files: add infrastructure for FDs
` [PATCH v1 15/32] liveupdate: luo_files: implement file systems callbacks
` [PATCH v1 16/32] liveupdate: luo_ioctl: add ioctl interface
` [PATCH v1 17/32] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v1 18/32] reboot: call liveupdate_reboot() before kexec
` [PATCH v1 19/32] liveupdate: luo_files: luo_ioctl: session-based file descriptor tracking
` [PATCH v1 20/32] kho: move kho debugfs directory to liveupdate
` [PATCH v1 21/32] liveupdate: add selftests for subsystems un/registration
` [PATCH v1 22/32] selftests/liveupdate: add subsystem/state tests
` [PATCH v1 23/32] docs: add luo documentation
` [PATCH v1 24/32] MAINTAINERS: add liveupdate entry
` [PATCH v1 25/32] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v1 26/32] mm: shmem: allow freezing inode mapping
` [PATCH v1 27/32] mm: shmem: export some functions to internal.h
` [PATCH v1 28/32] luo: allow preserving memfd
` [PATCH v1 29/32] docs: add documentation for memfd preservation via LUO
` [RFC v1 30/32] tools: introduce libluo
` [RFC v1 31/32] libluo: introduce luoctl
` [RFC v1 32/32] libluo: add tests

[PATCH net] net: libwx: fix the creation of page_pool
 2025-06-25 23:27 UTC  (2+ messages)

[openeuler:openEuler-1.0-LTS 1568/1568] block/blk-throttle.c:2306:1-7: preceding lock on line 2212
 2025-06-25 23:25 UTC 

[openeuler:openEuler-1.0-LTS 1480/1480] mm/debug.c:174:3: warning: format specifies type 'void *' but the argument has type 'int'
 2025-06-25 23:25 UTC 

[syzbot] [fs?] KASAN: null-ptr-deref Write in do_pagemap_cmd
 2025-06-25 23:23 UTC  (2+ messages)

Portable HDD Keeps Going Read Only
 2025-06-25 23:20 UTC  (8+ messages)

[PATCH] [v2] x86/fpu: Delay instruction pointer fixup until after warning
 2025-06-25 23:21 UTC  (3+ messages)

[PATCH] common/rc: add btrfs support for _small_fs_size_mb()
 2025-06-25 23:20 UTC 

[PATCH] Revert "drm/xe/ptl: Apply Wa_16026007364"
 2025-06-25 23:20 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
 2025-06-25 23:19 UTC  (19+ messages)

[PATCH] driver core: faux: fix Undefined Behavior in faux_device_destroy()
 2025-06-25 23:18 UTC  (5+ messages)

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-06-25 23:17 UTC  (3+ messages)

[PATCH 6.15 000/588] 6.15.4-rc2 review
 2025-06-25 23:16 UTC  (2+ messages)

[PATCH v11 00/11] perf: Support the deferred unwinding infrastructure
 2025-06-25 23:15 UTC  (10+ messages)
` [PATCH v11 01/11] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v11 02/11] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v11 03/11] perf: Use current->flags & PF_KTHREAD instead of current->mm == NULL
` [PATCH v11 04/11] perf: Simplify get_perf_callchain() user logic
` [PATCH v11 05/11] perf: Skip user unwind if the task is a kernel thread
` [PATCH v11 06/11] perf: Support deferred user callchains
` [PATCH v11 07/11] perf: Support deferred user callchains for per CPU events
` [PATCH v11 08/11] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v11 09/11] perf record: Enable defer_callchain for user callchains

[BISECT] regression: tcp: fix to allow timestamp undo if no retransmits were sent
 2025-06-25 23:15 UTC  (15+ messages)

[PATCH] sched_ext: Drop kfuncs marked for removal in 6.15
 2025-06-25 23:15 UTC  (2+ messages)

[PATCH net-next] ptp: add Alibaba CIPU PTP clock driver
 2025-06-25 23:14 UTC  (2+ messages)

[PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
 2025-06-25 23:10 UTC  (17+ messages)
` [PATCH 01/16] MAINTAINERS: Include clk.py under COMMON CLK FRAMEWORK entry
` [PATCH 02/16] MAINTAINERS: Include device.py under DRIVER CORE entry
` [PATCH 03/16] MAINTAINERS: Include genpd.py under GENERIC PM DOMAINS entry
` [PATCH 04/16] MAINTAINERS: Include radixtree.py under GENERIC RADIX TREE entry
` [PATCH 05/16] MAINTAINERS: Include interrupts.py under IRQ SUBSYSTEM entry
` [PATCH 06/16] MAINTAINERS: Include kasan.py under KASAN entry
` [PATCH 07/16] MAINTAINERS: Include mapletree.py under MAPLE TREE entry
` [PATCH 08/16] MAINTAINERS: Include GDB scripts under MEMORY MANAGEMENT entry
` [PATCH 09/16] MAINTAINERS: Include modules.py under MODULE SUPPORT entry
` [PATCH 10/16] MAINTAINERS: Include cpus.py under PER-CPU MEMORY ALLOCATOR entry
` [PATCH 11/16] MAINTAINERS: Include timerlist.py under POSIX CLOCKS and TIMERS entry
` [PATCH 12/16] MAINTAINERS: Include dmesg.py under PRINTK entry
` [PATCH 13/16] MAINTAINERS: Include proc.py under PROC FILESYSTEM entry
` [PATCH 14/16] MAINTAINERS: Include vmalloc.py under VMALLOC entry
` [PATCH 15/16] MAINTAINERS: Include xarray.py under XARRAY entry
` [PATCH 16/16] MAINTAINERS: Include vfs.py under FILESYSTEMS entry

[PATCH -next v2 0/4] mm: per-node proactive reclaim
 2025-06-25 23:10 UTC  (3+ messages)
` [PATCH 4/4] mm: introduce per-node proactive reclaim interface

[PATCH v6 00/25] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-06-25 23:06 UTC  (4+ messages)
` [PATCH v6 10/25] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl

[PATCH 6.12 000/413] 6.12.35-rc2 review
 2025-06-25 23:09 UTC  (2+ messages)

[PATCH v4 3/4] mm: Support batched unmap for lazyfree large folios during reclamation
 2025-06-25 21:03 UTC  (14+ messages)

[PATCH 0/7] Add ASPEED PCIe Root Complex support
 2025-06-25 21:04 UTC  (3+ messages)
` [PATCH 3/7] dt-bindings: pci: Add document for ASPEED PCIe RC

[PATCH v3] sched_ext: Implement SCX_OPS_TRACK_MIGRATION
 2025-06-25 23:07 UTC  (3+ messages)
` [PATCH v3] sched_ext: include SCX_OPS_TRACK_MIGRATION

[RFC PATCH V2 00/13] mm: slowtier page promotion based on PTE A bit
 2025-06-25 23:05 UTC  (4+ messages)
` [RFC PATCH V2 03/13] mm: Scan the mm and create a migration list

[PATCH 0/3] cxl: Support Poison Inject & Clear by HPA
 2025-06-25 23:05 UTC  (5+ messages)
` [PATCH 2/3] cxl/region: Introduce HPA to DPA address translation
` [PATCH 3/3] cxl/region: Add inject and clear poison by HPA

[lustre-devel] [PATCH 1/2] lustre: refresh FSF licences
 2025-06-25 23:03 UTC  (2+ messages)

[PATCH v3] perf annotate: Fix source code annotate with objdump
 2025-06-25 23:03 UTC 

[RFC PATCH] PCI: Support Immediate Readiness on devices without PM capabilities
 2025-06-25 23:03 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v2 iwl-net] ice: add recovery clock and clock 1588 control for E825c
 2025-06-25 23:02 UTC  (3+ messages)
  `  "

[PATCH 6.6 000/288] 6.6.95-rc2 review
 2025-06-25 23:02 UTC  (2+ messages)

[RESEND PATCH v2 0/2] Update the watchdog period according to real CPU frequency
 2025-06-25 22:46 UTC  (5+ messages)
` [RESEND PATCH v2 1/2] watchdog/perf: Provide function for adjusting the event period
` [RESEND PATCH v2 2/2] arm64/watchdog_hld: Add a cpufreq notifier for update watchdog thresh

[PATCH 6.1 000/507] 6.1.142-rc2 review
 2025-06-25 22:59 UTC  (2+ messages)

Instability in ALL stable and LTS distro kernels (IRQ #16 being disabled, PCIe bus errors, ath10k_pci) in Dell Inspiron 5567
 2025-06-25 22:50 UTC  (3+ messages)

[PATCH ath-next 0/2] wifi: ath12k: install pairwise key first
 2025-06-25 22:49 UTC  (6+ messages)

[PATCH v11 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-06-25 22:56 UTC  (15+ messages)
` [PATCH v11 01/14] unwind_user: Add user space unwinding API
` [PATCH v11 02/14] unwind_user: Add frame pointer support
` [PATCH v11 03/14] unwind_user: Add compat mode "
` [PATCH v11 04/14] unwind_user/deferred: Add unwind_user_faultable()
` [PATCH v11 05/14] unwind_user/deferred: Add unwind cache
` [PATCH v11 06/14] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v11 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v11 08/14] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v11 09/14] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v11 10/14] unwind: Clear unwind_mask on exit back to user space
` [PATCH v11 11/14] unwind: Finish up unwind when a task exits
` [PATCH v11 12/14] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v11 13/14] perf/x86: Rename and move get_segment_base() and make it global
` [PATCH v11 14/14] unwind_user/x86: Enable compat mode frame pointer unwinding on x86

[merged mm-hotfixes-stable] mailmap-update-duje-mihanovics-email-address.patch removed from -mm tree
 2025-06-25 22:56 UTC 

[merged mm-hotfixes-stable] maintainers-add-myself-as-thp-co-maintainer.patch removed from -mm tree
 2025-06-25 22:56 UTC 

[merged mm-hotfixes-stable] selftests-mm-fix-validate_addr-helper.patch removed from -mm tree
 2025-06-25 22:56 UTC 

[merged mm-hotfixes-stable] crashdump-add-config_keys-dependency.patch removed from -mm tree
 2025-06-25 22:56 UTC 

[merged mm-hotfixes-stable] mailmap-correct-name-for-a-historical-account-of-zijun-hu.patch removed from -mm tree
 2025-06-25 22:56 UTC 

[merged mm-hotfixes-stable] mailmap-add-entries-for-zijun-hu.patch removed from -mm tree
 2025-06-25 22:56 UTC 

[merged mm-hotfixes-stable] fuse-fix-runtime-warning-on-truncate_folio_batch_exceptionals.patch removed from -mm tree
 2025-06-25 22:55 UTC 

[merged mm-hotfixes-stable] scripts-gdb-fix-dentry_name-lookup.patch removed from -mm tree
 2025-06-25 22:55 UTC 

[merged mm-hotfixes-stable] mm-damon-sysfs-schemes-free-old-damon_sysfs_scheme_filter-memcg_path-on-write.patch removed from -mm tree
 2025-06-25 22:55 UTC 

[merged mm-hotfixes-stable] mm-alloc_tag-fix-the-kmemleak-false-positive-issue-in-the-allocation-of-the-percpu-variable-tag-counters.patch removed from -mm tree
 2025-06-25 22:55 UTC 

[merged mm-hotfixes-stable] lib-group_cpus-fix-null-pointer-dereference-from-group_cpus_evenly.patch removed from -mm tree
 2025-06-25 22:55 UTC 

[merged mm-hotfixes-stable] mm-hugetlb-remove-unnecessary-holding-of-hugetlb_lock.patch removed from -mm tree
 2025-06-25 22:55 UTC 

[merged mm-hotfixes-stable] maintainers-add-missing-files-to-mm-page-alloc-section.patch removed from -mm tree
 2025-06-25 22:55 UTC 

[merged mm-hotfixes-stable] maintainers-add-tree-entry-to-mm-init-block.patch removed from -mm tree
 2025-06-25 22:55 UTC 

[merged mm-hotfixes-stable] mm-add-oom-killer-maintainer-structure.patch removed from -mm tree
 2025-06-25 22:55 UTC 

[merged mm-hotfixes-stable] fs-proc-task_mmu-fix-page_is_pfnzero-detection-for-the-huge-zero-folio.patch removed from -mm tree
 2025-06-25 22:55 UTC 

[PATCH v3 0/2] spi: spi-qpic-snand: avoid memory corruption
 2025-06-25 22:43 UTC  (3+ messages)

[PATCH] net: stmmac: Fix interrupt handling for level-triggered mode in DWC_XGMAC2
 2025-06-25 22:39 UTC  (2+ messages)

[RFC v2 0/9] cpu avoid state and push task mechanism
 2025-06-25 22:53 UTC  (3+ messages)
` [RFC v2 9/9] [DEBUG] powerpc: add debug file for set/unset cpu avoid

[PATCH 0/3] Fix STM32 I2C dma operations
 2025-06-25 22:17 UTC  (2+ messages)

[folded-merged] mm-alloc_tag-fix-the-kmemleak-false-positive-issue-in-the-allocation-of-the-percpu-variable-tag-counters-v3.patch removed from -mm tree
 2025-06-25 22:52 UTC 

[folded-merged] lib-group_cpus-fix-null-pointer-dereference-from-group_cpus_evenly-fix.patch removed from -mm tree
 2025-06-25 22:51 UTC 

[PATCH] lib: packing: Include necessary headers
 2025-06-25 22:50 UTC  (2+ messages)

[PATCH] uapi: net_dropmon: drop unused is_drop_point_hw macro
 2025-06-25 22:50 UTC  (2+ messages)

[PATCH net] team: replace team lock with rtnl lock
 2025-06-25 22:50 UTC  (2+ messages)

[PATCH net-next] net/sched: Remove unused functions
 2025-06-25 22:50 UTC  (2+ messages)

[PATCH net-next] neighbour: Remove redundant assignment to err
 2025-06-25 22:50 UTC  (2+ messages)

[PATCH net-next v2 0/8] net: ethtool: rss: add notifications
 2025-06-25 22:50 UTC  (2+ messages)

[folded-merged] mm-add-oom-killer-maintainer-structure-fix-checkpatch-fixes.patch removed from -mm tree
 2025-06-25 22:50 UTC 

[folded-merged] mm-add-oom-killer-maintainer-structure-fix.patch removed from -mm tree
 2025-06-25 22:50 UTC 

[PATCH net 00/10] netlink: specs: enforce strict naming of properties
 2025-06-25 22:50 UTC  (2+ messages)

(no subject)
 2025-06-25 22:49 UTC  (8+ messages)
` [PATCH 1/7] xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlock
` [PATCH 2/7] xfs: catch stale AGF/AGF metadata
` [PATCH 3/7] xfs: avoid dquot buffer pin deadlock
` [PATCH 4/7] xfs: add tracepoints for stale pinned inode state debug
` [PATCH 5/7] xfs: rearrange code in xfs_buf_item.c
` [PATCH 6/7] xfs: factor out stale buffer item completion
` [PATCH 7/7] xfs: fix unmount hang with unflushable inodes stuck in the AIL

[PATCH v4 0/7] spacemit: introduce P1 PMIC support
 2025-06-25 22:10 UTC  (4+ messages)
` [PATCH v4 4/7] rtc: spacemit: support the SpacemiT P1 RTC

[PATCH] nvme: uring_cmd specific request_queue for SGLs
 2025-06-25 22:08 UTC  (3+ messages)

[PATCHv2 00/12] TDX: Enable Dynamic PAMT
 2025-06-25 22:49 UTC  (4+ messages)
` [PATCHv2 08/12] KVM: TDX: Handle PAMT allocation in fault path

[PATCH v2] panel/simple-simple: Identify simple DPI panels using .compatible field
 2025-06-25 22:44 UTC 

[PATCH 1/2] fbdev: remove fb_notify support
 2025-06-25 21:01 UTC  (3+ messages)

[PATCH] stacktrace: do not trace user stack for user_worker tasks
 2025-06-25 22:41 UTC  (6+ messages)

[kernel-cve-report] New CVE entries this week
 2025-06-25 22:40 UTC 

[PATCH net] net: enetc: Correct endianness handling in _enetc_rd_reg64
 2025-06-25 22:40 UTC  (2+ messages)

[PATCH v2] atm: idt77252: Add missing `dma_map_error()`
 2025-06-25 22:40 UTC  (2+ messages)

[PATCH 0/6] Add few updates to the STM32 SPI driver
 2025-06-25 19:12 UTC  (2+ messages)

[PATCH 0/2] Fixes for recovery for machine check in TDX/SEAM non-root mode
 2025-06-25 22:38 UTC  (7+ messages)
` [PATCH 2/2] KVM: TDX: Do not clear poisoned pages

[PATCH 5.10 000/352] 5.10.239-rc2 review
 2025-06-25 22:37 UTC  (2+ messages)

[PATCH v2 0/3] io_uring mm related abuses
 2025-06-25 22:36 UTC  (4+ messages)

[PATCH v3 0/2] Enable permission change on arm64 kernel block mappings
 2025-06-25 20:40 UTC  (5+ messages)
` [PATCH v3 1/2] arm64: pageattr: Use pagewalk API to change memory permissions

[openeuler:openEuler-1.0-LTS 1327/1327] mm/vmscan.c:3257:21: error: implicit declaration of function 'kernel_swap_enabled'
 2025-06-25 22:32 UTC 

[GIT PULL] BPF fixes for 6.16-rc4
 2025-06-25 22:32 UTC 


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.