linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-01 06:23:46 to 2024-06-04 19:59:25 UTC [more...]

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-06-04 19:59 UTC  (25+ messages)
` [PATCH v9 01/19] x86/boot: Place kernel_info at a fixed offset
` [PATCH v9 04/19] x86: Secure Launch Resource Table header file
` [PATCH v9 05/19] x86: Secure Launch main "
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v9 08/19] x86: Secure Launch kernel early boot stub
` [PATCH v9 09/19] x86: Secure Launch kernel late "
` [PATCH v9 19/19] x86: EFI stub DRTM launch support for Secure Launch

[PATCH 0/8] Introduce fwctl subystem
 2024-06-04 18:52 UTC  (22+ messages)
` [PATCH 1/8] fwctl: Add basic structure for a class subsystem with a cdev
` [PATCH 2/8] fwctl: Basic ioctl dispatch for the character device
` [PATCH 3/8] fwctl: FWCTL_INFO to return basic information about the device
` [PATCH 4/8] taint: Add TAINT_FWCTL
` [PATCH 5/8] fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware
` [PATCH 6/8] fwctl: Add documentation
` [PATCH 7/8] fwctl/mlx5: Support for communicating with mlx5 fw
` [PATCH 8/8] mlx5: Create an auxiliary device for fwctl_mlx5

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-04 16:42 UTC  (21+ messages)
` [PATCH net-next v10 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
` [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v10 06/14] page_pool: convert to use netmem
` [PATCH net-next v10 10/14] net: add support for skbs with unreadable frags
` [PATCH net-next v10 11/14] tcp: RX path for devmem TCP
` [PATCH net-next v10 13/14] net: add devmem TCP documentation

[PATCH net-next v14 00/14] net: Make timestamping selectable
 2024-06-04 16:40 UTC  (16+ messages)
` [PATCH net-next v14 01/14] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask
` [PATCH net-next v14 02/14] net: Move dev_set_hwtstamp_phylib to net/core/dev.h
` [PATCH net-next v14 03/14] net: Make dev_get_hwtstamp_phylib accessible
` [PATCH net-next v14 04/14] net: Make net_hwtstamp_validate accessible
` [PATCH net-next v14 05/14] net: Change the API of PHY default timestamp to MAC
` [PATCH net-next v14 06/14] net: net_tstamp: Add unspec field to hwtstamp_source enumeration
` [PATCH net-next v14 07/14] net: Add struct kernel_ethtool_ts_info
` [PATCH net-next v14 08/14] ptp: Add phc source and helpers to register specific PTP clock or get information
` [PATCH net-next v14 09/14] net: Add the possibility to support a selected hwtstamp in netdevice
` [PATCH net-next v14 10/14] net: netdevsim: ptp_mock: Convert to netdev_ptp_clock_register
` [PATCH net-next v14 11/14] net: macb: "
` [PATCH net-next v14 12/14] net: ptp: Move ptp_clock_index() to builtin symbol
` [PATCH net-next v14 13/14] net: ethtool: tsinfo: Add support for hwtstamp provider and get/set hwtstamp config
` [PATCH net-next v14 14/14] netlink: specs: tsinfo: Enhance netlink attributes and add a set command

[PATCH] Documentation/accel/qaic: Fix typo 'phsyical'
 2024-06-04 15:36 UTC  (3+ messages)
` [PATCH] Documentation/accel/qaic: Fix typo

[PATCH V2 0/9] PCIe TPH and cache direct injection support
 2024-06-04 15:30 UTC  (3+ messages)
` [PATCH V2 6/9] PCI/TPH: Retrieve steering tag from ACPI _DSM

[RFC PATCH net-next 00/28] Add CPSW Proxy Client driver
 2024-06-04 14:20 UTC  (5+ messages)
` [RFC PATCH net-next 01/28] docs: networking: ti: add driver doc for CPSW Proxy Client

[PATCH printk v2 00/18] add threaded printing + the rest
 2024-06-04 13:31 UTC  (3+ messages)
` [PATCH printk v2 16/18] printk: Provide threadprintk boot argument

[PATCH v7 0/7] Add support for DEVNAME:0.0 style hardware based addressing
 2024-06-04 13:17 UTC  (5+ messages)
` [PATCH v7 1/7] printk: Save console options for add_preferred_console_match()

[PATCH V1 2/2] Loongarch:Support loongarch avec
 2024-06-04 12:50 UTC 

[PATCH V1 1/2] docs: Add advanced extended IRQ model description
 2024-06-04 12:50 UTC 

[PATCH v6 00/16] Add support for a few Zc* extensions, Zcmop and Zimop
 2024-06-04 12:45 UTC  (17+ messages)
` [PATCH v6 01/16] dt-bindings: riscv: add Zimop ISA extension description
` [PATCH v6 02/16] riscv: add ISA extension parsing for Zimop
` [PATCH v6 03/16] riscv: hwprobe: export Zimop ISA extension
` [PATCH v6 04/16] RISC-V: KVM: Allow Zimop extension for Guest/VM
` [PATCH v6 05/16] KVM: riscv: selftests: Add Zimop extension to get-reg-list test
` [PATCH v6 06/16] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
` [PATCH v6 07/16] riscv: add ISA extensions validation callback
` [PATCH v6 08/16] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
` [PATCH v6 09/16] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
` [PATCH v6 10/16] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
` [PATCH v6 11/16] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test
` [PATCH v6 12/16] dt-bindings: riscv: add Zcmop ISA extension description
` [PATCH v6 13/16] riscv: add ISA extension parsing for Zcmop
` [PATCH v6 14/16] riscv: hwprobe: export Zcmop ISA extension
` [PATCH v6 15/16] RISC-V: KVM: Allow Zcmop extension for Guest/VM
` [PATCH v6 16/16] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test

[PATCH v20 00/12] Implement copy offload support
 2024-06-04 11:44 UTC  (24+ messages)
    ` [PATCH v20 11/12] null: Enable trace capability for null block
    ` [PATCH v20 01/12] block: Introduce queue limits and sysfs for copy-offload support
    ` [PATCH v20 07/12] nvme: add copy offload support
    ` [PATCH v20 02/12] Add infrastructure for copy offload in block and request layer
    ` [PATCH v20 03/12] block: add copy offload support

[PATCH] Documentation: kernel-parameters: Add RISCV for nohlt
 2024-06-04 11:40 UTC 

[PATCH 0/6] KVM: PPC: Book3S HV: Nested guest migration fixes
 2024-06-04 11:29 UTC  (15+ messages)
` [PATCH 1/6] KVM: PPC: Book3S HV: Fix the set_one_reg for MMCR3
` [PATCH 2/6] KVM: PPC: Book3S HV: Fix the get_one_reg of SDAR
` [PATCH 3/6] KVM: PPC: Book3S HV nestedv2: Keep nested guest DEXCR in sync
` [PATCH 4/6] KVM: PPC: Book3S HV: Add one-reg interface for DEXCR register
` [PATCH 5/6] KVM: PPC: Book3S HV nestedv2: Keep nested guest HASHKEYR in sync
` [PATCH 6/6] KVM: PPC: Book3S HV: Add one-reg interface for HASHKEYR register

[PATCH v12 09/13] Documentation: core-api: Add math.h macros and functions
 2024-06-04 10:52 UTC 

[PATCH net-next v14 00/14] net: Make timestamping selectable
 2024-06-04 10:38 UTC  (3+ messages)
` [PATCH net-next v14 01/14] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask

[PATCH] arm: Enable ARCH_HAS_DEBUG_VM_PGTABLE
 2024-06-04  8:45 UTC 

[PATCH v20 00/12] Implement copy offload support
 2024-06-04  7:39 UTC  (3+ messages)

[PATCH v1 0/3] Userspace controls soft-offline HugeTLB pages
 2024-06-04  7:19 UTC  (2+ messages)

[PATCH v5 08/16] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
 2024-06-04  7:18 UTC  (2+ messages)

[PATCH v20 01/12] block: Introduce queue limits and sysfs for copy-offload support
 2024-06-04  7:05 UTC  (2+ messages)

[PATCH net-next v14 0/5] ethtool: provide the dim profile fine-tuning channel
 2024-06-04  5:13 UTC  (8+ messages)
` [PATCH net-next v14 1/5] linux/dim: move useful macros to .h file
` [PATCH net-next v14 2/5] dim: make DIMLIB dependent on NET
` [PATCH net-next v14 3/5] ethtool: provide customized dim profile management
` [PATCH net-next v14 4/5] dim: add new interfaces for initialization and getting results
` [PATCH net-next v14 5/5] virtio-net: support dim profile fine-tuning

[PATCH] Documentation: Add ARM64 for reserving ZONE_MOVABLE
 2024-06-04  5:28 UTC 

[PATCH v4 0/7] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-06-04  0:23 UTC  (12+ messages)
` [PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging

[PATCH 1/2] KVM: fix documentation rendering for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
 2024-06-04  0:00 UTC  (3+ messages)
` [PATCH 2/2] KVM: fix spelling of KVM_RUN_X86_BUS_LOCK in docs

[RFC PATCH v3 00/10] Virtualize Intel IA32_SPEC_CTRL
 2024-06-03 23:55 UTC  (5+ messages)
` [RFC PATCH v3 01/10] KVM: VMX: "

[PATCH v22 00/38] Introduce QC USB SND audio offloading support
 2024-06-03 23:15 UTC  (2+ messages)

[PATCH v2] docs: crypto: async-tx-api: fix broken code example
 2024-06-03 18:58 UTC  (2+ messages)

[PATCH v4] Documentation: cve Korean translation
 2024-06-03 19:04 UTC  (2+ messages)

[PATCH] RISC-V: hwprobe: Add MISALIGNED_PERF key
 2024-06-03 18:05 UTC  (3+ messages)

[PATCH v2 0/5] Communication Interface to NXP secure-enclave HW IP like Edgelock Enclave
 2024-06-03 16:22 UTC  (3+ messages)
` [PATCH v2 5/5] firmware: imx: adds miscdev

[PATCH 0/7] Zacas/Zabha support and qspinlocks
 2024-06-03 15:31 UTC  (28+ messages)
` [PATCH 2/7] riscv: Implement cmpxchg8/16() using Zabha
` [PATCH 7/7] riscv: Add qspinlock support based on Zabha extension

[PATCH net-next 2/4] net: ipv4: Add a sysctl to set multipath hash seed
 2024-06-03 13:53 UTC  (12+ messages)

[v4,1/2] dt-bindings: hwmon: Add MPS mp2891
 2024-06-03 10:53 UTC  (2+ messages)
` [v4,2/2] hwmon: add MP2891 driver

[v4,0/2] hwmon: Add support for MPS mp2891 chip
 2024-06-03 10:53 UTC 

[PATCH V17 4/9] arm64/boot: Enable EL2 requirements for BRBE
 2024-06-03  9:38 UTC  (4+ messages)

[PATCH v15 00/29] drm/connector: Create HDMI Connector infrastructure
 2024-06-03  9:28 UTC  (4+ messages)

[PATCH] docs: gpio: prefer pread(2) for interrupt reading
 2024-06-03  8:31 UTC  (3+ messages)

[PATCH v1 RESEND] arch/powerpc/kvm: Fix doorbell emulation by adding DPDES support
 2024-06-03  8:06 UTC  (4+ messages)

[PATCH V3] PCI: Extend ACS configurability
 2024-06-03  7:50 UTC  (4+ messages)

[PATCH net-next v4 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-06-03  6:55 UTC  (14+ messages)

[RFC PATCH] f2fs: add support single node section mode
 2024-06-03  6:37 UTC  (2+ messages)
  ` [f2fs-dev] "

[linux-next:master 3415/3461] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/hwmon/chros_ec_hwmon.rst
 2024-06-03  5:43 UTC 

[PATCH v19 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-06-03  1:40 UTC  (9+ messages)
` [PATCH v19 15/20] fsverity: expose verified fsverity built-in signatures to LSMs

[PATCH] irqchip/gic-v3: Add Allwinner sunxi001 erratum workaround
 2024-06-02 20:15 UTC  (5+ messages)

[PATCH 1/3] kconfig: remove tristate choice support
 2024-06-02 12:54 UTC 

[PATCH v2 0/6] Add support for adis16545/47
 2024-06-02 11:16 UTC  (3+ messages)

[PATCH net-next v3 0/3] doc: mptcp: new general doc and fixes
 2024-06-01 22:30 UTC  (2+ messages)

[PATCH v11 07/11] Documentation: core-api: Add math.h macros and functions
 2024-06-01 16:41 UTC  (3+ messages)

[PATCH] docs: Extend and refactor index of further kernel docs
 2024-06-01 15:03 UTC  (4+ messages)

[v3,1/2] hwmon: add MP2891 driver
 2024-06-01  8:39 UTC  (2+ messages)


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).