linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-25 09:36:42 to 2022-10-27 13:55:54 UTC [more...]

[PATCH v6 00/21] Drivers for gunyah hypervisor
 2022-10-27 13:55 UTC  (27+ messages)
` [PATCH v6 01/21] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v6 02/21] dt-bindings: Add binding for gunyah hypervisor
` [PATCH v6 03/21] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v6 04/21] arm64: smccc: Include alternative-macros.h
` [PATCH v6 05/21] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v6 06/21] virt: gunyah: Identify hypervisor version
` [PATCH v6 07/21] mailbox: Allow direct registration to a channel
` [PATCH v6 08/21] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v6 09/21] mailbox: Add Gunyah message queue mailbox
` [PATCH v6 10/21] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v6 11/21] gunyah: rsc_mgr: Add subdevices bus
` [PATCH v6 12/21] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v6 13/21] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v6 14/21] gunyah: rsc_mgr: Add RPC for sharing memory
` [PATCH v6 15/21] gunyah: vm_mgr: Add/remove user memory regions
` [PATCH v6 16/21] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot
` [PATCH v6 17/21] samples: Add sample userspace Gunyah VM Manager
` [PATCH v6 18/21] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v6 19/21] firmware: qcom_scm: Use fixed width src vm bitmap
` [PATCH v6 20/21] firmware: qcom_scm: Register Gunyah platform ops
` [PATCH v6 21/21] docs: gunyah: Document Gunyah VM Manager

[PATCH 01/15] hamradio: baycom: remove BAYCOM_MAGIC
 2022-10-27 13:45 UTC  (18+ messages)
` [PATCH 02/15] hamradio: yam: remove YAM_MAGIC
` [PATCH 03/15] pcmcia: synclink_cs: remove MGSLPC_MAGIC
` [PATCH 05/15] coda: remove CODA_MAGIC
` [PATCH 06/15] Documentation: PG_MAGIC isn't a magic number
` [PATCH 07/15] MIPS: IP27: clean out sn/nmi.h
` [PATCH 08/15] MIPS: IP27: remove KV_MAGIC
` [PATCH 09/15] x86/APM: remove APM_BIOS_MAGIC
` [PATCH 10/15] scsi: acorn: remove QUEUE_MAGIC_{FREE,USED}
` [PATCH 11/15] hdlcdrv: remove HDLCDRV_MAGIC
` [PATCH 12/15] drivers: net: slip: remove SLIP_MAGIC
` [PATCH 13/15] fcntl: remove FASYNC_MAGIC
` [PATCH 14/15] scsi: ncr53c8xx: replace CCB_MAGIC with bool busy
` [PATCH 15/15] Documentation: bury magic-number, now devoid of content

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-10-27 13:35 UTC  (25+ messages)
` [PATCH v3 01/15] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v3 02/15] iommu: Add device-centric DMA ownership interfaces
` [PATCH v3 03/15] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v3 04/15] iommufd: Overview documentation
` [PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v3 06/15] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH v3 07/15] iommufd: PFN handling for iopt_pages
` [PATCH v3 08/15] iommufd: Algorithms for PFN storage
` [PATCH v3 09/15] iommufd: Data structure to provide IOVA to PFN mapping
  ` [PATCH v3 9/15] "
