linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-28 16:05:50 to 2023-01-12 10:02:57 UTC [more...]

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

Silikonmischungen
 2023-01-12  8:40 UTC 

[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-01-12  7:43 UTC  (15+ messages)
` [RFC PATCH V2 01/18] x86/sev: Pvalidate memory gab for decompressing kernel
` [RFC PATCH V2 06/18] x86/hyperv: Use vmmcall to implement hvcall in sev-snp enlightened guest
` [RFC PATCH V2 12/18] x86/hyperv: Initialize cpu and memory for "
` [RFC PATCH V2 13/18] x86/hyperv: Add smp support for sev-snp guest
` [RFC PATCH V2 15/18] x86/sev: Add a #HV exception handler

BUG: arm64: missing build-id from vmlinux
 2023-01-11 17:04 UTC  (7+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-10 22:51 UTC  (16+ messages)
` [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 v4 00/45] Add KernelMemorySanitizer infrastructure
 2023-01-10 15:35 UTC  (15+ messages)
` [PATCH v4 10/45] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE

[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-01-10 11:46 UTC  (33+ 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 08/12] s390: Replace cmpxchg_double() with cmpxchg128()
` [RFC][PATCH 11/12] slub: Replace cmpxchg_double()

Słowa kluczowe do wypozycjonowania
 2023-01-10  8:40 UTC 

[Patch v4 00/13] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-01-09 19:35 UTC  (23+ 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 06/13] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [Patch v4 07/13] swiotlb: Remove bounce buffer remapping for Hyper-V

[PATCH v10 1/5] x86/hyperv: Add support for detecting nested hypervisor
 2023-01-09 17:03 UTC  (11+ 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 "

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

[PATCH 1/2] asm-generic/io.h: suppress endianness warnings for readq() and writeq()
 2023-01-09 13:11 UTC  (2+ messages)
` [PATCH 2/2] asm-generic/io.h: suppress endianness warnings for relaxed accessors

Sparse warning when using ioread64() from include/asm-generic/io.h
 2023-01-09 11:40 UTC  (3+ messages)

[PATCH v2 0/6] Support TDX guests on Hyper-V
 2023-01-09  7:27 UTC  (11+ messages)
` [PATCH v2 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
` [PATCH v2 5/6] x86/hyperv: Support hypercalls for TDX guests

[PATCH 0/6] Support TDX guests on Hyper-V
 2023-01-09  6:59 UTC  (4+ messages)
` [PATCH 6/6] Drivers: hv: vmbus: Support TDX guests

[PATCH 1/3] powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
 2023-01-08 12:49 UTC  (4+ 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 -next V13 0/7] riscv: Add GENERIC_ENTRY support
 2023-01-07 14:07 UTC  (9+ messages)
` [PATCH -next V13 1/7] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V13 2/7] riscv: ptrace: Remove duplicate operation
` [PATCH -next V13 3/7] riscv: entry: Add noinstr to prevent instrumentation inserted
` [PATCH -next V13 4/7] riscv: entry: Convert to generic entry
` [PATCH -next V13 5/7] riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH -next V13 6/7] riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH -next V13 7/7] riscv: entry: Consolidate general regs saving/restoring

[PATCH -next V12 0/7] riscv: Add GENERIC_ENTRY support
 2023-01-07 11:49 UTC  (14+ 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] x86/boot: Check if the input parameter (buffer) of the function is a null pointer
 2023-01-07 10:40 UTC  (2+ messages)

[PATCH] Add new open(2) flag - O_EMPTY_PATH
 2023-01-06 13:06 UTC  (2+ messages)

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

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

[PATCH v4 00/39] Shadow stacks for userspace
 2023-01-05  1:29 UTC  (19+ messages)
` [PATCH v4 07/39] x86: Add user control-protection fault handler
` [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

[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 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  (11+ 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 1/2] kernel/trace: Introduce trace_probe_print_args and use it in *probes
 2022-12-29  8:07 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).