public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-30 00:01:44 to 2017-07-05 21:22:55 UTC [more...]

[RFC v5 00/38] powerpc: Memory Protection Keys
 2017-07-05 21:22 UTC  (46+ messages)
` [RFC v5 01/38] powerpc: Free up four 64K PTE bits in 4K backed HPTE pages
` [RFC v5 02/38] powerpc: Free up four 64K PTE bits in 64K "
` [RFC v5 03/38] powerpc: introduce pte_set_hash_slot() helper
` [RFC v5 04/38] powerpc: introduce pte_get_hash_gslot() helper
` [RFC v5 05/38] powerpc: capture the PTE format changes in the dump pte report
` [RFC v5 06/38] powerpc: use helper functions in __hash_page_64K() for 64K PTE
` [RFC v5 07/38] powerpc: use helper functions in __hash_page_huge() "
` [RFC v5 08/38] powerpc: use helper functions in __hash_page_4K() "
` [RFC v5 09/38] powerpc: use helper functions in __hash_page_4K() for 4K PTE
` [RFC v5 10/38] powerpc: use helper functions in flush_hash_page()
` [RFC v5 11/38] mm: introduce an additional vma bit for powerpc pkey
` [RFC v5 12/38] mm: ability to disable execute permission on a key at creation
` [RFC v5 13/38] x86: disallow pkey creation with PKEY_DISABLE_EXECUTE
` [RFC v5 14/38] powerpc: initial plumbing for key management
` [RFC v5 15/38] powerpc: helper function to read,write AMR,IAMR,UAMOR registers
` [RFC v5 16/38] powerpc: implementation for arch_set_user_pkey_access()
` [RFC v5 17/38] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
` [RFC v5 18/38] powerpc: store and restore the pkey state across context switches
` [RFC v5 19/38] powerpc: introduce execute-only pkey
` [RFC v5 20/38] powerpc: ability to associate pkey to a vma
` [RFC v5 21/38] powerpc: implementation for arch_override_mprotect_pkey()
` [RFC v5 22/38] powerpc: map vma key-protection bits to pte key bits
` [RFC v5 23/38] powerpc: sys_pkey_mprotect() system call
` [RFC v5 24/38] powerpc: Program HPTE key protection bits
` [RFC v5 25/38] powerpc: helper to validate key-access permissions of a pte
` [RFC v5 26/38] powerpc: check key protection for user page access
` [RFC v5 27/38] powerpc: Macro the mask used for checking DSI exception
` [RFC v5 28/38] powerpc: implementation for arch_vma_access_permitted()
` [RFC v5 29/38] powerpc: Handle exceptions caused by pkey violation
` [RFC v5 31/38] powerpc: introduce get_pte_pkey() helper
` [RFC v5 32/38] powerpc: capture the violated protection key on fault
` [RFC v5 33/38] powerpc: Deliver SEGV signal on pkey violation
` [RFC v5 34/38] procfs: display the protection-key number associated with a vma
` [RFC v5 36/38] selftest: PowerPC specific test updates to memory protection keys
` [RFC v5 37/38] Documentation: Move protecton key documentation to arch neutral directory

[PATCH 8/9] RISC-V: User-facing API
 2017-07-05 16:49 UTC  (4+ messages)

RISC-V Linux Port v4
 2017-07-05 10:24 UTC  (26+ messages)
` [PATCH 1/9] RISC-V: Init and Halt Code
    ` [patches] "
  ` [patches] "
` [PATCH 2/9] RISC-V: Atomic and Locking Code
` [PATCH 3/9] RISC-V: Generic library routines and assembly
` [PATCH 4/9] RISC-V: ELF and module implementation
` [PATCH 5/9] RISC-V: Task implementation
` [PATCH 6/9] RISC-V: Device, timer, IRQs, and the SBI
` [PATCH 7/9] RISC-V: Paging and MMU
` [PATCH 8/9] RISC-V: User-facing API
` [PATCH 9/9] RISC-V: Build Infastructure

(unknown),
 2017-07-04 19:53 UTC 

(unknown),
 2017-07-04 10:50 UTC 

[PATCH RFC 0/26] Remove spin_unlock_wait()
 2017-07-04  0:54 UTC  (107+ messages)
` [PATCH RFC 01/26] netfilter: Replace spin_unlock_wait() with lock/unlock pair
` [PATCH RFC 02/26] task_work: "
` [PATCH RFC 03/26] sched: "
` [PATCH RFC 05/26] exit: "
` [PATCH RFC 06/26] ipc: "
` [PATCH RFC 08/26] locking: Remove spin_unlock_wait() generic definitions
` [PATCH RFC 09/26] alpha: Remove spin_unlock_wait() arch-specific definitions
` [PATCH RFC 10/26] arc: "
` [PATCH RFC 11/26] arm: "
` [PATCH RFC 12/26] arm64: "
` [PATCH RFC 13/26] blackfin: "
` [PATCH RFC 14/26] hexagon: "
` [PATCH RFC 17/26] metag: "
` [PATCH RFC 18/26] mips: "
` [PATCH RFC 19/26] mn10300: "
` [PATCH RFC 20/26] parisc: "
` [PATCH RFC 21/26] powerpc: "
` [PATCH RFC 22/26] s390: "
` [PATCH RFC 23/26] sh: "
` [PATCH RFC 24/26] sparc: "
` [PATCH RFC 25/26] tile: "
` [PATCH RFC 26/26] xtensa: "

[PATCH 1/1] futex: remove duplicated code and fix UB
 2017-07-03 10:18 UTC  (5+ messages)

(unknown),
 2017-07-02 18:44 UTC 

[PATCH 1/8] signal/alpha: Document a conflict with SI_USER for SIGTRAP
 2017-07-02 14:13 UTC  (20+ messages)
` [PATCH 2/8] signal/ia64: Document a conflict with SI_USER with SIGFPE
` [PATCH 3/8] signal/sparc: "
  ` [PATCH 4/8] signal/mips: "
  ` [PATCH 5/8] signal/testing: Don't look for __SI_FAULT in userspace
  ` [PATCH 6/8] signal/x86: Fix SIGSYS handling in copy_siginfo_to_user32
  ` [PATCH 7/8] fcntl: Don't use ambiguous SIG_POLL si_codes
  ` [PATCH 8/8] signal: Remove kernel interal si_code magic

[PATCH v2] spin loop primitives for busy waiting
 2017-07-02 11:01 UTC  (3+ messages)
` [v2] "

[PATCH v3 0/4] make io{read|write}64 more globally usable
 2017-06-30 16:21 UTC  (5+ messages)
` [PATCH v3 4/4] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64

[PATCH 0/8] signal: Fix sending signals with siginfo
 2017-06-30 12:36 UTC 

[PATCH 6/9] RISC-V: Device, timer, IRQs, and the SBI
 2017-06-30  7:57 UTC  (3+ messages)

[PATCH 0/5] Last bits for initial 5-level paging enabling
 2017-06-30  6:59 UTC  (6+ messages)

[PATCH v5 0/3] Implement fast refcount overflow protection
 2017-06-30  3:58 UTC  (8+ messages)
` [PATCH v5 3/3] x86/refcount: "
  ` [kernel-hardening] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox