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

[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 00/27] powerpc, mm: Memory Protection Keys
 2018-01-22  3:34 UTC  (64+ 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 03/27] powerpc: initial pkey plumbing
  ` [v10,03/27] "
` [PATCH v10 04/27] powerpc: track allocation status of all pkeys
` [PATCH v10 05/27] powerpc: helper function to read,write AMR,IAMR,UAMOR registers
` [PATCH v10 06/27] powerpc: helper functions to initialize AMR, IAMR and UAMOR registers
` [PATCH v10 07/27] powerpc: cleanup AMR, IAMR when a key is allocated or freed
` [PATCH v10 08/27] powerpc: implementation for arch_set_user_pkey_access()
` [PATCH v10 09/27] powerpc: ability to create execute-disabled pkeys
` [PATCH v10 10/27] powerpc: store and restore the pkey state across context switches
` [PATCH v10 11/27] powerpc: introduce execute-only pkey
` [PATCH v10 12/27] powerpc: ability to associate pkey to a vma
` [PATCH v10 13/27] powerpc: implementation for arch_override_mprotect_pkey()
` [PATCH v10 14/27] powerpc: map vma key-protection bits to pte key bits
` [PATCH v10 15/27] powerpc: Program HPTE key protection bits
` [PATCH v10 16/27] powerpc: helper to validate key-access permissions of a pte
` [PATCH v10 17/27] powerpc: check key protection for user page access
` [PATCH v10 18/27] powerpc: implementation for arch_vma_access_permitted()
` [PATCH v10 19/27] powerpc: Handle exceptions caused by pkey violation
` [PATCH v10 20/27] powerpc: introduce get_mm_addr_key() helper
` [PATCH v10 21/27] powerpc: Deliver SEGV signal on pkey violation
` [PATCH v10 22/27] powerpc/ptrace: Add memory protection key regset
` [PATCH v10 23/27] powerpc: Enable pkey subsystem
` [PATCH v10 24/27] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
` [PATCH v10 25/27] powerpc: sys_pkey_mprotect() system call
` [PATCH v10 26/27] mm, x86 : introduce arch_pkeys_enabled()
` [PATCH v10 27/27] mm: display pkey in smaps if arch_pkeys_enabled() is true

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

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

[PATCH v4.1 00/10] spectre variant1 mitigations for tip/x86/pti
 2018-01-22  2:23 UTC  (23+ 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 v11 0/9] LPC: legacy ISA I/O support
 2018-01-21 17:54 UTC  (29+ 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 v4 00/10] prevent bounds-check bypass via speculative execution
 2018-01-21 10:37 UTC  (36+ messages)
` [PATCH v4 01/10] Documentation: document array_ptr
` [PATCH v4 02/10] asm/nospec, array_ptr: sanitize speculative array de-references
  ` [kernel-hardening] "
` [PATCH v4 03/10] x86: implement array_ptr_mask()
` [PATCH v4 04/10] x86: introduce __uaccess_begin_nospec and ifence
` [PATCH v4 05/10] x86, __get_user: use __uaccess_begin_nospec
` [PATCH v4 06/10] x86, get_user: use pointer masking to limit speculation
` [PATCH v4 07/10] x86: narrow out of bounds syscalls to sys_read under speculation
` [PATCH v4 08/10] vfs, fdtable: prevent bounds-check bypass via speculative execution
` [PATCH v4 09/10] kvm, x86: fix spectre-v1 mitigation
  ` [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)

[PATCH v6 00/36] Andes(nds32) Linux Kernel Port
 2018-01-19 16:41 UTC  (29+ messages)
` [PATCH v6 03/36] sparc: io: To use the define of ioremap_[nocache|wc|wb] in asm-generic/io.h
` [PATCH v6 06/36] nds32: Kernel booting and initialization
` [PATCH v6 24/36] nds32: Loadable modules
` [PATCH v6 31/36] dt-bindings: nds32 CPU Bindings

Darlehensangebot
 2018-01-19 13:37 UTC 

[PATCH 00/11] siginfo fixes/cleanups esp SI_USER
 2018-01-19 12:05 UTC  (4+ messages)
` [PATCH 08/11] signal/arm: Document conflicts with SI_USER and SIGFPE

[PATCH v3 8/9] x86: use __uaccess_begin_nospec and ASM_IFENCE in get_user paths
 2018-01-19  3:27 UTC  (11+ messages)
          ` [RFC][PATCH] get rid of the use of set_fs() (by way of kernel_recvmsg()) in sunrpc

Darlehensangebot
 2018-01-19  3:02 UTC 


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).