linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-30 22:58:10 to 2021-10-09 00:38:58 UTC [more...]

[PATCH v5 00/16] Add TDX Guest Support (shared-mm support)
 2021-10-09  0:37 UTC  (15+ messages)
` [PATCH v5 01/16] x86/mm: Move force_dma_unencrypted() to common code
` [PATCH v5 02/16] x86/tdx: Get TD execution environment information via TDINFO
` [PATCH v5 03/16] x86/tdx: Exclude Shared bit from physical_mask
` [PATCH v5 04/16] x86/tdx: Make pages shared in ioremap()
` [PATCH v5 05/16] x86/tdx: Add helper to do MapGPA hypercall
` [PATCH v5 06/16] x86/tdx: Make DMA pages shared
` [PATCH v5 07/16] x86/kvm: Use bounce buffers for TD guest
` [PATCH v5 08/16] x86/tdx: ioapic: Add shared bit for IOAPIC base address
` [PATCH v5 09/16] x86/tdx: Enable shared memory confidential guest flags for TDX guest
` [PATCH v5 10/16] PCI: Consolidate pci_iomap_range(), pci_iomap_wc_range()
` [PATCH v5 11/16] asm/io.h: Add ioremap_host_shared fallback
` [PATCH v5 12/16] PCI: Add pci_iomap_host_shared(), pci_iomap_host_shared_range()
` [PATCH v5 13/16] PCI: Mark MSI data shared
` [PATCH v5 14/16] virtio: Use shared mappings for virtio PCI devices

[PATCH] selftests: proc: Make sure wchan works when it exists
 2021-10-08 23:55 UTC 

[PATCH v3] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-10-08 22:13 UTC  (2+ messages)

[GIT PULL] asm-generic: build fixes for v5.15
 2021-10-08 20:26 UTC  (2+ messages)

[PATCH] tools/memory-model: Provide extra ordering for unlock+lock pair on the same CPU
 2021-10-08 16:32 UTC  (4+ messages)

[PATCH 0/7] wchan: Fix wchan support
 2021-10-08 16:17 UTC  (14+ messages)
` [PATCH 1/7] Revert "proc/wchan: use printk format instead of lookup_symbol_name()"
` [PATCH 2/7] leaking_addresses: Always print a trailing newline
` [PATCH 3/7] proc: Use task_is_running() for wchan in /proc/$pid/stat
` [PATCH 4/7] x86: Fix get_wchan() to support the ORC unwinder
` [PATCH 5/7] sched: Add wrapper for get_wchan() to keep task blocked
` [PATCH 6/7] arch: __get_wchan || STACKTRACE_SUPPORT
` [PATCH 7/7] arch: Fix STACKTRACE_SUPPORT

[PATCH v4 0/3] riscv: optimized mem* functions
 2021-10-08  1:39 UTC  (3+ messages)

Another possible use for LKMM, or a subset (strengthening) thereof
 2021-10-07 20:56 UTC 

[PATCH v4] aio: Add support for the POLLFREE
 2021-10-07  0:25 UTC 

[PATCH v3] aio: Add support for the POLLFREE
 2021-10-06 23:54 UTC  (5+ messages)

[PATCH v2] aio: Add support for the POLLFREE
 2021-10-06 22:36 UTC  (3+ messages)

[PATCH RESEND] include/asm-generic/error-injection.h: fix a spelling mistake, and a coding style issue
 2021-10-06 18:59 UTC 

[PATCH] asm-generic: correct reference to GENERIC_LIB_DEVMEM_IS_ALLOWED
 2021-10-06 16:52 UTC  (3+ messages)

[PATCH V7 0/9] x86/Hyper-V: Add Hyper-V Isolation VM support(First part)
 2021-10-06  6:36 UTC  (10+ messages)
` [PATCH V7 1/9] x86/hyperv: Initialize GHCB page in Isolation VM
` [PATCH V7 2/9] x86/hyperv: Initialize shared memory boundary in the "
` [PATCH V7 3/9] x86/hyperv: Add new hvcall guest address host visibility support
` [PATCH V7 4/9] Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH V7 5/9] x86/sev-es: Expose __sev_es_ghcb_hv_call() to call ghcb hv call out of sev code
` [PATCH V7 6/9] x86/hyperv: Add Write/Read MSR registers via ghcb page
` [PATCH V7 7/9] x86/hyperv: Add ghcb hvcall support for SNP VM
` [PATCH V7 8/9] Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message
` [PATCH V7 9/9] Drivers: hv : vmbus: Initialize VMbus ring buffer for Isolation VM

[RESEND PATCH] aio: Add support for the POLLFREE
 2021-10-05 19:56 UTC  (4+ messages)

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

[PATCH v30 00/32] Control-flow Enforcement: Shadow Stack
 2021-10-05 14:26 UTC  (3+ messages)
` [PATCH v30 01/32] Documentation/x86: Add CET description

[PATCH RESEND 3 00/16] Bitmap patches for 5.15
 2021-10-05  6:02 UTC  (18+ messages)
