public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-20 21:52:07 to 2022-11-03 02:49:43 UTC [more...]

[PATCH V14 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-11-03  2:49 UTC  (6+ messages)
` [PATCH V14 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()
` [PATCH V14 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V14 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V14 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH 0/3] bitmap: optimize small_const path for
 2022-11-03  2:09 UTC  (5+ messages)
` [PATCH 1/3] bitmap: switch from inline to __always_inline
` [PATCH 2/3] bitmap: improve small_const case for find_next() functions
` [PATCH 3/3] bitmap: add tests for find_next_bit()

mm: delay rmap removal until after TLB flush
 2022-11-02 23:13 UTC  (9+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-02 22:07 UTC  (37+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v9 6/8] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v9 7/8] KVM: Handle page fault for private memory
` [PATCH v9 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v2 0/2] Fix MSR access errors during kexec in root partition
 2022-11-02 20:33 UTC  (8+ messages)
` [PATCH v2 1/2] clocksource/drivers/hyperv: add data structure for reference TSC MSR
` [PATCH v2 2/2] x86/hyperv: fix invalid writes to MSRs during root partition kexec

[PATCH v5] locking/memory-barriers.txt: Improve documentation for writel() example
 2022-11-02 20:30 UTC  (5+ messages)

[PATCH 00/12] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-11-02 17:28 UTC  (7+ messages)
` [PATCH 02/12] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [PATCH 03/12] x86/hyperv: Reorder code in prep for subsequent patch
` [PATCH 06/12] swiotlb: Remove bounce buffer remapping for Hyper-V

[linux-next:master] BUILD REGRESSION 61c3426aca2c71052ddcd06c32e29d92304990fd
 2022-11-02 17:16 UTC 

[PATCH v2 0/5] Add support running nested Microsoft Hypervisor
 2022-11-02 16:36 UTC  (6+ messages)
  ` [PATCH v2 1/5] mshv: Add support for detecting nested hypervisor
  ` [PATCH v2 2/5] hv: Setup synic registers in case of nested root partition
  ` [PATCH v2 3/5] hv: Add an interface to do nested hypercalls
  ` [PATCH v2 4/5] hv: Enable vmbus driver for nested root partition
  ` [PATCH v2 5/5] hv, mshv : Change interrupt vector "

[PATCH 0/6] Add support running nested Microsoft Hypervisor
 2022-11-02 15:46 UTC  (9+ messages)
` [PATCH 1/6] mshv: Add support for detecting nested hypervisor
` [PATCH 2/6] hv: Setup synic registers in case of nested root partition
` [PATCH 3/6] hv: Set the correct EOM register in case of nested hypervisor
` [PATCH 4/6] hv: Add an interface to do nested hypercalls
` [PATCH 5/6] hv: Enable vmbus driver for nested root partition
` [PATCH 6/6] hv, mshv : Change interrupt vector "

[PATCH] selftests/vDSO: Add riscv getcpu & gettimeofday test
 2022-11-02  9:01 UTC  (2+ messages)

[RFC PATCH v1] riscv: support for hardware breakpoints/watchpoints
 2022-11-01 21:23 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION e9d267f752f8ff62f0111cea90e3ced4fc595b4f
 2022-11-01 18:43 UTC 

[linux-next:master] BUILD REGRESSION 6fbda10ec6f8d70d0f4446f861f7db726c2f2e7c
 2022-11-01  1:42 UTC 

[GIT PULL] LoongArch fixes for v6.1-rc3
 2022-10-30 18:34 UTC  (2+ messages)

[RFC][PATCHSET] coredump unification for regset and non-regset architectures
 2022-10-29 23:18 UTC  (11+ messages)
` [PATCH 01/10] kill signal_pt_regs()
  ` [PATCH 02/10] kill coredump_params->regs
  ` [PATCH 03/10] kill extern of vsyscall32_sysctl
  ` [PATCH 04/10] [elf][regset] clean fill_note_info() a bit
  ` [PATCH 05/10] [elf][regset] simplify thread list handling in fill_note_info()
  ` [PATCH 06/10] elf_core_copy_task_regs(): task_pt_regs is defined everywhere
  ` [PATCH 07/10] [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argument)
  ` [PATCH 08/10] [elf][non-regset] use elf_core_copy_task_regs() for dumper as well
  ` [PATCH 09/10] [elf] unify regset and non-regset cases
  ` [PATCH 10/10] [elf] get rid of get_note_info_size()

[linux-next:master] BUILD REGRESSION fd8dab197cca2746e1fcd399a218eec5164726d4
 2022-10-28 16:56 UTC 

[PATCH V2] uapi: Fixup strace compile error
 2022-10-28  0:41 UTC  (3+ messages)

[PATCH] kbuild: treat char as always signed
 2022-10-27 18:28 UTC  (18+ messages)
  ` make ctype ascii only? (was [PATCH] kbuild: treat char as always signed)

[PATCH v4] locking/memory-barriers.txt: Improve documentation for writel() example
 2022-10-27 18:24 UTC  (7+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING ecc4eeb2208ab537a3f3744984cd7f30ac971db8
 2022-10-27 16:34 UTC 

[PATCH V13 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-10-27 12:49 UTC  (9+ messages)
` [PATCH V13 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()
` [PATCH V13 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V13 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V13 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH 0/2] Fix MSR access errors during kexec in root partition
 2022-10-27 10:03 UTC  (7+ messages)
` [PATCH 1/2] x86/hyperv: fix invalid writes to MSRs during root partition kexec
` [PATCH 2/2] clocksource/drivers/hyperv: add data structure for reference TSC MSR

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-26 21:59 UTC  (20+ messages)
` [PATCH v2 01/39] Documentation/x86: Add CET description
` [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v2 26/39] x86/cet/shstk: Introduce routines modifying shstk
` [PATCH v2 27/39] x86/cet/shstk: Handle signals for shadow stack

[PATCH v3 0/7] kbuild: various cleanups
 2022-10-26 17:09 UTC  (8+ messages)
` [PATCH v3 6/7] kbuild: use obj-y instead extra-y for objects placed at the head

[PATCH] asm-generic/io: Add _RET_IP_ to MMIO trace for more accurate debug info
 2022-10-26 13:47 UTC  (3+ messages)

[PATCH] kbuild: treat char as always signed
 2022-10-25 19:22 UTC  (15+ messages)
` [PATCH v2] kbuild: treat char as always unsigned

[RFC PATCH] text_poke/ftrace/x86: Allow text_poke() to be called in early boot
 2022-10-25 10:28 UTC  (7+ messages)

[PATCH V6 00/11] riscv: Add GENERIC_ENTRY support and related features
 2022-10-25  9:47 UTC  (14+ messages)
` [PATCH V6 01/11] riscv: elf_kexec: Fixup compile warning
` [PATCH V6 04/11] compiler_types.h: Add __noinstr_section() for noinstr

[PATCH V2 1/2] LoongArch: Add alternative runtime patching mechanism
 2022-10-25  2:43 UTC  (2+ messages)
` [PATCH V2 2/2] LoongArch: Use alternative to optimize libraries

[PATCH 1/2] LoongArch: Add alternative runtime patching mechanism
 2022-10-24 14:57 UTC  (4+ messages)
` [PATCH 2/2] LoongArch: Use alternative to optimize libraries

[PATCH] arch: crash: Remove duplicate declaration in smp.h
 2022-10-24 10:07 UTC  (3+ messages)

[PATCH 0/2] Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP & fixup race condition on PG_dcache_clean
 2022-10-24  8:02 UTC  (5+ messages)
` [PATCH 1/2] riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte
` [PATCH 2/2] riscv: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH] uapi/asm-generic: fix repeated words in comments
 2022-10-22  6:48 UTC 

[PATCH v7 18/43] instrumented.h: add KMSAN support
 2022-10-22  6:24 UTC  (13+ messages)

[PATCH V12 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-10-21 14:08 UTC  (4+ messages)
` [PATCH V12 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH 11/12] PCI: hv: Add hypercalls to read/write MMIO space
 2022-10-21 14:04 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox