messages from 2025-09-17 12:15:56 to 2025-09-18 13:53:49 UTC [more...]
[RFC][PATCH v3 00/16] Introduce kmemdump
2025-09-18 13:53 UTC (17+ messages)
` [RFC][PATCH v3 09/16] genirq/irqdesc: Have nr_irqs as non-static
[PATCH v2] drm/sched: Extend and update documentation
2025-09-18 12:56 UTC (2+ messages)
[PATCH v5 0/6] mm: split underused THPs
2025-09-18 12:35 UTC (9+ messages)
` [PATCH v5 2/6] mm: remap unused subpages to shared zeropage when splitting isolated thp
[PATCH v5 0/2] make logical block size configurable
2025-09-18 11:57 UTC (3+ messages)
` [PATCH v5 1/2] md: prevent adding disks with larger logical_block_size to active arrays
` [PATCH v5 2/2] md: allow configuring logical block size
[PATCH v7 00/24] Split sphinx call logic from docs Makefile
2025-09-18 12:07 UTC (13+ messages)
` [PATCH v7 04/24] scripts: check-variable-fonts.sh: convert to Python
` [PATCH v7 06/24] check-variable-fonts.py: add a helper to display instructions
` [PATCH v7 08/24] tools/docs: sphinx-pre-install: drop a debug print
` [PATCH v7 09/24] tools/docs: sphinx-pre-install: allow check for alternatives and bail out
` [PATCH v7 10/24] tools/docs: python_version: move version check from sphinx-pre-install
` [PATCH v7 11/24] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
` [PATCH v7 15/24] tools/docs: sphinx-build-wrapper: add an argument for LaTeX interactive mode
` [PATCH v7 16/24] tools/docs: sphinx-build-wrapper: allow building PDF files in parallel
` [PATCH v7 18/24] tools/docs: sphinx-build-wrapper: Fix output for duplicated names
` [PATCH v7 19/24] docs: add support to build manpages from kerneldoc output
` [PATCH v7 20/24] tools: kernel-doc: add a see also section at man pages
[PATCH 0/5] arm64/sme: Support disabling streaming mode via ptrace on SME only systems
2025-09-18 12:00 UTC (4+ messages)
` [PATCH 3/5] "
[PATCH v8 00/24] Split sphinx call logic from docs Makefile
2025-09-18 11:54 UTC (25+ messages)
` [PATCH v8 01/24] scripts/jobserver-exec: move the code to a class
` [PATCH v8 02/24] scripts/jobserver-exec: move its class to the lib directory
` [PATCH v8 03/24] scripts/jobserver-exec: add a help message
` [PATCH v8 04/24] scripts: check-variable-fonts.sh: convert to Python
` [PATCH v8 05/24] tools/docs: check-variable-fonts.py: split into a lib and an exec file
` [PATCH v8 06/24] check-variable-fonts.py: add a helper to display instructions
` [PATCH v8 07/24] scripts: sphinx-pre-install: move it to tools/docs
` [PATCH v8 08/24] tools/docs: sphinx-pre-install: drop a debug print
` [PATCH v8 09/24] tools/docs: sphinx-pre-install: allow check for alternatives and bail out
` [PATCH v8 10/24] tools/docs: python_version: move version check from sphinx-pre-install
` [PATCH v8 11/24] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
` [PATCH v8 12/24] docs: parallel-wrapper.sh: remove script
` [PATCH v8 13/24] docs: Makefile: document latex/PDF PAPER= parameter
` [PATCH v8 14/24] docs: Makefile: document FONTS_CONF_DENY_VF= parameter
` [PATCH v8 15/24] tools/docs: sphinx-build-wrapper: add an argument for LaTeX interactive mode
` [PATCH v8 16/24] tools/docs: sphinx-build-wrapper: allow building PDF files in parallel
` [PATCH v8 17/24] tools/docs,scripts: sphinx-*: prevent sphinx-build crashes
` [PATCH v8 18/24] tools/docs: sphinx-build-wrapper: Fix output for duplicated names
` [PATCH v8 19/24] docs: add support to build manpages from kerneldoc output
` [PATCH v8 20/24] tools: kernel-doc: add a see also section at man pages
` [PATCH v8 21/24] scripts: kdoc_parser.py: warn about Python version only once
` [PATCH v8 22/24] tools/docs: sphinx-build-wrapper: move rust doc builder to wrapper
` [PATCH v8 23/24] tools/docs: sphinx-* break documentation bulds on openSUSE
` [PATCH v8 24/24] tools/docs: sphinx-build-wrapper: add support to run inside venv
[PATCH v2] docs/bpf: clarify ret handling in LSM BPF programs
2025-09-18 10:03 UTC (3+ messages)
[PATCH v4 0/5] ALSA: usb-audio: add module param device_quirk_flags
2025-09-18 9:24 UTC (6+ messages)
` [PATCH v4 1/5] ALSA: usb-audio: add two-way convert between name and bit for QUIRK_FLAG_*
` [PATCH v4 2/5] param: export param_array related functions
` [PATCH v4 3/5] ALSA: usb-audio: improve module param quirk_flags
` [PATCH v4 4/5] ALSA: usb-audio: make param quirk_flags change-able in runtime
` [PATCH v4 5/5] ALSA: doc: add docs about improved quirk_flags in snd-usb-audio
[PATCH v4 00/14] expand mmap_prepare functionality, port more users
2025-09-18 9:14 UTC (26+ messages)
` [PATCH v4 01/14] mm/shmem: update shmem to use mmap_prepare
` [PATCH v4 02/14] device/dax: update devdax "
` [PATCH v4 03/14] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v4 04/14] relay: update relay to use mmap_prepare
` [PATCH v4 05/14] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v4 06/14] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v4 07/14] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v4 08/14] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v4 09/14] mm: add ability to take further action in vm_area_desc
` [PATCH v4 10/14] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v4 12/14] mm: add shmem_zero_setup_desc()
` [PATCH v4 13/14] mm: update mem char driver to use mmap_prepare
` [PATCH v4 14/14] mm: update resctl "
[PATCH v4 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
2025-09-18 9:09 UTC (11+ messages)
` [PATCH v4 5/7] arm64: Add support for FEAT_{LS64, LS64_V}
[PATCH v6 04/21] scripts: check-variable-fonts.sh: convert to Python
2025-09-18 8:51 UTC (5+ messages)
[PATCH v2] mm/memory-failure: Support disabling soft offline for HugeTLB pages
2025-09-18 8:34 UTC (17+ messages)
[PATCH v6 10/21] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
2025-09-18 8:24 UTC (6+ messages)
[PATCH v6 00/12] perf: arm_spe: Armv8.8 SPE features
2025-09-18 8:15 UTC (4+ messages)
[PATCH v4 0/7] Docs/zh_CN: Translate filesystems docs to Simplified Chinese
2025-09-18 8:07 UTC (4+ messages)
[PATCH v2 0/2] hwmon: Add support for MPS mp2925 and mp2929 chip
2025-09-18 8:06 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: Add MPS mp2925 and mp2929
` [PATCH v2 2/2] hwmon: add MP2925 and MP2929 driver
[PATCH] Docs/zh_CN: fix the format of proofreader
2025-09-18 7:56 UTC
[PATCH v3] Documentation: cgroup-v2: Replace manual table of contents with contents:: directive
2025-09-18 7:40 UTC
[PATCH net-next v06 00/14] net: hinic3: Add a driver for Huawei 3rd gen NIC - sw and hw initialization
2025-09-18 7:38 UTC (3+ messages)
` [PATCH net-next v06 08/14] hinic3: Queue pair resource initialization
[PATCH] Docs/zh_CN: add fixed format for the header of gfs2-glocks.rst
2025-09-18 7:21 UTC (3+ messages)
[PATCH v2] Docs/zh_CN: add fixed format for the header of gfs2-glocks.rst
2025-09-18 7:21 UTC (2+ messages)
[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
2025-09-18 7:14 UTC (14+ messages)
` [PATCH v5 01/15] genpt: Generic Page Table base API
` [PATCH v5 02/15] genpt: Add Documentation/ files
` [PATCH v5 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v5 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v5 05/15] iommupt: Add iova_to_phys op
[PATCH v19 net-next 00/10] AccECN protocol patch series
2025-09-18 7:10 UTC (6+ messages)
` [PATCH v19 net-next 08/10] tcp: accecn: AccECN option failure handling
` [PATCH v19 net-next 10/10] tcp: accecn: try to fit AccECN option with SACK
[PATCH] Docs/zh_CN: align title underline for ubifs.rst
2025-09-18 6:48 UTC (2+ messages)
[PATCH v9 00/10] x86,fs/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
2025-09-18 6:08 UTC (21+ messages)
` [PATCH v9 01/10] x86/cpufeatures: Add support for L3 Smart Data Cache Injection Allocation Enforcement
` [PATCH v9 02/10] x86/resctrl: Add SDCIAE feature in the command line options
` [PATCH v9 03/10] x86,fs/resctrl: Detect io_alloc feature
` [PATCH v9 04/10] x86,fs/resctrl: Implement "io_alloc" enable/disable handlers
` [PATCH v9 05/10] fs/resctrl: Introduce interface to display "io_alloc" support
` [PATCH v9 06/10] fs/resctrl: Add user interface to enable/disable io_alloc feature
` [PATCH v9 07/10] fs/resctrl: Introduce interface to display io_alloc CBMs
` [PATCH v9 08/10] fs/resctrl: Modify rdt_parse_data to pass mode and CLOSID
` [PATCH v9 09/10] fs/resctrl: Introduce interface to modify io_alloc Capacity Bit Masks
` [PATCH v9 10/10] fs/resctrl: Update bit_usage to reflect io_alloc
[PATCH] Documentation: process: Do not hardcode kernel major version number
2025-09-18 3:37 UTC (3+ messages)
[PATCH v3] net/tls: support maximum record size limit
2025-09-18 1:42 UTC (5+ messages)
[PATCH net-next V2 00/10] net/mlx5e: Use multiple doorbells
2025-09-18 1:40 UTC (22+ messages)
` [PATCH net-next V2 01/10] net/mlx5: Fix typo of MLX5_EQ_DOORBEL_OFFSET
` [PATCH net-next V2 02/10] net/mlx5: Remove unused 'offset' field from mlx5_sq_bfreg
` [PATCH net-next V2 03/10] net/mlx5e: Remove unused 'xsk' param of mlx5e_build_xdpsq_param
` [PATCH net-next V2 04/10] net/mlx5: Store the global doorbell in mlx5_priv
` [PATCH net-next V2 05/10] net/mlx5e: Prepare for using multiple TX doorbells
` [PATCH net-next V2 06/10] net/mlx5e: Prepare for using different CQ doorbells
` [PATCH net-next V2 07/10] net/mlx5e: Use multiple TX doorbells
` [PATCH net-next V2 08/10] net/mlx5e: Use multiple CQ doorbells
` [PATCH net-next V2 09/10] devlink: Add a 'num_doorbells' driverinit param
` [PATCH net-next V2 10/10] net/mlx5e: Use the 'num_doorbells' devlink param
[PATCH v4 0/8] tracing: wprobe: Add wprobe for watchpoint
2025-09-17 22:42 UTC (9+ messages)
` [PATCH v4 1/8] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v4 5/8] tracing: wprobe: Add wprobe event trigger
[PATCH] docs: driver-api: fix spelling of "buses"
2025-09-17 22:04 UTC
[PATCH v3 11/15] iomap: move buffered io bio logic into new file
2025-09-17 21:40 UTC (2+ messages)
[PATCH net-next v3 0/5] net: pse-pd: pd692x0: Add permanent configuration management support
2025-09-17 21:19 UTC (4+ messages)
[PATCH v3 00/15] fuse: use iomap for buffered reads + readahead
2025-09-17 19:59 UTC (3+ messages)
` [syzbot ci] "
[PATCH v2 00/11] PCI: Resizable BAR improvements
2025-09-17 19:11 UTC (6+ messages)
[PATCH 00/62] initrd: remove classic initrd support
2025-09-17 18:00 UTC (3+ messages)
[PATCH v3 0/4] ALSA: usb-audio: add module param device_quirk_flags
2025-09-17 17:58 UTC (9+ messages)
` [PATCH v3 1/4] ALSA: usb-audio: add two-way convert between name and bit for QUIRK_FLAG_*
` [PATCH v3 2/4] param: export param_array related functions
` [PATCH v3 3/4] ALSA: usb-audio: add module param device_quirk_flags
` [PATCH v3 4/4] ALSA: doc: add docs about device_device_quirk_flags in snd-usb-audio
[PATCH v2 0/2] checkpatch: add new check PLACEHOLDER_USE
2025-09-17 17:37 UTC (3+ messages)
` [PATCH v2 1/2] checkpatch: detect unhandled placeholders in cover letters
` [PATCH v2 2/2] checkpatch: document new check PLACEHOLDER_USE
[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-09-17 17:36 UTC (8+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver
[PATCH net-next v2] dpll: zl3073x: Allow to use custom phase measure averaging factor
2025-09-17 17:01 UTC (7+ messages)
[PATCH net-next v4 0/7] Add RPMSG Ethernet Driver
2025-09-17 16:37 UTC (4+ messages)
[PATCH v2 00/12] Implement support for IBS virtualization
2025-09-17 15:40 UTC (10+ messages)
` [PATCH v2 04/12] x86/cpufeatures: Add CPUID feature bit for Extended LVT
` [PATCH v2 05/12] KVM: x86: Add emulation support for Extented LVT registers
` [PATCH v2 06/12] x86/cpufeatures: Add CPUID feature bit for VIBS in SVM/SEV guests
[RFC PATCH v2 0/3] Add testable code specifications
2025-09-17 15:38 UTC (7+ messages)
` [RFC v2 PATCH 1/3] Documentation: add guidelines for writing "
` [RFC v2 PATCH 2/3] /dev/mem: Add initial documentation of memory_open() and mem_fops
[PATCH v3 00/13] expand mmap_prepare functionality, port more users
2025-09-17 15:34 UTC (10+ messages)
` [PATCH v3 02/13] device/dax: update devdax to use mmap_prepare
` [PATCH v3 05/13] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v3 08/13] mm: add ability to take further action in vm_area_desc
[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
2025-09-17 14:52 UTC (4+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
[PATCH net-next v12 0/5] Add driver for 1Gbe network chips from MUCSE
2025-09-17 14:02 UTC (5+ messages)
` [PATCH net-next v12 4/5] net: rnpgbe: Add basic mbx_fw support
[PATCH iwl-next v4 0/5] ice: add standard stats
2025-09-17 12:45 UTC (3+ messages)
` [PATCH iwl-next v4 1/5] net: docs: add missing features that can have stats
` [Intel-wired-lan] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).