linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-02 16:32:46 to 2017-11-08 06:20:12 UTC [more...]

[PATCH 00/31] Andes(nds32) Linux Kernel Port
 2017-11-08  5:55 UTC  (37+ messages)
` [PATCH 01/31] nds32: Assembly macros and definitions
` [PATCH 02/31] nds32: Kernel booting and initialization
` [PATCH 03/31] nds32: Support early_printk
` [PATCH 04/31] nds32: Exception handling
` [PATCH 05/31] nds32: MMU definitions
` [PATCH 06/31] nds32: MMU initialization
` [PATCH 07/31] nds32: MMU fault handling and page table management
` [PATCH 08/31] nds32: Cache and TLB routines
` [PATCH 09/31] nds32: Process management
` [PATCH 10/31] nds32: IRQ handling
` [PATCH 11/31] nds32: Atomic operations
` [PATCH 12/31] nds32: Device specific operations
` [PATCH 13/31] nds32: DMA mapping API
` [PATCH 14/31] nds32: ELF definitions
` [PATCH 15/31] nds32: System calls handling
` [PATCH 16/31] nds32: VDSO support
` [PATCH 18/31] nds32: Library functions
` [PATCH 19/31] nds32: Debugging support
` [PATCH 20/31] nds32: L2 cache support
` [PATCH 21/31] nds32: Loadable modules
` [PATCH 22/31] nds32: Generic timers support
` [PATCH 23/31] nds32: Device tree support
` [PATCH 24/31] nds32: Miscellaneous header files
` [PATCH 25/31] nds32: defconfig
` [PATCH 26/31] nds32: Build infrastructure
` [PATCH 27/31] dt-bindings: interrupt-controller: Andestech Internal Vector Interrupt Controller
` [PATCH 28/31] irqchip: Andestech Internal Vector Interrupt Controller driver
` [PATCH 29/31] MAINTAINERS: Add nds32
` [PATCH 30/31] dt-bindings: nds32 CPU Bindings
` [PATCH 31/31] net: faraday add nds32 support

POWER: Unexpected fault when writing to brk-allocated memory
 2017-11-08  6:18 UTC  (25+ messages)

[PATCH 0/3] bug: Fix "cut here" location for __WARN_TAINT
 2017-11-08  0:27 UTC  (6+ messages)
