linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-20 16:27:34 to 2018-09-22 23:41:53 UTC [more...]

[PATCH RFC 1/3] rcu: tree: Remove unused externs
 2018-09-22 23:41 UTC  (3+ messages)
` [PATCH RFC 2/3] rcu: tree: Fix comment about gp_seq_needed
` [PATCH RFC 3/3] Documentation: RCU: Fix rcu_preempt_state reference in stallwarn

[PATCH RFC] Documentation: RCU: Clarify comment about fanout
 2018-09-22 23:38 UTC  (5+ messages)

[PATCH v3 0/2] Add an initial DT binding doc for ina3221
 2018-09-22 18:46 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: Add ina3221 documentation
` [PATCH v3 2/2] hwmon: ina3221: Read channel input source info from DT

[RFC PATCH v4 00/27] Control Flow Enforcement: Shadow Stack
 2018-09-21 22:53 UTC  (31+ messages)
` [RFC PATCH v4 01/27] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET)
` [RFC PATCH v4 02/27] x86/fpu/xstate: Change some names to separate XSAVES system and user states
` [RFC PATCH v4 03/27] x86/fpu/xstate: Enable XSAVES system states
` [RFC PATCH v4 04/27] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [RFC PATCH v4 05/27] Documentation/x86: Add CET description
` [RFC PATCH v4 06/27] x86/cet: Control protection exception handler
` [RFC PATCH v4 07/27] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [RFC PATCH v4 08/27] mm: Introduce VM_SHSTK for shadow stack memory
` [RFC PATCH v4 09/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [RFC PATCH v4 10/27] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v4 11/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v4 12/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v4 13/27] x86/mm: Shadow stack page fault error checking
` [RFC PATCH v4 14/27] mm: Handle shadow stack page fault
` [RFC PATCH v4 15/27] mm: Handle THP/HugeTLB "
` [RFC PATCH v4 16/27] mm: Update can_follow_write_pte/pmd for shadow stack
` [RFC PATCH v4 17/27] mm: Introduce do_mmap_locked()
` [RFC PATCH v4 18/27] x86/cet/shstk: User-mode shadow stack support
` [RFC PATCH v4 19/27] x86/cet/shstk: Introduce WRUSS instruction
` [RFC PATCH v4 20/27] x86/cet/shstk: Signal handling for shadow stack
` [RFC PATCH v4 21/27] x86/cet/shstk: ELF header parsing of Shadow Stack
` [RFC PATCH v4 22/27] x86/cet/shstk: Handle thread shadow stack
` [RFC PATCH v4 23/27] mm/map: Add Shadow stack pages to memory accounting
` [RFC PATCH v4 24/27] mm/mmap: Create a guard area between VMAs
` [RFC PATCH v4 25/27] mm/mmap: Prevent Shadow Stack VMA merges
` [RFC PATCH v4 26/27] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
` [RFC PATCH v4 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH v2 0/2] Add an initial DT binding doc for ina3221
 2018-09-21 21:51 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: Add ina3221 documentation
` [PATCH v2 2/2] hwmon: ina3221: Read channel input source info from DT

[PATCH v9 00/20] kasan: add software tag-based mode for arm64
 2018-09-21 15:13 UTC  (21+ messages)
` [PATCH v9 01/20] kasan, mm: change hooks signatures
` [PATCH v9 02/20] kasan: move common generic and tag-based code to common.c
` [PATCH v9 03/20] kasan: rename source files to reflect the new naming scheme
` [PATCH v9 04/20] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v9 05/20] kasan, arm64: adjust shadow size for tag-based mode
` [PATCH v9 06/20] kasan: initialize shadow to 0xff "
` [PATCH v9 07/20] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v9 08/20] kasan: add tag related helper functions
` [PATCH v9 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v9 10/20] mm: move obj_to_index to include/linux/slab_def.h
` [PATCH v9 11/20] kasan, arm64: fix up fault handling logic
` [PATCH v9 12/20] kasan, arm64: enable top byte ignore for the kernel
` [PATCH v9 13/20] kasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v9 14/20] kasan: split out generic_report.c from report.c
` [PATCH v9 15/20] kasan: add bug reporting routines for tag-based mode
` [PATCH v9 16/20] kasan: add hooks implementation "
` [PATCH v9 17/20] kasan, arm64: add brk handler for inline instrumentation
` [PATCH v9 18/20] kasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v9 19/20] kasan: update documentation
` [PATCH v9 20/20] kasan: add SPDX-License-Identifier mark to source files

