linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-01 20:49:10 to 2022-12-05 11:26:51 UTC [more...]

[PATCH v1] landlock: Explain file descriptor access rights
 2022-12-05 11:26 UTC 

[PATCH v4 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2022-12-05 10:23 UTC  (6+ messages)
` [PATCH v4 1/7] x86/cpu: Define a scattered No Nested Data Breakpoints feature bit
` [PATCH v4 6/7] x86/cpu: Support AMD Automatic IBRS

[PATCH 0/2] docs: Correct the arch name of LoongArch
 2022-12-05 10:02 UTC  (4+ messages)
` [PATCH 1/2] Documentation/features-refresh.sh: Only sed the beginning "arch" of ARCH_DIR
` [PATCH 2/2] Documentation/features: Use loongarch instead of loong

[PATCH] docs/zh_CN: Fix '.. only::' directive's expression
 2022-12-05  9:48 UTC  (3+ messages)

[PATCH v4 0/2] docs/LoongArch: Add English and Chinese versions of booting
 2022-12-05  9:29 UTC  (5+ messages)
` [PATCH v4 1/2] docs/LoongArch: Add booting

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-05  9:23 UTC  (12+ 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 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 8/9] KVM: Handle page fault for private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v4 10/20] nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()
 2022-12-05  8:45 UTC  (3+ messages)

[linux-next:master 10545/12617] htmldocs: Documentation/output/frontend.h.rst:6: WARNING: undefined label: fec-1-3 (if the link has no caption the label must precede a section header)
 2022-12-05  8:24 UTC  (3+ messages)

[PATCH net-next v2 0/9] octeon_ep: Update PF mailbox for VF
 2022-12-05  8:10 UTC  (7+ messages)
` [PATCH net-next v2 2/9] octeon_ep: poll for control messages
    ` [EXT] "

[PATCH v4 1/3] kunit: Provide a static key to check if KUnit is actively running tests
 2022-12-05  4:27 UTC  (8+ messages)
` [PATCH v4 2/3] kunit: Use the static key when retrieving the current test
` [PATCH v4 3/3] mm: slub: test: Use the kunit_get_current_test() function

[RFC PATCH v2] mm: Add nodes= arg to memory.reclaim
 2022-12-05  1:45 UTC  (8+ messages)

[PATCH 0/2] Update links of LoongArch ISA Vol1 and ELF psABI
 2022-12-05  1:44 UTC  (5+ messages)

[PATCH v1 1/3] Documentation: gpio: Input mode is not true Hi-Z
 2022-12-05  1:43 UTC  (8+ messages)
` [PATCH v1 2/3] Documentation: gpio: Add a section on what to return in ->get() callback
` [PATCH v1 3/3] Documentation: gpio: Replace leading TABs by spaces in the code blocks

[PATCH] docs: Integrate rustdoc into Rust documentation
 2022-12-05  1:06 UTC  (7+ messages)
` [PATCH v2] "

[tip:irq/core 33/47] htmldocs: Documentation/PCI/msi-howto:380: ./drivers/pci/msi/api.c:148: WARNING: Unexpected indentation
 2022-12-04 23:19 UTC 

[PATCH v4 00/39] Shadow stacks for userspace
 2022-12-04 20:51 UTC  (73+ messages)
` [PATCH v4 01/39] Documentation/x86: Add CET shadow stack description
` [PATCH v4 02/39] x86/shstk: Add Kconfig option for Shadow Stack
` [PATCH v4 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v4 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v4 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v4 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v4 07/39] x86: Add user control-protection fault handler
` [PATCH v4 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v4 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v4 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v4 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v4 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v4 13/39] x86/mm: Start actually marking _PAGE_COW
` [PATCH v4 14/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v4 15/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v4 16/39] x86/mm: Check Shadow Stack page fault errors
` [PATCH v4 17/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v4 18/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v4 19/39] mm: Add guard pages around a shadow stack
` [PATCH v4 20/39] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v4 21/39] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v4 22/39] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v4 23/39] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v4 24/39] mm: Warn on shadow stack memory in wrong vma
` [PATCH v4 25/39] x86: Introduce userspace API for shadow stack
` [PATCH v4 26/39] x86/shstk: Add user-mode shadow stack support
` [PATCH v4 27/39] x86/shstk: Handle thread shadow stack
` [PATCH v4 28/39] x86/shstk: Introduce routines modifying shstk
` [PATCH v4 29/39] x86/shstk: Handle signals for shadow stack
` [PATCH v4 30/39] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v4 31/39] x86/shstk: Support wrss for userspace
` [PATCH v4 32/39] x86: Expose thread features in /proc/$PID/status
` [PATCH v4 33/39] x86: Prevent 32 bit operations for 64 bit shstk tasks
` [PATCH v4 34/39] x86/shstk: Wire in shadow stack interface
` [PATCH v4 35/39] selftests/x86: Add shadow stack test
` [PATCH v4 36/39] x86/fpu: Add helper for initing features
` [PATCH v4 37/39] x86: Add PTRACE interface for shadow stack
` [PATCH v4 38/39] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v4 39/39] x86/shstk: Add ARCH_SHSTK_STATUS

[PATCH] Documentation: mm: Fixed a typo in balance.rst
 2022-12-04 17:11 UTC 

[PATCH 0/3] mm: replace atomic_t with percpu_ref in mempolicy
 2022-12-04 16:14 UTC  (4+ messages)
