linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-15 00:54:42 to 2022-11-17 13:46:41 UTC [more...]

[PATCH 0/4] Allow osnoise tracer to run without workload
 2022-11-17 13:46 UTC  (3+ messages)
` [PATCH 1/4] tracing/osnoise: Fix duration type
` [PATCH 2/4] tracing/osnoise: Add osnoise/options file

[PATCH v9 7/8] KVM: Handle page fault for private memory
 2022-11-17 13:25 UTC  (4+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-17 13:20 UTC  (28+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions

[PATCH bpf-next v1 1/1] docs: BPF_MAP_TYPE_XSKMAP
 2022-11-17 13:10 UTC  (2+ messages)

[PATCH v3 00/37] Shadow stacks for userspace
 2022-11-17 12:25 UTC  (44+ messages)
` [PATCH v3 13/37] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v3 15/37] x86/mm: Check Shadow Stack page fault errors
` [PATCH v3 18/37] mm: Add guard pages around a shadow stack
` [PATCH v3 20/37] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v3 24/37] x86: Introduce userspace API for CET enabling
` [PATCH v3 25/37] x86/shstk: Add user-mode shadow stack support
` [PATCH v3 27/37] x86/shstk: Introduce routines modifying shstk
` [PATCH v3 35/37] x86/cet: Add PTRACE interface for CET
` [PATCH v3 36/37] x86/cet/shstk: Add ARCH_CET_UNLOCK

[PATCH] Documentation: devres: add missing PWM helper
 2022-11-17 11:59 UTC  (2+ messages)

[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-11-17  8:42 UTC  (5+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space

[PATCH v3 0/4] Add TLP filter support and some fixes for HiSilicon PCIe PMU
 2022-11-17  8:41 UTC  (5+ messages)
` [PATCH v3 1/4] drivers/perf: hisi: Fix some event id for hisi-pcie-pmu
` [PATCH v3 2/4] docs: perf: Fix PMU instance name of hisi-pcie-pmu
` [PATCH v3 3/4] Documentation: perf: Indent filter options list "
` [PATCH v3 4/4] drivers/perf: hisi: Add TLP filter support

[PATCH v11 2/3] docs/perf: Add documentation for the Amlogic G12 DDR PMU
 2022-11-17  8:34 UTC 

[PATCH v7 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-17  8:26 UTC  (3+ messages)
` [PATCH v7 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v7 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH v2] mm: add new syscall pidfd_set_mempolicy()
 2022-11-17  7:19 UTC  (14+ messages)
  ` [External] "

[PATCH V5 0/2] Support VMCOREINFO export for RISCV64
 2022-11-17  4:15 UTC  (3+ messages)
` [PATCH V5 1/2] RISC-V: Add arch_crash_save_vmcoreinfo support

[PATCH 0/2] Add SM4 XTS symmetric algorithm for blk-crypto and fscrypt
 2022-11-17  2:58 UTC  (5+ messages)
` [PATCH 1/2] blk-crypto: Add support for SM4-XTS blk crypto mode
` [PATCH 2/2] fscrypt: Add SM4 XTS/CTS symmetric algorithm support

[PATCH v1 1/2] math64: favor kernel-doc from header files
 2022-11-17  2:35 UTC  (2+ messages)
` [PATCH v1 2/2] math64: add kernel-doc for DIV64_U64_ROUND_UP

[PATCH v18 0/3] Add TDX Guest Attestation support
 2022-11-16 22:38 UTC  (4+ messages)
` [PATCH v18 1/3] x86/tdx: Add a wrapper to get TDREPORT0 from the TDX Module
` [PATCH v18 2/3] virt: Add TDX guest driver
` [PATCH v18 3/3] selftests: tdx: Test TDX attestation GetReport support

[PATCH v5 00/19] IOMMUFD Generic interface
 2022-11-16 21:00 UTC  (20+ messages)
` [PATCH v5 01/19] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v5 02/19] iommu: Add device-centric DMA ownership interfaces
` [PATCH v5 03/19] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v5 04/19] scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -export
` [PATCH v5 05/19] iommufd: Document overview of iommufd
` [PATCH v5 06/19] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v5 07/19] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH v5 08/19] iommufd: PFN handling for iopt_pages
` [PATCH v5 09/19] iommufd: Algorithms for PFN storage
` [PATCH v5 10/19] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH v5 11/19] iommufd: IOCTLs for the io_pagetable
` [PATCH v5 12/19] iommufd: Add a HW pagetable object
` [PATCH v5 13/19] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v5 14/19] iommufd: Add kAPI toward external drivers for kernel access
` [PATCH v5 15/19] iommufd: vfio container FD ioctl compatibility
` [PATCH v5 16/19] iommufd: Add kernel support for testing iommufd
` [PATCH v5 17/19] iommufd: Add some fault injection points
` [PATCH v5 18/19] iommufd: Add additional invariant assertions
` [PATCH v5 19/19] iommufd: Add a selftest

[PATCH 0/3] x86/speculation: Support Automatic IBRS
 2022-11-16 21:01 UTC  (7+ messages)
` [PATCH 1/3] x86/cpufeatures: Add support for cpuid leaf 80000021/EAX (FeatureExt2Eax)

[PATCH v5 0/2] sched/numa: add per-process numa_balancing
 2022-11-16 20:45 UTC 

[PATCH v2 0/2] doc: add texinfodocs and infodocs targets
 2022-11-16 19:02 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] doc: specify an 'html' build sub-directory for the htmldocs target

