Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-04 01:49:40 to 2023-08-10 17:01:36 UTC [more...]

[PATCH v2 00/14] futex: More futex2 bits
 2023-08-10 17:01 UTC  (32+ messages)
` [PATCH v2 01/14] futex: Clarify FUTEX2 flags
` [PATCH v2 02/14] futex: Extend the "
` [PATCH v2 03/14] futex: Flag conversion
` [PATCH v2 04/14] futex: Validate futex value against futex size
` [PATCH v2 05/14] futex: Add sys_futex_wake()
` [PATCH v2 06/14] futex: Add sys_futex_wait()
` [PATCH v2 07/14] futex: Propagate flags into get_futex_key()
` [PATCH v2 08/14] futex: Add flags2 argument to futex_requeue()
` [PATCH v2 09/14] futex: Add sys_futex_requeue()
` [PATCH v2 10/14] mm: Add vmalloc_huge_node()
` [PATCH v2 11/14] futex: Implement FUTEX2_NUMA
` [PATCH v2 12/14] futex: Propagate flags into futex_get_value_locked()
` [PATCH v2 13/14] futex: Enable FUTEX2_{8,16}
` [PATCH v2 14/14] futex,selftests: Extend the futex selftests

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-10 16:30 UTC  (43+ messages)
` [PATCH v4 01/36] prctl: arch-agnostic prctl for shadow stack
` [PATCH v4 02/36] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v4 03/36] arm64/gcs: Document the ABI "
` [PATCH v4 04/36] arm64/sysreg: Add new system registers for GCS
` [PATCH v4 05/36] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v4 06/36] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v4 07/36] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v4 08/36] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v4 09/36] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v4 10/36] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v4 11/36] arm64/mm: Map pages for guarded control stack
` [PATCH v4 12/36] KVM: arm64: Manage GCS registers for guests
` [PATCH v4 13/36] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v4 14/36] arm64/idreg: Add overrride for GCS
` [PATCH v4 15/36] arm64/hwcap: Add hwcap "
` [PATCH v4 16/36] arm64/traps: Handle GCS exceptions
` [PATCH v4 17/36] arm64/mm: Handle GCS data aborts
` [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0
` [PATCH v4 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v4 20/36] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()
` [PATCH v4 22/36] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v4 23/36] arm64/signal: Expose GCS state in signal frames
` [PATCH v4 24/36] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v4 25/36] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v4 26/36] kselftest/arm64: Verify the GCS hwcap
` [PATCH v4 27/36] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v4 28/36] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v4 29/36] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v4 30/36] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v4 31/36] kselftest/arm64: Add very basic GCS test program
` [PATCH v4 32/36] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v4 33/36] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v4 34/36] selftests/arm64: Add GCS signal tests
` [PATCH v4 35/36] kselftest/arm64: Add a GCS stress test
` [PATCH v4 36/36] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH V2 0/9] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
 2023-08-10 16:22 UTC  (5+ messages)
` [PATCH V2 2/9] x86/hyperv: Set Virtual Trust Level in VMBus init message
  ` [EXTERNAL] "

[PATCH V5 0/8] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
 2023-08-10 16:04 UTC  (9+ messages)
` [PATCH V5 1/8] x86/hyperv: Add sev-snp enlightened guest static key
` [PATCH V5 2/8] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [PATCH V5 3/8] x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guest
` [PATCH V5 4/8] drivers: hv: Mark percpu hvcall input arg "
` [PATCH V5 5/8] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp "
` [PATCH V5 6/8] clocksource: hyper-v: Mark hyperv tsc page unencrypted "
` [PATCH V5 7/8] x86/hyperv: Add smp support for SEV-SNP guest
` [PATCH V5 8/8] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES

