linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-14 21:55:45 to 2021-04-16 09:00:58 UTC [more...]

[PATCH v4 0/9] drm: Support simple-framebuffer devices and firmware fbs
 2021-04-16  9:00 UTC  (5+ messages)
` [PATCH v4 1/9] drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()
` [PATCH v4 2/9] drm/format-helper: Add blitter functions
` [PATCH v4 3/9] drm/aperture: Add infrastructure for aperture ownership
` [PATCH v4 4/9] drm: Add simpledrm driver

[Mesa-dev] [PATCH v3 3/4] drm/i915/uapi: convert i915_query and friend to kernel doc
 2021-04-16  8:59 UTC 

[RFC 0/2] Add a new translation tool scripts/trslt.py
 2021-04-16  8:45 UTC  (4+ messages)

[PATCHv3] Introduced new tracing mode KCOV_MODE_UNIQUE
 2021-04-16  8:42 UTC  (3+ messages)

[PATCH v2 00/10] drm: Support simple-framebuffer devices and firmware fbs
 2021-04-16  8:42 UTC  (15+ messages)
` [PATCH v2 04/10] drm/aperture: Add infrastructure for aperture ownership
` [PATCH v2 08/10] drm/simpledrm: Acquire clocks from DT device node

[PATCH 00/13] [RFC] Rust support
 2021-04-16  8:16 UTC  (46+ messages)
` [PATCH 02/13] kallsyms: Increase maximum kernel symbol length to 512
` [PATCH 03/13] Makefile: Generate CLANG_FLAGS even in GCC builds
` [PATCH 04/13] Kbuild: Rust support
` [PATCH 09/13] Samples: Rust examples
` [PATCH 10/13] Documentation: Rust general information
` [PATCH 11/13] MAINTAINERS: Rust

[PATCH] docs/zh_CN: Adjust order and content of zh_CN/index.rst
 2021-04-16  7:46 UTC 

[lwn:docs-next 127/127] drivers/scsi/aacraid/commsup.c:1953: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-04-16  3:36 UTC 

[PATCH v6 11/11] docs/zh_CN: add openrisc translation to zh_CN index
 2021-04-16  3:29 UTC 

[PATCH v6 00/11] docs/zh_CN: add core api and openrisc translation
 2021-04-16  3:20 UTC  (11+ messages)
` [PATCH v6 01/11] docs/zh_CN: add core-api irq concepts.rst translation
` [PATCH v6 02/11] docs/zh_CN: add core-api irq irq-affinity.rst translation
` [PATCH v6 03/11] docs/zh_CN: add core-api irq irq-domain.rst translation
` [PATCH v6 04/11] docs/zh_CN: add core-api irq irqflags-tracing.rst translation
` [PATCH v6 05/11] docs/zh_CN: add core-api irq index.rst translation
` [PATCH v6 06/11] docs/zh_CN: add core-api "
` [PATCH v6 07/11] docs/zh_CN: add core api translation to zh_CN index
` [PATCH v6 08/11] docs/zh_CN: add openrisc openrisc_port.rst translation
` [PATCH v6 09/11] docs/zh_CN: add openrisc todo.rst translation
` [PATCH v6 10/11] docs/zh_CN: add openrisc index.rst translation

[lwn:docs-next 127/127] drivers/scsi/fnic/fnic_fcs.c:299: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-04-16  2:54 UTC 

[PATCH v5 0/4] docs/zh_CN: add core api and openrisc translation
 2021-04-16  1:56 UTC  (7+ messages)
` [PATCH v5 1/4] docs/zh_CN: add openrisc openrisc_port.rst translation
` [PATCH v5 2/4] docs/zh_CN: add openrisc todo.rst translation
` [PATCH v5 3/4] docs/zh_CN: add openrisc index.rst translation
` [PATCH v5 4/4] docs/zh_CN: add translation to zh_CN index

[PATCH bpf-next 1/2] bpf: Remove bpf_jit_enable=2 debugging mode
 2021-04-15 23:49 UTC  (5+ messages)
