Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-02 00:50:32 to 2021-12-13 07:14:21 UTC [more...]

[PATCH V7 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-12-13  7:14 UTC 

[PATCH 00/10] kbuild: do not quote string values in Makefile
 2021-12-12 19:29 UTC  (11+ messages)
` [PATCH 01/10] certs: use $@ to simplify the key generation rule
` [PATCH 02/10] certs: unify duplicated cmd_extract_certs and improve the log
` [PATCH 03/10] certs: remove unneeded -I$(srctree) option for system_certificates.o
` [PATCH 04/10] certs: refactor file cleaning
` [PATCH 05/10] certs: remove misleading comments about GCC PR
` [PATCH 06/10] kbuild: stop using config_filename in scripts/Makefile.modsign
` [PATCH 07/10] certs: simplify $(srctree)/ handling and remove config_filename macro
` [PATCH 08/10] kbuild: do not include include/config/auto.conf from shell scripts
` [PATCH 09/10] kbuild: do not quote string values in include/config/auto.conf
` [PATCH 10/10] microblaze: use built-in function to get CPU_{MAJOR,MINOR,REV}

[GIT PULL] csky fixes for v5.16-rc5
 2021-12-12 19:16 UTC  (2+ messages)

[PATCH 00/10] Removal of most do_exit calls
 2021-12-12 17:48 UTC  (12+ messages)
` [PATCH 01/10] exit/s390: Remove dead reference to do_exit from copy_thread
` [PATCH 02/10] exit: Add and use make_task_dead
` [PATCH 03/10] exit: Move oops specific logic from do_exit into make_task_dead
` [PATCH 04/10] exit: Stop poorly open coding do_task_dead in make_task_dead
` [PATCH 05/10] exit: Stop exporting do_exit
` [PATCH 06/10] exit: Implement kthread_exit
` [PATCH 07/10] exit: Rename module_put_and_exit to module_put_and_kthread_exit
` [PATCH 08/10] exit: Rename complete_and_exit to kthread_complete_and_exit
` [PATCH 09/10] kthread: Ensure struct kthread is present for all kthreads
` [PATCH 10/10] exit/kthread: Move the exit code for kernel threads into struct kthread

[PATCH V6 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-12-10 14:01 UTC  (19+ messages)
` [PATCH V6 1/5] swiotlb: Add swiotlb bounce buffer remap function for HV IVM
` [PATCH V6 2/5] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V6 3/5] hyper-v: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V6 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver
` [PATCH V6 5/5] net: netvsc: Add Isolation VM support for netvsc driver

[PATCH v8 00/14] Function Granular KASLR
 2021-12-10 13:20 UTC  (39+ messages)
` [PATCH v8 01/14] x86: Makefile: Add build and config option for CONFIG_FG_KASLR
` [PATCH v8 02/14] x86/tools: Add relative relocs for randomized functions
` [PATCH v8 03/14] x86: Add support for function granular KASLR
` [PATCH v8 04/14] linkage: add macros for putting ASM functions into own sections
` [PATCH v8 06/14] FG-KASLR: use a scripted approach to handle .text.* sections
` [PATCH v8 07/14] kallsyms: Hide layout
` [PATCH v8 08/14] livepatch: only match unique symbols when using FG-KASLR
` [PATCH v8 09/14] x86/boot: allow FG-KASLR to be selected
` [PATCH v8 10/14] arm64/crypto: conditionally place ASM functions into separate sections
` [PATCH v8 11/14] module: Reorder functions
` [PATCH v8 12/14] module: use a scripted approach for FG-KASLR
` [PATCH v8 13/14] Documentation: add documentation "
` [PATCH v8 14/14] maintainers: add MAINTAINERS entry "
  ` [PATCH v8 05/14] x86: conditionally place regular ASM functions into separate sections

[PATCH] futex: Fix sparc32/m68k/nds32 build regression
 2021-12-10 10:49 UTC  (3+ messages)

[PATCH v3 0/8] KVM: x86: Hyper-V hypercall fix and cleanups
 2021-12-09 11:19 UTC  (11+ messages)
` [PATCH v3 1/8] KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req
` [PATCH v3 2/8] KVM: x86: Get the number of Hyper-V sparse banks from the VARHEAD field
` [PATCH v3 3/8] KVM: x86: Refactor kvm_hv_flush_tlb() to reduce indentation
` [PATCH v3 4/8] KVM: x86: Add a helper to get the sparse VP_SET for IPIs and TLB flushes
` [PATCH v3 5/8] KVM: x86: Don't bother reading sparse banks that end up being ignored
` [PATCH v3 6/8] KVM: x86: Shove vp_bitmap handling down into sparse_set_to_vcpu_mask()
` [PATCH v3 7/8] KVM: x86: Reject fixeds-size Hyper-V hypercalls with non-zero "var_cnt"
` [PATCH v3 8/8] KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fields

[PATCH v7 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2021-12-09 11:10 UTC  (3+ messages)

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2021-12-09  4:32 UTC  (18+ messages)
` [PATCH v3 01/13] riscv: Move KASAN mapping next to the kernel mapping
` [PATCH v3 02/13] riscv: Split early kasan mapping to prepare sv48 introduction
` [PATCH v3 03/13] riscv: Introduce functions to switch pt_ops
` [PATCH v3 04/13] riscv: Allow to dynamically define VA_BITS
` [PATCH v3 05/13] riscv: Get rid of MAXPHYSMEM configs
` [PATCH v3 06/13] asm-generic: Prepare for riscv use of pud_alloc_one and pud_free
` [PATCH v3 07/13] riscv: Implement sv48 support
` [PATCH v3 08/13] riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfo
` [PATCH v3 09/13] riscv: Explicit comment about user virtual address space size
` [PATCH v3 10/13] riscv: Improve virtual kernel memory layout dump
` [PATCH v3 11/13] Documentation: riscv: Add sv48 description to VM layout
` [PATCH v3 12/13] riscv: Initialize thread pointer before calling C functions
` [PATCH v3 13/13] riscv: Allow user to downgrade to sv39 when hw supports sv48 if !KASAN

[PATCH] uapi: Make __{u,s}64 match {u,}int64_t in userspace
 2021-12-08 15:33 UTC  (16+ messages)

[PATCH 2/2] [BONUS PATCH] mm: move tlb_flush_pending inline helpers to mm_inline.h
 2021-12-07 12:55 UTC 

[PATCH V6 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-12-07  7:19 UTC  (6+ messages)
` [PATCH V6 1/5] swiotlb: Add swiotlb bounce buffer remap function for HV IVM
` [PATCH V6 2/5] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V6 3/5] hyper-v: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V6 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver
` [PATCH V6 5/5] net: netvsc: Add Isolation VM support for netvsc driver

[PATCH v5 3/3] riscv: optimized memset
 2021-12-06 20:37 UTC  (2+ messages)

[PATCH v3 00/25] kcsan: Support detecting a subset of missing memory barriers
 2021-12-06 17:38 UTC  (16+ messages)
` [PATCH v3 04/25] kcsan: Add core support for a subset of weak memory modeling
` [PATCH v3 08/25] kcsan: Show location access was reordered to

[PATCH V4 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-12-06 14:19 UTC  (14+ messages)
` [PATCH V4 1/5] Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V4 2/5] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V4 3/5] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V4 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver
` [PATCH V4 5/5] hv_netvsc: Add Isolation VM support for netvsc driver

[PATCH V5 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-12-06 14:11 UTC  (6+ messages)
` [PATCH V5 1/5] Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V5 2/5] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V5 3/5] hyper-v: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V5 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver
` [PATCH V5 5/5] net: netvsc: Add Isolation VM support for netvsc driver

[PATCH v2 00/10] Introduce sv48 support without relocatable kernel
 2021-12-06 11:17 UTC  (4+ messages)

【ニーナチャット福岡】ご応募ありがとうございます
 2021-12-05  0:21 UTC 

[PATCH V3 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-12-04  7:42 UTC  (18+ messages)
` [PATCH V3 1/5] Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V3 2/5] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V3 3/5] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V3 5/5] hv_netvsc: Add Isolation VM support for netvsc driver

