messages from 2025-08-18 14:13:01 to 2025-08-19 21:55:32 UTC [more...]
[PATCH v10 00/13] khugepaged: mTHP support
2025-08-19 21:55 UTC (15+ messages)
` [PATCH v10 01/13] khugepaged: rename hpage_collapse_* to collapse_*
` [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 v10 04/13] khugepaged: generalize alloc_charge_folio()
` [PATCH v10 05/13] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v10 06/13] khugepaged: add "
` [PATCH v10 07/13] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v10 08/13] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v10 09/13] khugepaged: enable collapsing mTHPs even when PMD THPs are disabled
` [PATCH v10 10/13] khugepaged: kick khugepaged for enabling none-PMD-sized mTHPs
` [PATCH v10 11/13] khugepaged: improve tracepoints for mTHP orders
` [PATCH v10 12/13] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v10 13/13] Documentation: mm: update the admin guide for mTHP collapse
[RFC V2 00/18] famfs: port into fuse
2025-08-19 21:55 UTC (7+ messages)
` [RFC V2 12/18] famfs_fuse: Plumb the GET_FMAP message/response
[PATCH] Documentation/gpu/amdgpu: Fix duplicate word in driver-core.rst
2025-08-19 21:19 UTC
[PATCH v4] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
2025-08-19 20:44 UTC (8+ messages)
[PATCH hyperv-next v4 00/16] Confidential VMBus
2025-08-19 20:26 UTC (3+ messages)
` [PATCH hyperv-next v4 15/16] Drivers: hv: Support establishing the confidential VMBus connection
[PATCH v11 0/3] ACPI: Add support for ACPI RAS2 feature table
2025-08-19 20:12 UTC (4+ messages)
` [PATCH v11 1/3] mm: Add support to retrieve physical address range of memory from the node ID
[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
2025-08-19 19:58 UTC (22+ messages)
` [PATCH v4 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v4 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v4 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v4 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v4 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v4 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v4 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v4 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v4 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v4 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v4 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v4 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v4 13/16] mm/hmm: properly take MMIO path
` [PATCH v4 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v4 15/16] block-dma: properly take MMIO path
` [PATCH v4 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH v4] docs: rcu: Replace multiple dead OLS links in RTFP.txt
2025-08-19 18:05 UTC
[PATCH v2 0/2] hwmon: (tps23861) add class restrictions and semi-auto mode support
2025-08-19 17:50 UTC (7+ messages)
` [PATCH v2 2/2] dt-bindings: hwmon: update TI TPS23861 bindings with per-port schema
[PATCH v2 0/3] Documentation: Add real-time bits
2025-08-19 17:38 UTC (10+ messages)
` [PATCH v2 2/3] Documentation: locking: Add local_lock_nested_bh() to locktypes
` [PATCH v2 3/3] Documentation: Add real-time to core-api
[PATCH] docs: Corrected typo in trace/events
2025-08-19 17:34 UTC (3+ messages)
[PATCH] Documentation/driver-api: Fix typo error in cxl
2025-08-19 17:23 UTC (3+ messages)
[PATCH] docs: fix spelling and grammar in atomic_writes
2025-08-19 17:21 UTC (3+ messages)
[PATCH v3] docs: replace a duplicated word and add missing SPDX-License tag
2025-08-19 17:19 UTC (2+ messages)
[PATCH] fs: document 'name' parameter in name_contains_dotdot()
2025-08-19 17:15 UTC (2+ messages)
[PATCH v13 RESEND 3/4] docs: ABI: Document LP5812 LED sysfs interfaces
2025-08-19 16:29 UTC (2+ messages)
[PATCH 0/6] mfd: Add support for the LTC4283 Hot Swap Controller
2025-08-19 16:10 UTC (7+ messages)
` [PATCH 5/6] dt-binbings: gpio: Add bindings for the LTC4283 "
` [PATCH 6/6] gpio: gpio-ltc4283: Add support "
[PATCH v13 RESEND 1/4] dt-bindings: leds: add TI/National Semiconductor LP5812 LED Driver
2025-08-19 16:10 UTC (2+ messages)
[PATCH] Documentation: RCU: Wrap kvm-remote.sh rerun snippet in literal code block
2025-08-19 15:40 UTC (3+ messages)
[PATCH 0/1] sphinx-build-wrapper: Fix a performance regression
2025-08-19 14:27 UTC (5+ messages)
` [PATCH 1/1] scripts/sphinx-build-wrapper: allow building PDF files in parallel
[PATCH v10 12/13] khugepaged: add per-order mTHP khugepaged stats
2025-08-19 14:24 UTC (4+ messages)
` [PATCH v10 13/13] Documentation: mm: update the admin guide for mTHP collapse
[PATCH v5 0/5] Add driver for 1Gbe network chips from MUCSE
2025-08-19 13:59 UTC (3+ messages)
` [PATCH v5 2/5] net: rnpgbe: Add n500/n210 chip support
git: list of my complaints about future graft removal
2025-08-19 13:57 UTC
[PATCH net-next v13 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
2025-08-19 13:36 UTC (5+ messages)
` [PATCH net-next v13 1/8] hinic3: Async Event Queue interfaces
` [PATCH net-next v13 6/8] hinic3: Mailbox framework
[PATCH 00/11] Fix PDF doc builds on major distros
2025-08-19 13:32 UTC (14+ messages)
[PATCH v3] Documentation: gpio: add documentation about using software nodes
2025-08-19 12:49 UTC (2+ messages)
[PATCH] Documentation: gpio: add documentation about using software nodes
2025-08-19 11:35 UTC (2+ messages)
[PATCH v3] Documentation/driver-api: Fix typo error in cxl
2025-08-19 11:29 UTC (3+ messages)
[RFC PATCH 11/17] Documentation/rv: Add documentation about hybrid automata
2025-08-19 10:46 UTC (5+ messages)
[PATCH] delayacct/sched: add SOFTIRQ delay
2025-08-19 10:14 UTC (2+ messages)
[PATCH net-next V4 0/9] eth: fbnic: Add XDP support for fbnic
2025-08-19 9:20 UTC (2+ messages)
[PATCH v7 0/7] Add SEV-SNP CipherTextHiding feature support
2025-08-19 7:59 UTC (9+ messages)
[PATCH] list.h: add missing kernel-doc for basic macros
2025-08-19 7:55 UTC
[PATCH] docs: sysctl: add a few more top-level /proc/sys entries
2025-08-19 7:54 UTC
[PATCH net-next v3 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
2025-08-19 7:12 UTC (6+ messages)
` [PATCH net-next v3 1/5] ethtool: introduce core UAPI and driver API for PHY MSE diagnostics
` [PATCH net-next v3 2/5] ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE access
` [PATCH net-next v3 3/5] ethtool: netlink: add lightweight MSE reporting to LINKSTATE_GET
` [PATCH net-next v3 4/5] net: phy: micrel: add MSE interface support for KSZ9477 family
` [PATCH net-next v3 5/5] net: phy: dp83td510: add MSE interface support for 10BASE-T1L
[PATCH] kernel-parameters.rst: fix document warnings v2
2025-08-19 6:40 UTC (4+ messages)
[PATCH 0/5] Documentation: sharedsubtree: reST massaging
2025-08-19 6:12 UTC (6+ messages)
` [PATCH 1/5] Documentation: sharedsubtree: Format remaining of shell snippets as literal code blcoks
` [PATCH 2/5] Documentation: sharedsubtree: Use proper enumerator sequence for enumerated lists
` [PATCH 3/5] Documentation: sharedsubtree: Don't repeat lists with explanation
` [PATCH 4/5] Documentation: sharedsubtree: Align text
` [PATCH 5/5] Documentation: sharedsubtree: Convert notes to note directive
[PATCH v3 00/11] HID: Implement haptic touchpad support
2025-08-19 4:19 UTC (13+ messages)
` [PATCH v3 01/11] HID: add haptics page defines
` [PATCH v3 02/11] Input: add FF_HAPTIC effect type
` [PATCH v3 03/11] Input: add INPUT_PROP_HAPTIC_TOUCHPAD
` [PATCH v3 04/11] HID: haptic: introduce hid_haptic_device
` [PATCH v3 05/11] HID: input: allow mapping of haptic output
` [PATCH v3 06/11] HID: haptic: initialize haptic device
` [PATCH v3 07/11] HID: input: calculate resolution for pressure
` [PATCH v3 08/11] HID: haptic: add functions handling events
` [PATCH v3 09/11] Input: MT - add INPUT_MT_TOTAL_FORCE flags
` [PATCH v3 10/11] HID: haptic: add hid_haptic_switch_mode
` [PATCH v3 11/11] HID: multitouch: add haptic multitouch support
watchdog: cpwd: Clarify wd*_timeout parameters
2025-08-19 2:51 UTC (2+ messages)
` [PATCH] "
[PATCH linux-next] delaytop: Enhance error logging and add PSI feature description
2025-08-19 2:48 UTC (2+ messages)
[PATCH 0/2] RCU docs toctree cleanup
2025-08-19 2:36 UTC (4+ messages)
` [PATCH 1/2] Documentation: RCU: Reduce toctree depth
` [PATCH 2/2] Documentation: RCU: Retitle toctree index
[PATCH net-next v2 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
2025-08-19 2:35 UTC (3+ messages)
` [PATCH net-next v2 3/5] ethtool: netlink: add lightweight MSE reporting to LINKSTATE_GET
[PATCH net-next v3 0/5] dpll: zl3073x: Add support for devlink flash
2025-08-19 2:29 UTC (5+ messages)
` [PATCH net-next v3 3/5] dpll: zl3073x: Add firmware loading functionality
` [PATCH net-next v3 5/5] dpll: zl3073x: Implement devlink flash callback
[PATCH net-next v2 1/1] Documentation: networking: add detailed guide on Ethernet flow control configuration
2025-08-19 2:03 UTC
[PATCH net-next] docs: netdev: refine the clean-up patch examples
2025-08-19 0:50 UTC (2+ messages)
[PATCH net 0/8] mptcp: misc fixes for v6.17-rc
2025-08-19 0:50 UTC (2+ messages)
[PATCH v1 0/2] Add pinctrl_pm_select_init_state helper function
2025-08-18 23:06 UTC (7+ messages)
` [PATCH v1 1/2] Documentation: pinctrl: Describe PM helper functions for standard states
` [PATCH v1 2/2] pinctrl: Add pinctrl_pm_select_init_state helper function
[PATCH v2 00/11] HID: Implement haptic touchpad support
2025-08-18 22:17 UTC (16+ messages)
` [PATCH v2 01/11] HID: add haptics page defines
` [PATCH v2 02/11] Input: add FF_HAPTIC effect type
` [PATCH v2 03/11] Input: add INPUT_PROP_HAPTIC_TOUCHPAD
` [PATCH v2 04/11] HID: haptic: introduce hid_haptic_device
` [PATCH v2 05/11] HID: input: allow mapping of haptic output
` [PATCH v2 06/11] HID: haptic: initialize haptic device
` [PATCH v2 07/11] HID: input: calculate resolution for pressure
` [PATCH v2 08/11] HID: haptic: add functions handling events
` [PATCH v2 09/11] Input: MT - add INPUT_MT_TOTAL_FORCE flags
` [PATCH v2 10/11] HID: haptic: add hid_haptic_switch_mode
` [PATCH v2 11/11] HID: multitouch: add haptic multitouch support
[PATCH v3 0/3] arm64: Support FEAT_LSFE (Large System Float Extension)
2025-08-18 19:21 UTC (4+ messages)
` [PATCH v3 1/3] arm64/hwcap: Add hwcap for FEAT_LSFE
` [PATCH v3 2/3] KVM: arm64: Expose FEAT_LSFE to guests
` [PATCH v3 3/3] kselftest/arm64: Add lsfe to the hwcaps test
[PATCH] docs: iio: ad3552r: Fix malformed code-block directive
2025-08-18 18:31 UTC (3+ messages)
[PATCH] docs: fix trailing whitespace error and remove repeated words in propagate_umount.txt
2025-08-18 18:19 UTC
[PATCH] docs: Replace dead links to spectre side channel white papers
2025-08-18 17:26 UTC (3+ messages)
[PATCH 2/2 v3] docs: rcu: Replace multiple dead OLS links in RTFP.txt
2025-08-18 16:52 UTC (2+ messages)
[PATCH] docs: Remove remainders of reiserfs
2025-08-18 16:46 UTC (2+ messages)
[PATCH 0/9] Documentation: Fix typos
2025-08-18 16:44 UTC (2+ messages)
[PATCH 0/2] Documentation: ktap: formatting cleanup
2025-08-18 16:29 UTC (2+ messages)
[PATCH v3] kernel-parameters: fix kernel-doc warning
2025-08-18 16:11 UTC (2+ messages)
[PATCH] documentation/arm64 : kdump fixed typo errors
2025-08-18 16:08 UTC (2+ messages)
[PATCH v2] Documentation/driver-api: Fix typo error in cxl
2025-08-18 16:02 UTC (2+ messages)
[PATCH v7 00/12] perf: arm_spe: Armv8.8 SPE features
2025-08-18 15:51 UTC (3+ messages)
` [PATCH v7 08/12] perf: Add perf_event_attr::config4
[PATCH] Documentation/sphinx: Fix typo in automarkup.py
2025-08-18 15:46 UTC (2+ messages)
[PATCH net-next V3 0/5] Expose error burst period for devlink health reporter
2025-08-18 15:45 UTC (5+ messages)
` [PATCH net-next V3 4/5] devlink: Make health reporter error burst period configurable
[PATCH v4 0/2] introduce kasan.write_only option in hw-tags
2025-08-18 15:18 UTC (6+ messages)
` [PATCH v4 1/2] kasan/hw-tags: introduce kasan.write_only option
[PATCH] Documentation: fix spelling errors in iommufd.rst
2025-08-18 14:15 UTC (3+ messages)
[PATCH 00/65] media: Rationalise usage of v4l2_fh
2025-08-18 14:12 UTC (3+ messages)
` [PATCH 27/65] media: Reset file->private_data to NULL in v4l2_fh_del()
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).