[PATCH] doc: add texinfodocs and infodocs targets
 2022-11-16 18:45 UTC  (3+ messages)

[PATCH v4 0/2] arm64: kdump: Function supplement and performance optimization
 2022-11-16 15:10 UTC  (5+ messages)
` [PATCH v4 1/2] arm64: kdump: Provide default size when crashkernel=Y,low is not specified
` [PATCH v4 2/2] arm64: kdump: Support crashkernel=X fall back to reserve region above DMA zones

[PATCH V3 0/2] arm64: errata: Workaround Cortex-A715 errata #2645198
 2022-11-16 14:41 UTC  (4+ messages)
` [PATCH V3 1/2] arm64: Add Cortex-715 CPU part definition
` [PATCH V3 2/2] arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption

[PATCH v10 1/2] perf/amlogic: Add support for Amlogic meson G12 SoC DDR PMU driver
 2022-11-16 13:41 UTC  (8+ messages)
` [PATCH v10 2/2] docs/perf: Add documentation for the Amlogic G12 DDR PMU

[PATCH v2 0/4] driver core: Decouple device links enforcing and probe deferral timeouts
 2022-11-16 11:53 UTC 

[PATCH v3 0/2] arm64: kdump: Function supplement and performance optimization
 2022-11-16 11:50 UTC  (8+ messages)
` [PATCH v3 1/2] arm64: kdump: Provide default size when crashkernel=Y,low is not specified

[PATCH V2 0/2] arm64: errata: Workaround Cortex-A715 errata #2645198
 2022-11-16  9:00 UTC  (11+ messages)
` [PATCH V2 1/2] arm64: Add Cortex-715 CPU part definition
` [PATCH V2 2/2] arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption

[PATCH] Documentation: sched: Add a new sched-util-clamp.rst
 2022-11-16  8:36 UTC  (3+ messages)

[PATCH v17 0/3] Add TDX Guest Attestation support
 2022-11-16  6:25 UTC  (6+ messages)
` [PATCH v17 1/3] x86/tdx: Add a wrapper to get TDREPORT from the TDX Module

[PATCH bpf-next v1] docs/bpf: Fix sample code in MAP_TYPE_ARRAY docs
 2022-11-16  5:40 UTC  (2+ messages)

[PATCH v6 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-16  2:51 UTC  (9+ messages)
` [PATCH v6 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v6 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH v4 00/17] IOMMUFD Generic interface
 2022-11-16  2:30 UTC  (18+ messages)
` [PATCH v4 07/17] iommufd: PFN handling for iopt_pages
` [PATCH v4 08/17] iommufd: Algorithms for PFN storage
` [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping

[PATCH] docs/sp_SP: Add process submitting-patches translation
 2022-11-15 22:32 UTC  (4+ messages)

[PATCH] Documentation: update the description of TracerPid in procfs.rst
 2022-11-15 22:09 UTC  (2+ messages)

[PATCH v2] docs/zh_CN: Add userspace-api/accelerators/ocxl Chinese translation
 2022-11-15 22:00 UTC  (2+ messages)

[PATCH] Documentation: eisa: Fix typo
 2022-11-15 21:53 UTC  (2+ messages)

[PATCH v8 00/13] Support for AMD QoS new features
 2022-11-15 21:34 UTC  (4+ messages)

[PATCH] docs/sp_SP: Add process coding-style translation
 2022-11-15 18:47 UTC 

[PATCH v2 1/3] Documentation: KUnit: make usage.rst a superset of tips.rst, remove duplication
 2022-11-15 18:07 UTC  (6+ messages)
` [PATCH v2 2/3] Documentation: KUnit: reword description of assertions

[PATCH 0/3] Documentation/gpu: reduce verbosity in toc
 2022-11-15 17:36 UTC  (7+ messages)
` [PATCH 1/3] Documentation/gpu: Fix section in the wrong scope
` [PATCH 2/3] Documentation/gpu: Limit index to maxdepth=2
  ` [Intel-gfx] "

[PATCH v4 03/17] interval-tree: Add a utility to iterate over spans in an interval tree
 2022-11-15 16:44 UTC  (3+ messages)

[PATCH hid v12 00/15] Introduce eBPF support for HID devices
 2022-11-15 15:32 UTC  (4+ messages)
` [PATCH hid v12 01/15] HID: fix I2C_HID not selected when I2C_HID_OF_ELAN is

[PATCH bpf-next v9 1/1] doc: DEVMAPs and XDP_REDIRECT
 2022-11-15 14:49 UTC 

[PATCH v13 0/2] Add support for UltraSoc System Memory Buffer
 2022-11-15 11:06 UTC  (10+ messages)
` [PATCH v13 1/2] drivers/coresight: Add UltraSoc System Memory Buffer driver
` [PATCH v13 2/2] Documentation: Add document for UltraSoc SMB drivers

[PATCH net-next 0/9] octeon_ep: Update PF mailbox for VF
 2022-11-15  9:04 UTC  (5+ messages)
` [PATCH net-next 1/9] octeon_ep: wait for firmware ready
    ` [EXT] "

[PATCH v5 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-15  3:34 UTC  (6+ messages)
` [PATCH v5 2/2] "

[PATCH v3] mm: anonymous shared memory naming
 2022-11-15  2:06 UTC 

[PATCH v2] mm: anonymous shared memory naming
 2022-11-15  1:36 UTC  (5+ 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).