[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-10 16:05 UTC  (24+ messages)
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()

[PATCH v4 00/10] Introduce SMT level and add PowerPC support
 2023-08-10  8:51 UTC  (4+ messages)

[PATCH V2] LoongArch: Fix module relocation error with binutils 2.41
 2023-08-10  3:54 UTC  (5+ messages)

[PATCH v5 00/10] ARM: remove set_fs callers and implementation
 2023-08-09 19:42 UTC  (5+ messages)
` [PATCH v5 04/10] ARM: syscall: always store thread_info->abi_syscall

Słowa kluczowe do wypozycjonowania
 2023-08-09  8:16 UTC 

[PATCH] csky: pgtable: Invalidate stale I-cache lines in update_mmu_cache
 2023-08-09  0:27 UTC 

[PATCH 1/3] mips: remove unneeded #include <asm/export.h>
 2023-08-08  9:39 UTC  (6+ messages)
` [PATCH 2/3] mips: replace #include <asm/export.h> with #include <linux/export.h>
` [PATCH 3/3] mips: remove <asm/export.h>

[PATCH V2] asm-generic: ticket-lock: Optimize arch_spin_value_unlocked
 2023-08-08  8:02 UTC  (4+ messages)

[PATCH V10 00/19] riscv: Add Native/Paravirt/CNA qspinlock support
 2023-08-08  2:12 UTC  (8+ messages)
` [PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK

[PATCH mm-unstable v9 00/31] Split ptdesc from struct page
 2023-08-07 23:05 UTC  (32+ messages)
` [PATCH mm-unstable v9 01/31] mm: Add PAGE_TYPE_OP folio functions
` [PATCH mm-unstable v9 02/31] pgtable: create struct ptdesc
` [PATCH mm-unstable v9 03/31] mm: add utility functions for ptdesc
` [PATCH mm-unstable v9 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc()
` [PATCH mm-unstable v9 05/31] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH mm-unstable v9 06/31] mm: Convert ptlock_ptr() "
` [PATCH mm-unstable v9 07/31] mm: Convert pmd_ptlock_init() "
` [PATCH mm-unstable v9 08/31] mm: Convert ptlock_init() "
` [PATCH mm-unstable v9 09/31] mm: Convert pmd_ptlock_free() "
` [PATCH mm-unstable v9 10/31] mm: Convert ptlock_free() "
` [PATCH mm-unstable v9 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH mm-unstable v9 12/31] powerpc: Convert various functions to use ptdescs
` [PATCH mm-unstable v9 13/31] x86: "
` [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc "
` [PATCH mm-unstable v9 15/31] mm: remove page table members from struct page
` [PATCH mm-unstable v9 16/31] pgalloc: Convert various functions to use ptdescs
` [PATCH mm-unstable v9 17/31] arm: "
` [PATCH mm-unstable v9 18/31] arm64: "
` [PATCH mm-unstable v9 19/31] csky: Convert __pte_free_tlb() "
` [PATCH mm-unstable v9 20/31] hexagon: "
` [PATCH mm-unstable v9 21/31] loongarch: Convert various functions "
` [PATCH mm-unstable v9 22/31] m68k: "
` [PATCH mm-unstable v9 23/31] mips: "
` [PATCH mm-unstable v9 24/31] nios2: Convert __pte_free_tlb() "
` [PATCH mm-unstable v9 25/31] openrisc: "
` [PATCH mm-unstable v9 26/31] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH mm-unstable v9 27/31] sh: Convert pte_free_tlb() "
` [PATCH mm-unstable v9 28/31] sparc64: Convert various functions "
` [PATCH mm-unstable v9 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH mm-unstable v9 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH mm-unstable v9 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH] locking/arch: Rewrite local_add_unless as static inline function
 2023-08-07 16:36 UTC  (3+ messages)

[PATCH 1/3] loongarch: remove unneeded #include <asm/export.h>
 2023-08-07 16:18 UTC  (5+ messages)
` [PATCH 2/3] loongarch: replace #include <asm/export.h> with #include <linux/export.h>
` [PATCH 3/3] loongarch: remove <asm/export.h>

[PATCH 1/2] m68k: replace #include <asm/export.h> with #include <linux/export.h>
 2023-08-07 15:36 UTC  (2+ messages)
` [PATCH 2/2] m68k: remove <asm/export.h>

[PATCH 1/3] s390: remove unneeded #include <asm/export.h>
 2023-08-07  8:51 UTC  (4+ messages)
` [PATCH 2/3] s390: replace #include <asm/export.h> with #include <linux/export.h>
` [PATCH 3/3] s390: remove <asm/export.h>

[PATCH V4 0/9] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
 2023-08-07  4:32 UTC  (14+ messages)
` [PATCH V4 1/9] x86/hyperv: Add sev-snp enlightened guest static key
` [PATCH V4 2/9] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [PATCH V4 3/9] x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guest
` [PATCH V4 4/9] drivers: hv: Mark percpu hvcall input arg "
` [PATCH V4 5/9] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp "
` [PATCH V4 6/9] clocksource: hyper-v: Mark hyperv tsc page unencrypted "
` [PATCH V4 7/9] x86/hyperv: Add smp support for SEV-SNP guest
` [PATCH V4 8/9] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES
` [PATCH V4 9/9] x86/hyperv: Initialize cpu and memory for SEV-SNP enlightened guest

[PATCH 1/3] powerpc: remove unneeded #include <asm/export.h>
 2023-08-06 15:09 UTC  (3+ messages)
` [PATCH 2/3] powerpc: replace #include <asm/export.h> with #include <linux/export.h>
` [PATCH 3/3] powerpc: remove <asm/export.h>

[PATCH 1/3] x86: remove unneeded #include <asm/export.h>
 2023-08-06 14:59 UTC  (3+ messages)
` [PATCH 2/3] x86: replace #include <asm/export.h> with #include <linux/export.h>
` [PATCH 3/3] x86: remove <asm/export.h>

[PATCH v15 0/6] Add NUMA-awareness to qspinlock
 2023-08-05  0:19 UTC  (13+ messages)
` [PATCH v15 3/6] locking/qspinlock: Introduce CNA into the slow path of qspinlock

[PATCH -next V13 0/3] riscv: Add independent irq/softirq stacks support
 2023-08-05  0:00 UTC  (7+ messages)
` [PATCH -next V13 1/3] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK

[PATCH] word-at-a-time: use the same return type for has_zero regardless of endianness
 2023-08-04 13:04 UTC  (6+ messages)

[PATCH v6 00/38] New page table range API
 2023-08-04  3:50 UTC  (4+ messages)
` [PATCH v6 21/38] powerpc: Implement the new "


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 read-only IMAP folder(s) and NNTP newsgroup(s).