messages from 2025-08-26 07:20:43 to 2025-08-27 13:05:32 UTC [more...]
[PATCH v2] Documentation: management-style: Reword "had better known the details" phrase
2025-08-27 13:05 UTC (7+ messages)
[PATCH] doc: filesystems: proc: remove stale information from intro
2025-08-27 11:37 UTC
[PATCH v6 mm-new 01/10] mm: thp: add support for BPF based THP order selection
2025-08-27 11:39 UTC (3+ messages)
[PATCH V1 1/2] docs/mm: explain when and why rmap locks need to be taken during mremap()
2025-08-27 11:16 UTC (12+ messages)
` [PATCH V1 2/2] mm: document when rmap locks can be skipped when setting need_rmap_locks
[PATCH net-next v01 00/12] net: hinic3: Add a driver for Huawei 3rd gen NIC - sw and hw initialization
2025-08-27 9:50 UTC (24+ messages)
` [PATCH net-next v01 01/12] hinic3: HW initialization
` [PATCH net-next v01 02/12] hinic3: HW management interfaces
` [PATCH net-next v01 03/12] hinic3: HW common function initialization
` [PATCH net-next v01 04/12] hinic3: HW capability initialization
` [PATCH net-next v01 05/12] hinic3: Command Queue flush interfaces
` [PATCH net-next v01 06/12] hinic3: Nic_io initialization
` [PATCH net-next v01 07/12] hinic3: Queue pair resource initialization
` [PATCH net-next v01 08/12] hinic3: Queue pair context initialization
` [PATCH net-next v01 09/12] hinic3: Tx & Rx configuration
` [PATCH net-next v01 10/12] hinic3: Add Rss function
` [PATCH net-next v01 11/12] hinic3: Add port management
` [PATCH net-next v01 12/12] hinic3: Fix missing napi->dev in netif_queue_set_napi
[PATCH v5 0/1] KVM: Add support for the ERAPS feature
2025-08-27 9:17 UTC (4+ messages)
` [PATCH v5 1/1] x86: kvm: svm: set up ERAPS support for guests
[PATCH v3 0/2] add a make target to generate man pages from kernel-doc
2025-08-27 8:26 UTC (3+ messages)
` [PATCH v3 1/2] docs: add support to build manpages from kerneldoc output
` [PATCH v3 2/2] tools: kernel-doc: add a see also section at man pages
[PATCH v2] docs: driver-api pinctrl cleanup
2025-08-27 7:45 UTC
[PATCH 0/5] kcfi: Prepare for GCC support
2025-08-27 7:35 UTC (9+ messages)
` [PATCH 5/5] kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI
[PATCH] docs: driver-api pinctrl cleanup
2025-08-27 7:27 UTC (3+ messages)
[PATCH v4 00/15] Consolidate iommu page table implementations (AMD)
2025-08-27 7:11 UTC (25+ messages)
` [PATCH v4 01/15] genpt: Generic Page Table base API
` [PATCH v4 02/15] genpt: Add Documentation/ files
` [PATCH v4 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v4 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v4 05/15] iommupt: Add iova_to_phys op
` [PATCH v4 06/15] iommupt: Add unmap_pages op
` [PATCH v4 07/15] iommupt: Add map_pages op
` [PATCH v4 08/15] iommupt: Add read_and_clear_dirty op
` [PATCH v4 09/15] iommupt: Add a kunit test for Generic Page Table
` [PATCH v4 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v4 11/15] iommufd: Change the selftest to use iommupt instead of xarray
` [PATCH v4 12/15] iommupt: Add the x86 64 bit page table format
` [PATCH v4 13/15] iommu/amd: Use the generic iommu page table
` [PATCH v4 14/15] iommu/amd: Remove AMD io_pgtable support
` [PATCH v4 15/15] iommupt: Add a kunit test for the IOMMU implementation
[PATCH net-next v8 0/5] Add driver for 1Gbe network chips from MUCSE
2025-08-27 6:34 UTC (8+ messages)
` [PATCH net-next v8 1/5] net: rnpgbe: Add build support for rnpgbe
` [PATCH net-next v8 2/5] net: rnpgbe: Add n500/n210 chip support
` [PATCH net-next v8 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH net-next v8 4/5] net: rnpgbe: Add basic mbx_fw support
` [PATCH net-next v8 5/5] net: rnpgbe: Add register_netdev
[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
2025-08-27 6:32 UTC (13+ messages)
` [PATCH v5 01/19] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v5 10/19] x86: LAM compatible non-canonical definition
` [PATCH v5 14/19] arm64: Unify software tag-based KASAN inline recovery path
[PATCH v6 md-6.18 00/11] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
2025-08-27 6:07 UTC (15+ messages)
` [PATCH v6 md-6.18 01/11] md: add a new parameter 'offset' to md_super_write()
` [PATCH v6 md-6.18 02/11] md: factor out a helper raid_is_456()
` [PATCH v6 md-6.18 03/11] md/md-bitmap: support discard for bitmap ops
` [PATCH v6 md-6.18 04/11] md: add a new mddev field 'bitmap_id'
` [PATCH v6 md-6.18 05/11] md/md-bitmap: add a new sysfs api bitmap_type
` [PATCH v6 md-6.18 06/11] md/md-bitmap: delay registration of bitmap_ops until creating bitmap
` [PATCH v6 md-6.18 07/11] md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operations
` [PATCH v6 md-6.18 08/11] md/md-bitmap: add a new method blocks_synced() "
` [PATCH v6 md-6.18 09/11] md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER
` [PATCH v6 md-6.18 10/11] md/md-bitmap: make method bitmap_ops->daemon_work optional
` [PATCH v6 md-6.18 11/11] md/md-llbitmap: introduce new lockless bitmap
[PATCH v8 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
2025-08-27 6:06 UTC (6+ messages)
` [PATCH v8 06/11] firmware: qcom: scm: add support for object invocation
` [PATCH v8 09/11] qcomtee: add primordial object
[PATCH v2] Documentation: gfs2: Consolidate GFS2 docs into its own subdirectory
2025-08-27 3:18 UTC (2+ messages)
[PATCH v2] delayaccy/sched: add SOFTIRQ delay
2025-08-27 3:14 UTC (2+ messages)
[PATCH] Documentation: gfs2: Consolidate GFS2 docs into its own subdirectory
2025-08-27 1:58 UTC (3+ messages)
[PATCH net-next v7 0/5] Add driver for 1Gbe network chips from MUCSE
2025-08-27 1:42 UTC (8+ messages)
` [PATCH net-next v7 4/5] net: rnpgbe: Add basic mbx_fw support
[PATCH net-next] docs: networking: clarify expectation of persistent stats
2025-08-27 0:44 UTC (2+ messages)
[PATCH] Documentation: management-style: Correct "know" past participle
2025-08-26 23:54 UTC (10+ messages)
[PATCH v8 00/10] x86,fs/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
2025-08-26 22:51 UTC (13+ messages)
` [PATCH v8 07/10] fs/resctrl: Introduce interface to display io_alloc CBMs
` [PATCH v8 08/10] fs/resctrl: Modify rdt_parse_data to pass mode and CLOSID
` [PATCH v8 09/10] fs/resctrl: Introduce interface to modify io_alloc Capacity Bit Masks
` [PATCH v8 10/10] fs/resctrl: Update bit_usage to reflect io_alloc
[PATCH v6 00/20] Enable FRED with KVM VMX
2025-08-26 22:20 UTC (9+ messages)
` [PATCH v6 06/20] KVM: VMX: Set FRED MSR intercepts
[PATCH iwl-next v1] ice: add support for unmanaged dpll on E830 NIC
2025-08-26 20:32 UTC (2+ messages)
[PATCH v3 00/30] Live Update Orchestrator
2025-08-26 18:58 UTC (15+ messages)
` [PATCH v3 19/30] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v3 29/30] luo: allow preserving memfd
[PATCH v2 0/5] Add Zilsd/Zclsd support in hwprobe and KVM
2025-08-26 17:39 UTC (7+ messages)
` [PATCH v2 1/5] dt-bindings: riscv: add Zilsd and Zclsd extension descriptions
` [PATCH v2 2/5] riscv: add ISA extension parsing for Zilsd and Zclsd
` [PATCH v2 3/5] riscv: hwprobe: export Zilsd and Zclsd ISA extensions
` [PATCH v2 4/5] riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM
` [PATCH v2 5/5] KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list test
[PATCH v5 00/14] Introduce AMD Pensando RDMA driver
2025-08-26 15:52 UTC (4+ messages)
` [PATCH v5 11/14] RDMA/ionic: Register device ops for datapath
[PATCH v2 0/1] add a make target to generate man pages from kernel-doc
2025-08-26 15:49 UTC (2+ messages)
` [PATCH v2 1/1] docs: add support to build manpages from kerneldoc output
[PATCH v3 2/2] openrisc: Add jump label support
2025-08-26 15:12 UTC (2+ messages)
[PATCH] Documentation: KVM: fix reference for kvm_ppc_resize_hpt and various typos
2025-08-26 14:31 UTC (2+ messages)
[linux-next:master 2926/4534] htmldocs: Warning: Documentation/translations/zh_CN/filesystems/sysfs.txt references a file that doesn't exist: Documentation/filesystems/fuse.rst
2025-08-26 14:28 UTC
[PATCH v4] cxl: docs/driver-api/conventions resolve conflicts between CFMWS, LMH, Decoders
2025-08-26 13:49 UTC (2+ messages)
[PATCH 0/1] add a make target to generate man pages from kernel-doc
2025-08-26 13:49 UTC (2+ messages)
` [PATCH 1/1] docs: add support to build manpages from kerneldoc output
[PATCH v10 00/13] khugepaged: mTHP support
2025-08-26 13:46 UTC (9+ messages)
` [PATCH v10 02/13] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v10 03/13] khugepaged: generalize hugepage_vma_revalidate for mTHP support
[PATCH v3] Documentation: gpio: add documentation about using software nodes
2025-08-26 13:27 UTC (2+ messages)
[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
2025-08-26 12:10 UTC (15+ messages)
` [PATCH v6 mm-new 03/10] mm: thp: add a new kfunc bpf_mm_get_task()
` [PATCH v6 mm-new 04/10] bpf: mark vma->vm_mm as trusted
` [PATCH v6 mm-new 05/10] selftests/bpf: add a simple BPF based THP policy
` [PATCH v6 mm-new 06/10] selftests/bpf: add test case for khugepaged fork
` [PATCH v6 mm-new 07/10] selftests/bpf: add test case to update thp policy
` [PATCH v6 mm-new 08/10] selftests/bpf: add test cases for invalid thp_adjust usage
` [PATCH v6 mm-new 09/10] Documentation: add BPF-based THP adjustment documentation
` [PATCH v6 mm-new 10/10] MAINTAINERS: add entry for BPF-based THP adjustment
[PATCH v4 0/7] Docs/zh_CN: Translate filesystems docs to Simplified Chinese
2025-08-26 11:11 UTC (8+ messages)
` [PATCH v4 1/7] Docs/zh_CN: Translate ubifs.rst "
` [PATCH v4 2/7] Docs/zh_CN: Translate ubifs-authentication.rst "
` [PATCH v4 3/7] Docs/zh_CN: Translate gfs2.rst "
` [PATCH v4 4/7] Docs/zh_CN: Translate gfs2-uevents.rst "
` [PATCH v4 5/7] Docs/zh_CN: Translate gfs2-glocks.rst "
` [PATCH v4 6/7] Docs/zh_CN: Translate dnotify.rst "
` [PATCH v4 7/7] Docs/zh_CN: Translate inotify.rst "
[PATCH v10 00/13] khugepaged: mTHP support
2025-08-26 10:43 UTC (11+ messages)
[PATCH v3 0/7] Docs/zh_CN: Translate filesystems docs to Simplified Chinese
2025-08-26 9:33 UTC (2+ messages)
[PATCH] Documentation/filesystem/dax: remove brd as a DAX reference
2025-08-26 8:00 UTC
[PATCH v7 0/5] dma-buf: heaps: Create a CMA heap for each CMA reserved region
2025-08-26 7:36 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 NNTP newsgroup(s).