linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-22 23:28:21 to 2023-02-25 13:34:20 UTC [more...]

[PATCH v1] docs: describe how to quickly build Linux
 2023-02-25 13:34 UTC  (4+ messages)

[PATCH v9 0/8] x86/cpu, kvm: Support AMD Automatic IBRS
 2023-02-25 12:21 UTC  (16+ messages)
` [PATCH v9 7/8] x86/cpu: "
          ` [PATCH] x86/CPU/AMD: Make sure EFER[AIBRSE] is set

[PATCH] docs: kbuild: remove description of KBUILD_LDS_MODULE
 2023-02-25  8:41 UTC  (3+ messages)
  ` [PATCH v2] "

[RFC 0/2] RISC-V: enable rust
 2023-02-25  8:37 UTC  (10+ messages)

[PATCH v2 0/1] Documentation: gpu: add acceleration node section
 2023-02-25  7:28 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH RFC] rcu: Add a minimum time for marking boot as completed
 2023-02-25  3:59 UTC  (4+ messages)

[PATCH RFC v2] rcu: Add a minimum time for marking boot as completed
 2023-02-25  3:36 UTC  (2+ messages)

[PATCH RFC bootconfig] Allow forcing unconditional bootconfig processing
 2023-02-25  1:19 UTC  (8+ messages)

[PATCH v10 00/26] Drivers for Gunyah hypervisor
 2023-02-25  1:03 UTC  (61+ messages)
` [PATCH v10 01/26] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v10 03/26] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v10 04/26] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v10 06/26] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v10 07/26] mailbox: Add Gunyah message queue mailbox
` [PATCH v10 08/26] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v10 09/26] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v10 10/26] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v10 12/26] gunyah: vm_mgr: Add/remove user memory regions
` [PATCH v10 13/26] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot
` [PATCH v10 15/26] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v10 17/26] docs: gunyah: Document Gunyah VM Manager
` [PATCH v10 19/26] gunyah: vm_mgr: Add framework to add VM Functions

[PATCH v12 0/3] Checkpoint Support for Syscall User Dispatch
 2023-02-24 23:31 UTC  (4+ messages)
` [PATCH v12 1/3] syscall_user_dispatch: helper function to operate on given task
` [PATCH v12 2/3] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD
` [PATCH v12 3/3] selftest,ptrace: Add selftest for syscall user dispatch config api

[PATCH v4] landlock: Clarify documentation for the LANDLOCK_ACCESS_FS_REFER right
 2023-02-24 23:00 UTC  (2+ messages)

[PATCH v2 0/8] QAIC accel driver
 2023-02-24 21:21 UTC  (9+ messages)
` [PATCH v2 2/8] accel/qaic: Add uapi and core driver file
` [PATCH v2 5/8] accel/qaic: Add datapath

[RFC RESEND 0/2] RISC-V: enable rust
 2023-02-24 21:03 UTC  (7+ messages)
` [RFC RESEND 1/2] scripts: generate_rust_target: enable building on RISC-V
` [RFC RESEND 2/2] RISC-V: enable building the 64-bit kernels with rust support

[PATCH v12 0/8] Add latency priority for CFS class
 2023-02-24 19:29 UTC  (10+ messages)
` [PATCH v12 1/8] sched/fair: fix unfairness at wakeup
` [PATCH v12 2/8] sched: Introduce latency-nice as a per-task attribute
` [PATCH v12 3/8] sched/core: Propagate parent task's latency requirements to the child task
` [PATCH v12 4/8] sched: Allow sched_{get,set}attr to change latency_nice of the task
` [PATCH v12 5/8] sched/fair: Take into account latency priority at wakeup
` [PATCH v12 6/8] sched/fair: Add sched group latency support
` [PATCH v12 7/8] sched/core: Support latency priority with sched core
` [PATCH v12 8/8] sched/fair: Add latency list

[PATCH v6 00/41] Shadow stacks for userspace
 2023-02-24 18:39 UTC  (25+ messages)
` [PATCH v6 12/41] s390/mm: Introduce pmd_mkwrite_kernel()
` [PATCH v6 19/41] x86/mm: Check shadow stack page fault errors
` [PATCH v6 28/41] x86: Introduce userspace API for shadow stack
` [PATCH v6 29/41] x86/shstk: Add user-mode shadow stack support
` [PATCH v6 33/41] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v6 37/41] selftests/x86: Add shadow stack test

[PATCH V2 00/21] Add basic ACPI support for RISC-V
 2023-02-24 17:06 UTC  (37+ messages)
` [PATCH V2 04/21] RISC-V: Add support to build the ACPI core
` [PATCH V2 05/21] ACPI: Kconfig: Enable ACPI_PROCESSOR for RISC-V
` [PATCH V2 08/21] drivers/acpi: RISC-V: Add RHCT related code
` [PATCH V2 10/21] RISC-V: smpboot: Add ACPI support in smp_setup()
` [PATCH V2 13/21] RISC-V: cpu: Enable cpuinfo for ACPI systems
` [PATCH V2 14/21] irqchip/riscv-intc: Add ACPI support
` [PATCH V2 17/21] RISC-V: time.c: Add ACPI support for time_init()
` [PATCH V2 18/21] RISC-V: Add ACPI initialization in setup_arch()
` [PATCH V2 19/21] RISC-V: Enable ACPI in defconfig
` [PATCH V2 20/21] MAINTAINERS: Add entry for drivers/acpi/riscv
` [PATCH V2 21/21] Documentation/kernel-parameters.txt: Add RISC-V for ACPI parameter

[PATCH v11 0/2] Checkpoint Support for Syscall User Dispatch
 2023-02-24 16:02 UTC  (9+ messages)
` [PATCH v11 2/2] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD

