Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-18 11:08:45 to 2021-12-06 10:47:36 UTC [more...]

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2021-12-06 10:46 UTC 

[PATCH v3 00/25] kcsan: Support detecting a subset of missing memory barriers
 2021-12-06  7:16 UTC  (35+ messages)
` [PATCH v3 01/25] kcsan: Refactor reading of instrumented memory
` [PATCH v3 02/25] kcsan: Remove redundant zero-initialization of globals
` [PATCH v3 03/25] kcsan: Avoid checking scoped accesses from nested contexts
` [PATCH v3 04/25] kcsan: Add core support for a subset of weak memory modeling
` [PATCH v3 05/25] kcsan: Add core memory barrier instrumentation functions
` [PATCH v3 06/25] kcsan, kbuild: Add option for barrier instrumentation only
` [PATCH v3 07/25] kcsan: Call scoped accesses reordered in reports
` [PATCH v3 08/25] kcsan: Show location access was reordered to
` [PATCH v3 09/25] kcsan: Document modeling of weak memory
` [PATCH v3 10/25] kcsan: test: Match reordered or normal accesses
` [PATCH v3 11/25] kcsan: test: Add test cases for memory barrier instrumentation
` [PATCH v3 12/25] kcsan: Ignore GCC 11+ warnings about TSan runtime support
` [PATCH v3 13/25] kcsan: selftest: Add test case to check memory barrier instrumentation
` [PATCH v3 14/25] locking/barriers, kcsan: Add instrumentation for barriers
` [PATCH v3 15/25] locking/barriers, kcsan: Support generic instrumentation
` [PATCH v3 16/25] locking/atomics, kcsan: Add instrumentation for barriers
` [PATCH v3 17/25] asm-generic/bitops, "
` [PATCH v3 18/25] x86/barriers, kcsan: Use generic instrumentation for non-smp barriers
` [PATCH v3 19/25] x86/qspinlock, kcsan: Instrument barrier of pv_queued_spin_unlock()
` [PATCH v3 20/25] mm, kcsan: Enable barrier instrumentation
` [PATCH v3 21/25] sched, kcsan: Enable memory "
` [PATCH v3 22/25] objtool, kcsan: Add memory barrier instrumentation to whitelist
` [PATCH v3 23/25] objtool, kcsan: Remove memory barrier instrumentation from noinstr
` [PATCH v3 24/25] compiler_attributes.h: Add __disable_sanitizer_instrumentation
` [PATCH v3 25/25] kcsan: Support WEAK_MEMORY with Clang where no objtool support exists

[PATCH v8 00/14] Function Granular KASLR
 2021-12-06  6:03 UTC  (36+ 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 V4 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-12-05 10:31 UTC  (9+ 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

【ニーナチャット福岡】ご応募ありがとうございます
 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  (19+ 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 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver
` [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] uapi: Make __{u,s}64 match {u,}int64_t in userspace
 2021-12-03 12:54 UTC  (22+ 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

[PATCH v2 00/23] kcsan: Support detecting a subset of missing memory barriers
 2021-11-29 14:42 UTC  (15+ messages)
` [PATCH v2 01/23] kcsan: Refactor reading of instrumented memory
` [PATCH v2 02/23] kcsan: Remove redundant zero-initialization of globals
` [PATCH v2 03/23] kcsan: Avoid checking scoped accesses from nested contexts
` [PATCH v2 23/23] objtool, kcsan: Remove memory barrier instrumentation from noinstr

[PATCH] x86: Implement arch_prctl(ARCH_VSYSCALL_LOCKOUT) to disable vsyscall
 2021-11-28  4:45 UTC  (6+ messages)

【オンフク】お問合せを受付いたしました
 2021-11-27  0:45 UTC 

[PATCH 4.9] hugetlbfs: flush TLBs correctly after huge_pmd_unshare
 2021-11-26 18:22 UTC  (4+ messages)

[PATCH] futex: Fix sparc32/m68k/nds32 build regression
 2021-11-26  9:58 UTC 

[arnd-asm-generic:asm-generic] BUILD SUCCESS a0eb2da92b715d0c97b96b09979689ea09faefe6
 2021-11-26  2:36 UTC 

[GIT PULL] asm-generic: syscall table updates
 2021-11-25 18:44 UTC  (2+ messages)

[PATCH v5 0/3] riscv: optimized mem* functions
 2021-11-25 10:56 UTC  (3+ messages)
` [PATCH v5 3/3] riscv: optimized memset

[PATCH v2 00/10] Introduce sv48 support without relocatable kernel
 2021-11-24 23:29 UTC  (2+ messages)

[PATCH V3]: bugfix
 2021-11-24  3:50 UTC  (5+ messages)
` [PATCH 1/4] MIPS: rework local_t operation on MIPS64
` [PATCH 2/4] MIPS: tx39: fix tx39_flush_cache_page
` [PATCH 3/4] MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48
` [PATCH 4/4] MIPS: loongson64: fix FTLB configuration

[PATCH V2]: bugfix
 2021-11-24  3:31 UTC  (10+ messages)
` [PATCH 1/6] hamradio: fix macro redefine warning
` [PATCH 2/6] slip: "
` [PATCH 3/6] MIPS: rework local_t operation on MIPS64
` [PATCH 4/6] MIPS: tx39: fix tx39_flush_cache_page
` [PATCH 5/6] MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48
` [PATCH 6/6] MIPS: loongson64: fix FTLB configuration

[PATCH v5] aio: Add support for the POLLFREE
 2021-11-23 23:23 UTC  (3+ messages)

[PATCH 1/2] hamradio: fix macro redefine warning
 2021-11-23 11:50 UTC  (3+ messages)
` [PATCH 2/2] slip: "

[PATCH net-next v2] sections: global data can be in .bss
 2021-11-22 16:59 UTC  (5+ messages)

[PATCH v2 0/2] Introduce the pkill_on_warn parameter
 2021-11-22 16:21 UTC  (15+ messages)

[PATCH v6 0/2] PCI: hv: Hyper-V vPCI for arm64
 2021-11-19 15:47 UTC  (3+ messages)
` [PATCH v6 2/2] arm64: PCI: hv: Add support for Hyper-V vPCI

[RFC PATCH 00/13] x86 User Interrupts support
 2021-11-18 22:19 UTC  (5+ messages)

[PATCH 1/4] MIPS: rework local_t operation on MIPS64
 2021-11-18 16:25 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 read-only IMAP folder(s) and NNTP newsgroup(s).