linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-15 17:13:31 to 2022-12-20 10:01:37 UTC [more...]

[PATCH 0/3] docs: driver-api: virtio: documentation improv suggestion
 2022-12-20  9:58 UTC  (4+ messages)
` [PATCH 1/3] docs: driver-api: virtio: parenthesize external reference targets
` [PATCH 2/3] docs: driver-api: virtio: slightly reword virtqueues allocation paragraph
` [PATCH 3/3] docs: driver-api: virtio: commentize spec version checking

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-20  9:55 UTC  (23+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes

[PATCH v15 0/2] Add support for UltraSoc System Memory Buffer
 2022-12-20  9:29 UTC  (3+ messages)
` [PATCH v15 1/2] drivers/coresight: Add UltraSoc System Memory Buffer driver
` [PATCH v15 2/2] Documentation: Add document for UltraSoc SMB driver

[RESEND PATCH v5 0/1] docs: driver-api: virtio: virtio on Linux
 2022-12-20  8:13 UTC  (8+ messages)
` [RESEND PATCH v5 1/1] "

[PATCH 0/8] crypto: kernel-doc for assembly language
 2022-12-20  6:05 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] crypto: clean up kernel-doc headers
  ` [PATCH v2 2/8] doc: support kernel-doc for asm functions
  ` [PATCH v2 3/8] crypto: x86/sha - add kernel-doc comments to assembly
  ` [PATCH v2 4/8] crypto: x86/crc "
  ` [PATCH v2 5/8] crypto: x86/sm3 "
  ` [PATCH v2 6/8] crypto: x86/ghash "
  ` [PATCH v2 7/8] crypto: x86/blake2s "
  ` [PATCH v2 8/8] crypto: x86/chacha "

[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2022-12-20  5:52 UTC  (23+ messages)
` [RFC][PATCH 01/12] crypto: Remove u128 usage
` [RFC][PATCH 02/12] crypto/ghash-clmulni: Use (struct) be128
` [RFC][PATCH 03/12] cyrpto/b128ops: Remove struct u128
` [RFC][PATCH 04/12] types: Introduce [us]128
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [RFC][PATCH 06/12] instrumentation: Wire up cmpxchg128()
` [RFC][PATCH 07/12] percpu: Wire up cmpxchg128
` [RFC][PATCH 08/12] s390: Replace cmpxchg_double() with cmpxchg128()
` [RFC][PATCH 09/12] x86,amd_iommu: Replace cmpxchg_double()
` [RFC][PATCH 10/12] x86,intel_iommu: "
` [RFC][PATCH 11/12] slub: "
` [RFC][PATCH 12/12] arch: Remove cmpxchg_double

[PATCH 0/3] crypto: x86/ghash cleanups
 2022-12-20  5:40 UTC  (4+ messages)
` [PATCH 1/3] crypto: x86/ghash - fix unaligned access in ghash_setkey()
` [PATCH 2/3] crypto: x86/ghash - use le128 instead of u128
` [PATCH 3/3] crypto: x86/ghash - add comment and fix broken link

[PATCH v5 6/6] Documentation: coresight: docs for config load via configfs
 2022-12-19 23:46 UTC 

[PATCH v8 00/28] Drivers for gunyah hypervisor
 2022-12-19 22:58 UTC  (29+ messages)
` [PATCH v8 01/28] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v8 02/28] dt-bindings: Add binding for gunyah hypervisor
` [PATCH v8 03/28] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v8 04/28] arm64: smccc: Include alternative-macros.h
` [PATCH v8 05/28] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v8 06/28] virt: gunyah: Identify hypervisor version
` [PATCH v8 07/28] mailbox: Allow direct registration to a channel
` [PATCH v8 08/28] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v8 09/28] mailbox: Add Gunyah message queue mailbox
` [PATCH v8 10/28] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v8 11/28] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v8 12/28] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v8 13/28] gunyah: rsc_mgr: Add RPC for sharing memory
` [PATCH v8 14/28] gunyah: vm_mgr: Add/remove user memory regions
` [PATCH v8 15/28] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot
` [PATCH v8 16/28] samples: Add sample userspace Gunyah VM Manager
` [PATCH v8 17/28] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v8 18/28] firmware: qcom_scm: Use fixed width src vm bitmap
` [PATCH v8 19/28] firmware: qcom_scm: Register Gunyah platform ops
` [PATCH v8 20/28] docs: gunyah: Document Gunyah VM Manager
` [PATCH v8 21/28] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v8 22/28] gunyah: vm_mgr: Add framework to add VM Functions
` [PATCH v8 23/28] virt: gunyah: Add resource tickets
` [PATCH v8 24/28] virt: gunyah: Add IO handlers
` [PATCH v8 25/28] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH v8 26/28] virt: gunyah: Add hypercalls for sending doorbell
` [PATCH v8 27/28] virt: gunyah: Add irqfd interface
` [PATCH v8 28/28] virt: gunyah: Add ioeventfd

