linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-22 08:51:48 to 2018-01-24 15:48:05 UTC [more...]

[PATCH RFC 0/3] API for 128-bit IO access
 2018-01-24 15:48 UTC  (14+ messages)
` [PATCH 1/3] UAPI: Introduce 128-bit types and byteswap operations
` [PATCH 2/3] asm-generic/io.h: API for 128-bit memory accessors
` [PATCH 3/3] arm64: enable 128-bit memory read/write support

[GIT PULL] spectre variant1 mitigations for 4.16
 2018-01-24 14:47 UTC  (2+ messages)

[PATCH v4 00/10] prevent bounds-check bypass via speculative execution
 2018-01-24 14:40 UTC  (3+ messages)
` [PATCH v4 07/10] x86: narrow out of bounds syscalls to sys_read under speculation

[PATCH v6 00/36] Andes(nds32) Linux Kernel Port
 2018-01-24 11:36 UTC  (59+ messages)
` [PATCH v6 06/36] nds32: Kernel booting and initialization
` [PATCH v6 07/36] nds32: Exception handling
` [PATCH v6 16/36] nds32: DMA mapping API
` [PATCH v6 20/36] nds32: Signal handling support
` [PATCH v6 22/36] nds32: Debugging support
` [PATCH v6 29/36] nds32: Build infrastructure
` [PATCH v6 31/36] dt-bindings: nds32 CPU Bindings

[PATCH v2] Automate memory-barriers.txt; provide Linux-kernel memory model
 2018-01-24 10:59 UTC  (4+ messages)

[RFC PATCH 0/2] arm64: Fix invalid si_codes for fault signals
 2018-01-24 10:57 UTC  (16+ 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 00/11] siginfo fixes/cleanups esp SI_USER
 2018-01-23 21:07 UTC  (20+ messages)
` [PATCH 0/2] siginfo fixes
  ` [PATCH 00/22] siginfo unification
    ` [PATCH 00/10] siginfo infrastructure
      ` [PATCH 01/10] ptrace: Use copy_siginfo in setsiginfo and getsiginfo
      ` [PATCH 02/10] signal/arm64: Better isolate the COMPAT_TASK portion of ptrace_hbptriggered
      ` [PATCH 03/10] signal: Don't use structure initializers for struct siginfo
      ` [PATCH 04/10] signal: Replace memset(info,...) with clear_siginfo for clarity
      ` [PATCH 05/10] signal: Add send_sig_fault and force_sig_fault
      ` [PATCH 06/10] signal: Helpers for faults with specialized siginfo layouts
      ` [PATCH 07/10] signal/powerpc: Remove unnecessary signal_code parameter of do_send_trap
      ` [PATCH 08/10] signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed
      ` [PATCH 09/10] mm/memory_failure: Remove unused trapno from memory_failure
      ` [PATCH 10/10] signal/memory-failure: Use force_sig_mceerr and send_sig_mceerr

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

[PATCH 01/11] membarrier: selftest: Test private expedited cmd (v2)
 2018-01-23 15:57 UTC  (18+ messages)
` [PATCH 06/11] Introduce sync_core_before_usermode (v2)
` [PATCH 08/11] membarrier: Provide core serializing command (v2)
  ` [PATCH 02/11] powerpc: membarrier: Skip memory barrier in switch_mm() (v7)
  ` [PATCH 05/11] membarrier: selftest: Test global expedited cmd (v2)
  ` [PATCH 07/11] x86: Implement sync_core_before_usermode (v3)
  ` [PATCH 09/11] membarrier: x86: Provide core serializing command (v4)
` [PATCH 10/11] membarrier: arm64: Provide core serializing command
` [PATCH 11/11] membarrier: selftest: Test private expedited sync core cmd

FROM AISHA GADDAFI
 2018-01-23 15:33 UTC 

[PATCH v4.1 00/10] spectre variant1 mitigations for tip/x86/pti
 2018-01-23 10:17 UTC  (16+ messages)
` [PATCH v4.1 01/10] Documentation: document array_ptr
  ` [kernel-hardening] "
` [PATCH v4.1 02/10] asm/nospec, array_ptr: sanitize speculative array de-references
` [PATCH v4.1 07/10] x86: narrow out of bounds syscalls to sys_read under speculation
    ` [kernel-hardening] "

[PATCH v10 00/27] powerpc, mm: Memory Protection Keys
 2018-01-23  6:37 UTC  (3+ messages)
` [PATCH v10 01/27] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled

[PATCH v10 00/24] selftests, powerpc, x86 : Memory Protection Keys
 2018-01-22 18:52 UTC  (49+ 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 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 

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

[PATCH v11 0/9] LPC: legacy ISA I/O support
 2018-01-22 11:59 UTC  (8+ messages)
` [PATCH v11 2/9] PCI: Remove unused __weak attribute in pci_register_io_range()
` [PATCH v11 6/9] LPC: Support the LPC host on Hip06/Hip07 with DT bindings

[PATCH 4.14 38/89] x86/mm/pkeys: Fix fill_sig_info_pkey
 2018-01-22  8:45 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).