messages from 2023-08-02 16:50:28 to 2023-08-08 00:52:39 UTC [more...]
[PATCH v2 00/14] futex: More futex2 bits
2023-08-08 0:52 UTC (26+ 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 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 v4 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-07 22:00 UTC (37+ 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] asm-generic: ticket-lock: Optimize arch_spin_value_unlocked
2023-08-07 18:36 UTC (2+ messages)
[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] mips: remove unneeded #include <asm/export.h>
2023-08-07 15:32 UTC (3+ messages)
` [PATCH 2/3] mips: replace #include <asm/export.h> with #include <linux/export.h>
` [PATCH 3/3] mips: remove <asm/export.h>
[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-07 13:00 UTC (15+ messages)
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()
[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 V10 00/19] riscv: Add Native/Paravirt/CNA qspinlock support
2023-08-07 5:23 UTC (19+ messages)
` [PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK
` [PATCH V10 08/19] riscv: qspinlock: Use new static key for controlling call of virt_spin_lock()
` [PATCH V10 09/19] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton
` [PATCH V10 10/19] RISC-V: paravirt: pvqspinlock: KVM: "
` [PATCH V10 11/19] RISC-V: paravirt: pvqspinlock: KVM: Implement kvm_sbi_ext_pvlock_kick_cpu()
` [PATCH V10 12/19] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
` [PATCH V10 13/19] RISC-V: paravirt: pvqspinlock: Remove unnecessary definitions of cmpxchg & xchg
` [PATCH V10 14/19] RISC-V: paravirt: pvqspinlock: Add xchg8 & cmpxchg_small support
` [PATCH V10 15/19] RISC-V: paravirt: pvqspinlock: Add SBI implementation
` [PATCH V10 16/19] RISC-V: paravirt: pvqspinlock: Add kconfig entry
` [PATCH V10 17/19] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait
` [PATCH V10 18/19] locking/qspinlock: Move pv_ops into x86 directory
` [PATCH V10 19/19] locking/qspinlock: riscv: Add Compact NUMA-aware lock support
[PATCH V2 0/9] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
2023-08-07 4:48 UTC (4+ messages)
` [PATCH V2 2/9] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [EXTERNAL] "
[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 (14+ 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 v5 00/10] ARM: remove set_fs callers and implementation
2023-08-04 8:13 UTC (4+ messages)
` [PATCH v5 04/10] ARM: syscall: always store thread_info->abi_syscall
[PATCH v6 00/38] New page table range API
2023-08-04 3:50 UTC (9+ messages)
` [PATCH v6 01/38] minmax: Add in_range() macro
` [PATCH v6 21/38] powerpc: Implement the new page table range API
[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
2023-08-03 21:44 UTC (3+ messages)
` [PATCH v2] "
[PATCH 00/15] Introduce /dev/mshv drivers
2023-08-03 21:05 UTC (30+ messages)
` [PATCH 01/15] hyperv-tlfs: Change shared HV_REGISTER_* defines to HV_MSR_*
` [PATCH 02/15] mshyperv: Introduce hv_get_hypervisor_version
` [PATCH 03/15] mshyperv: Introduce numa_node_to_proximity_domain_info
` [PATCH 04/15] asm-generic/mshyperv: Introduce hv_recommend_using_aeoi()
` [PATCH 05/15] hyperv: Move hv_connection_id to hyperv-tlfs
` [PATCH 07/15] Drivers: hv: Move hv_call_deposit_pages and hv_call_create_vp to common code
` [PATCH 08/15] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common
` [PATCH 10/15] x86: hyperv: Add mshv_handler irq handler and setup function
` [PATCH 11/15] Drivers: hv: export vmbus_isr, hv_context and hv_post_message
` [PATCH 12/15] Documentation: Reserve ioctl number for mshv driver
` [PATCH 13/15] uapi: hyperv: Add mshv driver headers hvhdk.h, hvhdk_mini.h, hvgdk.h, hvgdk_mini.h
` [PATCH 14/15] asm-generic: hyperv: Use mshv headers conditionally. Add asm-generic/hyperv-defs.h
` [PATCH 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox