linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-16 00:31:30 to 2019-11-25 21:16:24 UTC [more...]

[PATCH v7 0/5] Add NUMA-awareness to qspinlock
 2019-11-25 21:07 UTC  (9+ messages)
` [PATCH v7 1/5] locking/qspinlock: Rename mcs lock/unlock macros and make them more generic
` [PATCH v7 2/5] locking/qspinlock: Refactor the qspinlock slow path
` [PATCH v7 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH v7 4/5] locking/qspinlock: Introduce starvation avoidance into CNA
` [PATCH v7 5/5] locking/qspinlock: Introduce the shuffle reduction optimization "

[PATCH 1/2] asm-generic/atomic: Prefer __always_inline for wrappers
 2019-11-25 18:39 UTC  (10+ messages)
` [PATCH 2/2] kcsan: Prefer __always_inline for fast-path

Bug 205201 - Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2019-11-25 16:38 UTC  (26+ messages)

[PATCH v17 00/13] open: introduce openat2(2) syscall
 2019-11-25 13:21 UTC  (34+ messages)
` [PATCH v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH v17 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v17 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH v17 04/13] namei: allow set_root() "
` [PATCH v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v17 11/13] open: introduce openat2(2) syscall
` [PATCH v17 12/13] selftests: add openat2(2) selftests
` [PATCH v17 13/13] Documentation: path-lookup: include new LOOKUP flags

[PATCH v6 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
 2019-11-22 19:52 UTC  (10+ messages)
` [locking/qspinlock] ad3836e30e: will-it-scale.per_thread_ops 73.5% improvement

use generic DMA mapping code in powerpc V4
 2019-11-21 17:26 UTC  (12+ messages)
            ` Bug 205201 - overflow of DMA mask and bus mask

[PATCH 00/23] y2038 cleanups
 2019-11-21 14:28 UTC  (11+ messages)
` [PATCH 02/23] y2038: add __kernel_old_timespec and __kernel_old_time_t
  ` [Y2038] "
` [PATCH 08/23] y2038: ipc: remove __kernel_time_t reference from headers
    ` [Y2038] "

[PATCH] ELF: warn if process starts with executable stack
 2019-11-21  9:38 UTC  (18+ messages)
  ` [PATCH] exec: "

[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-20 15:54 UTC  (33+ messages)
` [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure

[PATCH v2 0/2] Implement hv_is_hibernation_supported() and enhance hv_balloon for hibernation
 2019-11-20 14:09 UTC  (10+ messages)
` [PATCH v2 1/2] x86/hyperv: Implement hv_is_hibernation_supported()
` [PATCH v2 2/2] hv_balloon: Add the support of hibernation

[PATCH v2 1/2] kasan: support instrumented bitops combined with generic bitops
 2019-11-20  8:32 UTC  (9+ messages)

[PATCH v6] clocksource/drivers: Suspend/resume Hyper-V clocksource for hibernation
 2019-11-20  7:12 UTC  (2+ messages)

[PATCH v6] x86/hyperv: Suspend/resume the hypercall page for hibernation
 2019-11-20  7:09 UTC  (2+ messages)

[PATCH RESEND v17 00/13] open: introduce openat2(2) syscall
 2019-11-20  5:06 UTC  (28+ messages)
` [PATCH RESEND v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH RESEND v17 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH RESEND v17 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH RESEND v17 04/13] namei: allow set_root() "
` [PATCH RESEND v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH RESEND v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH RESEND v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH RESEND v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH RESEND v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH RESEND v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH RESEND v17 11/13] open: introduce openat2(2) syscall
` [PATCH RESEND v17 12/13] selftests: add openat2(2) selftests
` [PATCH RESEND v17 13/13] Documentation: path-lookup: include new LOOKUP flags

[PATCH v16 00/12] open: introduce openat2(2) syscall
 2019-11-16 18:09 UTC  (23+ messages)
` [PATCH v16 02/12] namei: allow nd_jump_link() to produce errors
` [PATCH v16 06/12] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v16 07/12] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v16 08/12] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v16 09/12] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v16 10/12] open: introduce openat2(2) syscall
` [PATCH v16 11/12] selftests: add openat2(2) selftests
` [PATCH v16 12/12] Documentation: path-lookup: include new LOOKUP flags


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