messages from 2025-06-27 10:27:53 to 2025-06-30 07:10:33 UTC [more...]
[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
2025-06-30 7:08 UTC (25+ messages)
` [PATCH RFC 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
` [PATCH RFC 05/29] mm/balloon_compaction: make PageOffline sticky
` [PATCH RFC 06/29] mm/zsmalloc: make PageZsmalloc() sticky
` [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH RFC 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-06-30 6:41 UTC (9+ messages)
` [PATCH v3 1/4] drm/i915: Use kernel_write() in shmem object create
` [PATCH v3 2/4] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v3 3/4] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v3 4/4] ext4: support uncached buffered I/O
[PATCH 00/23] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
2025-06-30 6:09 UTC (13+ messages)
` [PATCH 15/23] md/md-llbitmap: implement llbitmap IO
` [PATCH 16/23] md/md-llbitmap: implement bit state machine
refactor the iomap writeback code v3
2025-06-30 5:47 UTC (28+ messages)
` [PATCH 01/12] iomap: pass more arguments using the iomap writeback context
` [PATCH 02/12] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 03/12] iomap: refactor the writeback interface
` [PATCH 04/12] iomap: hide ioends from the generic writeback code
` [PATCH 05/12] iomap: add public helpers for uptodate state manipulation
` [PATCH 06/12] iomap: move all ioend handling to ioend.c
` [PATCH 07/12] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 08/12] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH 10/12] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 11/12] iomap: add read_folio_range() handler for buffered writes
[PATCH v3 1/3] Docs/zh_CN: Translate netif-msg.rst to Simplified Chinese
2025-06-30 5:46 UTC (2+ messages)
[PATCH] mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counter
2025-06-30 4:02 UTC (4+ messages)
[PATCH V5 0/2] arm64: refactor the rodata=xxx
2025-06-30 3:25 UTC (4+ messages)
` [PATCH V5 1/2] "
` [PATCH V5 2/2] arm64/Kconfig: Remove CONFIG_RODATA_FULL_DEFAULT_ENABLED
[PATCH v3 0/3 linux next] Docs/zh_CN: Translate networking docs to Simplified Chinese
2025-06-30 3:18 UTC (2+ messages)
[PATCH] docs/zh_CN: add translation of scsi subsystem
2025-06-30 3:03 UTC (2+ messages)
[PATCH v2 0/8] update DMA API documentation
2025-06-30 1:32 UTC (19+ messages)
` [PATCH v2 1/8] docs: dma-api: use "DMA API" consistently throughout the document
` [PATCH v2 2/8] docs: dma-api: replace consistent with coherent
` [PATCH v2 3/8] docs: dma-api: remove remnants of PCI DMA API
` [PATCH v2 4/8] docs: dma-api: add a kernel-doc comment for dma_pool_zalloc()
` [PATCH v2 5/8] docs: dma-api: remove duplicate description of the DMA pool API
` [PATCH v2 6/8] docs: dma-api: clarify DMA addressing limitations
` [PATCH v2 7/8] docs: dma-api: update streaming DMA physical address constraints
` [PATCH v2 8/8] docs: dma-api: clean up documentation of dma_map_sg()
[PATCH 0/5] ext4 docs toctree reorganization
2025-06-30 0:53 UTC (2+ messages)
[PATCH net-next v12 00/14] Add Microchip ZL3073x support (part 1)
2025-06-29 19:10 UTC (15+ messages)
` [PATCH net-next v12 01/14] dt-bindings: dpll: Add DPLL device and pin
` [PATCH net-next v12 02/14] dt-bindings: dpll: Add support for Microchip Azurite chip family
` [PATCH net-next v12 03/14] dpll: Add basic Microchip ZL3073x support
` [PATCH net-next v12 04/14] dpll: zl3073x: Add support for devlink device info
` [PATCH net-next v12 05/14] dpll: zl3073x: Protect operations requiring multiple register accesses
` [PATCH net-next v12 06/14] dpll: zl3073x: Fetch invariants during probe
` [PATCH net-next v12 07/14] dpll: zl3073x: Add clock_id field
` [PATCH net-next v12 08/14] dpll: zl3073x: Read DPLL types and pin properties from system firmware
` [PATCH net-next v12 09/14] dpll: zl3073x: Register DPLL devices and pins
` [PATCH net-next v12 10/14] dpll: zl3073x: Implement input pin selection in manual mode
` [PATCH net-next v12 11/14] dpll: zl3073x: Add support to get/set priority on input pins
` [PATCH net-next v12 12/14] dpll: zl3073x: Implement input pin state setting in automatic mode
` [PATCH net-next v12 13/14] dpll: zl3073x: Add support to get/set frequency on input pins
` [PATCH net-next v12 14/14] dpll: zl3073x: Add support to get/set frequency on output pins
[PATCH net-next v11 00/14] Add Microchip ZL3073x support (part 1)
2025-06-29 19:04 UTC (11+ messages)
` [PATCH net-next v11 03/14] dpll: Add basic Microchip ZL3073x support
` [PATCH net-next v11 13/14] dpll: zl3073x: Add support to get/set frequency on input pins
` [PATCH net-next v11 14/14] dpll: zl3073x: Add support to get/set frequency on output pins
[PATCH v10 0/7] iio: accel: adxl345: add interrupt based sensor events
2025-06-29 16:28 UTC (13+ messages)
` [PATCH v10 3/7] iio: accel: adxl345: add activity event feature
` [PATCH v10 4/7] iio: accel: adxl345: add inactivity feature
` [PATCH v10 7/7] docs: iio: add documentation for adxl345 driver
[PATCH net-next v12 0/8] Support rate management on traffic classes in devlink and mlx5
2025-06-29 14:21 UTC (9+ messages)
` [PATCH net-next v12 1/8] netlink: introduce type-checking attribute iteration for nlmsg
` [PATCH net-next v12 2/8] devlink: Extend devlink rate API with traffic classes bandwidth management
` [PATCH net-next v12 3/8] selftest: netdevsim: Add devlink rate tc-bw test
` [PATCH net-next v12 4/8] net/mlx5: Add no-op implementation for setting tc-bw on rate objects
` [PATCH net-next v12 5/8] net/mlx5: Add support for setting tc-bw on nodes
` [PATCH net-next v12 6/8] net/mlx5: Add traffic class scheduling support for vport QoS
` [PATCH net-next v12 7/8] net/mlx5: Manage TC arbiter nodes and implement full support for tc-bw
` [PATCH net-next v12 8/8] selftests: drv-net: Add test for devlink-rate traffic class bandwidth distribution
[PATCHv7 00/16] x86: Enable Linear Address Space Separation support
2025-06-29 11:40 UTC (12+ messages)
` [PATCHv7 03/16] x86/alternatives: Disable LASS when patching kernel alternatives
` [PATCHv7 13/16] x86/traps: Handle LASS thrown #SS
[PATCH v6 00/28] KVM: arm64: Implement support for SME
2025-06-29 10:08 UTC (5+ messages)
` [PATCH v6 17/28] KVM: arm64: Support SME identification registers for guests
` [PATCH v6 18/28] KVM: arm64: Support SME priority registers
[PATCH v7 00/12] khugepaged: mTHP support
2025-06-29 6:52 UTC (7+ messages)
` [PATCH v7 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v7 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
[PATCH v2] workaround for Sphinx false positive preventing indexing
2025-06-28 19:39 UTC (3+ messages)
[PATCH v6 0/8] iio: accel: adxl313: add power-save on activity/inactivity
2025-06-28 17:29 UTC (7+ messages)
` [PATCH v6 3/8] iio: accel: adxl313: add buffered FIFO watermark with interrupt handling
` [PATCH v6 4/8] iio: accel: adxl313: add activity sensing
[RFC PATCH 00/11] mm/damon: advance DAMOS-based LRU sorting
2025-06-28 16:51 UTC (5+ messages)
` [RFC PATCH 03/11] Docs/mm/damon/design: document DAMOS_QUOTA_[IN]ACTIVE_MEM_BP
` [RFC PATCH 07/11] Docs/admin-guide/mm/damon/lru_sort: document filter_young_pages
` [RFC PATCH 09/11] Docs/admin-guide/mm/damon/lru_sort: document active_mem_bp parameter
` [RFC PATCH 11/11] Docs/admin-guide/mm/damon/lru_sort: document intervals autotuning
[PATCH] overlayfs.rst: Fix inode table
2025-06-28 14:43 UTC (3+ messages)
[PATCH 0/8] Yet another set of kerneldoc simplifications
2025-06-28 14:22 UTC (10+ messages)
` [PATCH 1/8] docs: kdoc: remove KernelEntry::in_doc_sect
` [PATCH 2/8] docs: kdoc: Move content handling into KernelEntry
` [PATCH 3/8] docs: kdoc: remove a bit of dead code
` [PATCH 4/8] docs: kdoc: remove KernelEntry::function
` [PATCH 5/8] docs: kdoc: rework process_export() slightly
` [PATCH 6/8] docs: kdoc: remove the INLINE_END state
` [PATCH 7/8] docs: kdoc: remove the inline states-within-a-state
` [PATCH 8/8] docs: kdoc: split the processing of the two remaining inline states
[PATCH net-next v06 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
2025-06-28 13:03 UTC (5+ messages)
` [PATCH net-next v06 5/8] hinic3: TX & RX Queue coalesce interfaces
` [PATCH net-next v06 6/8] hinic3: Mailbox framework
[PATCH 0/3] hwmon: add Microchip EMC2101 driver
2025-06-28 8:43 UTC (4+ messages)
` [PATCH 2/3] dt-bindings: hwmon: Add Microchip EMC2101 support
[PATCH v3 00/22] ARM64 PMU Partitioning
2025-06-28 8:25 UTC (12+ messages)
` [PATCH v3 02/22] arm64: Generate sign macro for sysreg Enums
` [PATCH v3 03/22] KVM: arm64: Define PMI{CNTR,FILTR}_EL0 as undef_access
` [PATCH v3 09/22] KVM: arm64: Correct kvm_arm_pmu_get_max_counters()
` [PATCH v3 10/22] KVM: arm64: Set up FGT for Partitioned PMU
[PATCH v2] Docs/zh_CN: Translate alias.rst to Simplified Chinese
2025-06-28 4:19 UTC (2+ messages)
[cornelisnetworks:for-upstream-20250627-1 6/23] htmldocs: Warning: Documentation/translations/zh_CN/infiniband/opa_vnic.rst references a file that doesn't exist: Documentation/infiniband/opa_vnic.rst
2025-06-27 23:56 UTC
[PATCH net-next v7 0/3] dpll: add Reference SYNC feature
2025-06-27 23:50 UTC (3+ messages)
[RFC PATCH 0/3] platform/x86: Add support for Uniwill laptop features
2025-06-27 23:09 UTC (6+ messages)
` [RFC PATCH 2/3] platform/x86: Add Uniwill laptop driver
[PATCH net] docs: netdev: correct the heading level for co-posting selftests
2025-06-27 22:40 UTC (2+ messages)
[PATCH v3 02/22] arm64: Generate sign macro for sysreg Enums
2025-06-27 20:55 UTC (3+ messages)
[PATCH 0/4] hwmon: Add support for MPS mp2869,mp29502 chip
2025-06-27 20:39 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: hwmon: Add MPS mp2869 series
` [PATCH 3/4] dt-bindings: hwmon: Add MPS mp29502
[PATCH 0/3] arm64: Support FEAT_LSFE (Large System Float Extension)
2025-06-27 17:20 UTC (4+ messages)
` [PATCH 1/3] arm64/hwcap: Add hwcap for FEAT_LSFE
` [PATCH 2/3] KVM: arm64: Expose FEAT_LSFE to guests
` [PATCH 3/3] kselftest/arm64: Add lsfe to the hwcaps test
[PATCH 0/8] dma-mapping: migrate to physical address-based API
2025-06-27 17:02 UTC (7+ messages)
` [PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses
[PATCH 0/3] Translate sphinx-pre-install to Python
2025-06-27 16:36 UTC (3+ messages)
[PATCH v1 00/11] Implement support for IBS virtualization
2025-06-27 16:25 UTC (12+ messages)
` [PATCH v1 01/11] perf/amd/ibs: Fix race condition in IBS
` [PATCH v1 02/11] KVM: Add KVM_GET_LAPIC_W_EXTAPIC and KVM_SET_LAPIC_W_EXTAPIC for extapic
` [PATCH v1 03/11] x86/cpufeatures: Add CPUID feature bit for Extended LVT
` [PATCH v1 04/11] KVM: x86: Add emulation support for Extented LVT registers
` [PATCH v1 05/11] x86/cpufeatures: Add CPUID feature bit for VIBS in SVM/SEV guests
` [PATCH v1 06/11] KVM: x86/cpuid: Add a KVM-only leaf for IBS capabilities
` [PATCH v1 07/11] KVM: x86: Extend CPUID range to include new leaf
` [PATCH v1 08/11] KVM: SVM: Extend VMCB area for virtualized IBS registers
` [PATCH v1 09/11] KVM: SVM: Add support for IBS Virtualization
` [PATCH v1 10/11] perf/x86/amd: Enable VPMU passthrough capability for IBS PMU
` [PATCH v1 11/11] perf/x86/amd: Remove exclude_guest check from perf_ibs_init()
[PATCH net-next v5 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
2025-06-27 16:21 UTC (6+ messages)
` [PATCH net-next v5 02/14] docs: networking: Add PPE driver documentation "
` [PATCH net-next v5 03/14] net: ethernet: qualcomm: Add PPE driver for "
[RFC PATCH v2 09/12] rv: Replace tss monitor with more complete sts
2025-06-27 15:02 UTC (6+ messages)
[PATCH] ipv6: add `do_forwarding` sysctl to enable per-interface forwarding
2025-06-27 14:47 UTC (3+ messages)
[PATCH v6 net-next 4/9] vhost-net: allow configuring extended features
2025-06-27 14:36 UTC (8+ messages)
[PATCHv6 01/16] x86/cpu: Enumerate the LASS feature bits
2025-06-27 13:57 UTC (13+ messages)
[PATCH v3 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
2025-06-27 13:12 UTC (5+ messages)
` [PATCH v3 3/7] KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memory
[PATCH 0/8] update DMA API documentation
2025-06-27 13:02 UTC (13+ messages)
` [PATCH 7/8] docs: dma-api: update streaming DMA API physical address constraints
[PATCH v4 6/7] riscv: Add tools support for xmipsexectl
2025-06-27 11:08 UTC (3+ messages)
[PATCH v8 00/13] Don't generate netlink .rst files inside $(srctree)
2025-06-27 11:03 UTC (15+ messages)
` [PATCH v8 02/13] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v8 04/13] tools: ynl_gen_rst.py: cleanup coding style
` [PATCH v8 05/13] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v8 06/13] docs: use parser_yaml extension to handle "
` [PATCH v8 08/13] tools: ynl_gen_rst.py: drop support for generating index files
` [PATCH v8 10/13] MAINTAINERS: add netlink_yml_parser.py to linux-doc
` [PATCH v8 11/13] tools: netlink_yml_parser.py: add line numbers to parsed data
[PATCH v2 1/1] docs/memory-barriers.txt: Add wait_event_cmd() and wait_event_exclusive_cmd()
2025-06-27 10:50 UTC
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).