[PATCH v7 0/1] riscv: Allow to downgrade paging mode from the command line
 2023-02-24 10:02 UTC  (2+ messages)
` [PATCH v7 1/1] "

[PATCH 1/2] docs/mm: Physical Memory: fix a reference to a file that doesn't exist
 2023-02-24 10:03 UTC  (2+ messages)
` [PATCH 2/2] docs/mm: hugetlbfs_reserv: "

[RFC PATCH 1/2] mm: restrictedmem: Allow userspace to specify mount_path for memfd_restricted
 2023-02-24  9:36 UTC  (3+ messages)

[PATCH v4 0/2] hwmon: Add StarFive JH71X0 temperature sensor
 2023-02-24  8:57 UTC  (4+ messages)
` [PATCH v4 2/2] hwmon: (sfctemp) Add StarFive JH71x0 "

[PATCH v1 0/2] Give more control of sync_state()
 2023-02-24  7:05 UTC  (3+ messages)
` [PATCH v1 1/2] driver core: Add fw_devlink.sync_state command line param
` [PATCH v1 2/2] driver core: Make state_synced device attribute writeable

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-24  5:42 UTC  (5+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH v3 0/3] mm: process/cgroup ksm support
 2023-02-24  4:40 UTC  (4+ messages)
` [PATCH v3 1/3] mm: add new api to enable ksm per process
` [PATCH v3 2/3] mm: add new KSM process and sysfs knobs
` [PATCH v3 3/3] selftests/mm: add new selftests for KSM

[PATCH 0/1] docs: Add relevant kernel publications to list of books
 2023-02-24  2:08 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH v6 0/1] riscv: Allow to downgrade paging mode from the command line
 2023-02-23 20:03 UTC  (4+ messages)
` [PATCH v6 1/1] "

[PATCH v1] docs: recommend using Link: whenever using Reported-by:
 2023-02-23 19:49 UTC  (2+ messages)

[PATCH] Documentation: front page: use recommended heading adornments
 2023-02-23 19:46 UTC  (2+ messages)

[PATCH] docs/sp_SP: Add process programming-language translation
 2023-02-23 19:44 UTC  (2+ messages)

[PATCH] docs: locking: refer to the actual existing config names
 2023-02-23 19:27 UTC  (2+ messages)

[PATCH v11 0/8] Add latency priority for CFS class
 2023-02-23 19:10 UTC  (9+ messages)
` [PATCH v11 1/8] sched/fair: fix unfairness at wakeup
` [PATCH v8 2/8] sched: Introduce latency-nice as a per-task attribute
` [PATCH v11 3/8] sched/core: Propagate parent task's latency requirements to the child task
` [PATCH v11 4/8] sched: Allow sched_{get,set}attr to change latency_nice of the task
` [PATCH v11 5/8] sched/fair: Take into account latency priority at wakeup
` [PATCH v11 6/8] sched/fair: Add sched group latency support
` [PATCH v11 7/8] sched/core: Support latency priority with sched core
` [PATCH v11 8/8] sched/fair: Add latency list

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-02-23 19:09 UTC  (11+ messages)
` [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings

[PATCH] driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2
 2023-02-23 16:04 UTC  (2+ messages)

[PATCH] Fixed the Warning: Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst:92: WARNING: Unexpected indentation
 2023-02-23 16:01 UTC  (2+ messages)

htmldocs: Warning: Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml references a file that doesn't exist: Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml
 2023-02-23 15:33 UTC 

[PATCH] sfc: fix builds without CONFIG_RTC_LIB
 2023-02-23 15:29 UTC  (4+ messages)

[PATCH v3] blk-ioprio: Introduce promote-to-rt policy
 2023-02-23 13:51 UTC 

[PATCH v17 RESEND 0/3] Add MediaTek MT6370 PMIC support
 2023-02-23 13:14 UTC  (5+ messages)
` [PATCH v17 RESEND 1/3] leds: rgb: mt6370: Add MediaTek MT6370 current sink type LED Indicator support
` [PATCH v17 RESEND 2/3] leds: flash: mt6370: Add MediaTek MT6370 flashlight support
` [PATCH v17 RESEND 3/3] docs: leds: Add MT6370 RGB LED pattern document

[PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi
 2023-02-23 13:11 UTC  (7+ messages)
` [PATCH v3 03/24] arm: "

htmldocs: Warning: Documentation/mm/hugetlbfs_reserv.rst references a file that doesn't exist: Documentation/mm/hugetlbpage.rst
 2023-02-23 10:25 UTC 

[PATCH v3 0/7] RISC-V Hardware Probing User Interface
 2023-02-23 10:06 UTC  (3+ messages)
` [PATCH v3 2/7] RISC-V: Add a syscall for HW probing

htmldocs: Warning: Documentation/mm/physical_memory.rst references a file that doesn't exist: Documentation/admin-guide/mm/memory_hotplug.rst
 2023-02-23  5:48 UTC 

[PATCH v2] KVM: Fix comments that refer to the non-existent install_new_memslots()
 2023-02-23  5:28 UTC 

[PATCH] KVM: Align the function name of kvm_swap_active_memslots()
 2023-02-23  5:07 UTC  (3+ messages)

[PATCH] Documentation: gpu: add acceleration node section
 2023-02-23  4:25 UTC  (2+ messages)

[PATCH v2] Documentation: bpf: Fix link to BTF doc
 2023-02-23  1:58 UTC  (3+ messages)

[RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall
 2023-02-23  1:31 UTC  (2+ messages)

[PATCH v2] blk-ioprio: Introduce promote-to-rt policy
 2023-02-23  1:08 UTC  (3+ 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).