messages from 2024-07-17 06:25:07 to 2024-07-20 09:09:28 UTC [more...]
[PATCH] docs/zh_CN: Add dev-tools/kcsan Chinese translation
2024-07-20 9:08 UTC
[PATCH V3 00/10] PCIe TPH and cache direct injection support
2024-07-20 8:08 UTC (12+ messages)
` [PATCH V3 01/10] PCI: Introduce PCIe TPH support framework
` [PATCH V3 02/10] PCI: Add TPH related register definition
` [PATCH V3 03/10] PCI/TPH: Add pci=notph to prevent use of TPH
` [PATCH V3 04/10] PCI/TPH: Add pci=nostmode to force No ST Mode
` [PATCH V3 05/10] PCI/TPH: Introduce API to check interrupt vector mode support
` [PATCH V3 06/10] PCI/TPH: Introduce API to retrieve TPH steering tags from ACPI
` [PATCH V3 07/10] PCI/TPH: Introduce API to update TPH steering tags in PCIe devices
` [PATCH V3 08/10] PCI/TPH: Add TPH documentation
` [PATCH V3 09/10] bnxt_en: Add TPH support in BNXT driver
` [PATCH V3 10/10] bnxt_en: Pass NQ ID to the FW when allocating RX/RX AGG rings
[RFC PATCH 0/5] Introduce the Rust Safety Standard
2024-07-20 7:45 UTC (20+ messages)
` [RFC PATCH 1/5] doc: rust: create safety standard
` [RFC PATCH 2/5] doc: rust: safety standard: add examples
` [RFC PATCH 3/5] doc: rust: safety standard: add guarantees and type invariants
` [RFC PATCH 4/5] doc: rust: safety standard: add safety requirements
` [RFC PATCH 5/5] doc: rust: safety standard: add justifications
[PATCH v3 0/1] docs: scheduler: Start documenting the EEVDF scheduler
2024-07-20 0:22 UTC (2+ messages)
` [PATCH v3 1/1] "
[PATCH v2 0/1] docs: scheduler: Start documenting the EEVDF scheduler
2024-07-20 0:07 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH v5 0/7] RISC-V: Detect and report speed of unaligned vector accesses
2024-07-19 22:25 UTC (14+ messages)
` [PATCH v5 1/7] RISC-V: Add Zicclsm to cpufeature and hwprobe
` [PATCH v5 2/7] dt-bindings: riscv: Add Zicclsm ISA extension description
` [PATCH v5 3/7] RISC-V: Check scalar unaligned access on all CPUs
` [PATCH v5 4/7] RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNED
` [PATCH v5 5/7] RISC-V: Detect unaligned vector accesses supported
` [PATCH v5 6/7] RISC-V: Report vector unaligned access speed hwprobe
` [PATCH v5 7/7] RISC-V: hwprobe: Document unaligned vector perf key
[PATCH v5 00/13] riscv: Add support for xtheadvector
2024-07-19 16:19 UTC (14+ messages)
` [PATCH v5 01/13] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v5 02/13] dt-bindings: cpus: add a thead vlen register length property
` [PATCH v5 03/13] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v5 04/13] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH v5 05/13] riscv: vector: Use vlenb from DT for thead
` [PATCH v5 06/13] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v5 07/13] riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSAT
` [PATCH v5 08/13] riscv: Add xtheadvector instruction definitions
` [PATCH v5 09/13] riscv: vector: Support xtheadvector save/restore
` [PATCH v5 10/13] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v5 11/13] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH v5 12/13] selftests: riscv: Fix vector tests
` [PATCH v5 13/13] selftests: riscv: Support xtheadvector in "
[PATCH v2 00/25] Enable FRED with KVM VMX
2024-07-19 15:59 UTC (13+ messages)
` [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest
[PATCH v2 0/6] mm: zswap: global shrinker fix and proactive shrink
2024-07-19 14:55 UTC (8+ messages)
[RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd
2024-07-19 14:47 UTC (12+ messages)
` [RFC PATCH 08/18] KVM: x86: Add KVM Userfault support
[PATCH v2] workqueue: doc: Fix function name, remove markers
2024-07-19 14:30 UTC
[PATCH] workqueue: doc: Fix function name
2024-07-19 14:24 UTC (2+ messages)
[PATCH v3 00/11] Zacas/Zabha support and qspinlocks
2024-07-19 11:53 UTC (39+ messages)
` [PATCH v3 01/11] riscv: Implement cmpxchg32/64() using Zacas
` [PATCH v3 02/11] dt-bindings: riscv: Add Zabha ISA extension description
` [PATCH v3 03/11] riscv: Implement cmpxchg8/16() using Zabha
` [PATCH v3 05/11] riscv: Implement arch_cmpxchg128() using Zacas
` [PATCH v3 06/11] riscv: Implement xchg8/16() using Zabha
` [PATCH v3 07/11] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH v3 08/11] asm-generic: ticket-lock: Add separate ticket-lock.h
` [PATCH v3 09/11] riscv: Add ISA extension parsing for Ziccrse
` [PATCH v3 10/11] dt-bindings: riscv: Add Ziccrse ISA extension description
` [PATCH v3 11/11] riscv: Add qspinlock support
[PATCH v5 0/5] Changes in v5:
2024-07-19 10:08 UTC (6+ messages)
` [PATCH v5 2/5] dt-bindings: arm: fsl: add imx-se-fw binding doc
` [EXT] "
[RFC v11 13/14] mm: page_frag: update documentation for page_frag
2024-07-19 9:33 UTC
[PATCH v4] docs/zh_CN: Add userspace-api/mseal Chinese translation
2024-07-19 9:10 UTC (2+ messages)
[PATCH v3 0/2] Fix checktransupdate.py and add help documents
2024-07-19 9:08 UTC (6+ messages)
` [PATCH v3 1/2] scripts: fix all issues reported by pylint
` [PATCH v3 2/2] doc-guide: add help documentation checktransupdate.rst
[PATCH v3 0/5] Communication Interface to NXP secure-enclave HW IP like Edgelock Enclave
2024-07-19 4:49 UTC (7+ messages)
` [PATCH v3 4/5] firmware: imx: add driver for NXP EdgeLock Enclave
` [EXT] "
[PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers
2024-07-19 3:23 UTC (21+ messages)
[PATCH v4 0/2] hwmon: add GPD devices sensor driver
2024-07-19 1:41 UTC (6+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] hwmon: document: add gpd-fan
[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
2024-07-18 23:47 UTC (15+ messages)
` [PATCH v9 05/39] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v9 35/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v9 37/39] kselftest/arm64: Add GCS signal tests
` [PATCH v9 38/39] kselftest/arm64: Add a GCS stress test
[GIT PULL] Documentation for 6.11
2024-07-18 23:06 UTC (2+ messages)
[PATCH v5 00/20] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2024-07-18 21:11 UTC (14+ messages)
` [PATCH v5 06/20] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v5 19/20] x86/resctrl: Introduce interface to list monitor states of all the groups
` [PATCH v5 20/20] x86/resctrl: Introduce interface to modify assignment states of "
[PATCH V5] LoongArch: Add AVEC irqchip support
2024-07-18 9:33 UTC (6+ messages)
[PATCH] Documentation: KUnit: Update filename best practices
2024-07-18 5:56 UTC (5+ messages)
[PATCH] Documentation: Add detailed explanation for 'N' taint flag
2024-07-18 5:55 UTC (3+ messages)
[PATCH v3 0/2] hwmon: add GPD devices sensor driver
2024-07-18 2:27 UTC (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] hwmon: document: add gpd-fan
[PATCH v6 0/3] usb: gadget: 9pfs transport
2024-07-17 21:03 UTC (5+ messages)
` [PATCH v6 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script
[PATCH net-next v17 00/14] net: Make timestamping selectable
2024-07-17 17:44 UTC (15+ messages)
` [PATCH net-next v17 08/14] net: Add the possibility to support a selected hwtstamp in netdevice
` [PATCH net-next v17 09/14] net: netdevsim: ptp_mock: Convert to netdev_ptp_clock_register
` [PATCH net-next v17 10/14] net: macb: "
` [PATCH net-next v17 11/14] net: ptp: Move ptp_clock_index() to builtin symbol
` [PATCH net-next v17 12/14] net: ethtool: tsinfo: Add support for reading tsinfo for a specific hwtstamp provider
` [PATCH net-next v17 13/14] net: ethtool: Add support for tsconfig command to get/set hwtstamp config
` [PATCH net-next v17 14/14] netlink: specs: Enhance tsinfo netlink attributes and add a tsconfig set command
[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
2024-07-17 14:12 UTC (4+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support
[PATCH v6 0/9] fs: multigrain timestamp redux
2024-07-17 12:02 UTC (18+ messages)
` [PATCH v6 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v6 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v6 3/9] fs: add percpu counters for significant "
` [PATCH v6 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v6 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v6 7/9] ext4: switch to "
` [PATCH v6 9/9] tmpfs: add support for "
[PATCH v2 0/2] hwmon: add GPD devices sensor driver
2024-07-17 7:04 UTC (7+ messages)
` [PATCH v2 1/2] "
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).