linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-18 21:21:23 to 2023-02-22 16:32:32 UTC [more...]

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-02-22 16:32 UTC  (25+ messages)
` [PATCH drm-next v2 01/16] drm: execution context for GEM buffers
` [PATCH drm-next v2 03/16] maple_tree: split up MA_STATE() macro
` [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE
` [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings

[PATCH] docs: kbuild: remove description of KBUILD_LDS_MODULE
 2023-02-22 16:21 UTC  (4+ messages)
    ` [PATCH v2] "

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

[PATCH v5 0/1] riscv: Allow to downgrade paging mode from the command line
 2023-02-22 15:37 UTC  (3+ messages)
` [PATCH v5 1/1] "

[PATCH v11 0/2] Checkpoint Support for Syscall User Dispatch
 2023-02-22 15:24 UTC  (6+ messages)
` [PATCH v11 1/2] syscall_user_dispatch: helper function to operate on given task
` [PATCH v11 2/2] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD

[PATCH v8 00/13] Adds support for PHY LEDs with offload triggers
 2023-02-22 15:02 UTC  (9+ messages)
` [PATCH v8 11/13] dt-bindings: leds: Document netdev trigger
` [PATCH v8 13/13] dt-bindings: net: dsa: qca8k: add LEDs definition example

[PATCH 0/1] docs: Add relevant kernel publications to list of books
 2023-02-22 14:14 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v10 00/26] Drivers for Gunyah hypervisor
 2023-02-22 14:08 UTC  (36+ messages)
` [PATCH v10 04/26] virt: gunyah: Add hypercalls to identify Gunyah
` [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 11/26] gunyah: rsc_mgr: Add RPC for sharing memory
` [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 16/26] firmware: qcom_scm: Register Gunyah platform ops
` [PATCH v10 18/26] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v10 19/26] gunyah: vm_mgr: Add framework to add VM Functions

[PATCH] docs/bpf: Fix invalid link of "Documentation/bpf/btf.rst"
 2023-02-22 10:06 UTC  (3+ messages)

[PATCH v3 0/7] RISC-V Hardware Probing User Interface
 2023-02-22  9:39 UTC  (5+ messages)
` [PATCH v3 2/7] RISC-V: Add a syscall for HW probing
` [PATCH v3 3/7] RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMA
` [PATCH v3 5/7] RISC-V: hwprobe: Support probing of misaligned access performance

[PATCH v6 00/41] Shadow stacks for userspace
 2023-02-22  9:05 UTC  (70+ messages)
` [PATCH v6 11/41] mm: Introduce pte_mkwrite_kernel()
` [PATCH v6 12/41] s390/mm: Introduce pmd_mkwrite_kernel()
` [PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
` [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v6 18/41] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v6 19/41] x86/mm: Check shadow stack page fault errors
` [PATCH v6 20/41] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v6 22/41] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v6 24/41] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v6 25/41] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v6 26/41] mm: Warn on shadow stack memory in wrong vma
` [PATCH v6 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [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 30/41] x86/shstk: Handle thread shadow stack
` [PATCH v6 31/41] x86/shstk: Introduce routines modifying shstk
` [PATCH v6 32/41] x86/shstk: Handle signals for shadow stack
` [PATCH v6 33/41] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v6 34/41] x86/shstk: Support WRSS for userspace
` [PATCH v6 35/41] x86: Expose thread features in /proc/$PID/status
` [PATCH v6 36/41] x86/shstk: Wire in shadow stack interface
` [PATCH v6 37/41] selftests/x86: Add shadow stack test
` [PATCH v6 38/41] x86/fpu: Add helper for initing features
` [PATCH v6 39/41] x86: Add PTRACE interface for shadow stack
` [PATCH v6 40/41] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v6 41/41] x86/shstk: Add ARCH_SHSTK_STATUS

[PATCH v1 0/4] TI TPS6594 PMIC support (Core, ESM, PFSM)
 2023-02-22  8:40 UTC  (9+ messages)
