linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-19 14:27:38 to 2018-01-22 18:53:29 UTC [more...]

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

[PATCH v4.1 00/10] spectre variant1 mitigations for tip/x86/pti
 2018-01-22 18:52 UTC  (28+ messages)
` [PATCH v4.1 01/10] Documentation: document array_ptr
` [PATCH v4.1 02/10] asm/nospec, array_ptr: sanitize speculative array de-references
    `  "
      ` [kernel-hardening] "
` [PATCH v4.1 03/10] x86: implement array_ptr_mask()
` [PATCH v4.1 04/10] x86: introduce __uaccess_begin_nospec and ifence
` [PATCH v4.1 05/10] x86, __get_user: use __uaccess_begin_nospec
` [PATCH v4.1 06/10] x86, get_user: use pointer masking to limit speculation
` [PATCH v4.1 07/10] x86: narrow out of bounds syscalls to sys_read under speculation
    ` [kernel-hardening] "
` [PATCH v4.1 08/10] vfs, fdtable: prevent bounds-check bypass via speculative execution
` [PATCH v4.1 09/10] kvm, x86: update spectre-v1 mitigation
` [PATCH v4.1 10/10] nl80211: sanitize array index in parse_txq_params

[PATCH v10 00/27] powerpc, mm: Memory Protection Keys
 2018-01-22 18:33 UTC  (7+ messages)
` [PATCH v10 01/27] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v10 02/27] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey

[PATCH v10 0/2] Documentation, powerpc, x86 : Memory Protection Keys
 2018-01-22 18:28 UTC  (5+ messages)
` [PATCH v10 1/2] Documentation/x86: Move protecton key documentation to arch neutral directory
` [PATCH v10 2/2] Documentation/vm: PowerPC specific updates to memory protection keys

3.400,000.00 Eur
 2018-01-22 10:14 UTC 

[PATCH v6 00/36] Andes(nds32) Linux Kernel Port
 2018-01-22 16:00 UTC  (43+ messages)
` [PATCH v6 06/36] nds32: Kernel booting and initialization
` [PATCH v6 24/36] nds32: Loadable modules
` [PATCH v6 29/36] nds32: Build infrastructure
` [PATCH v6 31/36] dt-bindings: nds32 CPU Bindings

3.400,000.00 Eur
 2018-01-22 11:07 UTC 

[RFC PATCH 0/2] arm64: Fix invalid si_codes for fault signals
 2018-01-22 12:23 UTC  (5+ messages)
` [RFC PATCH 1/2] arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE
  ` [RFC PATCH 2/2] arm64: signal: Ensure si_code is valid for all fault signals

[PATCH v11 0/9] LPC: legacy ISA I/O support
 2018-01-22 11:59 UTC  (33+ messages)
` [PATCH v11 1/9] LIB: Introduce a generic PIO mapping method
  ` [PATCH v11 2/9] PCI: Remove unused __weak attribute in pci_register_io_range()
  ` [PATCH v11 3/9] PCI: Add fwnode handler as input param of pci_register_io_range()
` [PATCH v11 4/9] PCI: Apply the new generic I/O management on PCI IO hosts
` [PATCH v11 5/9] OF: Add missing I/O range exception for indirect-IO devices
` [PATCH v11 6/9] LPC: Support the LPC host on Hip06/Hip07 with DT bindings
` [PATCH v11 7/9] ACPI: Translate the I/O range of non-MMIO devices before scanning
` [PATCH v11 8/9] LPC, ACPI: Add the HISI LPC ACPI support
` [PATCH v11 9/9] MAINTAINERS: Add maintainer for HiSilicon LPC driver

[PATCH 4.14 38/89] x86/mm/pkeys: Fix fill_sig_info_pkey
 2018-01-22  8:45 UTC  (2+ messages)

[PATCH 4.9 19/47] x86/mm/pkeys: Fix fill_sig_info_pkey
 2018-01-22  8:45 UTC  (2+ messages)

[PATCH v10 03/27] powerpc: initial pkey plumbing
 2018-01-22  3:34 UTC  (3+ messages)
` [v10,03/27] "

Garantiertes Darlehen?
 2018-01-22  0:05 UTC 

Garantiertes Darlehen?
 2018-01-21 23:08 UTC 

[PATCH v10 00/27] powerpc, mm: Memory Protection Keys
 2018-01-21 15:34 UTC  (10+ messages)
` [PATCH v10 01/27] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v10 27/27] mm: display pkey in smaps if arch_pkeys_enabled() is true

[PATCH v4 00/10] prevent bounds-check bypass via speculative execution
 2018-01-21 10:37 UTC  (20+ messages)
` [PATCH v4 02/10] asm/nospec, array_ptr: sanitize speculative array de-references
  ` [kernel-hardening] "
` [PATCH v4 10/10] nl80211: sanitize array index in parse_txq_params

[PATCH 0/3] exec: Pin stack limit during exec
 2018-01-21  1:22 UTC  (7+ messages)
  ` [kernel-hardening] "

[GIT PULL] spectre variant1 mitigations for 4.16
 2018-01-20 19:49 UTC  (3+ messages)

[PATCH v6 0/3] clocksource/drivers/atcpit100: Add andestech atcpit100 timer
 2018-01-20 11:23 UTC  (7+ messages)
` [PATCH v6 2/3] clocksource/drivers/atcpit100: VDSO support

[PATCH 00/22] siginfo unification
 2018-01-19 21:04 UTC  (4+ messages)
` [PATCH 22/22] signal: Unify and correct copy_siginfo_to_user32

[PATCH] arc: fix iounmap prototype
 2018-01-19 19:31 UTC  (3+ messages)

[PATCH v2] Automate memory-barriers.txt; provide Linux-kernel memory model
 2018-01-19 17:12 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).