` [PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable
` [PATCH v3 11/15] iommufd: Add a HW pagetable object
` [PATCH v3 12/15] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v3 13/15] iommufd: Add kAPI toward external drivers for kernel access
` [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility
` [PATCH v3 15/15] iommufd: Add a selftest

[PATCH] docs/sphinx: More depth in the rtd sidebar toc
 2022-10-27 10:44 UTC 

[PATCH v4 0/2] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-10-27 10:41 UTC  (6+ messages)
` [PATCH v4 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-27 10:31 UTC  (20+ 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 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v9 6/8] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v9 7/8] KVM: Handle page fault for private memory
` [PATCH v9 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH hid v11 00/14] Introduce eBPF support for HID devices
 2022-10-27  9:11 UTC  (12+ messages)
` [PATCH hid v11 02/14] HID: initial BPF implementation
` [PATCH hid v11 09/14] HID: bpf: allow to change the report descriptor
` [PATCH hid v11 10/14] selftests/hid: add report descriptor fixup tests
` [PATCH hid v11 11/14] selftests/hid: Add a test for BPF_F_INSERT_HEAD
` [PATCH hid v11 12/14] samples/hid: add new hid BPF example
` [PATCH hid v11 13/14] samples/hid: add Surface Dial example
` [PATCH hid v11 14/14] Documentation: add HID-BPF docs

[PATCH v2 0/3] dmaengine: Add support for immediate commands
 2022-10-27  5:14 UTC  (4+ messages)
` [PATCH v2 1/3] doc: dmaengine: client-api: Add immediate commands in the DMA client API
` [PATCH v2 2/3] dmaengine: Add support for immediate commands in the "
` [PATCH v2 3/3] dmaengine: bam_dma: Add support for immediate commands

[PATCH v9 0/9] Add Ampere's Altra SMPro MFD and its child drivers
 2022-10-27  3:39 UTC  (7+ messages)
` [PATCH v9 1/9] hwmon: smpro: Add Ampere's Altra smpro-hwmon driver
` [PATCH v9 8/9] mfd: Add Ampere's Altra SMpro MFD driver

[PATCH 0/2] arm64: errata: Workaround Cortex-A715 errata #2645198
 2022-10-27  2:39 UTC  (3+ messages)
` [PATCH 1/2] arm64: Add Cortex-715 CPU part definition
` [PATCH 2/2] arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-26 21:59 UTC  (7+ messages)
` [PATCH v2 01/39] Documentation/x86: Add CET description

[PATCH net-next] ethtool: linkstate: add a statistic for PHY down events
 2022-10-26 21:32 UTC  (7+ messages)

[PATCH v5 00/13] Drivers for gunyah hypervisor
 2022-10-26 21:16 UTC  (5+ messages)
` [PATCH v5 02/13] dt-bindings: Add binding "

[PATCH v7 00/12] x86/resctrl: Support for AMD QoS new features
 2022-10-26 20:23 UTC  (17+ messages)
` [PATCH v7 05/12] x86/resctrl: Detect and configure Slow Memory Bandwidth allocation
` [PATCH v7 06/12] x86/resctrl: Introduce data structure to support monitor configuration
` [PATCH v7 07/12] x86/resctrl: Add sysfs interface to read mbm_total_bytes event configuration
` [PATCH v7 09/12] x86/resctrl: Add sysfs interface to write "
` [PATCH v7 12/12] Documentation/x86: Update resctrl.rst for new features

[PATCH v3 0/2] arm64: kdump: Function supplement and performance optimization
 2022-10-26 19:41 UTC  (7+ messages)

[PATCH] Periodically flow expire from flow offload tables
 2022-10-26 19:40 UTC  (8+ messages)

[PATCH 0/4] KVM: API to block and resume all running vcpus in a vm
 2022-10-26 19:33 UTC  (19+ messages)
` [PATCH 3/4] KVM: introduce memory transaction semaphore
` [PATCH 4/4] KVM: use signals to abort enter_guest/blocking and retry
                ` Hyper-V VTLs, permission bitmaps and userspace exits (was Re: [PATCH 0/4] KVM: API to block and resume all running vcpus in a vm)

[PATCH stable 4.9] arm64: errata: Remove AES hwcap for COMPAT tasks
 2022-10-26 17:02 UTC  (6+ messages)
` [PATCH stable 4.19] "

[PATCH v14 00/14] Multi-Gen LRU Framework
 2022-10-26 15:43 UTC  (15+ messages)
` [PATCH v14 08/14] mm: multi-gen LRU: support page table walks

[PATCH v3] clk: expand clk_ignore_unused mechanism to keep only a few clks on
 2022-10-26 15:18 UTC 

[PATCH v2] hwmon: (aquacomputer_d5next) Add support for temperature sensor offsets
 2022-10-26 15:05 UTC  (2+ messages)

[PATCH V5 0/2] Support VMCOREINFO export for RISCV64
 2022-10-26 14:42 UTC  (3+ messages)
` [PATCH V5 1/2] RISC-V: Add arch_crash_save_vmcoreinfo support
` [PATCH V5 2/2] Documentation: kdump: describe VMCOREINFO export for RISCV64

[PATCH V4 0/2] Support VMCOREINFO export for RISCV64
 2022-10-26 14:24 UTC  (13+ messages)
` [PATCH V4 1/2] RISC-V: Add arch_crash_save_vmcoreinfo support

[PATCH 0/3] verification/rv: Add rv tool
 2022-10-26 12:31 UTC  (5+ messages)
` [PATCH 1/3] rv: "
` [PATCH 2/3] tools/rv: Add in-kernel monitor interface
` [PATCH 3/3] Documentation/rv: Add verification/rv man pages

[PATCH] sched/topology: Remove EM_MAX_COMPLEXITY limit
 2022-10-26 12:23 UTC  (2+ messages)

[PATCH v3 0/9] mm: introduce Designated Movable Blocks
 2022-10-26 12:02 UTC  (4+ messages)

[PATCH bpf-next v1] Document BPF_MAP_TYPE_LPM_TRIE
 2022-10-26 10:02 UTC 

[PATCH] docs/zh_CN: Add userspace-api/sysfs-platform_profile Chinese translation
 2022-10-26  7:09 UTC  (3+ messages)

[PATCH v2] docs/zh_CN: Add userspace-api/sysfs-platform_profile Chinese translation
 2022-10-26  7:07 UTC 

[PATCH v2 0/5] docs/zh_CN: Add rust Chinese translation
 2022-10-26  1:58 UTC  (4+ messages)
` [PATCH v2 2/5] docs/zh_CN: Add rust/quick-start "

[PATCH v2 3/3] mm: slub: test: Use the kunit_get_current_test() function
 2022-10-25 22:34 UTC  (3+ messages)

uvc gadget performance issues with skip interrupt impl
 2022-10-25 22:32 UTC  (2+ messages)

[asahilinux:bits/005-maintainers 3/3] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/cpufreq/apple,cluster-cpufreq.yaml
 2022-10-25 22:09 UTC 

[PATCH bpf-next v9 0/1] Document BPF_MAP_TYPE_ARRAY
 2022-10-25 19:12 UTC  (2+ messages)
` [PATCH bpf-next v9 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY

[PATCH] Documentation: kunit: Remove redundant 'tips.rst' page
 2022-10-25 17:53 UTC  (2+ messages)

[PATCH bpf-next v8 0/1] Document BPF_MAP_TYPE_ARRAY
 2022-10-25 16:47 UTC  (4+ messages)
` [PATCH bpf-next v8 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY

[PATCH bpf-next v5 0/1] doc: DEVMAPs and XDP_REDIRECT
 2022-10-25 15:54 UTC  (3+ messages)
` [PATCH bpf-next v5 1/1] "

[PATCH bpf-next v3 0/1] doc: DEVMAPs and XDP_REDIRECT
 2022-10-25 15:17 UTC  (5+ messages)
` [PATCH bpf-next v3 1/1] "

[PATCH v7] drm: Add initial ci/ subdirectory
 2022-10-25 15:06 UTC  (3+ messages)
    ` [PATCH v8] "

[PATCH V3] x86/split_lock: Add sysctl to control the misery mode
 2022-10-25 12:57 UTC  (4+ messages)

[PATCH v2 1/2] Documentation: Start translations to Spanish
 2022-10-25 12:53 UTC  (10+ messages)

[PATCH bpf-next v1 1/1] docs: BPF_MAP_TYPE_CPUMAP
 2022-10-25 12:01 UTC  (2+ messages)

[PATCH 0/3] Add TLP filter support and some fixes for HiSilicon PCIe PMU
 2022-10-25 11:32 UTC  (4+ messages)
` [PATCH 1/3] drivers/perf: hisi: Fix some event id for hisi-pcie-pmu
` [PATCH 2/3] docs: perf: Fix PMU instance name of hisi-pcie-pmu
` [PATCH 3/3] drivers/perf: hisi: Add TLP filter support

[PATCH v3] usb: gadget: uvc: add bulk transfer support
 2022-10-25 10:32 UTC  (3+ messages)
` [PATCH v4] "


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