linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-12 23:17:38 to 2024-09-16 16:58:20 UTC [more...]

[PATCH RFC 0/3] Add NUMA mempolicy support for KVM guest_memfd
 2024-09-16 16:57 UTC 

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-09-16 16:32 UTC  (20+ messages)
` [PATCH 04/18] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs
` [PATCH 05/18] KVM: x86: hyper-v: Introduce MP_STATE_HV_INACTIVE_VTL
` [PATCH 10/18] KVM: x86: Keep track of instruction length during faults
` [PATCH 11/18] KVM: x86: Pass the instruction length on memory fault user-space exits
` [PATCH 13/18] KVM: x86/mmu: Avoid warning when installing non-private memory attributes
` [PATCH 16/18] KVM: x86: Take mem attributes into account when faulting memory

[GIT PULL] Documentation for 6.12
 2024-09-16 13:35 UTC 

original file finding
 2024-09-16 13:20 UTC  (7+ messages)

[PATCH 0/6] iio: adc: ad4030: new driver for AD4030 and similar ADCs
 2024-09-16 13:03 UTC  (15+ messages)
` [PATCH 2/6] iio: adc: ad4030: add driver for ad4030-24
` [PATCH 4/6] iio: adc: ad4030: add support for ad4630-24 and ad4630-16

[PATCH v5 0/3] iio: adc: add new ad7625 driver
 2024-09-16 11:52 UTC  (3+ messages)

[PATCH v10 0/8] Coresight for Kernel panic and watchdog reset
 2024-09-16 11:16 UTC  (10+ messages)
` [PATCH v10 1/8] dt-bindings: arm: coresight-tmc: Add "memory-region" property
` [PATCH v10 2/8] coresight: tmc-etr: Add support to use reserved trace memory
` [PATCH v10 3/8] coresight: core: Add provision for panic callbacks
` [PATCH v10 4/8] coresight: tmc: Enable panic sync handling
` [PATCH v10 5/8] coresight: tmc: Add support for reading crash data
` [PATCH v10 6/8] coresight: tmc: Stop trace capture on FlIn
` [PATCH v10 7/8] coresight: config: Add preloaded configuration
` [PATCH v10 8/8] Documentation: coresight: Panic support

[PATCH v8 00/11] fs: multigrain timestamp redux
 2024-09-16 10:57 UTC  (20+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
` [PATCH v8 02/11] fs: add infrastructure for multigrain timestamps
` [PATCH v8 03/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v8 04/11] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v8 05/11] fs: tracepoints around multigrain timestamp events
` [PATCH v8 06/11] fs: add percpu counters for significant "
` [PATCH v8 07/11] Documentation: add a new file documenting multigrain timestamps
` [PATCH v8 08/11] xfs: switch to "
` [PATCH v8 09/11] ext4: "
` [PATCH v8 10/11] btrfs: convert "
` [PATCH v8 11/11] tmpfs: add support for "

[PATCH v5 00/14] integrity: Introduce the Integrity Digest Cache
 2024-09-16 10:05 UTC  (2+ messages)

[PATCH RFC v3 0/9] tun: Introduce virtio-net hashing feature
 2024-09-16  8:46 UTC  (14+ messages)
` [PATCH RFC v3 1/9] skbuff: Introduce SKB_EXT_TUN_VNET_HASH
` [PATCH RFC v3 2/9] virtio_net: Add functions for hashing
` [PATCH RFC v3 3/9] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH RFC v3 4/9] tap: Pad virtio header with zero
` [PATCH RFC v3 5/9] tun: "
` [PATCH RFC v3 6/9] tun: Introduce virtio-net hash reporting feature
` [PATCH RFC v3 7/9] tun: Introduce virtio-net RSS
` [PATCH RFC v3 8/9] selftest: tun: Add tests for virtio-net hashing
` [PATCH RFC v3 9/9] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[PATCH 0/3] hwmon: pmbus: add tps25990 efuse support
 2024-09-16  8:45 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: hwmon: pmbus: add ti tps25990 documentation

[PATCH] kernel-docs: Add new section for Rust learning materials
 2024-09-16  8:39 UTC  (4+ messages)

[v1] Documentation: kgdb: Correct parameter error
 2024-09-16  7:49 UTC  (2+ messages)

[PATCH v2] kernel-docs: Add new section for Rust learning materials
 2024-09-16  5:33 UTC  (2+ messages)

[PATCH v4 00/30] riscv control-flow integrity for usermode
 2024-09-16  3:20 UTC  (37+ messages)
` [PATCH v4 01/30] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v4 07/30] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH v4 08/30] riscv: zicfiss / zicfilp enumeration
` [PATCH v4 09/30] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v4 10/30] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v4 11/30] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v4 12/30] riscv mm: manufacture shadow stack pte
` [PATCH v4 13/30] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v4 14/30] riscv mmu: write protect and shadow stack
` [PATCH v4 15/30] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v4 16/30] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v4 17/30] prctl: arch-agnostic prctl for shadow stack
` [PATCH v4 18/30] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v4 19/30] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v4 20/30] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v4 21/30] riscv/traps: Introduce software check exception
` [PATCH v4 22/30] riscv sigcontext: cfi state struct definition for sigcontext
` [PATCH v4 23/30] riscv signal: save and restore of shadow stack for signal
` [PATCH v4 24/30] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v4 25/30] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v4 26/30] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v4 27/30] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v4 28/30] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v4 29/30] riscv: Documentation for shadow stack on riscv
` [PATCH v4 30/30] kselftest/riscv: kselftest for user mode cfi

[PATCH v27 01/32] xhci: add helper to stop endpoint and wait for completion
 2024-09-15  7:55 UTC  (4+ messages)

[PATCH] Documentation: Fix config_acs= example
 2024-09-15  1:36 UTC 

[PATCH v3 0/2] nosnp sev command line support
 2024-09-14 23:12 UTC  (4+ messages)
` [PATCH v3 1/2] x86, KVM:SVM: Move sev specific parsing into arch/x86/virt/svm

