linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-10 17:06:45 to 2023-04-17 20:56:15 UTC [more...]

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

[PATCH v2] Drivers: hv: move panic report code from vmbus to hv early init code
 2023-04-17 19:28 UTC  (3+ messages)

[PATCH v5 0/5] Hyper-V VTL support
 2023-04-17 19:26 UTC  (12+ messages)
` [PATCH v5 1/5] x86/init: Make get/set_rtc_noop() public
` [PATCH v5 2/5] x86/hyperv: Add VTL specific structs and hypercalls
` [PATCH v5 3/5] x86/hyperv: Make hv_get_nmi_reason public
` [PATCH v5 4/5] Drivers: hv: Kconfig: Add HYPERV_VTL_MODE
` [PATCH v5 5/5] x86/hyperv: VTL support for Hyper-V

[PATCH net-next v4 1/4] scm: add SO_PASSPIDFD and SCM_PIDFD
 2023-04-17 18:10 UTC  (15+ messages)
` [PATCH net-next v4 2/4] net: socket: add sockopts blacklist for BPF cgroup hook
` [PATCH net-next v4 3/4] net: core: add getsockopt SO_PEERPIDFD
` [PATCH net-next v4 4/4] selftests: net: add SCM_PIDFD / SO_PEERPIDFD test

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-04-17 15:01 UTC  (17+ messages)

[PATCH v3 00/19] arch: Consolidate <asm/fb.h>
 2023-04-17 14:21 UTC  (27+ messages)
` [PATCH v3 01/19] fbdev: Prepare generic architecture helpers
` [PATCH v3 02/19] arch/arc: Implement <asm/fb.h> with generic helpers
` [PATCH v3 03/19] arch/arm: "
` [PATCH v3 04/19] arch/arm64: "
` [PATCH v3 05/19] arch/ia64: "
` [PATCH v3 06/19] arch/loongarch: "
` [PATCH v3 07/19] arch/m68k: Merge variants of fb_pgprotect() into single function
` [PATCH v3 08/19] arch/m68k: Implement <asm/fb.h> with generic helpers
` [PATCH v3 09/19] arch/mips: "
` [PATCH v3 10/19] video: Remove trailing whitespaces
` [PATCH v3 11/19] video: Move HP PARISC STI core code to shared location
` [PATCH v3 12/19] arch/parisc: Remove trailing whitespaces
` [PATCH v3 13/19] arch/parisc: Implement fb_is_primary_device() under arch/parisc
` [PATCH v3 14/19] arch/parisc: Implement <asm/fb.h> with generic helpers
` [PATCH v3 15/19] arch/powerpc: "
` [PATCH v3 16/19] arch/sh: "
` [PATCH v3 17/19] arch/sparc: Implement fb_is_primary_device() in source file
` [PATCH v3 18/19] arch/sparc: Implement <asm/fb.h> with generic helpers
` [PATCH v3 19/19] arch/x86: "

[RFC PATCH V4 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-04-17 12:49 UTC  (29+ messages)
` [RFC PATCH V4 02/17] Drivers: hv: vmbus: Decrypt vmbus ring buffer
` [RFC PATCH V4 03/17] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [RFC PATCH V4 06/17] x86/hyperv: decrypt VMBus pages for sev-snp enlightened guest
` [RFC PATCH V4 07/17] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V4 08/17] x86/hyperv: Initialize cpu and memory for "
` [RFC PATCH V4 10/17] x86/hyperv: Add smp support for sev-snp guest
` [RFC PATCH V4 13/17] x86/sev: Add Check of #HV event in path
` [RFC PATCH V4 14/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv

[PATCH 0/2] LoongArch: Make bounds-checking instructions useful
 2023-04-17  9:50 UTC  (7+ messages)
` [PATCH 1/2] LoongArch: Add opcodes of bounds-checking instructions
` [PATCH 2/2] LoongArch: Relay BCE exceptions to userland as SIGSEGVs with si_code=SEGV_BNDERR

[PATCH v2 00/19] arch: Consolidate <asm/fb.h>
 2023-04-17  9:22 UTC  (14+ messages)
` [PATCH v2 01/19] fbdev: Prepare generic architecture helpers
` [PATCH v2 02/19] arch/arc: Implement <asm/fb.h> with generic helpers
` [PATCH v2 07/19] arch/m68k: Merge variants of fb_pgprotect() into single function
` [PATCH v2 08/19] arch/m68k: Implement <asm/fb.h> with generic helpers
` [PATCH v2 15/19] arch/powerpc: "

W sprawie samochodu
 2023-04-17  8:00 UTC 

[PATCH v5 3/3] Replace invocation of weak PRNG
 2023-04-15 22:57 UTC  (3+ messages)

