linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-28 16:10:55 to 2021-08-05 19:47:51 UTC [more...]

[RFC] LKMM: Add volatile_if()
 2021-08-05 19:47 UTC  (14+ messages)

[PATCH 00/11] ARC atomics update
 2021-08-05 19:14 UTC  (16+ messages)
` [PATCH 01/11] ARC: atomics: disintegrate header
` [PATCH 02/11] ARC: atomic: !LLSC: remove hack in atomic_set() for for UP
` [PATCH 03/11] ARC: atomic: !LLSC: use int data type consistently
` [PATCH 04/11] ARC: atomic64: LLSC: elide unused atomic_{and,or,xor,andnot}_return
` [PATCH 05/11] ARC: atomics: implement relaxed variants
` [PATCH 06/11] ARC: switch to generic bitops
` [PATCH 07/11] ARC: bitops: fls/ffs to take int (vs long) per asm-generic defines
` [PATCH 08/11] ARC: xchg: !LLSC: remove UP micro-optimization/hack
` [PATCH 09/11] ARC: cmpxchg/xchg: rewrite as macros to make type safe
` [PATCH 10/11] ARC: cmpxchg/xchg: implement relaxed variants (LLSC config only)
` [PATCH 11/11] ARC: atomic_cmpxchg/atomic_xchg: implement relaxed variants
      ` [RFC] bitops/non-atomic: make @nr unsigned to avoid any DIV

[PATCH V2 00/14] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-05 16:01 UTC  (23+ messages)
` [PATCH V2 01/14] x86/HV: Initialize GHCB page in Isolation VM
` [PATCH V2 02/14] x86/HV: Initialize shared memory boundary in the "
` [PATCH V2 03/14] x86/set_memory: Add x86_set_memory_enc static call support
` [PATCH V2 04/14] x86/HV: Add new hvcall guest address host visibility support
` [PATCH V2 05/14] HV: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH V2 06/14] HV: Add Write/Read MSR registers via ghcb page
` [PATCH V2 07/14] HV: Add ghcb hvcall support for SNP VM
` [PATCH V2 08/14] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [PATCH V2 09/14] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
` [PATCH V2 10/14] DMA: Add dma_map_decrypted/dma_unmap_encrypted() function
` [PATCH V2 11/14] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V2 12/14] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V2 13/14] HV/Netvsc: Add Isolation VM support for netvsc driver
` [PATCH V2 14/14] HV/Storvsc: Add Isolation VM support for storvsc driver

[RFC PATCH v1 1/5] locking/atomic: Implement atomic_fetch_and_or
 2021-08-05 13:20 UTC  (13+ messages)

[PATCH] riscv: use the generic string routines
 2021-08-05 10:31 UTC  (5+ messages)

[PATCH v4 00/15] Add TDX Guest Support (shared-mm support)
 2021-08-05  0:52 UTC  (16+ messages)
