linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-12 15:49:25 to 2018-09-20 16:33:13 UTC [more...]

[PATCH security-next v2 00/26] LSM: Explict LSM ordering
 2018-09-20 16:23 UTC  (27+ 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 03/26] LSM: Rename .security_initcall section to .lsm_info
` [PATCH security-next v2 04/26] LSM: Remove initcall tracing
` [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

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

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-20 14:23 UTC  (8+ messages)

[PATCH] Documentation: filesystems: remove reminiscences of POHMELFS
 2018-09-20 13:16 UTC  (3+ messages)

[PATCH] iommu: Fix passthrough option documentation
 2018-09-20 13:14 UTC 

[PATCH v3] usb: hub: try old enumeration scheme first for high speed devices
 2018-09-20 10:37 UTC  (3+ messages)

[PATCH v4 0/3] docs/core-api: add memory allocation guide
 2018-09-20  4:29 UTC  (5+ messages)
` [PATCH v4 1/3] docs: core-api/gfp_mask-from-fs-io: add a label for cross-referencing
` [PATCH v4 2/3] docs: core-api/mm-api: add a lable for GFP flags section
` [PATCH v4 3/3] docs: core-api: add memory allocation guide

[PATCH 00/19] mtd: rawnand: API cleanup (2nd batch)
 2018-09-19 21:25 UTC  (4+ messages)

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

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-09-19 18:53 UTC  (40+ messages)
` [PATCH v6 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v6 04/18] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
` [PATCH v6 06/18] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v6 07/18] khwasan: add tag related helper functions
` [PATCH v6 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v6 13/18] khwasan: add bug reporting routines
` [PATCH v6 14/18] khwasan: add hooks implementation
` [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
` [PATCH v6 17/18] khwasan: update kasan documentation

[PATCH v1 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-09-19  7:35 UTC  (11+ messages)
` [PATCH v1 1/6] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
` [PATCH v1 2/6] mm/memory_hotplug: make add_memory() "
` [PATCH v1 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
` [PATCH v1 4/6] powerpc/powernv: hold device_hotplug_lock when calling device_online()
` [PATCH v1 5/6] powerpc/powernv: hold device_hotplug_lock in memtrace_offline_pages()
` [PATCH v1 6/6] memory-hotplug.txt: Add some details about locking internals

Hello Friend
 2018-09-19  6:01 UTC 

[PATCH 0/3] ttp_port: Clean up kernel-docs
 2018-09-19  5:15 UTC  (9+ messages)
` [PATCH 2/3] tty_port: Fix function name and brief desc
` [PATCH 3/3] tty_port: Fix kernel-docs warnings

[PATCH v8 00/12] PECI device driver introduction
 2018-09-18 21:51 UTC  (13+ messages)
` [PATCH v8 01/12] dt-bindings: Add a document of PECI subsystem
` [PATCH v8 02/12] Documentation: ioctl: Add ioctl numbers for "
` [PATCH v8 03/12] peci: Add support for PECI bus driver core
` [PATCH v8 04/12] dt-bindings: Add a document of PECI adapter driver for ASPEED AST24xx/25xx SoCs
` [PATCH v8 05/12] ARM: dts: aspeed: peci: Add PECI node
` [PATCH v8 06/12] peci: Add a PECI adapter driver for Aspeed AST24xx/AST25xx
` [PATCH v8 07/12] dt-bindings: mfd: Add a document for PECI client MFD
` [PATCH v8 08/12] mfd: intel-peci-client: Add PECI client MFD driver
` [PATCH v8 09/12] Documentation: hwmon: Add documents for PECI hwmon client drivers
` [PATCH v8 10/12] hwmon: Add PECI cputemp driver
` [PATCH v8 11/12] hwmon: Add PECI dimmtemp driver
` [PATCH v8 12/12] Add maintainers for the PECI subsystem

[PATCH] docs: fix some broken documentation references
 2018-09-18 14:39 UTC  (3+ messages)

[PATCH v7 00/10] Add the I3C subsystem
 2018-09-18  7:00 UTC  (3+ messages)
  ` [PATCH v7 01/10] i3c: Add core I3C infrastructure

[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
 2018-09-17 17:01 UTC  (8+ messages)
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse

[PATCH] Documentation: soundwire: fix stream.rst markup warnings
 2018-09-17 16:13 UTC  (3+ messages)

[PATCH] doc: Fix acronym "FEKEK" in ecryptfs
 2018-09-17  9:34 UTC 

[PATCH RFCv2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-09-17  7:32 UTC  (3+ messages)
` [PATCH RFCv2 3/6] mm/memory_hotplug: fix "

[PATCH v2] kconfig: add hardened defconfig helpers
 2018-09-16 17:44 UTC  (7+ messages)

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

[PATCH v3 0/5] FireWire: clean up kernel-doc, add Documentation chapter
 2018-09-15 14:59 UTC  (3+ messages)

[RFC PATCH v3 12/24] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
 2018-09-14 21:33 UTC  (15+ messages)

[RFC PATCH v3 00/24] Control Flow Enforcement: Shadow Stack
 2018-09-14 21:17 UTC  (11+ messages)
` [RFC PATCH v3 05/24] Documentation/x86: Add CET description
` [RFC PATCH v3 19/24] x86/cet/shstk: Introduce WRUSS instruction

[RESEND PATCH v5 0/9] extend PWM framework to support PWM modes
 2018-09-14 16:20 UTC  (2+ messages)

[PATCH v3 00/21] nvmem: rework of the subsystem for non-DT users
 2018-09-14 14:43 UTC  (2+ messages)

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

[PATCH] Documentation: fix image_size default value
 2018-09-14  8:30 UTC  (2+ messages)

[PATCH v3 0/3] docs/core-api: add memory allocation guide
 2018-09-13 22:41 UTC  (5+ messages)
` [PATCH v3 3/3] docs: core-api: "

[PATCH v3 08/21] nvmem: sunxi_sid: use devm_nvmem_register()
 2018-09-13  8:39 UTC  (3+ messages)

[PATCH] docs: Fix filename for serial reference implementation
 2018-09-13  6:23 UTC 

[PATCH] docs: net: Remove TCP congestion document
 2018-09-13  3:43 UTC  (2+ messages)

[PATCH v3 10/21] nvmem: change the signature of nvmem_unregister()
 2018-09-13  1:46 UTC  (3+ messages)

[PATCH v4 0/3] fs/dcache: Track # of negative dentries
 2018-09-12 17:35 UTC  (4+ messages)
` [PATCH v4 1/3] fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()
` [PATCH v4 2/3] fs: Don't need to put list_lru into its own cacheline
` [PATCH v4 3/3] fs/dcache: Track & report number of negative dentries

[PATCH v3 1/3] udmabuf: add documentation
 2018-09-12 16:40 UTC  (2+ messages)

[PATCH v3 0/4] fs/dcache: Track # of negative dentries
 2018-09-12 16:11 UTC  (6+ messages)
` [PATCH v3 4/4] fs/dcache: Eliminate branches in nr_dentry_negative accounting

[PATCH] NTB: ntb_hw_switchtec: add pre-requisites for NTB driver and misc updates
 2018-09-12 15:53 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).