linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-19 08:01:27 to 2023-01-03 19:09:14 UTC [more...]

[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-01-03 19:08 UTC  (40+ messages)
` [RFC][PATCH 01/12] crypto: Remove u128 usage
` [RFC][PATCH 02/12] crypto/ghash-clmulni: Use (struct) be128
` [RFC][PATCH 03/12] cyrpto/b128ops: Remove struct u128
` [RFC][PATCH 04/12] types: Introduce [us]128
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [RFC][PATCH 06/12] instrumentation: Wire up cmpxchg128()
` [RFC][PATCH 07/12] percpu: Wire up cmpxchg128
` [RFC][PATCH 08/12] s390: Replace cmpxchg_double() with cmpxchg128()
` [RFC][PATCH 09/12] x86,amd_iommu: Replace cmpxchg_double()
` [RFC][PATCH 10/12] x86,intel_iommu: "
` [RFC][PATCH 11/12] slub: "
` [RFC][PATCH 12/12] arch: Remove cmpxchg_double

[RFC PATCH 00/25] Upstream kvx Linux port
 2023-01-03 16:43 UTC 

[PATCH v5 3/3] kernel/trace: extract common part in process_fetch_insn
 2023-01-03 13:32 UTC  (2+ messages)

[PATCH v5 2/3] kernel/trace: Provide default impelentations defined in trace_probe_tmpl.h
 2023-01-03 13:31 UTC  (2+ messages)

[PATCH v5 1/3] kernel/trace: Introduce trace_probe_print_args and use it in *probes
 2023-01-03 13:30 UTC  (2+ messages)

[PATCH v4 2/2] kernel/trace: Provide default impelentations defined in trace_probe_tmpl.h
 2023-01-03 10:33 UTC  (4+ messages)

[PATCH -next V12 0/7] riscv: Add GENERIC_ENTRY support
 2023-01-03  9:11 UTC  (9+ messages)
` [PATCH -next V12 1/7] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V12 2/7] riscv: ptrace: Remove duplicate operation
` [PATCH -next V12 3/7] riscv: entry: Add noinstr to prevent instrumentation inserted
` [PATCH -next V12 4/7] riscv: entry: Convert to generic entry
` [PATCH -next V12 5/7] riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH -next V12 6/7] riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH -next V12 7/7] riscv: entry: Consolidate general regs saving/restoring

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-03  3:32 UTC  (30+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory

[PATCH v1 1/1] gpio: Remove unused and obsoleted gpio_export_link()
 2023-01-02 21:08 UTC 

[PATCH v5 0/9] bitops: let optimize out non-atomic bitops on compile-time constants
 2023-01-02 17:24 UTC  (5+ messages)
` [PATCH v5 2/9] bitops: always define asm-generic non-atomic bitops

[PATCH v2] Add new open(2) flag - O_EMPTY_PATH
 2023-01-02 14:35 UTC  (3+ messages)

[PATCH] kbuild: treat char as always signed
 2023-01-02  8:29 UTC  (20+ messages)
` [PATCH v2] kbuild: treat char as always unsigned

[PATCH v10 1/5] x86/hyperv: Add support for detecting nested hypervisor
 2023-01-02  7:12 UTC  (5+ messages)
` [PATCH v10 2/5] Drivers: hv: Setup synic registers in case of nested root partition
` [PATCH v10 3/5] x86/hyperv: Add an interface to do nested hypercalls
` [PATCH v10 4/5] Drivers: hv: Enable vmbus driver for nested root partition
` [PATCH v10 5/5] x86/hyperv: Change interrupt vector "

[PATCH v2] arch: fix broken BuildID for arm64 and riscv
 2023-01-02  7:08 UTC  (4+ messages)

[PATCH v3] Add new open(2) flag - O_EMPTY_PATH
 2023-01-01 15:37 UTC 

[RFC PATCH 1/1] riscv: mm: notify remote harts about mmu cache updates
 2022-12-30 17:28 UTC  (13+ messages)

[PATCH 0/3] crypto: x86/ghash cleanups
 2022-12-30 15:15 UTC  (8+ messages)
` [PATCH 1/3] crypto: x86/ghash - fix unaligned access in ghash_setkey()
` [PATCH 2/3] crypto: x86/ghash - use le128 instead of u128
` [PATCH 3/3] crypto: x86/ghash - add comment and fix broken link

[PATCH v5 0/3] reorganize trace_peobe_tmpl.h
 2022-12-30  6:33 UTC 

[PATCH v9 0/5] Add support running nested Microsoft Hypervisor
 2022-12-29 20:57 UTC  (3+ messages)
` [PATCH v9 2/5] Drivers: hv: Setup synic registers in case of nested root partition

[Patch v4 00/13] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-12-29 17:12 UTC  (13+ messages)
` [Patch v4 01/13] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [Patch v4 03/13] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls
` [Patch v4 04/13] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently

[PATCH v4 1/2] kernel/trace: Introduce trace_probe_print_args and use it in *probes
 2022-12-29  8:07 UTC  (2+ messages)

[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2022-12-28 19:15 UTC  (18+ messages)
` [RFC PATCH V2 01/18] x86/sev: Pvalidate memory gab for decompressing kernel
` [RFC PATCH V2 08/18] x86/hyperv: decrypt vmbus pages for sev-snp enlightened guest
` [RFC PATCH V2 10/18] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V2 11/18] Drivers: hv: vmbus: Decrypt vmbus ring buffer
` [RFC PATCH V2 12/18] x86/hyperv: Initialize cpu and memory for sev-snp enlightened guest
` [RFC PATCH V2 13/18] x86/hyperv: Add smp support for sev-snp guest

[PATCH] Add new open(2) flag - O_EMPTY_PATH
 2022-12-28 16:02 UTC 

[PATCH v4 0/2] reorganize trace_peobe_tmpl.h
 2022-12-28  7:07 UTC 

[PATCH v3] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2022-12-28  1:38 UTC  (4+ messages)

[PATCH v4 00/39] Shadow stacks for userspace
 2022-12-27 23:31 UTC  (26+ messages)
` [PATCH v4 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v4 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v4 07/39] x86: Add user control-protection fault handler
` [PATCH v4 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v4 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v4 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v4 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW

[PATCH] arch: fix broken BuildID for arm64 and riscv
 2022-12-27 10:45 UTC  (5+ messages)

[PATCH v3 4/4] kernel/trace: remove calling regs_* when compiling HEXAGON
 2022-12-27  9:49 UTC  (3+ messages)

[PATCH] LoongArch: Add HWCAP_LOONGARCH_CPUCFG to elf_hwcap
 2022-12-27  7:27 UTC 

[linux-next:master] BUILD REGRESSION c76083fac3bae1a87ae3d005b5cb1cbc761e31d5
 2022-12-26 16:54 UTC 

BUG: arm64: missing build-id from vmlinux
 2022-12-25  9:01 UTC  (7+ messages)

[PATCH v3 2/4] kernel/trace: Provide default impelentations defined in trace_probe_tmpl.h
 2022-12-23 15:21 UTC  (2+ messages)

[PATCH] cputime: remove cputime_to_nsecs fallback
 2022-12-21 10:11 UTC  (2+ messages)

[GIT PULL] asm-generic bits for 6.2
 2022-12-20 14:48 UTC  (3+ messages)

[GIT PULL, v2] asm-generic bits for 6.2
 2022-12-20  7:16 UTC 

[GIT PULL] csky changes for v6.2-rc1
 2022-12-19 14:30 UTC  (2+ messages)

[GIT PULL] LoongArch changes for v6.2
 2022-12-19 14:30 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).