linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-27 23:49:20 to 2023-01-31 08:47:09 UTC [more...]

[PATCH 00/24] Add basic ACPI support for RISC-V
 2023-01-31  8:41 UTC  (29+ messages)
` [PATCH 01/24] riscv: move sbi_init() earlier before jump_label_init()
` [PATCH 02/24] ACPICA: MADT: Add RISC-V INTC interrupt controller
` [PATCH 03/24] ACPICA: Add structure definitions for RISC-V RHCT
` [PATCH 04/24] RISC-V: ACPI: Add empty headers to enable ACPI core
` [PATCH 05/24] RISC-V: ACPI: Add basic functions to build "
` [PATCH 06/24] RISC-V: ACPI: Add PCI "
` [PATCH 07/24] RISC-V: ACPI: Enable ACPI build infrastructure
` [PATCH 08/24] ACPI: Enable ACPI_PROCESSOR for RISC-V
` [PATCH 09/24] ACPI: OSL: Make should_use_kmap() 0 "
` [PATCH 10/24] ACPI: processor_core: RISC-V: Enable mapping processor to the hartid
` [PATCH 11/24] RISC-V: ACPI: irqchip/riscv-intc: Add ACPI support
` [PATCH 12/24] RISC-V: ACPI: smpboot: Create wrapper smp_setup()
` [PATCH 13/24] RISC-V: ACPI: smpboot: Add ACPI support in smp_setup()
` [PATCH 14/24] RISC-V: ACPI: smpboot: Add function to retrieve the hartid
` [PATCH 15/24] clocksource/timer-riscv: Refactor riscv_timer_init_dt()
` [PATCH 16/24] RISC-V: ACPI: clocksource/timer-riscv: Add ACPI support
` [PATCH 17/24] ACPI: RISC-V: drivers/acpi: Add RHCT related code
` [PATCH 18/24] RISC-V: ACPI: time.c: Add ACPI support for time_init()
` [PATCH 19/24] RISC-V: ACPI: cpufeature: Add ACPI support in riscv_fill_hwcap()
` [PATCH 20/24] RISC-V: ACPI: cpu: Enable cpuinfo for ACPI systems
` [PATCH 21/24] RISC-V: ACPI: Add ACPI initialization in setup_arch()
` [PATCH 22/24] RISC-V: ACPI: Enable ACPI in defconfig
` [PATCH 23/24] MAINTAINERS: Add entry for drivers/acpi/riscv
` [PATCH 24/24] Documentation/kernel-parameters.txt: Add RISC-V for ACPI parameter

[PATCH RESEND] ALSA: doc: Fix PCM interface section typos
 2023-01-31  8:36 UTC  (3+ messages)

[PATCH 0/2] docs/mm: remove useless markup
 2023-01-31  8:10 UTC  (4+ messages)
` [PATCH 1/2] docs/admin-guide/mm: "
` [PATCH 2/2] docs/mm: "

[PATCH v3 1/2] kunit: Expose 'static stub' API to redirect functions
 2023-01-31  6:46 UTC  (2+ messages)
` [PATCH v3 2/2] Documentation: Add Function Redirection API docs

[PATCH] mm/doc: Replace isolate_lru_page with folio_isolate_lru
 2023-01-31  6:28 UTC 

[PATCH v3 0/6] amd_pstate: Add guided autonomous mode support
 2023-01-31  5:34 UTC  (3+ messages)

[PATCH v4 0/6] amd_pstate: Add guided autonomous mode support
 2023-01-31  5:21 UTC  (7+ messages)
` [PATCH v4 1/6] acpi: cppc: Add min and max perf reg writing support
` [PATCH v4 2/6] acpi: cppc: Add auto select register read/write support
` [PATCH v4 3/6] cpufreq: amd_pstate: Add guided autonomous mode
` [PATCH v4 4/6] Documentation: amd_pstate: Move amd_pstate param to alphabetical order
` [PATCH v4 5/6] cpufreq: amd_pstate: Add guided mode control support via sysfs
` [PATCH v4 6/6] Documentation: amd_pstate: Update amd_pstate status sysfs for guided

[PATCH v2] docs/zh_CN: add damon lru_sort translation
 2023-01-31  4:36 UTC  (3+ messages)

[RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
 2023-01-31  3:59 UTC  (18+ messages)
` [RFC PATCH v9 01/16] security: add ipe lsm
` [RFC PATCH v9 02/16] ipe: add policy parser
` [RFC PATCH v9 03/16] ipe: add evaluation loop and introduce 'boot_verified' as a trust provider
` [RFC PATCH v9 04/16] security: add new securityfs delete function
` [RFC PATCH v9 05/16] ipe: add userspace interface
` [RFC PATCH v9 06/16] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v9 07/16] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v9 08/16] ipe: add permissive toggle
` [RFC PATCH v9 09/16] block|security: add LSM blob to block_device
` [RFC PATCH v9 10/16] dm-verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v9 11/16] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v9 12/16] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v9 13/16] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v9 14/16] scripts: add boot policy generation program
` [RFC PATCH v9 15/16] ipe: kunit test for parser
` [RFC PATCH v9 16/16] documentation: add ipe documentation

[PATCH v2 0/8] Docs: Add missing SPDX license identifiers of
 2023-01-31  3:44 UTC  (3+ messages)
` [PATCH v2 4/8] Docs/hwmon/index: Add missing SPDX License Identifier