` [PATCH 1/3] mm: replace mpol_put() with mpol_kill() initiated the destruction of mpol
` [PATCH 2/3] mm: fix the reference of mempolicy in some functions
` [PATCH 3/3] mm: add __rcu symbol for task->mempolicy

[kvm:queue 228/260] htmldocs: Documentation/virt/kvm/api.rst:7287: WARNING: Block quote ends without a blank line; unexpected unindent
 2022-12-04 12:02 UTC 

[linux-next:master 10545/12617] htmldocs: Documentation/output/frontend.h.rst:6: WARNING: undefined label: fec-1-3 (if the link has no caption the label must precede a section header)
 2022-12-04 11:52 UTC 

[PATCH] Documentation: admin: move OOO entries in kernel-parameters.txt
 2022-12-04  5:23 UTC  (3+ messages)

[asahilinux:bits/005-maintainers 1/4] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/usb/apple,dwc3.yaml
 2022-12-04  4:07 UTC 

[PATCH] docs/sp_SP: Add memory-barriers.txt Spanish translation
 2022-12-03 23:11 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH bpf-next v2 1/1] docs: BPF_MAP_TYPE_SOCK[MAP|HASH]
 2022-12-03 19:43 UTC  (4+ messages)

[ammarfaizi2-block:rostedt/linux-trace/ftrace/core 10/12] htmldocs: Documentation/trace/osnoise-tracer.rst:112: WARNING: Unknown target name: "no"
 2022-12-03 13:54 UTC  (6+ messages)
` [PATCH] Documentation/osnoise: escape underscore of NO_ prefix

[PATCH v2] Documentation: sched: Add a new sched-util-clamp.rst
 2022-12-03 13:40 UTC  (7+ messages)

[PATCH] Documentation: riscv: note that counter access is part of the uABI
 2022-12-03 10:56 UTC  (4+ messages)

[PATCH] Documentation/features: Update feature lists for 6.1
 2022-12-03 10:54 UTC  (2+ messages)

kernel-doc headers for assembly language functions
 2022-12-03 10:51 UTC  (2+ messages)

[PATCH] Documentation: Fixed a typo in bootconfig.rst
 2022-12-03 10:49 UTC  (2+ messages)

[PATCH v1 0/2] leds: add aw20xx driver
 2022-12-03 10:44 UTC  (7+ messages)
` [PATCH v1 1/2] dt-bindings: leds: add binding for aw200xx

[PATCH v2] PCI/MSI: Use bullet lists in kernel-doc comments of api.c
 2022-12-03 10:05 UTC 

[PATCH V5 0/2] Support VMCOREINFO export for RISCV64
 2022-12-03  7:53 UTC  (4+ messages)

[PATCH] cpufreq: Remove CVS version control contents
 2022-12-03  5:59 UTC 

[PATCH v3] mm: Add nodes= arg to memory.reclaim
 2022-12-03  3:17 UTC  (3+ messages)

[PATCH 0/9] platform/surface: aggregator: Improve target/source handling in SSH messages
 2022-12-02 22:33 UTC  (2+ messages)
` [PATCH 2/9] platform/surface: aggregator: Improve documentation and handling of message target and source IDs

[PATCH bpf] bpf, docs: Correct the example of BPF_XOR
 2022-12-02 21:30 UTC  (2+ messages)

[PATCH] exit: Allow oops_limit to be disabled
 2022-12-02 21:06 UTC 

[PATCH v2 18/18] Docs/x86/sgx: Add description for cgroup support
 2022-12-02 18:36 UTC 

[PATCH v2 0/4] KVM: Delete all references to removed ioctls
 2022-12-02 17:55 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: Delete all references to removed KVM_SET_MEMORY_REGION ioctl
` [PATCH v2 2/4] KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctl
` [PATCH v2 3/4] KVM: Reference to kvm_userspace_memory_region in doc and comments
` [PATCH v2 4/4] KVM: Add missing arch for KVM_CREATE_DEVICE and KVM_{SET,GET}_DEVICE_ATTR

[PATCH v3 0/2] earlycon: Let users set the clock frequency
 2022-12-02 17:24 UTC  (3+ messages)
` [PATCH v3 1/2] "

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-12-02 13:44 UTC  (5+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH] fscrypt: add additional documentation for SM4 support
 2022-12-02 12:08 UTC  (2+ messages)

[PATCH v4 0/2] Add SM4 XTS symmetric algorithm for blk-crypto and fscrypt
 2022-12-02 12:01 UTC  (3+ messages)

[PATCH bpf-next v3 1/1] docs: BPF_MAP_TYPE_SOCK[MAP|HASH]
 2022-12-02 11:40 UTC 

[PATCH v1 0/3] Putting some basic order on isa extension lists
 2022-12-02 11:37 UTC  (6+ messages)
` [PATCH v1 3/3] Documentation: riscv: add a section about ISA string ordering in /proc/cpuinfo

[PATCH net-next 1/2] Documentation: bonding: update miimon default to 100
 2022-12-02 11:20 UTC  (2+ messages)

[PATCH] fs: configfs: remove mentions of committable items
 2022-12-02 10:11 UTC  (2+ messages)

[PATCH 1/2] KVM: Mark KVM_SET_MEMORY_REGION and KVM_SET_MEMORY_ALIAS as obsoleted
 2022-12-02  9:42 UTC  (4+ messages)

[PATCH v3 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-12-02  9:00 UTC  (5+ messages)
` [PATCH v3 1/9] "

[PATCH] mm: memcontrol: protect the memory in cgroup from being oom killed
 2022-12-02  8:37 UTC  (2+ messages)

[PATCH v9] mm: add zblock - new allocator for use via zpool API
 2022-12-02  7:35 UTC  (2+ messages)

[PATCH v8 12/12] landlock: Document Landlock's network support
 2022-12-02  3:14 UTC  (4+ messages)

[PATCH 0/3] amdgpu/drm: Documentation updates
 2022-12-01 21:51 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu: add GART and GTT to glossary

[PATCH] Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sections
 2022-12-01 20:48 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).