messages from 2018-09-27 16:36:43 to 2018-10-03 00:05:49 UTC [more...]
[PATCH security-next v4 00/32] LSM: Explict LSM ordering
2018-10-03 0:05 UTC (63+ 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
[GIT PULL linux-next] Add Compiler Attributes tree
2018-10-02 23:24 UTC (8+ messages)
[PATCH] yama: clarify ptrace_scope=2 in Yama documentation
2018-10-02 21:08 UTC (5+ messages)
[PATCH v12 0/9] cpuset: Enable cpuset controller in default hierarchy
2018-10-02 20:44 UTC (6+ messages)
` [PATCH v12 9/9] cpuset: Support forced turning off of partition flag
[PATCH v8 0/5] ipc: IPCMNI limit check for *mni & increase that limit
2018-10-02 17:43 UTC (6+ messages)
` [PATCH v8 3/5] ipc: Allow boot time extension of IPCMNI from 32k to 2M
[RFC PATCH v4 00/27] Control Flow Enforcement: Shadow Stack
2018-10-02 17:15 UTC (13+ 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
[PATCH v9 0/2] Add an initial DT binding doc for ina3221
2018-10-02 17:07 UTC (5+ 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 v9 00/20] kasan: add software tag-based mode for arm64
2018-10-02 13:42 UTC (3+ messages)
` [PATCH v9 19/20] kasan: update documentation
[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 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 (3+ messages)
` [PATCH v2 2/3] x86/mm/doc: Clean up the memory region layout descriptions
[PATCH] doc:it_IT: add some process/* translations
2018-10-02 8:43 UTC (3+ messages)
[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 (2+ messages)
[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
[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 (13+ messages)
` [PATCH 2/2] hwmon: ina3221: Add "
[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 (6+ 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 (5+ messages)
[PATCH v2] NTB: switchtec_ntb: Update switchtec documentation with pre-requisites for NTB
2018-09-27 16:38 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).