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

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

Removing architectures without upstream gcc support
 2018-02-26 22:11 UTC  (41+ messages)
          ` [OpenRISC] "

[PATCH v12 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys
 2018-02-26 21:16 UTC  (24+ 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

arc: mm->mmap_sem gets locked in do_page_fault() in case of OOM killer invocation
 2018-02-26 20:44 UTC  (3+ messages)

[PATCH v15 0/9] LPC: legacy ISA I/O support
 2018-02-26 16:40 UTC  (20+ messages)
` [PATCH v15 1/9] LIB: Introduce a generic PIO mapping method
` [PATCH v15 2/9] PCI: Remove unused __weak attribute in pci_register_io_range()
` [PATCH v15 3/9] PCI: Add fwnode handler as input param of pci_register_io_range()
` [PATCH v15 4/9] PCI: Apply the new generic I/O management on PCI IO hosts
` [PATCH v15 5/9] OF: Add missing I/O range exception for indirect-IO devices
` [PATCH v15 6/9] HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
` [PATCH v15 7/9] ACPI / scan: do not enumerate Indirect IO host children
` [PATCH v15 8/9] HISI LPC: Add ACPI support
` [PATCH v15 9/9] MAINTAINERS: Add maintainer for HiSilicon LPC driver

[PATCH] selftests/x86: Detect -no-pie availability
 2018-02-26 14:31 UTC 

[PATCH] drivers/sh: clk: drop "const" qualifier in I/O read wrappers
 2018-02-26 13:58 UTC 

[PATCH/RFC] headers: drop 2 #included headers from <linux/interrupt.h>
 2018-02-26  7:59 UTC  (6+ messages)

[PATCH v12 00/22] selftests, powerpc, x86 : Memory Protection Keys
 2018-02-25 23:19 UTC  (50+ 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 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  (6+ messages)
` [PATCH 1/3] signal: Add FPE_FLTUNK si_code for undiagnosable fp exceptions

[PATCH RFC tools/lkmm 0/12] Miscellaneous fixes
 2018-02-22 11:59 UTC  (12+ messages)
` [PATCH RFC tools/lkmm 10/12] tools/memory-model: Add a S lock-based external-view litmus test

[PATCH v14 0/9] LPC: legacy ISA I/O support
 2018-02-22 10:10 UTC  (3+ messages)

[PATCH RFC tools/lkmm 10/12] tools/memory-model: Add a S lock-based external-view litmus test
 2018-02-21 22:25 UTC  (3+ 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).