linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-04 20:40:18 to 2021-08-19 18:11:38 UTC [more...]

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

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-18 16:38 UTC  (31+ messages)
` [PATCH v28 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v28 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v28 06/32] x86/cet: Add control-protection fault handler
` [PATCH v28 08/32] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v28 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v28 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v28 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v28 16/32] x86/mm: Update maybe_mkwrite() for shadow stack

[PATCH v11 00/16] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-08-18 12:19 UTC  (15+ messages)
` [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 00/19] arch: Add basic LoongArch support
 2021-08-18  9:38 UTC  (48+ messages)
` [PATCH 07/19] LoongArch: Add process management
` [PATCH 08/19] LoongArch: Add memory management
` [PATCH 09/19] LoongArch: Add system call support
` [PATCH 13/19] LoongArch: Add some library functions
` [PATCH 15/19] LoongArch: Add PCI controller support
` [PATCH 16/19] LoongArch: Add VDSO and VSYSCALL support
` [PATCH 17/19] LoongArch: Add multi-processor (SMP) support
` [PATCH 18/19] LoongArch: Add Non-Uniform Memory Access (NUMA) support
` [PATCH 19/19] LoongArch: Add Loongson-3 default config file
  ` [PATCH 04/19] LoongArch: Add common headers

[GIT PULL lkmm] LKMM commits for v5.15
 2021-08-18  6:41 UTC  (2+ messages)

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

[PATCH 1/3] isystem: trim/fixup stdarg.h and other headers
 2021-08-17  1:30 UTC  (5+ messages)
` [PATCH 2/3] isystem: ship and use stdarg.h

[PATCH v2 1/3] isystem: trim/fixup stdarg.h and other headers
 2021-08-17  1:29 UTC  (2+ messages)

[asm-generic:master] BUILD SUCCESS 8f76f9c46952659dd925c21c3f62a0d05a3f3e71
 2021-08-14 23:18 UTC 

[PATCH v3 0/6] asm-generic: strncpy_from_user/strnlen_user cleanup
 2021-08-14 11:10 UTC  (3+ messages)

[asm-generic:master] BUILD SUCCESS a71bfc0079762b4d3cb36dcc5fe6c23c806cfc8c
 2021-08-14  2:43 UTC 

[Resend RFC PATCH V4 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-13 16:43 UTC  (4+ messages)
` [Resend RFC PATCH V4 09/13] x86/Swiotlb/HV: Add Swiotlb bounce buffer remap function for HV IVM

[asm-generic:master] BUILD SUCCESS fc062ad8e406a08b624b3ab3427434800ff886f8
 2021-08-13  9:22 UTC 

[PATCH v4 00/15] Add TDX Guest Support (shared-mm support)
 2021-08-13  8:07 UTC  (23+ 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 v5 00/10] ARM: remove set_fs callers and implementation
 2021-08-11  7:31 UTC  (3+ messages)

[PATCH v28 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-08-10 16:07 UTC  (4+ messages)
` [PATCH v28 04/10] x86/cet/ibt: Disable IBT for ia32

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

[RFC PATCH v1 1/5] locking/atomic: Implement atomic_fetch_and_or
 2021-08-09 11:37 UTC  (6+ messages)

[RFC] LKMM: Add volatile_if()
 2021-08-07  0:51 UTC  (11+ messages)

[syzbot] kernel BUG in __tlb_remove_page_size
 2021-08-06 22:20 UTC  (2+ messages)

[PATCH 00/11] ARC atomics update
 2021-08-06 19:02 UTC  (8+ messages)
      ` [RFC] bitops/non-atomic: make @nr unsigned to avoid any DIV

[PATCH 0/4] Fix racing TLBI with ASID/VMID reallocation
 2021-08-06 16:04 UTC  (13+ messages)
` [PATCH 1/4] arm64: mm: Fix TLBI vs ASID rollover
` [PATCH] of: restricted dma: Don't fail device probe on rmem init failure
` [PATCH 2/4] KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callers
` [PATCH 3/4] KVM: arm64: Convert the host S2 over to __load_guest_stage2()
` [PATCH 4/4] KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCE
` (subset) [PATCH 0/4] Fix racing TLBI with ASID/VMID reallocation

[PATCH V2 00/14] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-05 16:01 UTC  (12+ messages)
` [PATCH V2 03/14] x86/set_memory: Add x86_set_memory_enc static call support
` [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] riscv: use the generic string routines
 2021-08-05 10:31 UTC  (4+ 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).