[PATCH v3] mm: Add nodes= arg to memory.reclaim
 2022-12-19 22:42 UTC  (20+ messages)
  ` [PATCH] Revert "mm: add nodes= arg to memory.reclaim"

[PATCH v4 1/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-12-19 21:24 UTC  (2+ messages)

[PATCH v9 00/13] Support for AMD QoS new features
 2022-12-19 20:57 UTC  (43+ messages)
` [PATCH v9 01/13] x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
` [PATCH v9 02/13] x86/resctrl: Add a new resource type RDT_RESOURCE_SMBA
` [PATCH v9 03/13] x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flag
` [PATCH v9 04/13] x86/resctrl: Include new features in command line options
` [PATCH v9 05/13] x86/resctrl: Detect and configure Slow Memory Bandwidth Allocation
` [PATCH v9 06/13] x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()
` [PATCH v9 07/13] x86/resctrl: Introduce data structure to support monitor configuration
` [PATCH v9 08/13] x86/resctrl: Add sysfs interface to read mbm_total_bytes_config
` [PATCH v9 09/13] x86/resctrl: Add sysfs interface to read mbm_local_bytes_config
` [PATCH v9 10/13] x86/resctrl: Add sysfs interface to write mbm_total_bytes_config
` [PATCH v9 11/13] x86/resctrl: Add sysfs interface to write mbm_local_bytes_config
` [PATCH v9 12/13] x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()
` [PATCH v9 13/13] Documentation/x86: Update resctrl.rst for new features

