linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-02 16:41:46 to 2022-12-06 13:32:52 UTC [more...]

[PATCH] docs: Integrate rustdoc into Rust documentation
 2022-12-06 13:32 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] x86/boot: Check if the input parameter (buffer) of the function is a null pointer
 2022-12-06 12:59 UTC 

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-06 12:39 UTC  (11+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed

[PATCH] cpufreq: Remove CVS version control contents
 2022-12-06 11:26 UTC  (2+ messages)

[PATCH bpf-next v2] docs/bpf: Add documentation for BPF_MAP_TYPE_SK_STORAGE
 2022-12-06 10:55 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-06  9:11 UTC  (4+ messages)

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

[PATCH] mm/highmem: Add notes about conversions from kmap{,_atomic}()
 2022-12-06  8:00 UTC  (2+ messages)

[PATCH v3 0/2] earlycon: Let users set the clock frequency
 2022-12-06  6:53 UTC  (6+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] earlycon: Increase options size

[PATCH v5 0/2] docs/LoongArch: Add English and Chinese versions of booting
 2022-12-06  2:07 UTC  (3+ messages)
` [PATCH v5 1/2] docs/LoongArch: Add booting
` [PATCH v5 2/2] docs/zh_CN: Add booting Chinese translation

[PATCH v5 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2022-12-05 23:32 UTC  (8+ messages)
` [PATCH v5 1/7] x86/cpu: Define a scattered No Nested Data Breakpoints feature bit
` [PATCH v5 2/7] x86/cpu: Define a scattered Null Selector Clears Base "
` [PATCH v5 3/7] x86/cpu: Make X86_FEATURE_LFENCE_RDTSC a scattered "
` [PATCH v5 4/7] x86/cpu, kvm: Move CPUID 0x80000021 EAX feature bits propagation to kvm_set_cpu_caps()
` [PATCH v5 5/7] x86/cpu: Define a scattered AMD Automatic IBRS feature bit
` [PATCH v5 6/7] x86/cpu: Support AMD Automatic IBRS
` [PATCH v5 7/7] x86/cpu, kvm: Propagate the AMD Automatic IBRS feature to the guest

[PATCH 00/11] implement DAMOS filtering for anon pages and
 2022-12-05 23:08 UTC  (3+ messages)
` [PATCH 04/11] Docs/admin-guide/damon/reclaim: document 'skip_anon' parameter
` [PATCH 10/11] Docs/admin-guide/mm/damon/usage: document DAMOS filters of sysfs

[PATCH v4 00/39] Shadow stacks for userspace
 2022-12-05 22:19 UTC  (75+ 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 v4 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2022-12-05 22:05 UTC  (8+ 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 v3 0/6] ARM: Add GXP Fan and SPI controllers
 2022-12-05 20:03 UTC  (3+ messages)
` [PATCH v3 3/6] dt-bindings: hwmon: Add hpe,gxp-fan-ctrl

[PATCH v7 00/20] Drivers for gunyah hypervisor
 2022-12-05 19:42 UTC  (3+ messages)
` [PATCH v7 02/20] dt-bindings: Add binding "

[cel:topic-the-not-so-distant-future 31/82] htmldocs: Documentation/networking/kapi:59: ./net/sunrpc/xdr.c:2290: WARNING: Definition list ends without a blank line; unexpected unindent
 2022-12-05 19:33 UTC 

[PATCH bpf-next v1] docs/bpf: Add documentation for BPF_MAP_TYPE_SK_STORAGE
 2022-12-05 17:11 UTC  (2+ messages)

[PATCH v1 1/3] Documentation: gpio: Input mode is not true Hi-Z
 2022-12-05 15:35 UTC  (10+ 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 v2 0/3] Putting some basic order on isa extension lists
 2022-12-05 14:45 UTC  (4+ messages)
` [PATCH v2 1/3] RISC-V: clarify ISA string ordering rules in cpu.c
` [PATCH v2 2/3] RISC-V: resort all extensions in consistent orders
` [PATCH v2 3/3] Documentation: riscv: add a section about ISA string ordering in /proc/cpuinfo

[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
 2022-12-05 13:43 UTC  (6+ messages)
  ` [External] "

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

[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 v4 10/20] nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()
 2022-12-05  8:45 UTC  (3+ messages)

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

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

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

[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] 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  (2+ 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 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  (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).