linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-20 05:12:10 to 2021-05-22 08:16:41 UTC [more...]

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

[PATCH] docs/zh_CN: Add Chinese translations for new contents
 2021-05-22  8:02 UTC 

[PATCH] docs: Activate xeCJK only in CJK chapters
 2021-05-22  7:28 UTC 

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

[PATCH v7 0/7] Fork brute force attack mitigation
 2021-05-22  6:44 UTC  (9+ 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 v6] hwmon: Add sht4x Temperature and Humidity Sensor Driver
 2021-05-22  6:09 UTC 

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

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

[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 v27 00/31] Control-flow Enforcement: Shadow Stack
 2021-05-22  1:58 UTC  (34+ 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/zh_CN: update a translation in zh_CN/dev-tools/gcov
 2021-05-22  0:54 UTC  (3+ messages)

[PATCH v27 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-05-21 22:15 UTC  (11+ 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 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  (17+ messages)
` [PATCH v29 01/13] mm: "
` [PATCH v29 02/13] mm/damon/core: Implement region-based sampling
` [PATCH v29 03/13] mm/damon: Adaptively adjust regions
` [PATCH v29 04/13] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v29 05/13] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v29 06/13] mm/damon: Add a tracepoint
` [PATCH v29 07/13] mm/damon: Implement a debugfs-based user space interface
` [PATCH v29 08/13] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v29 09/13] mm/damon/dbgfs: Support multiple contexts
` [PATCH v29 10/13] Documentation: Add documents for DAMON
` [PATCH v29 11/13] mm/damon: Add kunit tests
` [PATCH v29 12/13] mm/damon: Add user space selftests
` [PATCH v29 13/13] MAINTAINERS: Update for DAMON

[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  (5+ 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  (7+ messages)
` [PATCH 01/14] d_path: "\0" is {0,0}, not {0}
  ` [PATCH 08/14] d_path: make prepend_name() boolean

[PATCH] f2fs: fix kernel-doc syntax in file header
 2021-05-20 18:34 UTC  (2+ messages)

[PATCH] Phonet: fix kernel-doc syntax in file headers
 2021-05-20 18:30 UTC  (2+ messages)

[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  (8+ 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)

[PATCH 0/7] ima: Add template fields to verify EVM portable signatures
 2021-05-20 11:54 UTC  (11+ messages)
` [PATCH 1/7] ima: Add ima_show_template_uint() template library function
` [PATCH 2/7] ima: Introduce template fields iuid and igid
` [PATCH 3/7] ima: Introduce template fields mntuidmap and mntgidmap
` [PATCH 4/7] ima: Introduce template field imode
` [PATCH 5/7] evm: Verify portable signatures against all protected xattrs
` [PATCH 6/7] ima: Introduce template field evmxattrs
` [PATCH 7/7] evm: Don't return an error in evm_write_xattrs() if audit is not enabled

[PATCH] Documentation: kdump: update kdump guide
 2021-05-20 10:37 UTC 

[RFC] trace: Add option for polling ring buffers
 2021-05-20  8:57 UTC  (3+ messages)

[RFC PATCH 00/16] The Runtime Verification (RV) interface
 2021-05-20  7:13 UTC  (13+ messages)
` [RFC PATCH 01/16] rv: Add "
` [RFC PATCH 04/16] rv/include: Add deterministic automata monitor definition via C macros
` [RFC PATCH 09/16] rv/monitors: wip instrumentation and Makefile/Kconfig entries
` [RFC PATCH 11/16] rv/monitors: wwnr "

[PATCH] docs: core-api: Documentation build warning fix
 2021-05-20  6:53 UTC  (2+ messages)

[PATCH v18 00/18] KVM RISC-V Support
 2021-05-20  6:09 UTC  (3+ messages)
` [PATCH v18 14/18] RISC-V: KVM: Implement ONE REG interface for FP registers

[PATCH v5 1/5] hwmon: (max31790) Rework to use regmap
 2021-05-20  5:12 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).