` [PATCH v4 01/15] x86/mm: Move force_dma_unencrypted() to common code
` [PATCH v4 02/15] x86/tdx: Exclude Shared bit from physical_mask
` [PATCH v4 03/15] x86/tdx: Make pages shared in ioremap()
` [PATCH v4 04/15] x86/tdx: Add helper to do MapGPA hypercall
` [PATCH v4 05/15] x86/tdx: Make DMA pages shared
` [PATCH v4 06/15] x86/kvm: Use bounce buffers for TD guest
` [PATCH v4 07/15] x86/tdx: ioapic: Add shared bit for IOAPIC base address
` [PATCH v4 08/15] x86/tdx: Enable shared memory protected guest flags for TDX guest
` [PATCH v4 09/15] pci: Consolidate pci_iomap* and pci_iomap*wc
` [PATCH v4 10/15] asm/io.h: Add ioremap_shared fallback
` [PATCH v4 11/15] pci: Add pci_iomap_shared{,_range}
` [PATCH v4 12/15] pci: Mark MSI data shared
` [PATCH v4 13/15] virtio: Use shared mappings for virtio PCI devices
` [PATCH v4 14/15] x86/tdx: Implement ioremap_shared for x86
` [PATCH v4 15/15] x86/tdx: Add cmdline option to force use of ioremap_shared

[PATCH v3] sock: allow reading and changing sk_userlocks with setsockopt
 2021-08-04 12:00 UTC  (3+ messages)

[GIT PULL 1/2] asm-generic: rework PCI I/O space access
 2021-08-04  8:52 UTC  (10+ messages)

[RFC PATCH] powerpc/book3s64/radix: Upgrade va tlbie to PID tlbie if we cross PMD_SIZE
 2021-08-04  7:34 UTC  (2+ messages)

[PATCH v2] sock: allow reading and changing sk_userlocks with setsockopt
 2021-08-03 12:42 UTC  (6+ messages)

[PATCH 1/3] isystem: trim/fixup stdarg.h and other headers
 2021-08-03  7:14 UTC  (12+ messages)
` [PATCH 2/3] isystem: ship and use stdarg.h
` [PATCH 3/3] isystem: delete global -isystem compile option

[PATCH v2 1/3] isystem: trim/fixup stdarg.h and other headers
 2021-08-02 20:43 UTC  (3+ messages)
` [PATCH v2 2/3] isystem: ship and use stdarg.h
` [PATCH v3 3/3] isystem: delete global -isystem compile option

[PATCH] vmlinux.lds.h: Handle clang's module.{c,d}tor sections
 2021-08-02 16:40 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-02 14:08 UTC  (38+ messages)
` [PATCH 01/13] x86/HV: Initialize GHCB page in Isolation VM
` [PATCH 03/13] x86/HV: Add new hvcall guest address host visibility support
` [PATCH 04/13] HV: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH 05/13] HV: Add Write/Read MSR registers via ghcb page
` [PATCH 06/13] HV: Add ghcb hvcall support for SNP VM
` [PATCH 07/13] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [PATCH 09/13] DMA: Add dma_map_decrypted/dma_unmap_encrypted() function
` [PATCH 10/13] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH 13/13] HV/Storvsc: Add Isolation VM support for storvsc driver

[Question] Alignment requirement for readX() and writeX()
 2021-08-02  8:37 UTC  (6+ messages)

[PATCH v5 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2021-08-01 14:56 UTC  (2+ messages)

[asm-generic:asm-generic-uaccess-6 6/10] ERROR: modpost: "__copy_tofrom_user" [net/nfc/nfc.ko] undefined!
 2021-07-31 14:02 UTC 

[asm-generic:asm-generic-uaccess-7] BUILD SUCCESS e6226997ec5ac272fa76274c3675bd5b7b437c53
 2021-07-30 22:42 UTC 

[PATCH 00/19] arch: Add basic LoongArch support
 2021-07-30 20:50 UTC  (6+ messages)

[PATCH] sock: allow reading and changing sk_userlocks with setsockopt
 2021-07-30 14:21 UTC  (3+ messages)

[PATCH v5 0/6] compat: remove compat_alloc_user_space
 2021-07-30 13:35 UTC  (7+ messages)
` [PATCH v5 1/6] kexec: move locking into do_kexec_load
` [PATCH v5 2/6] kexec: avoid compat_alloc_user_space

[PATCH v11 00/16] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-07-30 11:24 UTC  (17+ messages)
` [PATCH v11 01/16] sched: Introduce task_cpu_possible_mask() to limit fallback rq selection
` [PATCH v11 02/16] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
` [PATCH v11 03/16] cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()
` [PATCH v11 04/16] cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()
` [PATCH v11 05/16] sched: Reject CPU affinity changes based on task_cpu_possible_mask()
` [PATCH v11 06/16] sched: Introduce task_struct::user_cpus_ptr to track requested affinity
` [PATCH v11 07/16] sched: Split the guts of sched_setaffinity() into a helper function
` [PATCH v11 08/16] sched: Allow task CPU affinity to be restricted on asymmetric systems
` [PATCH v11 09/16] sched: Introduce dl_task_check_affinity() to check proposed affinity
` [PATCH v11 10/16] arm64: Implement task_cpu_possible_mask()
` [PATCH v11 11/16] arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0
` [PATCH v11 12/16] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system
` [PATCH v11 13/16] arm64: Advertise CPUs capable of running 32-bit applications in sysfs
` [PATCH v11 14/16] arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0
` [PATCH v11 15/16] arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores
` [PATCH v11 16/16] Documentation: arm64: describe asymmetric 32-bit support

[PATCH] asm-generic/hyperv: Fix struct hv_message_header ordering
 2021-07-30  9:35 UTC  (6+ messages)

[RFC PATCH v3] locking/atomic: Implement atomic{,64,_long}_{fetch_,}{andnot_or}{,_relaxed,_acquire,_release}()
 2021-07-30  2:50 UTC  (8+ messages)

[PATCH RFC 1/2] arch: Introduce ARCH_HAS_HW_XCHG_SMALL
 2021-07-29 16:38 UTC  (12+ messages)

[PATCH v2 0/7] sections: Unify kernel sections range check and use
 2021-07-29 11:06 UTC  (12+ messages)
` [PATCH v2 2/7] kallsyms: Fix address-checks for kernel related range
` [PATCH v2 5/7] kallsyms: Rename is_kernel() and is_kernel_text()
` [PATCH v2 6/7] sections: Add new "

[asm-generic:asm-generic-uaccess-7] BUILD SUCCESS 3b678070bb03678466211f4f13b156fbae62b0db
 2021-07-29  2:56 UTC 

[RFC PATCH v2] locking/atomic: Implement atomic{,64,_long}_{fetch_,}{andnot_or}{,_relaxed,_acquire,_release}()
 2021-07-29  2:40 UTC 

[PATCH v27 00/31] Control-flow Enforcement: Shadow Stack
 2021-07-28 21:34 UTC  (6+ messages)
` [PATCH v27 24/31] x86/cet/shstk: Handle thread shadow stack

[PATCH memory-model 2/4] tools/memory-model: Add example for heuristic lockless reads
 2021-07-28 17:40 UTC  (2+ messages)
  ` [PATCH v2 "

[PATCH 0/8] all: use find_next_*_bit() instead of find_first_*_bit() where possible
 2021-07-28 16:28 UTC  (6+ 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).