linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-20 12:36:52 to 2021-05-23 21:09:23 UTC [more...]

[PATCH] NFC: nfcmrvl: fix kernel-doc syntax in file headers
 2021-05-23 21:09 UTC 

[PATCH v2 0/6] hwmon: (pmbus/pim4328) Add pim4328 PMBus driver
 2021-05-23 19:47 UTC  (10+ messages)
` [PATCH v2 1/6] hwmon: (pmbus/pim4328) Add new pmbus flag NO_WRITE_PROTECT
` [PATCH v2 2/6] hwmon: (pmbus/pim4328) Add function for reading direct mode coefficients
` [PATCH v2 3/6] hwmon: (pmbus/pim4328) Add support for reading direct format coefficients
` [PATCH v2 4/6] hwmon: (pmbus/pim4328) Allow phase function even if it's not on page
` [PATCH v2 5/6] hwmon: (pmbus/pim4328) Add PMBus driver for PIM4006, PIM4328 and PIM4820
` [PATCH v2 6/6] hwmon: (pmbus/pim4328) Add documentation for the pim4328 PMBus driver

[PATCH] samples: bpf: ix kernel-doc syntax in file header
 2021-05-23 16:07 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] w1: ds2482: fix kernel-doc syntax in file
 2021-05-23 16:02 UTC  (2+ messages)

[PATCH] iommu/vt-d: fix kernel-doc syntax in file header
 2021-05-23 15:52 UTC  (2+ messages)

[PATCH v7 0/7] Fork brute force attack mitigation
 2021-05-23 15:47 UTC  (12+ messages)
` [PATCH v7 1/7] security: Add LSM hook at the point where a task gets a fatal signal
` [PATCH v7 2/7] security/brute: Define a LSM and add sysctl attributes
` [PATCH v7 3/7] security/brute: Detect a brute force attack
` [PATCH v7 4/7] security/brute: Mitigate "
` [PATCH v7 5/7] selftests/brute: Add tests for the Brute LSM
` [PATCH v7 6/7] Documentation: Add documentation "
` [PATCH v7 7/7] MAINTAINERS: Add a new entry "

[PATCH v3] docs/zh_CN: Add translation zh_CN/kernel-hacking/locking.rst
 2021-05-23 14:30 UTC 

[PATCH v2 1/3] docs/zh_CN: update a translation in zh_CN/dev-tools/gcov
 2021-05-23 14:03 UTC  (3+ messages)
` [PATCH v2 2/3] docs/zh_CN: create new translations for zh_CN/dev-tools/testing-overview

[PATCH v6] hwmon: Add sht4x Temperature and Humidity Sensor Driver
 2021-05-23 14:01 UTC  (3+ messages)

[PATCH] Phonet: fix kernel-doc syntax in file headers
 2021-05-23  8:11 UTC  (7+ messages)
  ` [PATCH v2] Phonet: fix kernel-doc syntax in file headers and remove file names

[PATCH] docs/zh_CN: Add Chinese translations for new contents
 2021-05-23  7:19 UTC  (2+ messages)

arch/mips/cavium-octeon/executive/cvmx-interrupt-decodes.c:49: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-05-23  4:15 UTC 

[PATCH] pgo: add clang's Profile Guided Optimization infrastructure
 2021-05-22 23:51 UTC  (4+ messages)
` [PATCH v9] "

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

[PATCH] docs: Activate xeCJK only in CJK chapters
 2021-05-22 23:35 UTC  (5+ messages)

[PATCH v27 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-05-22 22:47 UTC  (12+ messages)
` [PATCH v27 01/10] x86/cet/ibt: Add Kconfig option for "
` [PATCH v27 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v27 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v27 04/10] x86/cet/ibt: Disable IBT for ia32
` [PATCH v27 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
` [PATCH v27 06/10] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v27 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v27 08/10] x86/vdso: Introduce ENDBR macro
` [PATCH v27 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v27 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[PATCH] f2fs: fix kernel-doc syntax in file header
 2021-05-22 15:15 UTC  (4+ messages)
  ` [PATCH v2] f2fs: fix kernel-doc syntax and remove file name from "

[PATCH] ipac: tpci200: fix kernel-doc syntax and remove filename from file header
 2021-05-22 15:11 UTC  (2+ messages)

[PATCH] ipac: ipoctal: fix kernel-doc syntax and remove filename from file headers
 2021-05-22 15:10 UTC  (2+ messages)

[PATCH] USB: gadget: udc: fix kernel-doc syntax in file headers
 2021-05-22 15:09 UTC  (2+ messages)

[PATCH v3] docs/zh_CN: Add zh_CN/admin-guide/lockup-watchdogs.rst
 2021-05-22  8:15 UTC 

[PATCH v2] docs/zh_CN: Add zh_CN/admin-guide/lockup-watchdogs.rst
 2021-05-22  7:03 UTC  (3+ messages)

[PATCH v2 2/3] kunit: Move default config from arch/um -> tools/testing/kunit
 2021-05-22  4:42 UTC 

[PATCH v2 3/3] docs/zh_CN: Correct a link in dev-tools/index
 2021-05-22  3:11 UTC 

[PATCH v2 1/2] docs/zh_CN: update a translation in zh_CN/dev-tools/gcov
 2021-05-22  3:11 UTC  (3+ messages)
