linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-20 19:12:09 to 2023-01-06 09:46:35 UTC [more...]

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-06  9:40 UTC  (29+ 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 v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v2] Add new open(2) flag - O_EMPTY_PATH
 2023-01-06  9:21 UTC  (4+ messages)

[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
 2023-01-05 22:08 UTC  (5+ messages)
` [PATCH v4 10/45] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE

[PATCH v2 0/6] Support TDX guests on Hyper-V
 2023-01-05 20:29 UTC  (6+ messages)
` [PATCH v2 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()

[RFC PATCH 00/25] Upstream kvx Linux port
 2023-01-05 14:12 UTC  (7+ messages)
  ` [RFC PATCH 11/25] kvx: Add memory management

[PATCH v2] arch: fix broken BuildID for arm64 and riscv
 2023-01-05 13:49 UTC  (9+ messages)

[PATCH 1/3] powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
 2023-01-05 13:23 UTC  (3+ messages)
` [PATCH 2/3] powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
` [PATCH 3/3] powerpc/vmlinux.lds: Don't discard .comment

[PATCH v4 00/39] Shadow stacks for userspace
 2023-01-05  1:29 UTC  (33+ 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 v4 16/39] x86/mm: Check Shadow Stack page fault errors

[PATCH memory-model 0/4] LKMM updates for v6.3
 2023-01-05  1:09 UTC  (5+ messages)
` [PATCH memory-model 1/4] locking/memory-barriers.txt: Improve documentation for writel() example
` [PATCH memory-model 2/4] tools: memory-model: Add rmw-sequences to the LKMM
` [PATCH memory-model 3/4] Documentation: Fixed a typo in atomic_t.txt
` [PATCH memory-model 4/4] tools: memory-model: Make plain accesses carry dependencies

[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-01-04 13:55 UTC  (26+ messages)
` [RFC][PATCH 04/12] types: Introduce [us]128
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [RFC][PATCH 07/12] percpu: Wire up cmpxchg128
` [RFC][PATCH 09/12] x86,amd_iommu: Replace cmpxchg_double()
` [RFC][PATCH 11/12] slub: "

[PATCH -next V12 0/7] riscv: Add GENERIC_ENTRY support
 2023-01-04 12:03 UTC  (12+ 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 v1 1/1] gpio: Remove unused and obsoleted gpio_export_link()
 2023-01-04  9:08 UTC  (4+ messages)

[PATCH v4 2/2] kernel/trace: Provide default impelentations defined in trace_probe_tmpl.h
 2023-01-04  1:23 UTC  (5+ messages)

[PATCH v10 1/5] x86/hyperv: Add support for detecting nested hypervisor
 2023-01-03 19:15 UTC  (10+ 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 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 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] kbuild: treat char as always signed
 2023-01-02  8:29 UTC  (20+ messages)
` [PATCH v2] kbuild: treat char as always unsigned

[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  (5+ messages)
` [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] 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)


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