[PATCH net-next v2 00/14] tools: ynl: more docs and basic ethtool support
 2023-01-31  2:33 UTC  (15+ messages)
` [PATCH net-next v2 01/14] tools: ynl-gen: prevent do / dump reordering
` [PATCH net-next v2 02/14] tools: ynl: move the cli and netlink code around
` [PATCH net-next v2 03/14] tools: ynl: add an object hierarchy to represent parsed spec
` [PATCH net-next v2 04/14] tools: ynl: use the common YAML loading and validation code
` [PATCH net-next v2 05/14] tools: ynl: add support for types needed by ethtool
` [PATCH net-next v2 06/14] tools: ynl: support directional enum-model in CLI
` [PATCH net-next v2 07/14] tools: ynl: support multi-attr
` [PATCH net-next v2 08/14] tools: ynl: support pretty printing bad attribute names
` [PATCH net-next v2 09/14] tools: ynl: use operation names from spec on the CLI
` [PATCH net-next v2 10/14] tools: ynl: load jsonschema on demand
` [PATCH net-next v2 11/14] netlink: specs: finish up operation enum-models
` [PATCH net-next v2 12/14] netlink: specs: add partial specification for ethtool
` [PATCH net-next v2 13/14] docs: netlink: add a starting guide for working with specs
` [PATCH net-next v2 14/14] tools: net: use python3 explicitly

[PATCH drm-next 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-01-30 23:38 UTC  (15+ messages)
` [PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces

[PATCH v2] docs: add workload-tracing document to admin-guide
 2023-01-30 23:52 UTC  (8+ messages)

[PATCH net-next v2 0/3] net: introduce rps_default_mask
 2023-01-30 21:52 UTC  (8+ messages)

[PATCH v9 00/27] Drivers for gunyah hypervisor
 2023-01-30 21:46 UTC  (19+ messages)
` [PATCH v9 03/27] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v9 04/27] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v9 10/27] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v9 12/27] gunyah: rsc_mgr: Add RPC for sharing memory
` [PATCH v9 13/27] gunyah: vm_mgr: Add/remove user memory regions
` [PATCH v9 14/27] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot

[PATCH v2 1/2] kunit: Expose 'static stub' API to redirect functions
 2023-01-30 20:15 UTC  (3+ messages)
` [PATCH v2 2/2] Documentation: Add Function Redirection API docs

ROHM ALS, integration time
 2023-01-30 20:19 UTC 

[PATCH 0/9] Documentation: correct lots of spelling errors (series 2)
 2023-01-30 19:45 UTC  (15+ messages)
` [PATCH 1/9] Documentation: admin-guide: correct spelling
` [PATCH 2/9] Documentation: driver-api: "
` [PATCH 3/9] Documentation: hwmon: "
` [PATCH 4/9] Documentation: networking: "
` [PATCH 5/9] Documentation: RCU: "
` [PATCH 6/9] Documentation: scsi/ChangeLog*: "
` [PATCH 7/9] Documentation: scsi: "
` [PATCH 8/9] Documentation: sparc: "
` [PATCH 9/9] Documentation: userspace-api: "

[PATCH 0/7] x86/resctrl: Add support for Sub-NUMA cluster (SNC) systems
 2023-01-30 19:04 UTC  (8+ messages)
` [PATCH 3/7] x86/resctrl: Add a new node-scoped resource to rdt_resources_all[]

[RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support
 2023-01-30 17:03 UTC  (3+ messages)
` [RESEND RFC PATCH v1 07/20] mm: add tracepoints to ksm

[PATCH] doc: locktorture fix
 2023-01-30 16:19 UTC  (2+ messages)

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-30 15:52 UTC  (15+ messages)
` [PATCH 04/35] Documentation: bpf: correct spelling
` [PATCH 09/35] Documentation: firmware-guide/acpi: "
` [PATCH 13/35] Documentation: isdn: "
` [PATCH 18/35] Documentation: mm: "
` [PATCH 26/35] Documentation: sound: "
` (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)