` [PATCH v2 2/2] docs/zh_CN: create new translations for zh_CN/dev-tools/testing-overview

[PATCH] docs: hwmon: Add an entry for mp2888
 2021-05-22  2:00 UTC  (2+ messages)

[PATCH] docs/zh_CN: update a translation in zh_CN/dev-tools/gcov
 2021-05-22  0:54 UTC  (3+ messages)

[PATCH v1 0/4] kunit: tool: add support for QEMU
 2021-05-21 20:57 UTC  (7+ messages)
` [PATCH v1 3/4] "

[PATCH v18 00/18] KVM RISC-V Support
 2021-05-21 20:25 UTC  (7+ messages)

[PATCH v26 14/25] LSM: Specify which LSM to display
 2021-05-21 20:19 UTC  (4+ messages)

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-05-21 18:40 UTC  (15+ messages)
` [PATCH v26 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v26 26/30] ELF: Introduce arch_setup_elf_property()

[PATCH -rcu] Documentation/RCU: Fix nested inline markup
 2021-05-21 17:36 UTC  (2+ messages)

[PATCH] docs: cxl/core: Fix the title underline
 2021-05-21 17:34 UTC  (2+ messages)

[PATCH] docs: lockdep-design: correct the notation for writer
 2021-05-21 15:17 UTC  (4+ messages)

[PATCH] docs/zh_CN: Add zh_CN/admin-guide/lockup-watchdogs.rst
 2021-05-21 14:30 UTC  (3+ messages)

[PATCH] docs: sphinx-pre-install: Reword warning on installing cjk font
 2021-05-21 13:04 UTC  (4+ messages)

[PATCH] docs: zh_CN: update Chinese translations
 2021-05-21 11:37 UTC  (2+ messages)

[PATCH v2 00/17] Adding support for controlling the leds found on Intel NUC
 2021-05-21  9:57 UTC  (9+ messages)

[PATCH v29 00/13] Introduce Data Access MONitor (DAMON)
 2021-05-21  8:55 UTC  (4+ messages)

[PATCH] docs: driver-api: documentation build warning fix
 2021-05-21  7:39 UTC 

[PATCH v2 0/2] docs/zh_CN:add core-api refcount-vs-atomic.rst and local_ops.rst translation
 2021-05-21  7:38 UTC  (5+ messages)
` [PATCH v2 1/2] docs/zh_CN:add core-api refcount-vs-atomic.rst translation
` [PATCH v2 2/2] docs/zh_CN: add core api local_ops.rst translation

[PATCH v8 0/8] Add support for SVM atomics in Nouveau
 2021-05-21  6:53 UTC  (11+ messages)
` [PATCH v8 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v8 8/8] nouveau/svm: Implement atomic SVM access
` [PATCH v8 5/8] mm: Device exclusive memory access

[PATCH 0/2] docs/zh_CN:add core-api refcount-vs-atomic.rst and local_ops.rst translation
 2021-05-21  6:16 UTC  (5+ messages)
` [PATCH 2/2] docs/zh_CN: add core api "

[PATCH] usb: Restore the usb_header label
 2021-05-21  1:36 UTC 

[PATCH v2] Documentation: checkpatch: Tweak BIT() macro include
 2021-05-21  0:59 UTC  (4+ messages)

[PATCH] net: encx24j600: fix kernel-doc syntax in file headers
 2021-05-20 22:30 UTC  (3+ messages)

[PATCH] docs: Add more message type documentations for checkpatch
 2021-05-20 20:45 UTC  (4+ messages)

[PATCH v3 0/3] am335x: set pinmux registers from pins debug file
 2021-05-20 20:27 UTC  (2+ messages)
` [PATCH v3 1/3] docs/pinctrl: update `pins' description under debugfs

[PATCH] docs: block: blk-mq.rst: correct drive -> driver
 2021-05-20 20:27 UTC  (2+ messages)

[PATCH v4 0/3] docs/zh_CN: add parisc Chinese documents
 2021-05-20 20:20 UTC  (2+ messages)

[PATCH v2 1/3] Documentation/translations/it_IT: switch LWN links to https
 2021-05-20 20:18 UTC 

[PATCH 00/10] Documentation build warning fixes
 2021-05-20 20:08 UTC  (4+ messages)
` [PATCH 10/10] iio: documentation: fix a typo

[PATCH] docs: Use fallthrough pseudo-keyword
 2021-05-20 20:07 UTC  (2+ messages)

[PATCHSET] d_path cleanups
 2021-05-20 19:35 UTC  (6+ messages)
` [PATCH 01/14] d_path: "\0" is {0,0}, not {0}
  ` [PATCH 08/14] d_path: make prepend_name() boolean

[PATCH v2] Documentation: gpu: Mention the requirements for new properties
 2021-05-20 14:24 UTC 

[PATCH] Documentation: checkpatch: Tweak BIT() macro include
 2021-05-20 12:06 UTC  (7+ messages)

[PATCH v3 00/14] Driver of Intel(R) Gaussian & Neural Accelerator
 2021-05-20 11:58 UTC  (2+ messages)

[PATCH v5 2/5] hwmon: (max31790) Fix and split pwm*_enable
 2021-05-20 11:50 UTC  (5+ 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).