messages from 2025-08-14 14:59:33 to 2025-08-15 09:12:34 UTC [more...]
[PATCH v3 00/30] Live Update Orchestrator
2025-08-15 9:12 UTC (6+ messages)
` [PATCH v3 07/30] kho: add interfaces to unpreserve folios and physical memory ranges
[PATCH v15 net-next 00/14] AccECN protocol patch series
2025-08-15 8:39 UTC (15+ messages)
` [PATCH v15 net-next 01/14] tcp: reorganize SYN ECN code
` [PATCH v15 net-next 02/14] tcp: fast path functions later
` [PATCH v15 net-next 03/14] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v15 net-next 04/14] tcp: ecn functions in separated include file
` [PATCH v15 net-next 05/14] tcp: AccECN core
` [PATCH v15 net-next 06/14] tcp: accecn: AccECN negotiation
` [PATCH v15 net-next 07/14] tcp: accecn: add AccECN rx byte counters
` [PATCH v15 net-next 08/14] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v15 net-next 09/14] tcp: sack option handling improvements
` [PATCH v15 net-next 10/14] tcp: accecn: AccECN option
` [PATCH v15 net-next 11/14] tcp: accecn: AccECN option send control
` [PATCH v15 net-next 12/14] tcp: accecn: AccECN option failure handling
` [PATCH v15 net-next 13/14] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
` [PATCH v15 net-next 14/14] tcp: accecn: try to fit AccECN option with SACK
[PATCH RFC 00/13] Collect documention-related tools under tools/doc
2025-08-15 8:29 UTC (13+ messages)
` [PATCH 07/13] docs: move sphinx-pre-install to tools/doc
` [PATCH 13/13] docs: remove kernel-doc.pl
[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
2025-08-15 8:27 UTC (3+ messages)
[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
2025-08-15 8:17 UTC (12+ messages)
[PATCH v2 0/2] introduce kasan.store_only option in hw-tags
2025-08-15 8:06 UTC (6+ messages)
` [PATCH v2 2/2] kasan: apply store-only mode in kasan kunit testcases
[PATCH] dm-vdo: Promote dm-vdo title to title heading
2025-08-15 8:03 UTC
[PATCH 0/3] Documentation fixes for dm-pcache
2025-08-15 7:56 UTC (4+ messages)
` [PATCH 1/3] dm-pcache: Remove unnecessary line breaks
` [PATCH 2/3] dm-pcache: Use bullet list for data_crc constructor argument
` [PATCH 3/3] Documentation: device-mapper: Add dm-pcache docs to toctree index
[PATCH v4 0/5] Add driver for 1Gbe network chips from MUCSE
2025-08-15 7:22 UTC (26+ messages)
` [PATCH v4 1/5] net: rnpgbe: Add build support for rnpgbe
` [PATCH v4 2/5] net: rnpgbe: Add n500/n210 chip support
` [PATCH v4 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH v4 4/5] net: rnpgbe: Add basic mbx_fw support
` [PATCH v4 5/5] net: rnpgbe: Add register_netdev
[PATCH] docs: iio: bno055: Correct wording in driver documentation
2025-08-15 7:00 UTC
[PATCH] .gitignore: Add Coding Assistants section
2025-08-15 6:44 UTC
[PATCH net-next v2 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
2025-08-15 6:35 UTC (6+ messages)
` [PATCH net-next v2 1/5] ethtool: introduce core UAPI and driver API for PHY MSE diagnostics
` [PATCH net-next v2 2/5] ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE access
` [PATCH net-next v2 3/5] ethtool: netlink: add lightweight MSE reporting to LINKSTATE_GET
` [PATCH net-next v2 4/5] net: phy: micrel: add MSE interface support for KSZ9477 family
` [PATCH net-next v2 5/5] net: phy: dp83td510: add MSE interface support for 10BASE-T1L
[PATCHv2 net-next 0/3] bonding: support aggregator selection based on port priority
2025-08-15 6:34 UTC (4+ messages)
` [PATCHv2 net-next 1/3] bonding: add support for per-port LACP actor priority
[PATCH v2 0/2] Add unified configuration for coding agents
2025-08-15 6:23 UTC (5+ messages)
` [PATCH v2 1/2] README: restructure with role-based documentation and guidelines
` [PATCH v2 2/2] agents: add unified agent coding assistant configuration
[PATCH v2 0/7]
2025-08-15 5:24 UTC (10+ messages)
` [PATCH v2 1/7] docs: kdoc: remove dead code
` [PATCH v2 2/7] docs: kdoc: tidy up space removal in create_parameter_list()
` [PATCH v2 3/7] docs: kdoc: clean up the create_parameter_list() "first arg" logic
` [PATCH v2 4/7] docs: kdoc: add a couple more comments in create_parameter_list()
` [PATCH v2 5/7] docs: kdoc: tighten up the array-of-pointers case
` [PATCH v2 6/7] docs: kdoc: tighten up the pointer-to-function case
` [PATCH v2 7/7] docs: kdoc: remove redundant comment stripping
[PATCH v3 00/16] dma-mapping: migrate to physical address-based API
2025-08-15 5:10 UTC (19+ messages)
` [PATCH v3 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v3 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v3 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v3 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v3 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v3 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v3 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v3 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v3 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v3 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v3 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v3 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v3 13/16] mm/hmm: properly take MMIO path
` [PATCH v3 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v3 15/16] block-dma: properly take MMIO path
` [PATCH v3 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH 0/8] nvme-tcp: Support receiving KeyUpdate requests
2025-08-15 5:02 UTC (9+ messages)
` [PATCH 1/8] net/handshake: Store the key serial number on completion
` [PATCH 2/8] net/handshake: Make handshake_req_cancel public
` [PATCH 3/8] net/handshake: Expose handshake_sk_destruct_req publically
` [PATCH 4/8] tls: Allow callers to clear errors
` [PATCH 5/8] net/handshake: Support KeyUpdate message types
` [PATCH 6/8] nvme-tcp: Support KeyUpdate
` [PATCH 7/8] net/handshake: Support decoding the HandshakeType
` [PATCH 8/8] nvmet-tcp: Support KeyUpdate
[PATCH v3 0/5] Add driver for 1Gbe network chips from MUCSE
2025-08-15 4:07 UTC (10+ messages)
` [PATCH v3 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH v3 4/5] net: rnpgbe: Add basic mbx_fw support
[PATCH v7 0/2] perf: Fujitsu: Add Uncore MAC/PCI PMU driver
2025-08-15 3:47 UTC (3+ messages)
` [PATCH v7 1/2] perf: Fujitsu: Add the Uncore MAC "
` [PATCH v7 2/2] perf: Fujitsu: Add the Uncore PCI "
[PATCH v17 00/33] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-08-15 2:25 UTC (34+ messages)
` [PATCH v17 01/33] x86,fs/resctrl: Consolidate monitor event descriptions
` [PATCH v17 02/33] x86,fs/resctrl: Replace architecture event enabled checks
` [PATCH v17 03/33] x86/resctrl: Remove 'rdt_mon_features' global variable
` [PATCH v17 04/33] x86,fs/resctrl: Prepare for more monitor events
` [PATCH v17 05/33] x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC)
` [PATCH v17 06/33] x86/resctrl: Add ABMC feature in the command line options
` [PATCH v17 07/33] x86,fs/resctrl: Consolidate monitoring related data from rdt_resource
` [PATCH v17 08/33] x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [PATCH v17 09/33] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v17 10/33] fs/resctrl: Introduce the interface to display monitoring modes
` [PATCH v17 11/33] fs/resctrl: Add resctrl file to display number of assignable counters
` [PATCH v17 12/33] fs/resctrl: Introduce mbm_cntr_cfg to track assignable counters per domain
` [PATCH v17 13/33] fs/resctrl: Introduce interface to display number of free MBM counters
` [PATCH v17 14/33] x86/resctrl: Add data structures and definitions for ABMC assignment
` [PATCH v17 15/33] fs/resctrl: Introduce event configuration field in struct mon_evt
` [PATCH v17 16/33] x86,fs/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC
` [PATCH v17 17/33] fs/resctrl: Add the functionality to assign MBM events
` [PATCH v17 18/33] fs/resctrl: Add the functionality to unassign "
` [PATCH v17 19/33] fs/resctrl: Pass struct rdtgroup instead of individual members
` [PATCH v17 20/33] fs/resctrl: Introduce counter ID read, reset calls in mbm_event mode
` [PATCH v17 21/33] x86/resctrl: Refactor resctrl_arch_rmid_read()
` [PATCH v17 22/33] x86/resctrl: Implement resctrl_arch_reset_cntr() and resctrl_arch_cntr_read()
` [PATCH v17 23/33] fs/resctrl: Support counter read/reset with mbm_event assignment mode
` [PATCH v17 24/33] fs/resctrl: Add event configuration directory under info/L3_MON/
` [PATCH v17 25/33] fs/resctrl: Provide interface to update the event configurations
` [PATCH v17 26/33] fs/resctrl: Introduce mbm_assign_on_mkdir to enable assignments on mkdir
` [PATCH v17 27/33] fs/resctrl: Auto assign counters on mkdir and clean up on group removal
` [PATCH v17 28/33] fs/resctrl: Introduce mbm_L3_assignments to list assignments in a group
` [PATCH v17 29/33] fs/resctrl: Introduce the interface to modify "
` [PATCH v17 30/33] fs/resctrl: Disable BMEC event configuration when mbm_event mode is enabled
` [PATCH v17 31/33] fs/resctrl: Introduce the interface to switch between monitor modes
` [PATCH v17 32/33] x86/resctrl: Configure mbm_event mode if supported
` [PATCH v17 33/33] MAINTAINERS: resctrl: add myself as reviewer
[PATCH v4 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
2025-08-15 1:11 UTC (11+ messages)
` [PATCH v4 2/7] mm/huge_memory: convert "tva_flags" to "enum tva_type"
` [PATCH v4 3/7] mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH v4 4/7] docs: transhuge: document process level THP controls
` [PATCH v4 5/7] selftest/mm: Extract sz2ord function into vm_util.h
[PATCH net-next v13 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
2025-08-15 1:02 UTC (9+ messages)
` [PATCH net-next v13 1/8] hinic3: Async Event Queue interfaces
` [PATCH net-next v13 2/8] hinic3: Complete "
` [PATCH net-next v13 3/8] hinic3: Command Queue framework
` [PATCH net-next v13 4/8] hinic3: Command Queue interfaces
` [PATCH net-next v13 5/8] hinic3: TX & RX Queue coalesce interfaces
` [PATCH net-next v13 6/8] hinic3: Mailbox framework
` [PATCH net-next v13 7/8] hinic3: Mailbox management interfaces
` [PATCH net-next v13 8/8] hinic3: Interrupt request configuration
[GIT PULL for v6.17-rc2] add a generic yaml parser integrated with Netlink specs generation
2025-08-15 0:40 UTC (2+ messages)
[RFC V2 00/18] famfs: port into fuse
2025-08-15 0:38 UTC (21+ messages)
` [RFC V2 11/18] famfs_fuse: Basic famfs mount opts
` [RFC V2 12/18] famfs_fuse: Plumb the GET_FMAP message/response
` [RFC V2 14/18] famfs_fuse: GET_DAXDEV message and daxdev_table
[PATCH net-next v1 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
2025-08-15 0:34 UTC (2+ messages)
[PATCH 0/2] Documentation: ktap: formatting cleanup
2025-08-14 22:55 UTC (5+ messages)
[PATCH net-next v7 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
2025-08-14 22:40 UTC (3+ messages)
` [PATCH net-next v7 01/14] dt-bindings: net: Add PPE "
[PATCH 0/6] mfd: Add support for the LTC4283 Hot Swap Controller
2025-08-14 21:57 UTC (6+ messages)
` [PATCH 1/6] dt-binbings: mfd: Add bindings for the LTC4283 "
[PATCH 1/2] Documentation: clarify the expected collaboration with security bugs reporters
2025-08-14 21:23 UTC (4+ messages)
` [PATCH 2/2] Documentation: smooth the text flow in the security bug reporting process
[PATCH] Documentation: Fix driver-api typos
2025-08-14 19:57 UTC (7+ messages)
` [PATCH v2] "
[PATCH v2 00/16] dma-mapping: migrate to physical address-based API
2025-08-14 17:43 UTC (4+ messages)
` [PATCH v2 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
[RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs
2025-08-14 17:16 UTC (11+ messages)
[PATCH v6 0/5] Fix issues with ARM Processor CPER records
2025-08-14 16:52 UTC (6+ messages)
` [PATCH v6 1/5] RAS: Report all ARM processor CPER information to userspace
` [PATCH v6 2/5] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v6 3/5] efi/cper: Add a new helper function to print bitmasks
` [PATCH v6 4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
` [PATCH v6 5/5] docs: efi: add CPER functions to driver-api
[RFC PATCH v3 0/2] cgroup: Track time in cgroup v2 freezer
2025-08-14 16:18 UTC (5+ messages)
` [RFC PATCH v3 1/2] cgroup: cgroup.freeze.stat.local time accounting
` [RFC PATCH v3 2/2] cgroup: selftests: Add tests for freezer time
[PATCH v5 0/5] Fix issues with ARM Processor CPER records
2025-08-14 16:13 UTC (3+ messages)
` [PATCH v5 3/5] efi/cper: Add a new helper function to print bitmasks
[PATCH v4 7/7] selftests: prctl: introduce tests for disabling THPs except for madvise
2025-08-14 15:41 UTC (12+ messages)
[RFC PATCH 03/17] Documentation/rv: Adapt documentation after da_monitor refactoring
2025-08-14 15:08 UTC (5+ messages)
` [RFC PATCH 11/17] Documentation/rv: Add documentation about hybrid automata
` [RFC PATCH 12/17] rv: Add sample hybrid monitors stall
` [RFC PATCH 13/17] rv: Convert the opid monitor to a hybrid automaton
` [RFC PATCH 17/17] rv: Add deadline monitors
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).