[RFC PATCH v4 0/9] Control Flow Enforcement: Branch Tracking, PTRACE
 2018-09-21 15:05 UTC  (10+ messages)
` [RFC PATCH v4 1/9] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [RFC PATCH v4 2/9] x86/cet/ibt: User-mode indirect branch tracking support
` [RFC PATCH v4 3/9] x86/cet/ibt: Add IBT legacy code bitmap allocation function
` [RFC PATCH v4 4/9] mm/mmap: Add IBT bitmap size to address space limit check
` [RFC PATCH v4 5/9] x86/cet/ibt: ELF header parsing for IBT
` [RFC PATCH v4 6/9] x86/cet/ibt: Add arch_prctl functions "
` [RFC PATCH v4 7/9] x86/cet/ibt: Add ENDBR to op-code-map
` [RFC PATCH v4 8/9] x86: Insert endbr32/endbr64 to vDSO
` [RFC PATCH v4 9/9] x86/cet: Add PTRACE interface for CET

[PATCH security-next v2 00/26] LSM: Explict LSM ordering
 2018-09-21 14:57 UTC  (43+ messages)
` [PATCH security-next v2 01/26] LSM: Correctly announce start of LSM initialization
` [PATCH security-next v2 02/26] vmlinux.lds.h: Avoid copy/paste of security_init section
` [PATCH security-next v2 05/26] LSM: Convert from initcall to struct lsm_info
` [PATCH security-next v2 06/26] vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
` [PATCH security-next v2 07/26] LSM: Convert security_initcall() into DEFINE_LSM()
` [PATCH security-next v2 08/26] LSM: Record LSM name in struct lsm_info
` [PATCH security-next v2 09/26] LSM: Provide init debugging infrastructure
` [PATCH security-next v2 10/26] LSM: Don't ignore initialization failures
` [PATCH security-next v2 11/26] LSM: Introduce LSM_FLAG_LEGACY_MAJOR
` [PATCH security-next v2 12/26] LSM: Provide separate ordered initialization
` [PATCH security-next v2 13/26] LSM: Plumb visibility into optional "enabled" state
` [PATCH security-next v2 14/26] LSM: Lift LSM selection out of individual LSMs
` [PATCH security-next v2 15/26] LSM: Introduce lsm.enable= and lsm.disable=
` [PATCH security-next v2 16/26] LSM: Prepare for reorganizing "security=" logic
` [PATCH security-next v2 17/26] LSM: Refactor "security=" in terms of enable/disable
` [PATCH security-next v2 18/26] LSM: Build ordered list of ordered LSMs for init
` [PATCH security-next v2 19/26] LSM: Introduce CONFIG_LSM_ORDER
` [PATCH security-next v2 20/26] LSM: Introduce "lsm.order=" for boottime ordering
` [PATCH security-next v2 21/26] LoadPin: Initialize as ordered LSM
` [PATCH security-next v2 22/26] Yama: "
` [PATCH security-next v2 23/26] LSM: Introduce enum lsm_order
` [PATCH security-next v2 24/26] capability: Mark as LSM_ORDER_FIRST
` [PATCH security-next v2 25/26] LSM: Separate idea of "major" LSM from "exclusive" LSM
` [PATCH security-next v2 26/26] LSM: Add all exclusive LSMs to ordered initialization

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-21 14:52 UTC  (11+ messages)

[PATCH v8 00/20] kasan: add software tag-based mode for arm64
 2018-09-21 14:28 UTC  (7+ messages)
` [PATCH v8 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v8 16/20] kasan: add hooks implementation for tag-based mode

[PATH v6 0/4] gpiolib: speed up GPIO array processing
 2018-09-21 14:14 UTC  (9+ messages)
  ` [PATCH v7 4/4] gpiolib: Implement fast processing path in get/set array

[PATCH v8 01/20] kasan, mm: change hooks signatures
 2018-09-21 12:13 UTC  (4+ messages)

[PATCH v5 00/22] nvmem: rework of the subsystem for non-DT users
 2018-09-21  7:29 UTC  (23+ messages)