[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-04-15  0:06 UTC  (12+ messages)
  ` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
    ` [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-04-14 21:08 UTC  (8+ messages)

[RFC PATCH 0/6] Setting memory policy for restrictedmem file
 2023-04-14 17:24 UTC  (9+ messages)
` [RFC PATCH 1/6] mm: shmem: Refactor out shmem_shared_policy() function
` [RFC PATCH 2/6] mm: mempolicy: Refactor out mpol_init_from_nodemask
` [RFC PATCH 3/6] mm: mempolicy: Refactor out __mpol_set_shared_policy()
` [RFC PATCH 4/6] mm: mempolicy: Add and expose mpol_create
` [RFC PATCH 5/6] mm: restrictedmem: Add memfd_restricted_bind() syscall
` [RFC PATCH 6/6] selftests: mm: Add selftest for memfd_restricted_bind()

[PATCH] Drivers: hv: move panic report code from vmbus to hv early init code
 2023-04-13 22:31 UTC  (3+ messages)

[PATCH net-next v3 1/4] scm: add SO_PASSPIDFD and SCM_PIDFD
 2023-04-13 13:39 UTC  (9+ messages)
` [PATCH net-next v3 2/4] net: socket: add sockopts blacklist for BPF cgroup hook
` [PATCH net-next v3 3/4] net: core: add getsockopt SO_PEERPIDFD
` [PATCH net-next v3 4/4] selftests: net: add SCM_PIDFD / SO_PEERPIDFD test

[PATCH AUTOSEL 5.15 7/8] asm-generic/io.h: suppress endianness warnings for readq() and writeq()
 2023-04-13  2:37 UTC 

[PATCH AUTOSEL 5.4 3/3] asm-generic/io.h: suppress endianness warnings for readq() and writeq()
 2023-04-13  2:37 UTC 

[PATCH AUTOSEL 5.10 4/4] asm-generic/io.h: suppress endianness warnings for readq() and writeq()
 2023-04-13  2:37 UTC 

[PATCH AUTOSEL 6.1 16/17] asm-generic/io.h: suppress endianness warnings for readq() and writeq()
 2023-04-13  2:36 UTC 

[PATCH AUTOSEL 6.2 18/20] asm-generic/io.h: suppress endianness warnings for readq() and writeq()
 2023-04-13  2:35 UTC  (2+ messages)
` [PATCH AUTOSEL 6.2 19/20] asm-generic/io.h: suppress endianness warnings for relaxed accessors

[PATCH 0/2] x86/hyperv: Exclude lazy TLB mode CPUs from enlightened TLB flushes
 2023-04-13  1:34 UTC  (2+ messages)

[PATCH v7 00/12] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-04-13  1:05 UTC  (2+ messages)

[PATCH v4 0/6] Support TDX guests on Hyper-V
 2023-04-12 15:20 UTC  (16+ messages)
` [PATCH v4 1/6] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v4 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
` [PATCH v4 3/6] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH v4 4/6] x86/hyperv: Support hypercalls for "
` [PATCH v4 5/6] Drivers: hv: vmbus: Support "
` [PATCH v4 6/6] x86/hyperv: Fix serial console interrupts for "

[PATCH v2 0/5] locking: Introduce local{,64}_try_cmpxchg
 2023-04-12 13:40 UTC  (13+ messages)
` [PATCH v2 1/5] locking/atomic: Add generic try_cmpxchg{,64}_local support
` [PATCH v2 2/5] locking/generic: Wire up local{,64}_try_cmpxchg
` [PATCH v2 3/5] locking/arch: Wire up local_try_cmpxchg

[PATCH] serial: fix TIOCSRS485 locking
 2023-04-12 13:03 UTC  (2+ messages)

[PATCH] LoongArch: Enable PG when wakeup from suspend
 2023-04-11  9:49 UTC 

[PATCH v4] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2023-04-11  9:49 UTC  (7+ messages)

Słowa kluczowe do wypozycjonowania
 2023-04-11  7:40 UTC 

[RFC PATCH v3 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd
 2023-04-11  1:35 UTC  (2+ messages)

[RFC PATCH v4 0/2] Providing mount in memfd_restricted() syscall
 2023-04-11  1:29 UTC  (3+ messages)
` [RFC PATCH v4 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
` [RFC PATCH v4 2/2] selftests: restrictedmem: Check memfd_restricted()'s handling of provided userspace mount

[PATCH v4 0/5] Hyper-V VTL support
 2023-04-10 17:06 UTC  (5+ messages)
` [PATCH v4 2/5] x86/hyperv: Add VTL specific structs and hypercalls
      ` [EXTERNAL] "


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