[PATCH 5.10 093/143] exit: Allow oops_limit to be disabled
 2023-01-30 13:52 UTC  (2+ messages)
` [PATCH 5.10 095/143] panic: Introduce warn_limit

[PATCH 5.15 137/204] exit: Allow oops_limit to be disabled
 2023-01-30 13:51 UTC  (2+ messages)
` [PATCH 5.15 139/204] panic: Introduce warn_limit

[PATCH v7 00/11] Adds support for PHY LEDs with offload triggers
 2023-01-30 13:48 UTC  (10+ messages)
` [PATCH v7 11/11] dt-bindings: net: dsa: qca8k: add LEDs definition example

[PATCH] Doc/damon: fix the data path error
 2023-01-30  9:05 UTC  (3+ messages)

[PATCH v4 1/2] dt-bindings: ramoops: Inherit reserve memory property
 2023-01-30  8:32 UTC  (7+ messages)

[PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
 2023-01-30  6:04 UTC  (3+ messages)

[PATCH] Documentation: riscv: fix insufficient list item indent
 2023-01-30  3:05 UTC  (2+ messages)

[PATCH] docs/zh_CN: add damon lru_sort translation
 2023-01-30  2:54 UTC  (3+ messages)

[PATCH 0/3] dyndbg: add source file name to prefix
 2023-01-30  2:01 UTC  (4+ messages)
` [PATCH 1/3] dyndbg: constify opt_array
` [PATCH 2/3] dyndbg: increase PREFIX_SIZE to 128
` [PATCH 3/3] dyndbg: add source filename to prefix

[PATCH] Documentation: coccinelle: Escape --options to fix Sphinx output
 2023-01-30  2:00 UTC  (3+ messages)

[linux-next:master 4700/8766] htmldocs: Documentation/riscv/uabi.rst:24: WARNING: Enumerated list ends without a blank line; unexpected unindent
 2023-01-29 23:37 UTC 

[PATCH v3 0/4] Improve dirty ring warning report
 2023-01-29 18:54 UTC  (2+ messages)

[PATCH] hwmon: (asus-ec-sensors) add zenith ii extreme alpha
 2023-01-29 18:37 UTC  (2+ messages)

[PATCH] scripts: kernel-doc: Remove workaround for @param... syntax
 2023-01-29 15:04 UTC 

[PATCH] dma-buf: Add "dma-buf" to title of documentation
 2023-01-29 11:59 UTC 

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2023-01-29 11:50 UTC  (3+ messages)
` [RFC PATCH v2 11/31] kvx: Add atomic/locking headers

[trace:trace/for-next 19/23] htmldocs: Documentation/trace/histogram.rst:1969: WARNING: Unexpected indentation
 2023-01-29  3:14 UTC  (2+ messages)
` [PATCH] tracing/histogram: Wrap remaining shell snippets in code blocks

[PATCH] docs/sp_SP: Add process magic-number translation
 2023-01-28 21:53 UTC  (2+ messages)

[PATCH bpf-next v2] Documentation: bpf: correct spelling
 2023-01-28 20:30 UTC  (2+ messages)

[PATCH v7 1/1] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD
 2023-01-28 19:49 UTC  (4+ messages)

[PATCH 11/35 v2] Documentation: i2c: correct spelling
 2023-01-28 19:21 UTC 

[PATCH v6 12/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2023-01-28 14:38 UTC  (4+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-28 14:00 UTC  (7+ messages)
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH] docs/mm: Physical Memory: remove useless markup
 2023-01-28  2:19 UTC  (2+ messages)

[PATCH v5 00/39] Shadow stacks for userspace
 2023-01-28  0:51 UTC  (13+ messages)
` [PATCH v5 18/39] mm: Handle faultless write upgrades for shstk

[PATCH v4 0/4] Improve dirty ring warning report
 2023-01-28  0:18 UTC  (7+ messages)
` [PATCH v4 1/4] KVM: arm64: Include kvm_mmu.h from vgic.h
` [PATCH v4 2/4] KVM: arm64: Add helper vgic_write_guest_lock()
` [PATCH v4 3/4] KVM: arm64: Allow no running vcpu on restoring VGICv3 LPI pending status
` [PATCH v4 4/4] KVM: arm64: Allow no running vcpu on saving VGICv3 pending table

[PATCH] docs: add workload-tracing document to admin-guide
 2023-01-27 23:49 UTC  (4+ 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).