` [PATCH 01/16] bitops: protect find_first_{,zero}_bit properly
` [PATCH 02/16] bitops: move find_bit_*_le functions from le.h to find.h
` [PATCH 03/16] include: move find.h from asm_generic to linux
` [PATCH 04/16] arch: remove GENERIC_FIND_FIRST_BIT entirely
` [PATCH 05/16] lib: add find_first_and_bit()
` [PATCH 06/16] cpumask: use find_first_and_bit()
` [PATCH 07/16] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
` [PATCH 08/16] tools: sync tools/bitmap with mother linux
` [PATCH 09/16] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
` [PATCH 10/16] include/linux: move for_each_bit() macros from bitops.h to find.h
` [PATCH 11/16] find: micro-optimize for_each_{set,clear}_bit()
` [PATCH 12/16] Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
` [PATCH 13/16] mm/percpu: micro-optimize pcpu_is_populated()
` [PATCH 14/16] bitmap: unify find_bit operations
` [PATCH 15/16] lib: bitmap: add performance test for bitmap_print_to_pagebuf
` [PATCH 16/16] vsprintf: rework bitmap_list_string

[PATCH v2 00/10] Introduce sv48 support without relocatable kernel
 2021-10-04  7:31 UTC  (4+ messages)
` [PATCH v2 04/10] riscv: Implement sv48 support

[PATCH V6 0/8] x86/Hyper-V: Add Hyper-V Isolation VM support(First part)
 2021-10-04  2:39 UTC  (13+ messages)
` [PATCH V6 3/8] x86/hyperv: Add new hvcall guest address host visibility support
` [PATCH V6 5/8] x86/hyperv: Add Write/Read MSR registers via ghcb page
` [PATCH V6 7/8] Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message

[PATCH v4 00/11] sections: Unify kernel sections range check and use
 2021-10-03 17:19 UTC  (3+ messages)
` [PATCH v4 07/11] mm: kasan: Use is_kernel() helper

[PATCH V4 00/22] arch: Add basic LoongArch support
 2021-10-03  9:10 UTC  (23+ messages)
` [PATCH V4 06/22] LoongArch: Add CPU definition headers
` [PATCH V4 07/22] LoongArch: Add atomic/locking headers
` [PATCH V4 11/22] LoongArch: Add process management
` [PATCH V4 14/22] LoongArch: Add signal handling support
` [PATCH V4 16/22] LoongArch: Add misc common routines
` [PATCH V4 19/22] LoongArch: Add VDSO and VSYSCALL support

[PATCH RESEND 2 00/16] Resend bitmap patches
 2021-10-02 23:43 UTC  (23+ messages)
` [PATCH 01/16] bitops: protect find_first_{,zero}_bit properly
` [PATCH 02/16] bitops: move find_bit_*_le functions from le.h to find.h
` [PATCH 03/16] include: move find.h from asm_generic to linux
` [PATCH 04/16] arch: remove GENERIC_FIND_FIRST_BIT entirely
` [PATCH 05/16] lib: add find_first_and_bit()
` [PATCH 06/16] cpumask: use find_first_and_bit()
` [PATCH 07/16] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
` [PATCH 08/16] tools: sync tools/bitmap with mother linux
` [PATCH 09/16] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
` [PATCH 10/16] include/linux: move for_each_bit() macros from bitops.h to find.h
` [PATCH 11/16] find: micro-optimize for_each_{set,clear}_bit()
` [PATCH 12/16] Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
` [PATCH 13/16] mm/percpu: micro-optimize pcpu_is_populated()
` [PATCH 14/16] bitmap: unify find_bit operations
` [PATCH 15/16] lib: bitmap: add performance test for bitmap_print_to_pagebuf
` [PATCH 16/16] vsprintf: rework bitmap_list_string

[PATCH v5 0/3] riscv: optimized mem* functions
 2021-10-02 17:20 UTC  (8+ messages)
` [PATCH v5 1/3] riscv: optimized memcpy

[RFC PATCH] LKMM: Add ctrl_dep() macro for control dependency
 2021-10-02 14:29 UTC  (18+ messages)

[RFC PATCH 00/13] x86 User Interrupts support
 2021-10-01 23:04 UTC  (23+ messages)
` [RFC PATCH 11/13] x86/uintr: Introduce uintr_wait() syscall

[PATCH RESEND 2 00/16] Resend bitmap patches
 2021-10-01 18:36 UTC  (5+ messages)
` [PATCH 01/16] bitops: protect find_first_{,zero}_bit properly
` [PATCH 02/16] bitops: move find_bit_*_le functions from le.h to find.h

[PATCH v3 1/4] mm: Create a new system state and fix core_kernel_text()
 2021-10-01  7:14 UTC  (3+ messages)
` [PATCH v3 2/4] mm: Make generic arch_is_kernel_initmem_freed() do what it says

[PATCH v15 0/6] Add NUMA-awareness to qspinlock
 2021-09-30 23:51 UTC  (5+ 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 NNTP newsgroup(s).