` [PATCH 1/3] lkdtm: Include WARN format string
` [PATCH 2/3] bug: Define the "cut here" string in a single place
` [PATCH 3/3] bug: Fix "cut here" location for __WARN_TAINT architectures

[PATCH v9 00/51] powerpc, mm: Memory Protection Keys
 2017-11-07 23:44 UTC  (114+ messages)
` [PATCH v9 01/51] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v9 02/51] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
` [PATCH v9 03/51] powerpc: initial pkey plumbing
` [PATCH v9 04/51] powerpc: track allocation status of all pkeys
` [PATCH v9 05/51] powerpc: helper function to read,write AMR,IAMR,UAMOR registers
` [PATCH v9 06/51] powerpc: helper functions to initialize AMR, IAMR and UAMOR registers
` [PATCH v9 07/51] powerpc: cleanup AMR, IAMR when a key is allocated or freed
` [PATCH v9 08/51] powerpc: implementation for arch_set_user_pkey_access()
` [PATCH v9 09/51] powerpc: ability to create execute-disabled pkeys
` [PATCH v9 10/51] powerpc: store and restore the pkey state across context switches
` [PATCH v9 11/51] powerpc: introduce execute-only pkey
` [PATCH v9 12/51] powerpc: ability to associate pkey to a vma
` [PATCH v9 13/51] powerpc: implementation for arch_override_mprotect_pkey()
` [PATCH v9 14/51] powerpc: map vma key-protection bits to pte key bits
` [PATCH v9 15/51] powerpc: Program HPTE key protection bits
` [PATCH v9 16/51] powerpc: helper to validate key-access permissions of a pte
` [PATCH v9 17/51] powerpc: check key protection for user page access
` [PATCH v9 18/51] powerpc: implementation for arch_vma_access_permitted()
` [PATCH v9 19/51] powerpc: Handle exceptions caused by pkey violation
` [PATCH v9 20/51] powerpc: introduce get_mm_addr_key() helper
` [PATCH v9 21/51] powerpc: Deliver SEGV signal on pkey violation
` [PATCH v9 22/51] powerpc/ptrace: Add memory protection key regset
` [PATCH v9 23/51] powerpc: Enable pkey subsystem
` [PATCH v9 24/51] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
` [PATCH v9 25/51] powerpc: sys_pkey_mprotect() system call
` [PATCH v9 26/51] powerpc: add sys_pkey_modify() "
` [PATCH v9 27/51] mm, x86 : introduce arch_pkeys_enabled()
` [PATCH v9 28/51] mm: display pkey in smaps if arch_pkeys_enabled() is true
` [PATCH v9 29/51] mm/mprotect, powerpc/mm/pkeys, x86/mm/pkeys: Add sysfs interface
` [PATCH v9 30/51] Documentation/x86: Move protecton key documentation to arch neutral directory
` [PATCH v9 31/51] Documentation/vm: PowerPC specific updates to memory protection keys
` [PATCH v9 32/51] selftest/x86: Move protecton key selftest to arch neutral directory
` [PATCH v9 33/51] selftest/vm: rename all references to pkru to a generic name
` [PATCH v9 34/51] selftest/vm: move generic definitions to header file
` [PATCH v9 35/51] selftest/vm: typecast the pkey register
` [PATCH v9 36/51] selftest/vm: generic function to handle shadow key register
` [PATCH v9 37/51] selftest/vm: fix the wrong assert in pkey_disable_set()
` [PATCH v9 38/51] selftest/vm: fixed bugs in pkey_disable_clear()
` [PATCH v9 39/51] selftest/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v9 40/51] selftest/vm: fix alloc_random_pkey() to make it really random
` [PATCH v9 41/51] selftest/vm: introduce two arch independent abstraction
` [PATCH v9 42/51] selftest/vm: pkey register should match shadow pkey
` [PATCH v9 43/51] selftest/vm: generic cleanup
` [PATCH v9 44/51] selftest/vm: powerpc implementation for generic abstraction
` [PATCH v9 45/51] selftest/vm: fix an assertion in test_pkey_alloc_exhaust()
` [PATCH v9 46/51] selftest/vm: associate key on a mapped page and detect access violation
` [PATCH v9 47/51] selftest/vm: associate key on a mapped page and detect write violation
` [PATCH v9 48/51] selftest/vm: detect write violation on a mapped access-denied-key page
` [PATCH v9 49/51] selftest/vm: sub-page allocator
` [PATCH v9 50/51] selftests/powerpc: Add ptrace tests for Protection Key register
` [PATCH v9 51/51] selftests/powerpc: Add core file test "

☑ linuo126:参展JEC是一个复合材料及新材料企业走向国际化的标志和途径☛2018第53届世界JEC复合材料展览及会议(上U2/L50-mE)
 2017-11-07 18:00 UTC 

[PATCH v5 00/30] ARM Scalable Vector Extension (SVE)
 2017-11-07 13:22 UTC  (14+ messages)
` [PATCH v5 04/30] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH v5 15/30] arm64/sve: Signal handling support

[PATCH] asm-generic/io.h: remove unnecessary include of linux/vmalloc.h
 2017-11-07 10:24 UTC  (4+ messages)

[PATCH v10 00/38] x86: Secure Memory Encryption (AMD)
 2017-11-06  7:13 UTC  (8+ messages)
` [PATCH v10 20/38] x86, mpparse: Use memremap to map the mpf and mpc data

MPK: pkey_free and key reuse
 2017-11-05 10:35 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).