linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-26 05:01:15 to 2018-10-02 13:20:00 UTC [more...]

[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
 2018-10-02 13:19 UTC  (10+ messages)
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse

[PATCH v7 0/8] arm64: untag user pointers passed to the kernel
 2018-10-02 13:12 UTC  (9+ messages)
` [PATCH v7 1/8] arm64: add type casts to untagged_addr macro
` [PATCH v7 2/8] uaccess: add untagged_addr definition for other arches
` [PATCH v7 3/8] arm64: untag user addresses in access_ok and __uaccess_mask_ptr
` [PATCH v7 4/8] mm, arm64: untag user addresses in mm/gup.c
` [PATCH v7 5/8] lib, arm64: untag addrs passed to strncpy_from_user and strnlen_user
` [PATCH v7 6/8] fs, arm64: untag user address in copy_mount_options
` [PATCH v7 7/8] arm64: update Documentation/arm64/tagged-pointers.txt
` [PATCH v7 8/8] selftests, arm64: add a selftest for passing tagged pointers to kernel

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

[PATCH v2] nvmem: fix nvmem_cell_get_from_lookup()
 2018-10-02  9:43 UTC 

[PATCH] nvmem: fix nvmem_cell_get_from_lookup()
 2018-10-02  9:43 UTC  (2+ messages)

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

[PATCH] doc:it_IT: add some process/* translations
 2018-10-02  8:43 UTC  (3+ messages)

[PATCH v9 0/2] Add an initial DT binding doc for ina3221
 2018-10-02  1:05 UTC  (3+ messages)
` [PATCH v9 1/2] dt-bindings: hwmon: Add ina3221 documentation
` [PATCH v9 2/2] hwmon: (ina3221) Read channel input source info from DT

[PATCH security-next v3 00/29] LSM: Explict LSM ordering
 2018-10-01 23:57 UTC  (72+ messages)
` [PATCH security-next v3 01/29] LSM: Correctly announce start of LSM initialization
` [PATCH security-next v3 02/29] vmlinux.lds.h: Avoid copy/paste of security_init section
` [PATCH security-next v3 03/29] LSM: Rename .security_initcall section to .lsm_info
` [PATCH security-next v3 04/29] LSM: Remove initcall tracing
` [PATCH security-next v3 05/29] LSM: Convert from initcall to struct lsm_info
` [PATCH security-next v3 06/29] vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
` [PATCH security-next v3 07/29] LSM: Convert security_initcall() into DEFINE_LSM()
` [PATCH security-next v3 08/29] LSM: Record LSM name in struct lsm_info
` [PATCH security-next v3 09/29] LSM: Provide init debugging infrastructure
` [PATCH security-next v3 10/29] LSM: Don't ignore initialization failures
` [PATCH security-next v3 11/29] LSM: Introduce LSM_FLAG_LEGACY_MAJOR
` [PATCH security-next v3 12/29] LSM: Provide separate ordered initialization
` [PATCH security-next v3 13/29] LoadPin: Rename "enable" to "enforce"
` [PATCH security-next v3 14/29] LSM: Plumb visibility into optional "enabled" state
` [PATCH security-next v3 15/29] LSM: Lift LSM selection out of individual LSMs
` [PATCH security-next v3 16/29] LSM: Prepare for arbitrary LSM enabling
` [PATCH security-next v3 17/29] LSM: Introduce CONFIG_LSM_ENABLE
` [PATCH security-next v3 18/29] LSM: Introduce lsm.enable= and lsm.disable=
` [PATCH security-next v3 19/29] LSM: Prepare for reorganizing "security=" logic

[PATCH] nvmem: fix nvmem_cell_get_from_lookup()
 2018-10-01 16:10 UTC  (3+ messages)

[PATCH] Documentation: lockstat: Fix trivial typo
 2018-10-01 11:01 UTC 

[PATCH v2 0/3] gpio: Fix VLA removal fallout
 2018-10-01 10:24 UTC  (5+ messages)
` [PATCH v2 1/3] Documentation: gpio: Fix return type of gpiod_set_raw_array_value*()
` [PATCH v2 2/3] gpio: Propagate errors from gpiod_set_array_value_complex()
` [PATCH v2 3/3] gpio: Restore indentation of continued lines

[PATCH v5 00/21] Ingenic JZ47xx TCU patchset v5
 2018-10-01  8:48 UTC  (5+ messages)
` [PATCH v5 04/21] dt-bindings: Add doc for the Ingenic TCU drivers

[PATCH v8 0/2] Add an initial DT binding doc for ina3221
 2018-10-01  3:28 UTC  (5+ messages)
` [PATCH v8 1/2] dt-bindings: hwmon: Add ina3221 documentation
` [PATCH v8 2/2] hwmon: ina3221: Read channel input source info from DT

[PATCH v5 00/15] Compiler Attributes
 2018-09-30 11:17 UTC  (9+ messages)
` [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 00/15] Compiler Attributes
 2018-09-30 11:11 UTC  (2+ messages)

Hello
 2018-09-29  0:27 UTC 

[RFC PATCH v4 00/27] Control Flow Enforcement: Shadow Stack
 2018-09-28 16:56 UTC  (4+ messages)
` [RFC PATCH v4 01/27] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET)

[PATCH v3] powerpc: wire up memtest
 2018-09-28 15:39 UTC 

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

[PATCH] usb: hub: try old enumeration scheme first for high speed devices
 2018-09-28 11:27 UTC 

[PATCH 0/2] hwmon: ina3221: Add power and enable sysfs nodes
 2018-09-27 23:14 UTC  (18+ messages)
` [PATCH 1/2] hwmon: ina3221: Add power "
` [PATCH 2/2] hwmon: ina3221: Add enable "

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

[PATCH v6 0/2] Add an initial DT binding doc for ina3221
 2018-09-27 20:44 UTC  (5+ messages)
` [PATCH v6 1/2] dt-bindings: hwmon: Add ina3221 documentation
` [PATCH v6 2/2] hwmon: ina3221: Read channel input source info from DT

[PATCH v5 0/2] Add an initial DT binding doc for ina3221
 2018-09-27 18:39 UTC  (9+ messages)
` [PATCH v5 1/2] dt-bindings: hwmon: Add ina3221 documentation

[PATCH 0/2] boot to a mapped device
 2018-09-27 18:31 UTC  (8+ messages)
` [PATCH 2/2] init: add support to directly "

[PATCH v2] NTB: switchtec_ntb: Update switchtec documentation with pre-requisites for NTB
 2018-09-27 16:38 UTC  (2+ messages)

[PATCH v8 00/12] PECI device driver introduction
 2018-09-27 16:28 UTC  (7+ messages)
` [PATCH v8 01/12] dt-bindings: Add a document of PECI subsystem
` [PATCH v8 07/12] dt-bindings: mfd: Add a document for PECI client MFD

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

[0/5] rcu doc updates
 2018-09-26 23:47 UTC  (3+ messages)

Reminder,
 2018-09-27  0:50 UTC 

[PATCH 0/3] x86/mm/doc: Clean up mm.txt
 2018-09-27  0:02 UTC  (2+ messages)

[PATCH v3 0/4] fpga: add devm managed create APIs
 2018-09-26 16:12 UTC  (5+ messages)
` [PATCH v3 1/4] fpga: mgr: add devm_fpga_mgr_create
` [PATCH v3 2/4] fpga: bridge: add devm_fpga_bridge_create
` [PATCH v3 3/4] fpga: add devm_fpga_region_create
` [PATCH v3 4/4] docs: fpga: document programming fpgas using regions

[PATCH v2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-09-26 10:09 UTC  (4+ messages)
` [PATCH v2 5/6] powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages()

[PATCH v7 05/24] clocksource: Add a new timer-ingenic driver
 2018-09-26  8:05 UTC 


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).