linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-06 14:12:00 to 2021-12-15 15:14:48 UTC [more...]

[PATCH v15 0/6] Add NUMA-awareness to qspinlock
 2021-12-15 15:13 UTC  (3+ messages)

[PATCH 00/43] Add KernelMemorySanitizer infrastructure
 2021-12-15 14:43 UTC  (60+ messages)
` [PATCH 01/43] arch/x86: add missing include to sparsemem.h
` [PATCH 02/43] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH 03/43] kasan: common: adapt to the new prototype of __stack_depot_save()
` [PATCH 04/43] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH 05/43] asm: x86: instrument usercopy in get_user() and __put_user_size()
` [PATCH 06/43] asm-generic: instrument usercopy in cacheflush.h
` [PATCH 07/43] compiler_attributes.h: add __disable_sanitizer_instrumentation
` [PATCH 08/43] kmsan: add ReST documentation
` [PATCH 09/43] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH 10/43] kmsan: pgtable: reduce vmalloc space
` [PATCH 11/43] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH 12/43] kcsan: clang: retire CONFIG_KCSAN_KCOV_BROKEN
` [PATCH 13/43] kmsan: add KMSAN runtime core
` [PATCH 14/43] MAINTAINERS: add entry for KMSAN
` [PATCH 15/43] kmsan: mm: maintain KMSAN metadata for page operations
` [PATCH 16/43] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH 17/43] kmsan: handle task creation and exiting
` [PATCH 18/43] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
` [PATCH 19/43] kmsan: init: call KMSAN initialization routines
` [PATCH 20/43] instrumented.h: add KMSAN support
` [PATCH 21/43] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH 22/43] kmsan: initialize the output of READ_ONCE_NOCHECK()
` [PATCH 23/43] kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH 24/43] kmsan: disable KMSAN instrumentation for certain kernel parts
` [PATCH 25/43] kmsan: skip shadow checks in files doing context switches
` [PATCH 26/43] kmsan: virtio: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH 27/43] x86: kmsan: add iomem support
` [PATCH 28/43] kmsan: dma: unpoison DMA mappings
` [PATCH 29/43] kmsan: handle memory sent to/from USB
` [PATCH 30/43] kmsan: add tests for KMSAN
` [PATCH 31/43] kmsan: disable strscpy() optimization under KMSAN
` [PATCH 32/43] crypto: kmsan: disable accelerated configs "
` [PATCH 33/43] kmsan: disable physical page merging in biovec
` [PATCH 34/43] kmsan: block: skip bio block merging logic for KMSAN
` [PATCH 35/43] x86: kmsan: use __msan_ string functions where possible
` [PATCH 36/43] x86: kmsan: sync metadata pages on page fault
` [PATCH 37/43] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH 38/43] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH 39/43] x86: kmsan: handle register passing from uninstrumented code
` [PATCH 40/43] kmsan: kcov: unpoison area->list in kcov_remote_area_put()
` [PATCH 41/43] security: kmsan: fix interoperability with auto-initialization
` [PATCH 42/43] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH 43/43] x86: kmsan: enable KMSAN builds for x86

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

[PATCH] locks: cleanup double word in comment
 2021-12-14 15:49 UTC 

[PATCH] locking: Generic ticket lock
 2021-12-14 15:40 UTC  (2+ messages)

[PATCH v6 0/2] PCI: hv: Hyper-V vPCI for arm64
 2021-12-14 11:40 UTC  (5+ messages)
` [PATCH v6 2/2] arm64: PCI: hv: Add support for Hyper-V vPCI
    ` [EXTERNAL] "

Wycena paneli fotowoltaicznych
 2021-12-14  8:32 UTC 

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

[PATCH 00/10] kbuild: do not quote string values in Makefile
 2021-12-14  1:50 UTC  (19+ 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}

[PATCH 00/10] Removal of most do_exit calls
 2021-12-13 22:53 UTC  (22+ 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 0/8] signal: Cleanup of the signal->flags
` [PATCH 1/8] signal: Make SIGKILL during coredumps an explicit special case
` [PATCH 2/8] signal: Drop signals received after a fatal signal has been processed
` [PATCH 3/8] signal: Have the oom killer detect coredumps using signal->core_state
` [PATCH 4/8] signal: During coredumps set SIGNAL_GROUP_EXIT in zap_process
` [PATCH 5/8] signal: Remove SIGNAL_GROUP_COREDUMP
` [PATCH 6/8] coredump: Stop setting signal->group_exit_task
` [PATCH 7/8] signal: Rename group_exit_task group_exec_task
` [PATCH 8/8] signal: Remove the helper signal_group_exit

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

[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  (8+ messages)
` [PATCH v8 07/14] kallsyms: Hide layout
  ` [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  (6+ messages)
` [PATCH v3 01/13] riscv: Move KASAN mapping next to the kernel mapping
` [PATCH v3 07/13] riscv: Implement sv48 support

[PATCH] uapi: Make __{u,s}64 match {u,}int64_t in userspace
 2021-12-08 15:33 UTC  (8+ 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  (8+ messages)
` [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  (12+ 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 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


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