[PATCH v7 00/11] fs: multigrain timestamp redux
 2024-09-14 13:37 UTC  (19+ messages)
` [PATCH v7 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
` [PATCH v7 02/11] fs: add infrastructure for multigrain timestamps
` [PATCH v7 03/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v7 04/11] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v7 05/11] fs: tracepoints around multigrain timestamp events
` [PATCH v7 06/11] fs: add percpu counters for significant "
` [PATCH v7 07/11] Documentation: add a new file documenting multigrain timestamps
` [PATCH v7 08/11] xfs: switch to "
` [PATCH v7 09/11] ext4: "
` [PATCH v7 10/11] btrfs: convert "
` [PATCH v7 11/11] tmpfs: add support for "

[RFC net-next v3 0/9] Add support for per-NAPI config via netlink
 2024-09-14 13:00 UTC  (9+ messages)
` [RFC net-next v3 5/9] net: napi: Add napi_config

[PATCH 0/8] Add iio backend compatibility for ad7606
 2024-09-14 11:14 UTC  (12+ messages)
` [PATCH 7/8] iio: adc: ad7606: Switch to xxx_get_device_match_data
` [PATCH 8/8] iio:adc:ad7606: Add iio-backend support

[PATCH V4 00/12] PCIe TPH and cache direct injection support
 2024-09-14 10:10 UTC  (5+ messages)
` [PATCH V4 04/12] PCI/TPH: Add pcie_enable_tph() to enable TPH
` [PATCH V4 08/12] PCI/TPH: Add pcie_tph_get_cpu_st() to get ST tag

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-09-14  3:57 UTC  (10+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements

[PATCH] scripts: use ':Original:' tag to locate the origin file
 2024-09-14  3:47 UTC  (4+ messages)

[PATCH v3] Documentation: userspace-api: iommufd: Update HWPT_PAGING and HWPT_NESTED
 2024-09-14  3:46 UTC  (2+ messages)

[PATCH net-next v2] Documentation: networking: Fix missing PSE documentation and grammar issues
 2024-09-14  3:10 UTC  (2+ messages)

[PATCH 0/7] x86/resctrl : Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
 2024-09-13 20:52 UTC  (14+ messages)
` [PATCH 1/7] x86/cpufeatures: Add support for L3 Smart Data Cache Injection Allocation Enforcement
` [PATCH 2/7] x86/resctrl: Add SDCIAE feature in the command line options
` [PATCH 3/7] x86/resctrl: Introduce sdciae_capable in rdt_resource
` [PATCH 4/7] x86/resctrl: Implement SDCIAE enable/disable
` [PATCH 5/7] x86/resctrl: Add interface to enable/disable SDCIAE
` [PATCH 6/7] x86/resctrl: Introduce interface to display SDCIAE Capacity Bit Masks

[PATCH v11 00/20] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-09-13 20:05 UTC  (21+ messages)
` [PATCH v11 01/20] Documentation/x86: Secure Launch kernel documentation
` [PATCH v11 02/20] x86: Secure Launch Kconfig
` [PATCH v11 03/20] x86: Secure Launch Resource Table header file
` [PATCH v11 04/20] x86: Secure Launch main "
` [PATCH v11 05/20] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v11 06/20] x86: Add early SHA-256 "
` [PATCH v11 07/20] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v11 08/20] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v11 09/20] x86: Secure Launch kernel early boot stub
` [PATCH v11 10/20] x86: Secure Launch kernel late "
` [PATCH v11 11/20] x86: Secure Launch SMP bringup support
` [PATCH v11 12/20] kexec: Secure Launch kexec SEXIT support
` [PATCH v11 13/20] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v11 14/20] tpm: Protect against locality counter underflow
` [PATCH v11 15/20] tpm: Ensure tpm is in known state at startup
` [PATCH v11 16/20] tpm: Make locality requests return consistent values
` [PATCH v11 17/20] tpm: Add ability to set the default locality the TPM chip uses
` [PATCH v11 18/20] tpm: Add sysfs interface to allow setting and querying the default locality
` [PATCH v11 19/20] x86: Secure Launch late initcall platform module
` [PATCH v11 20/20] x86/efi: EFI stub DRTM launch support for Secure Launch

[PATCH -next 0/7] spi: replace and remove {devm_}spi_alloc_master/slave()
 2024-09-13 16:47 UTC  (2+ messages)

[PATCH] docs:fs:fixed some spelling mistakes in the bcachefs coding style page
 2024-09-13 15:39 UTC  (4+ messages)

[PATCH 0/3] Implement ACPI SPCR v3 support and minor earlycon cleanup
 2024-09-13 15:18 UTC  (3+ messages)
` [PATCH 1/3] Documentation: kernel-parameters: Add uartclk to console=uart

[PATCH v6 00/17] Hardware wrapped key support for QCom ICE and UFS core
 2024-09-13 12:21 UTC  (13+ messages)
` [PATCH v6 09/17] soc: qcom: ice: add HWKM support to the ICE driver

[PATCH] Documentation/mm: Translate page_tables.rst to Simplified Chinese
 2024-09-13  2:36 UTC  (3+ messages)

[PATCH v2] Documentation: userspace-api: iommufd: Update HWPT_PAGING and HWPT_NESTED
 2024-09-13  2:35 UTC  (3+ messages)

[PATCH] Documentation: Unify format for vulnerability sysfs
 2024-09-13  1:24 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).