` [PATCH bpf-next 2/2] docs: bpf: bpf_jit_enable mode changed

[PATCH net-next 3/6] ethtool: add FEC statistics
 2021-04-15 22:33 UTC  (4+ messages)

[PATCH v25 00/30] Control-flow Enforcement: Shadow Stack
 2021-04-15 22:14 UTC  (31+ messages)
` [PATCH v25 01/30] Documentation/x86: Add CET description
` [PATCH v25 02/30] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v25 03/30] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v25 04/30] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v25 05/30] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v25 06/30] x86/cet: Add control-protection fault handler
` [PATCH v25 07/30] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v25 08/30] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v25 09/30] x86/mm: Introduce _PAGE_COW
` [PATCH v25 10/30] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v25 11/30] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v25 12/30] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v25 13/30] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v25 14/30] x86/mm: Shadow Stack page fault error checking
` [PATCH v25 15/30] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v25 16/30] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v25 17/30] mm: Add guard pages around a shadow stack
` [PATCH v25 18/30] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v25 19/30] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v25 20/30] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v25 21/30] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v25 22/30] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v25 23/30] x86/cet/shstk: Handle thread shadow stack
` [PATCH v25 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v25 25/30] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v25 26/30] ELF: Introduce arch_setup_elf_property()
` [PATCH v25 27/30] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v25 28/30] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v25 29/30] mm: Update arch_validate_flags() to include vma anonymous
` [PATCH v25 30/30] mm: Introduce PROT_SHSTK for shadow stack

[PATCH v25 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-04-15 22:17 UTC  (10+ messages)
` [PATCH v25 1/9] x86/cet/ibt: Add Kconfig option for "
` [PATCH v25 2/9] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v25 3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v25 4/9] x86/cet/ibt: Update ELF header parsing "
` [PATCH v25 5/9] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v25 6/9] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v25 7/9] x86/vdso: Introduce ENDBR macro
` [PATCH v25 8/9] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v25 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[PATCH] docs: sphinx-pre-install: don't barf on beta Sphinx releases
 2021-04-15 22:06 UTC 

[RFC] scripts: kernel-doc: improve parsing for kernel-doc comments syntax
 2021-04-15 21:29 UTC  (3+ messages)

[PATCH v7 00/10] CoreSight configuration management; ETM strobing
 2021-04-15 21:27 UTC  (2+ messages)

[docs-next PATCH] docs/zh_CN: two minor fixes in zh_CN/doc-guide/
 2021-04-15 20:54 UTC  (2+ messages)

[PATCH v3] Documentation: dev-tools: Add Testing Overview
 2021-04-15 20:53 UTC  (2+ messages)

[patch v3] translations/zh_CN: add translations to dev-tools gcov
 2021-04-15 20:51 UTC  (9+ messages)
` [PATCH v5] docs/zh_CN: add translations in zh_CN/dev-tools/gcov
  ` 答复: "
` [PATCH v6] "

[PATCH] Documentation: syscalls: add a note about ABI-agnostic types
 2021-04-15 19:34 UTC  (7+ messages)

[PATCH v5 1/3] riscv: Move kernel mapping outside of linear mapping
 2021-04-15 18:00 UTC  (4+ messages)

[PATCH v3 0/8] Fix broken documentation file references
 2021-04-15 16:08 UTC  (3+ messages)
` [PATCH v3 5/8] docs: vcpu-requests.rst: fix reference for atomic ops

[RFC PATCH 0/5] hwlat improvements and osnoise tracer
 2021-04-15 15:22 UTC  (17+ messages)
` [RFC PATCH 1/5] tracing/hwlat: Add a cpus file specific for hwlat_detector
` [RFC PATCH 2/5] tracing/hwlat: Implement the mode config option
` [RFC PATCH 3/5] tracing/hwlat: Implement the per-cpu mode
` [RFC PATCH 5/5] tracing: Add the osnoise tracer

[RFC PATCH 0/3] LSM Documentation - Render lsm_hooks.h for kernel_docs
 2021-04-15 13:59 UTC  (5+ messages)

[PATCH v4 00/13] Add build ID to stacktraces
 2021-04-15 13:04 UTC  (6+ messages)
