linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-01 12:43:03 to 2018-10-02 07:35:51 UTC [more...]

[PATCH security-next v4 00/32] LSM: Explict LSM ordering
 2018-10-02  4:49 UTC  (51+ 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 0/3] namei: implement various scoping AT_* flags
 2018-10-02  7:32 UTC  (44+ messages)
` [PATCH 1/3] namei: implement O_BENEATH-style "
` [PATCH 2/3] namei: implement AT_THIS_ROOT chroot-like path resolution

[PATCH net-next v6 01/23] asm: simd context helper API
 2018-10-02  7:18 UTC  (12+ messages)

[PATCH 0/3] System call table generation support
 2018-10-02  7:07 UTC  (5+ messages)
` [PATCH 1/3] microblaze: Replace NR_syscalls macro from asm/unistd.h

[RESEND PATCH v4 0/8] Introduce the for_each_set_clump macro
 2018-10-02  7:00 UTC  (10+ messages)
` [RESEND PATCH v4 1/8] bitops: "
` [RESEND PATCH v4 2/8] lib/test_bitmap.c: Add for_each_set_clump test cases
` [RESEND PATCH v4 3/8] gpio: 104-dio-48e: Utilize for_each_set_clump macro
` [RESEND PATCH v4 4/8] gpio: 104-idi-48: "
` [RESEND PATCH v4 5/8] gpio: gpio-mm: "
` [RESEND PATCH v4 6/8] gpio: ws16c48: "
` [RESEND PATCH v4 7/8] gpio: pci-idio-16: "
` [RESEND PATCH v4 8/8] gpio: pcie-idio-24: "

[PATCH security-next v3 00/29] LSM: Explict LSM ordering
 2018-10-01 23:57 UTC  (96+ 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 v3 0/5] System call table generation support
 2018-10-01 22:52 UTC  (16+ messages)
` [PATCH v3 1/5] m68k: rename system call table file name
` [PATCH v3 2/5] m68k: replace NR_syscalls macro from asm/unistd.h
` [PATCH v3 3/5] m68k: add system call table generation support
` [PATCH v3 4/5] m68k: uapi header and system call table file generation
` [PATCH v3 5/5] m68k: add __IGNORE* entries in asm/unistd.h

[PATCH v6 00/16] Add support for Hygon Dhyana Family 18h processor
 2018-10-01 19:38 UTC  (4+ messages)
` [PATCH v6 16/16] cpupower, x86: Add Hygon Dhyana support

[PATCH v6 0/4] devres: provide and use devm_kstrdup_const()
 2018-10-01 16:09 UTC  (3+ messages)

[PATCH v2 0/7] System call table generation support
 2018-10-01 14:44 UTC  (14+ messages)
` [PATCH v2 1/7] ia64: add __NR_old_getpagesize macro
` [PATCH v2 6/7] ia64: uapi header and system call table file generation

[PATCH v2 0/5] System call table generation support
 2018-10-01 14:23 UTC  (10+ messages)
` [PATCH v2 2/5] parisc: add __NR_Linux_syscalls macro with __NR_syscalls
` [PATCH v2 3/5] parisc: add system call table generation support

[REVIEW][PATCH 00/20] siginfo cleanups for x86
 2018-10-01 13:04 UTC  (5+ messages)
` [REVIEW][PATCH 04/20] signal/x86: Use send_sig_mceerr as apropriate

[PATCH v2 0/3] System call table generation support
 2018-10-01 12:43 UTC  (8+ messages)
` [PATCH v2 1/3] microblaze: replace __NR_syscalls macro from asm/unistd.h
` [PATCH v2 2/3] microblaze: add system call table generation support
` [PATCH v2 3/3] microblaze: uapi header and system call table file generation


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