` [PATCH v5 01/22] nvmem: provide nvmem_dev_name()
` [PATCH v5 02/22] nvmem: remove the name field from struct nvmem_device
` [PATCH v5 03/22] nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()
` [PATCH v5 04/22] nvmem: remove a stray newline
` [PATCH v5 05/22] nvmem: check the return value of nvmem_add_cells()
` [PATCH v5 06/22] nvmem: use kref
` [PATCH v5 07/22] nvmem: sunxi_sid: return -ENOMEM if kzalloc() fails
` [PATCH v5 08/22] nvmem: sunxi_sid: use devm_nvmem_register()
` [PATCH v5 09/22] nvmem: lpc18xx_eeprom: "
` [PATCH v5 10/22] nvmem: mxs-ocotp: "
` [PATCH v5 11/22] nvmem: change the signature of nvmem_unregister()
` [PATCH v5 12/22] nvmem: remove the global cell list
` [PATCH v5 13/22] nvmem: add support for cell info
` [PATCH v5 14/22] nvmem: resolve cells from DT at registration time
` [PATCH v5 15/22] nvmem: add support for cell lookups from machine code
` [PATCH v5 16/22] Documentation: nvmem: document cell tables and lookup entries
` [PATCH v5 17/22] nvmem: add a notifier chain
` [PATCH v5 18/22] nvmem: use SPDX license identifiers
` [PATCH v5 19/22] nvmem: make the naming of arguments in nvmem_cell_get() consistent
` [PATCH v5 20/22] nvmem: use EOPNOTSUPP instead of ENOSYS
` [PATCH v5 21/22] nvmem: fix commenting style
` [PATCH v5 22/22] nvmem: use octal permissions instead of constants

[PATCH 0/3] x86/mm/doc: Clean up mm.txt
 2018-09-21  5:29 UTC  (8+ messages)
` [PATCH 1/3] x86/KASLR: Update document about KERNEL_IMAGE_SIZE
` [PATCH 2/3] x86/mm/doc: Clean up the memory region layout descriptions
` [PATCH 3/3] x86/doc/kaslr.txt: Create a separate part of document abourt KASLR at the end of file
  ` [PATCH v2 "
    ` [PATCH v3 "

[PATCH v4 00/22] nvmem: rework of the subsystem for non-DT users
 2018-09-21  1:12 UTC  (3+ messages)
` [PATCH v4 15/22] nvmem: add support for cell lookups from machine code

[PATCH] Modify Code of Conduct
 2018-09-21  0:34 UTC 

[PATCH] doc:it_IT: add some process/* translations
 2018-09-20 20:35 UTC  (2+ messages)

[PATCH v5 00/15] Compiler Attributes
 2018-09-20 20:08 UTC  (23+ messages)
` [PATCH v5 01/15] Compiler Attributes: remove unused attributes
` [PATCH v5 02/15] Compiler Attributes: always use the extra-underscores syntax
` [PATCH v5 03/15] Compiler Attributes: remove unneeded tests
` [PATCH v5 04/15] Compiler Attributes: homogenize __must_be_array
` [PATCH v5 05/15] Compiler Attributes: remove unneeded sparse (__CHECKER__) tests
` [PATCH v5 06/15] Compiler Attributes: add missing SPDX ID in compiler_types.h
` [PATCH v5 07/15] Compiler Attributes: use feature checks instead of version checks
` [PATCH v5 08/15] Compiler Attributes: KENTRY used twice the "used" attribute
` [PATCH v5 09/15] Compiler Attributes: remove uses of __attribute__ from compiler.h
` [PATCH v5 10/15] Compiler Attributes: add Doc/process/programming-language.rst
` [PATCH v5 11/15] Compiler Attributes: add MAINTAINERS entry
` [PATCH v5 12/15] Compiler Attributes: add support for __nonstring (gcc >= 8)
` [PATCH v5 13/15] Compiler Attributes: enable -Wstringop-truncation on W=1 "
` [PATCH v5 14/15] Compiler Attributes: auxdisplay: panel: use __nonstring
` [PATCH v5 15/15] Compiler Attributes: ext4: remove local __nonstring definition

[PATCH] doc: Fix acronym "FEKEK" in ecryptfs
 2018-09-20 17:12 UTC  (2+ messages)

[PATCH] docs: fix some broken documentation references
 2018-09-20 17:10 UTC  (2+ messages)

[PATCH] iommu: Fix passthrough option documentation
 2018-09-20 17:08 UTC  (2+ messages)

[PATCH v4 0/3] docs/core-api: add memory allocation guide
 2018-09-20 17:04 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).