` [PATCH v4 05/13] module: Add printk formats to add module "

[PATCH v3 0/4] Add Ampere's Altra SMPro hwmon driver
 2021-04-15 12:33 UTC  (11+ messages)
` [PATCH v3 1/4] dt-bindings: mfd: Add bindings for Ampere Altra SMPro drivers
` [PATCH v3 2/4] mfd: simple-mfd-i2c: Adds Ampere's Altra SMpro support
` [PATCH v3 3/4] hwmon: smpro: Add Ampere's Altra smpro-hwmon driver

[PATCH] riscv: Protect kernel linear mapping only if CONFIG_STRICT_KERNEL_RWX is set
 2021-04-15 11:04 UTC 

"Reporting issues" document feedback
 2021-04-15 10:32 UTC  (4+ messages)

[PATCH v1] docs: reporting-issues.rst: CC subsystem and maintainers on regressions
 2021-04-15 10:29 UTC 

[PATCH v3 0/9] drm: Support simple-framebuffer devices and firmware fbs
 2021-04-15  8:53 UTC  (10+ messages)
` [PATCH v3 1/9] drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()
` [PATCH v3 2/9] drm/format-helper: Add blitter functions
` [PATCH v3 3/9] drm/aperture: Add infrastructure for aperture ownership
` [PATCH v3 4/9] drm: Add simpledrm driver
` [PATCH v3 5/9] drm/simpledrm: Add fbdev emulation
` [PATCH v3 6/9] drm/simpledrm: Initialize framebuffer data from device-tree node
` [PATCH v3 7/9] drm/simpledrm: Acquire clocks from DT device node
` [PATCH v3 8/9] drm/simpledrm: Acquire regulators "
` [PATCH v3 9/9] drm/simpledrm: Acquire memory aperture for framebuffer

[PATCH v20 0/9] Free some vmemmap pages of HugeTLB page
 2021-04-15  8:40 UTC  (10+ messages)
` [PATCH v20 1/9] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [PATCH v20 2/9] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v20 3/9] mm: hugetlb: gather discrete indexes of tail page
` [PATCH v20 4/9] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
` [PATCH v20 5/9] mm: hugetlb: defer freeing of HugeTLB pages
` [PATCH v20 6/9] mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
` [PATCH v20 7/9] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [PATCH v20 8/9] mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabled
` [PATCH v20 9/9] mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate

[PATCH v5 0/7] docs/zh_CN: add core api and openrisc translation
 2021-04-15  6:35 UTC  (8+ messages)
` [PATCH v5 1/7] docs/zh_CN: add core-api irq concepts.rst translation
` [PATCH v5 2/7] docs/zh_CN: add core-api irq irq-affinity.rst translation
` [PATCH v5 3/7] docs/zh_CN: add core-api irq irq-domain.rst translation
` [PATCH v5 4/7] docs/zh_CN: add core-api irq irqflags-tracing.rst translation
` [PATCH v5 5/7] docs/zh_CN: add core-api irq index.rst translation
` [PATCH v5 6/7] docs/zh_CN: add core-api "
` [PATCH v5 7/7] docs/zh_CN: add translation to zh_CN index

[PATCH v4 00/11] docs/zh_CN: add core api and openrisc translation
 2021-04-15  2:29 UTC  (13+ messages)
` [PATCH v4 01/11] docs/zh_CN: add core-api irq concepts.rst translation
` [PATCH v4 02/11] docs/zh_CN: add core-api irq irq-affinity.rst translation
` [PATCH v4 03/11] docs/zh_CN: add core-api irq irq-domain.rst translation
` [PATCH v4 04/11] docs/zh_CN: add core-api irq irqflags-tracing.rst translation
` [PATCH v4 05/11] docs/zh_CN: add core-api irq index.rst translation
` [PATCH v4 06/11] docs/zh_CN: add core-api "
` [PATCH v4 07/11] docs/zh_CN: add translation to zh_CN index
` [PATCH v4 08/11] docs/zh_CN: add openrisc openrisc_port.rst translation
` [PATCH v4 09/11] docs/zh_CN: add openrisc todo.rst translation
` [PATCH v4 10/11] docs/zh_CN: add openrisc index.rst translation

[PATCH v4 11/11] docs/zh_CN: add translation to zh_CN index
 2021-04-15  1:39 UTC 

[PATCH v2] Documentation: dev-tools: Add Testing Overview
 2021-04-15  1:19 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).