` [PATCH v1 1/4] dt-bindings: mfd: Add DT bindings for TI TPS6594 PMIC

[PATCH v2] Documentation: bpf: Fix link to BTF doc
 2023-02-22  8:35 UTC 

[PATCH v2] blk-ioprio: Introduce promote-to-rt policy
 2023-02-22  7:38 UTC  (5+ messages)

[PATCH v2] docs: ext4: modify the group desc size to 64
 2023-02-22  4:18 UTC  (2+ messages)

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

[linux-next:master] BUILD REGRESSION 465461cf48465b8a0a54025db5ae2b3df7a04577
 2023-02-21 19:32 UTC 

broken link in bpf/bpf_devel_QA
 2023-02-21 18:18 UTC  (4+ messages)
  ` [PATCH] Documentation: bpf: Fix link to BTF doc

[RFC PATCH v2 00/19] mm: process/cgroup ksm support
 2023-02-21 17:59 UTC  (3+ messages)

[PATCH v4] landlock: Clarify documentation for the LANDLOCK_ACCESS_FS_REFER right
 2023-02-21 17:22 UTC  (2+ messages)

[PATCH v3] landlock: Clarify documentation for the LANDLOCK_ACCESS_FS_REFER right
 2023-02-21 16:51 UTC  (2+ messages)

[PATCH] docs: ext4: modify the group desc size to 64
 2023-02-21 16:33 UTC  (2+ messages)

[PATCH 0/2] Checkpoint Support for Syscall User Dispatch
 2023-02-18 10:53 UTC  (4+ messages)
` [PATCH 2/2] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD

[PATCH v3] docs/mm: Physical Memory: add example of interleaving nodes
 2023-02-21 14:31 UTC  (3+ messages)

[PATCH v4 net-next] sfc: fix builds without CONFIG_RTC_LIB
 2023-02-21  0:50 UTC  (2+ messages)

[PATCH V2 00/21] Add basic ACPI support for RISC-V
 2023-02-20 20:15 UTC  (35+ 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 07/21] ACPI: processor_core: RISC-V: Enable mapping processor to the hartid
` [PATCH V2 08/21] drivers/acpi: RISC-V: Add RHCT related code
` [PATCH V2 09/21] RISC-V: smpboot: Create wrapper smp_setup()
` [PATCH V2 10/21] RISC-V: smpboot: Add ACPI support in smp_setup()
` [PATCH V2 11/21] RISC-V: ACPI: Add a function to retrieve the hartid
` [PATCH V2 12/21] RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()
` [PATCH V2 13/21] RISC-V: cpu: Enable cpuinfo for ACPI systems
` [PATCH V2 14/21] irqchip/riscv-intc: Add ACPI support
` [PATCH V2 15/21] clocksource/timer-riscv: Refactor riscv_timer_init_dt()
` [PATCH V2 16/21] clocksource/timer-riscv: 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

[linux-next:master] BUILD REGRESSION d2af0fa4bfa4ec29d03b449ccd43fee39501112d
 2023-02-20 20:11 UTC 

[PATCH 0/2] Minor documentation clean-up in fs
 2023-02-20 17:07 UTC  (4+ messages)
` [PATCH 1/2] qnx6: credit contributor and mark filesystem orphan
` [PATCH 2/2] qnx4: credit contributors in CREDITS

[PATCH] docs: locking: refer to the actual existing config names
 2023-02-20 17:18 UTC  (2+ messages)

[GIT PULL] Documentation for 6.3
 2023-02-20 15:38 UTC 

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

[PATCH v5 0/2] Apple Magic Keyboard Backlight
 2023-02-20 11:52 UTC  (3+ messages)
` [PATCH v5 1/2] Documentation: leds: standardise keyboard backlight led names
` [PATCH v5 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards

[PATCH v4 0/2] Apple Magic Keyboard Backlight
 2023-02-20 11:45 UTC  (8+ messages)
` [PATCH v4 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards

[PATCH v3 net-next] sfc: fix ia64 builds without CONFIG_RTC_LIB
 2023-02-20 10:36 UTC  (4+ messages)

[PATCH] KVM: Align the function name of kvm_swap_active_memslots()
 2023-02-20  8:45 UTC 

[PATCH] KVM: Add the missed title format
 2023-02-20  3:49 UTC 

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

[PATCH v7 0/6] cpufreq: amd-pstate: Add guided autonomous mode support
 2023-02-19 12:07 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).