linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-20 14:37:01 to 2018-02-25 22:50:04 UTC [more...]

Removing architectures without upstream gcc support
 2018-02-25 22:50 UTC  (31+ messages)
          ` [OpenRISC] "

[PATCH 00/11] siginfo fixes/cleanups esp SI_USER
 2018-02-25 19:49 UTC  (5+ messages)
` [PATCH 04/11] signal/parisc: Document a conflict with SI_USER with SIGFPE

[PATCH v12 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys
 2018-02-25 11:57 UTC  (16+ messages)
` [PATCH v12 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v12 2/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
` [PATCH v12 3/3] mm, x86, powerpc: display pkey in smaps only if arch supports pkeys

[PATCH 4.4 173/193] Documentation: Document array_index_nospec
 2018-02-23 18:26 UTC  (18+ messages)
` [PATCH 4.4 174/193] array_index_nospec: Sanitize speculative array de-references
` [PATCH 4.4 175/193] x86: Implement array_index_mask_nospec
` [PATCH 4.4 176/193] x86: Introduce barrier_nospec
` [PATCH 4.4 177/193] x86/get_user: Use pointer masking to limit speculation
` [PATCH 4.4 178/193] x86/syscall: Sanitize syscall table de-references under speculation
` [PATCH 4.4 179/193] vfs, fdtable: Prevent bounds-check bypass via speculative execution
` [PATCH 4.4 180/193] nl80211: Sanitize array index in parse_txq_params
` [PATCH 4.4 181/193] x86/spectre: Report get_user mitigation for spectre_v1

[stable 4.4 10/29] Documentation: Document array_index_nospec
 2018-02-23 10:42 UTC  (18+ messages)
` [stable 4.4 11/29] array_index_nospec: Sanitize speculative array de-references
` [stable 4.4 12/29] x86: Implement array_index_mask_nospec
` [stable 4.4 13/29] x86: Introduce barrier_nospec
` [stable 4.4 14/29] x86/get_user: Use pointer masking to limit speculation
` [stable 4.4 15/29] x86/syscall: Sanitize syscall table de-references under speculation
` [stable 4.4 16/29] vfs, fdtable: Prevent bounds-check bypass via speculative execution
` [stable 4.4 17/29] nl80211: Sanitize array index in parse_txq_params
` [stable 4.4 18/29] x86/spectre: Report get_user mitigation for spectre_v1

[PATCH 0/3] arm64: Fix invalid si_codes for fault signals
 2018-02-22 13:13 UTC  (12+ messages)
` [PATCH 1/3] signal: Add FPE_FLTUNK si_code for undiagnosable fp exceptions
` [PATCH 2/3] arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE
` [PATCH 3/3] arm64: signal: Ensure si_code is valid for all fault signals

[PATCH RFC tools/lkmm 0/12] Miscellaneous fixes
 2018-02-22 11:59 UTC  (34+ messages)
` [PATCH RFC tools/lkmm 01/12] tools/memory-model: Clarify the origin/scope of the tool name
` [PATCH RFC tools/lkmm 02/12] MAINTAINERS: Add the Memory Consistency Model subsystem
` [PATCH RFC tools/lkmm 03/12] MAINTAINERS: List file memory-barriers.txt within the LKMM entry
` [PATCH RFC tools/lkmm 04/12] EXP litmus_tests: Add comments explaining tests' purposes
` [PATCH RFC tools/lkmm 05/12] README: Fix a couple of punctuation errors
` [PATCH RFC tools/lkmm 06/12] MAINTAINERS: Add Akira Yokosawa as an LKMM reviewer
` [PATCH RFC tools/lkmm 07/12] Documentation/memory-barriers.txt: Cross-reference "tools/memory-model/"
` [PATCH RFC tools/lkmm 08/12] memory-barriers: Fix description of data dependency barriers
` [PATCH RFC tools/lkmm 09/12] tools/memory-model: Add required herd7 version to README file
` [PATCH RFC tools/lkmm 10/12] tools/memory-model: Add a S lock-based external-view litmus test
` [PATCH RFC tools/lkmm 11/12] tools/memory-model: Convert underscores to hyphens
` [PATCH RFC tools/lkmm 12/12] tools/memory-model: Remove rb-dep, smp_read_barrier_depends, and lockless_dereference

[PATCH v14 0/9] LPC: legacy ISA I/O support
 2018-02-22 10:10 UTC  (15+ messages)
` [PATCH v14 1/9] LIB: Introduce a generic PIO mapping method
` [PATCH v14 5/9] OF: Add missing I/O range exception for indirect-IO devices
` [PATCH v14 6/9] HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
` [PATCH v14 8/9] HISI LPC: Add ACPI support

[PATCH v12 00/22] selftests, powerpc, x86 : Memory Protection Keys
 2018-02-22  5:51 UTC  (48+ messages)
` [PATCH v12 01/22] selftests/x86: Move protecton key selftest to arch neutral directory
` [PATCH v12 02/22] selftests/vm: rename all references to pkru to a generic name
` [PATCH v12 03/22] selftests/vm: move generic definitions to header file
` [PATCH v12 04/22] selftests/vm: typecast the pkey register
` [PATCH v12 05/22] selftests/vm: generic function to handle shadow key register
` [PATCH v12 06/22] selftests/vm: fix the wrong assert in pkey_disable_set()
` [PATCH v12 07/22] selftests/vm: fixed bugs in pkey_disable_clear()
` [PATCH v12 08/22] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v12 09/22] selftests/vm: fix alloc_random_pkey() to make it really random
` [PATCH v12 10/22] selftests/vm: introduce two arch independent abstraction
` [PATCH v12 11/22] selftests/vm: pkey register should match shadow pkey
` [PATCH v12 12/22] selftests/vm: generic cleanup
` [PATCH v12 13/22] selftests/vm: powerpc implementation for generic abstraction
` [PATCH v12 14/22] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v12 15/22] selftests/vm: powerpc implementation to check support for pkey
` [PATCH v12 16/22] selftests/vm: fix an assertion in test_pkey_alloc_exhaust()
` [PATCH v12 17/22] selftests/vm: associate key on a mapped page and detect access violation
` [PATCH v12 18/22] selftests/vm: associate key on a mapped page and detect write violation
` [PATCH v12 19/22] selftests/vm: detect write violation on a mapped access-denied-key page
` [PATCH v12 20/22] selftests/vm: testcases must restore pkey-permissions
` [PATCH v12 21/22] selftests/vm: sub-page allocator
` [PATCH v12 22/22] selftests/vm: Fix deadlock in protection_keys.c

[PATCH] bug.h: Work around GCC PR82365 in BUG()
 2018-02-21 21:23 UTC  (12+ messages)

[PATCH v12 00/11] Application Data Integrity feature introduced by SPARC M7
 2018-02-21 20:58 UTC  (5+ messages)
` [PATCH v12 01/11] signals, sparc: Add signal codes for ADI violations
` [PATCH v12 02/11] mm, swap: Add infrastructure for saving page metadata on swap

[PATCH v7 00/37] Andes(nds32) Linux Kernel Port
 2018-02-21 12:27 UTC  (5+ messages)
` [PATCH v7 03/37] sparc: io: To use the define of ioremap_[nocache|wc|wb] in asm-generic/io.h

[PATCH v7 02/37] asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU
 2018-02-21 12:02 UTC  (5+ 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).