[PATCH v4 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-12-19 16:13 UTC  (3+ messages)
` [PATCH v4 5/9] KVM: s390: selftest: memop: Move testlist into main

[PATCH v2] mm: memcontrol: protect the memory in cgroup from being oom killed
 2022-12-19 12:06 UTC  (3+ messages)

[PATCH bpf-next v6 1/1] docs: BPF_MAP_TYPE_SOCK[MAP|HASH]
 2022-12-19  9:55 UTC 

[PATCH v3] Documentation: sched: Document util clamp feature
 2022-12-19  9:09 UTC  (4+ messages)

[PATCH 00/10] docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc
 2022-12-19  4:22 UTC  (11+ messages)
` [PATCH 01/10] docs: cgroup-v1: extend underline of section 8
` [PATCH 02/10] docs: cgroup-v1: replace custom note constructs with appropriate admonition blocks
` [PATCH 03/10] docs: cgroup-v1: wrap remaining admonitions in "
` [PATCH 04/10] docs: cgroup-v1: use code block for locking order schema
` [PATCH 05/10] docs: cgroup-v1: fix footnotes
` [PATCH 06/10] docs: cgroup-v1: move hierarchy of accounting caption
` [PATCH 07/10] docs: cgroup-v1: use bullet lists for list of stat file tables
` [PATCH 08/10] docs: cgroup-v1: use make swap extension subsections subsections
` [PATCH 09/10] docs: cgroup-v1: add internal cross-references
` [PATCH 10/10] docs: cgroup-v1: use numbered lists for user interface setup

[PATCH 0/6] hwmon: (aquacomputer_d5next) Add Aquacomputer Aquaero sensors
 2022-12-18 11:31 UTC  (7+ messages)
` [PATCH 1/6] hwmon: (aquacomputer_d5next) Rename AQC_TEMP_SENSOR_SIZE to AQC_SENSOR_SIZE
` [PATCH 2/6] hwmon: (aquacomputer_d5next) Restructure flow sensor reading
` [PATCH 3/6] hwmon: (aquacomputer_d5next) Add structure for fan layout
` [PATCH 4/6] hwmon: (aquacomputer_d5next) Device dependent serial number and firmware offsets
` [PATCH 5/6] hwmon: (aquacomputer_d5next) Make fan sensor offsets u16
` [PATCH 6/6] hwmon: (aquacomputer_d5next) Support sensors for Aquacomputer Aquaero

[PATCH bpf-next 2/6] bpf: verifier: Support KF_CHANGES_PKT flag
 2022-12-17 18:08 UTC  (2+ messages)

[akpm-mm:mm-unstable 57/72] htmldocs: Documentation/admin-guide/cgroup-v1/memory.rst:723: WARNING: Title underline too short
 2022-12-17 16:17 UTC 

[PATCH 0/3] rust: arch/um: Rust support for UML
 2022-12-17 11:59 UTC  (5+ messages)
` [PATCH 1/3] rust: arch/um: Use 'pie' relocation mode under UML
` [PATCH 2/3] rust: arch/um: Disable FP/SIMD instruction to match x86
` [PATCH 3/3] rust: arch/um: Add support for CONFIG_RUST under x86_64 UML

[hverkuil-media-tree:extron 6/6] htmldocs: Documentation/admin-guide/media/cec.rst:50: WARNING: undefined label: extron_da_hd_4k_plus (if the link has no caption the label must precede a section header)
 2022-12-17 11:34 UTC 

[PATCH] docs: kernel-hacking: discourage from calling disable_irq() in atomic
 2022-12-17 10:02 UTC  (2+ messages)

[PATCH 0/2] kunit: Function Redirection ("static stub") support
 2022-12-17  5:14 UTC  (9+ messages)
` [PATCH 1/2] kunit: Expose 'static stub' API to redirect functions
` [PATCH 2/2] Documentation: Add Function Redirection API docs

[PATCH 00/11] implement DAMOS filtering for anon pages and
 2022-12-17  0:02 UTC  (3+ messages)

[PATCH] exit: Allow oops_limit to be disabled
 2022-12-16 20:32 UTC  (3+ messages)

[PATCH v7 00/11] Adds support for PHY LEDs with offload triggers
 2022-12-16 17:48 UTC  (19+ messages)
` [PATCH v7 01/11] leds: add support for hardware driven LEDs
` [PATCH v7 02/11] leds: add function to configure hardware controlled LED
` [PATCH v7 06/11] leds: trigger: netdev: add hardware control support
` [PATCH v7 09/11] leds: trigger: netdev: add additional hardware only triggers
` [PATCH v7 10/11] net: dsa: qca8k: add LEDs support

[PATCH bpf-next v5 1/1] docs: BPF_MAP_TYPE_SOCK[MAP|HASH]
 2022-12-16 16:37 UTC  (4+ messages)

[PATCH] Documentation/process: Add Linux Kernel Contribution Maturity Model
 2022-12-16 14:34 UTC  (5+ messages)
`  "

[PATCH v14 0/2] Add support for UltraSoc System Memory Buffer
 2022-12-16  9:30 UTC  (8+ messages)
` [PATCH v14 1/2] drivers/coresight: Add UltraSoc System Memory Buffer driver

[PATCH v7 1/4] PCI: Introduce pcim_alloc_irq_vectors()
 2022-12-16  8:34 UTC  (3+ messages)

[PATCH] docs, nvme: add a feature and quirk policy document
 2022-12-16  7:24 UTC  (3+ messages)

[PATCH v2 00/21] blksnap - block devices snapshots module
 2022-12-16  7:04 UTC  (5+ messages)
` [PATCH v2 02/21] block, blkfilter: Block Device Filtering Mechanism

[PATCH v7 00/20] Drivers for gunyah hypervisor
 2022-12-16  2:25 UTC  (6+ messages)
` [PATCH v7 10/20] gunyah: rsc_mgr: Add resource manager RPC core

[PATCH v2 0/3] kexec: Add new parameter to limit the access to kexec
 2022-12-15 21:29 UTC  (4+ messages)
` [PATCH v2 3/3] kexec: Introduce paramters load_limit_reboot and load_limit_panic

[PATCH bpf-next v4 1/1] docs: BPF_MAP_TYPE_SOCK[MAP|HASH]
 2022-12-15 18:00 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).