[PATCH v2 0/8] KVM: x86: Hyper-V hypercall fix and cleanups
 2021-12-03 23:48 UTC  (12+ messages)
` [PATCH v2 3/8] KVM: x86: Refactor kvm_hv_flush_tlb() to reduce indentation
` [PATCH v2 7/8] KVM: x86: Reject fixeds-size Hyper-V hypercalls with non-zero "var_cnt"
` [PATCH v2 8/8] KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fields
        ` ** POTENTIAL FRAUD ALERT - RED HAT ** "

[RFD] clear virtual machine memory when virtual machine is turned off
 2021-12-03 18:20 UTC  (5+ messages)

[PATCH] futex: Fix additional regressions
 2021-12-03  8:07 UTC 

[RFD] Clear virtual machine memory when virtual machine is turned off
 2021-12-02 10:41 UTC 

[PATCH memory-model 0/3] LKMM updates for v5.17
 2021-12-02  0:50 UTC  (4+ messages)
` [PATCH memory-model 1/3] tools/memory-model: Provide extra ordering for unlock+lock pair on the same CPU
` [PATCH memory-model 2/3] tools/memory-model: doc: Describe the requirement of the litmus-tests directory
` [PATCH memory-model 3/3] tools/memory-model: litmus: Add two tests for unlock(A)+lock(B) ordering


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 read-only IMAP folder(s) and NNTP newsgroup(s).