messages from 2025-09-16 10:23:36 to 2025-09-17 11:12:24 UTC [more...]
[PATCH v3 00/13] expand mmap_prepare functionality, port more users
2025-09-17 11:12 UTC (43+ messages)
` [PATCH v3 01/13] mm/shmem: update shmem to use mmap_prepare
` [PATCH v3 02/13] device/dax: update devdax "
` [PATCH v3 03/13] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v3 04/13] relay: update relay to use mmap_prepare
` [PATCH v3 05/13] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v3 06/13] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v3 07/13] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v3 08/13] mm: add ability to take further action in vm_area_desc
` [PATCH v3 09/13] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v3 10/13] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v3 11/13] mm: update mem char driver "
` [PATCH v3 12/13] mm: update resctl "
` [PATCH v3 13/13] iommufd: update "
[PATCH net-next v12 0/5] Add driver for 1Gbe network chips from MUCSE
2025-09-17 11:05 UTC (19+ messages)
` [PATCH net-next v12 1/5] net: rnpgbe: Add build support for rnpgbe
` [PATCH net-next v12 2/5] net: rnpgbe: Add n500/n210 chip support with BAR2 mapping
` [PATCH net-next v12 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH net-next v12 4/5] net: rnpgbe: Add basic mbx_fw support
` [PATCH net-next v12 5/5] net: rnpgbe: Add register_netdev
[PATCH v2 0/7] nvme-tcp: Support receiving KeyUpdate requests
2025-09-17 10:56 UTC (6+ messages)
` [PATCH v2 6/7] nvme-tcp: Support KeyUpdate
[PATCH v2] docs: maintainer: Fix ambiguous subheading formatting
2025-09-17 10:20 UTC (3+ messages)
[PATCH iwl-next v4 0/5] ice: add standard stats
2025-09-17 10:04 UTC (7+ messages)
` [PATCH iwl-next v4 1/5] net: docs: add missing features that can have stats
` [PATCH iwl-next v4 2/5] ice: implement ethtool standard stats
` [PATCH iwl-next v4 3/5] ice: add tracking of good transmit timestamps
` [PATCH iwl-next v4 4/5] ice: implement transmit hardware timestamp statistics
` [PATCH iwl-next v4 5/5] ice: refactor to use helpers
` [Intel-wired-lan] "
[PATCH net-next v3 0/5] net: pse-pd: pd692x0: Add permanent configuration management support
2025-09-17 9:46 UTC (4+ messages)
[PATCH] docs/zh_CN: Add trace debugging Chinese translation
2025-09-17 9:40 UTC
[PATCH v2] docs/bpf: clarify ret handling in LSM BPF programs
2025-09-17 9:31 UTC (2+ messages)
[PATCH v6 04/21] scripts: check-variable-fonts.sh: convert to Python
2025-09-17 8:48 UTC (3+ messages)
[PATCH v6 00/21] Split sphinx call logic from docs Makefile
2025-09-17 8:45 UTC (21+ messages)
` [PATCH v6 06/21] scripts: sphinx-pre-install: move it to tools/docs
` [PATCH v6 07/21] tools/docs: python_version: move version check from sphinx-pre-install
` [PATCH v6 08/21] tools/docs: python_version: drop a debug print
` [PATCH v6 09/21] tools/docs: python_version: allow check for alternatives and bail out
` [PATCH v6 10/21] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
` [PATCH v6 11/21] docs: parallel-wrapper.sh: remove script
` [PATCH v6 12/21] docs: Makefile: document latex/PDF PAPER= parameter
` [PATCH v6 13/21] tools/docs: sphinx-build-wrapper: add an argument for LaTeX interactive mode
` [PATCH v6 14/21] tools/docs,scripts: sphinx-*: prevent sphinx-build crashes
` [PATCH v6 15/21] tools/docs: sphinx-build-wrapper: allow building PDF files in parallel
` [PATCH v6 16/21] tools/docs: sphinx-build-wrapper: Fix output for duplicated names
` [PATCH v6 17/21] docs: add support to build manpages from kerneldoc output
` [PATCH v6 18/21] tools: kernel-doc: add a see also section at man pages
` [PATCH v6 19/21] scripts: kdoc_parser.py: warn about Python version only once
` [PATCH v6 20/21] tools/docs: sphinx-* break documentation bulds on openSUSE
` [PATCH v6 21/21] tools/docs: sphinx-build-wrapper: add support to run inside venv
[PATCH] docs/zh_CN: Add security lsm-development Chinese translation
2025-09-17 8:34 UTC (2+ messages)
[PATCH v3 00/15] fuse: use iomap for buffered reads + readahead
2025-09-17 8:30 UTC (17+ messages)
` [PATCH v3 01/15] iomap: move bio read logic into helper function
` [PATCH v3 02/15] iomap: move read/readahead bio submission "
` [PATCH v3 03/15] iomap: store read/readahead bio generically
` [PATCH v3 04/15] iomap: iterate over entire folio in iomap_readpage_iter()
` [PATCH v3 05/15] iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()
` [PATCH v3 06/15] iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctx
` [PATCH v3 07/15] iomap: track read/readahead folio ownership internally
` [PATCH v3 08/15] iomap: add public start/finish folio read helpers
` [PATCH v3 09/15] iomap: add caller-provided callbacks for read and readahead
` [PATCH v3 10/15] iomap: add bias for async read requests
` [PATCH v3 11/15] iomap: move buffered io bio logic into new file
` [PATCH v3 12/15] iomap: make iomap_read_folio() a void return
` [PATCH v3 13/15] fuse: use iomap for read_folio
` [PATCH v3 14/15] fuse: use iomap for readahead
` [PATCH v3 15/15] fuse: remove fc->blkbits workaround for partial writes
` [syzbot ci] Re: fuse: use iomap for buffered reads + readahead
[RFC][PATCH v3 00/16] Introduce kmemdump
2025-09-17 7:16 UTC (9+ messages)
` [RFC][PATCH v3 09/16] genirq/irqdesc: Have nr_irqs as non-static
[PATCH v2] mm/memory-failure: Support disabling soft offline for HugeTLB pages
2025-09-17 7:02 UTC (9+ messages)
[PATCH v4 linux next 0/4] Docs/zh_CN: Translate networking docs to Simplified Chinese
2025-09-17 6:02 UTC (5+ messages)
` [PATCH v4 1/4] Docs/zh_CN: Translate mptcp-sysctl.rst "
` [PATCH v4 2/4] Docs/zh_CN: Translate skbuff.rst "
` [PATCH v4 3/4] Docs/zh_CN: Translate generic-hdlc.rst "
` [PATCH v4 4/4] Docs/zh_CN: Translate timestamping.rst "
[PATCH v3 0/5] platform/chrome: Fix a possible UAF via revocable
2025-09-17 5:24 UTC (3+ messages)
` [PATCH v3 1/5] revocable: Revocable resource management
[PATCH v5 0/7] Docs/zh_CN: Translate filesystems docs to Simplified Chinese
2025-09-17 4:26 UTC (8+ messages)
` [PATCH v5 1/7] Docs/zh_CN: Translate ubifs.rst "
` [PATCH v5 2/7] Docs/zh_CN: Translate ubifs-authentication.rst "
` [PATCH v5 3/7] Docs/zh_CN: Translate gfs2.rst "
` [PATCH v5 4/7] Docs/zh_CN: Translate gfs2-uevents.rst "
` [PATCH v5 5/7] Docs/zh_CN: Translate gfs2-glocks.rst "
` [PATCH v5 6/7] Docs/zh_CN: Translate dnotify.rst "
` [PATCH v5 7/7] Docs/zh_CN: Translate inotify.rst "
[PATCH v4 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
2025-09-17 4:00 UTC (10+ messages)
` [PATCH v4 5/7] arm64: Add support for FEAT_{LS64, LS64_V}
[PATCH v4 0/7] Docs/zh_CN: Translate filesystems docs to Simplified Chinese
2025-09-17 3:09 UTC (3+ messages)
[PATCH] docs: wmi: lenovo-wmi-gamezone: fix typo in frequency
2025-09-16 23:39 UTC (3+ messages)
[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
2025-09-16 23:23 UTC (8+ messages)
` [PATCH v2 12/16] iomap: add bias for async read requests
` [PATCH v2 13/16] iomap: move read/readahead logic out of CONFIG_BLOCK guard
[PATCH v8 0/2] introduce kasan.write_only option in hw-tags
2025-09-16 22:27 UTC (3+ messages)
` [PATCH v8 1/2] kasan/hw-tags: introduce kasan.write_only option
` [PATCH v8 2/2] kasan: apply write-only mode in kasan kunit testcases
[PATCH net-next v2] dpll: zl3073x: Allow to use custom phase measure averaging factor
2025-09-16 22:25 UTC (4+ messages)
[PATCH v3 0/3] arm64: Support FEAT_LSFE (Large System Float Extension)
2025-09-16 21:54 UTC (5+ messages)
` [PATCH v3 3/3] kselftest/arm64: Add lsfe to the hwcaps test
[PATCH v7 0/2] introduce kasan.write_only option in hw-tags
2025-09-16 21:47 UTC (6+ messages)
` [PATCH v7 1/2] kasan/hw-tags: introduce kasan.write_only option
[PATCH v7 0/2] arm64: refactor the rodata=xxx
2025-09-16 21:13 UTC (2+ messages)
[PATCH] Documentation: KVM: Add reference specs for PIT and LAPIC ioctls
2025-09-16 20:02 UTC (4+ messages)
` [PATCH v2] "
[PATCH 1/2] dt-bindings: trivial-devices: add mps,mp5998
2025-09-16 19:09 UTC (2+ messages)
[PATCH v2 00/11] PCI: Resizable BAR improvements
2025-09-16 18:11 UTC (11+ messages)
` [PATCH v2 06/11] drm/i915/gt: Use pci_rebar_size_supported()
[PATCH v3] RISC-V: re-enable gcc + rust builds
2025-09-16 17:21 UTC (2+ messages)
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-16 17:08 UTC (2+ messages)
[PATCH v18 00/33] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-09-16 17:00 UTC (5+ messages)
[PATCH v6] cxl: docs/driver-api/conventions resolve conflicts between CFMWS, Low memory Holes, Decoders
2025-09-16 16:50 UTC (2+ messages)
[PATCH v2] docs: Pull LKMM documentation into dev-tools book
2025-09-16 16:34 UTC (2+ messages)
[PATCH] Documentation: process: Do not hardcode kernel major version number
2025-09-16 16:07 UTC (2+ messages)
[PATCH] docs: w1: ds2482: fix typo in buses
2025-09-16 16:02 UTC (3+ messages)
[PATCH] Documentation: staging: fix spelling error in remoteproc.rst
2025-09-16 15:56 UTC (2+ messages)
[PATCH v2 0/4] Documentation: PCI: Update error recovery docs
2025-09-16 15:55 UTC (2+ messages)
[PATCH v2] Documentation/x86: explain LINUX_EFI_INITRD_MEDIA_GUID
2025-09-16 14:26 UTC (4+ messages)
[PATCH net-next V2 00/10] net/mlx5e: Use multiple doorbells
2025-09-16 14:11 UTC (11+ 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] docs/zh_CN: Add security ipe Chinese translation
2025-09-16 14:04 UTC (3+ messages)
[PATCH 4/4 v3] Docs/zh_CN: Translate timestamping.rst to Simplified Chinese
2025-09-16 13:58 UTC (3+ messages)
[PATCH 0/4 linux next v3] Docs/zh_CN: Translate networking docs to Simplified Chinese
2025-09-16 13:56 UTC (2+ messages)
[PATCH] xfs: extend removed sysctls table
2025-09-16 11:34 UTC (2+ messages)
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).