linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-10 16:08:41 to 2021-08-24 17:09:48 UTC [more...]

[PATCH v4 00/15] Add TDX Guest Support (shared-mm support)
 2021-08-24 17:04 UTC  (16+ messages)
` [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 00/20] kbuild: unify the install.sh script usage
 2021-08-24 15:22 UTC  (3+ messages)
` [PATCH 18/20] kbuild: sh: remove unused install script

[PATCH V3 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-24  8:49 UTC  (58+ 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
        ` min_align_mask "

[PATCH v3] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-08-23 10:53 UTC  (3+ messages)

[PATCH v29 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-22  2:59 UTC  (35+ messages)
` [PATCH v29 01/32] Documentation/x86: Add CET description
` [PATCH v29 02/32] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v29 03/32] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v29 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v29 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v29 06/32] x86/cet: Add control-protection fault handler
` [PATCH v29 07/32] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v29 08/32] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v29 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v29 10/32] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v29 11/32] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v29 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v29 13/32] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v29 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v29 15/32] x86/mm: Shadow Stack page fault error checking
` [PATCH v29 16/32] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v29 17/32] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v29 18/32] mm: Add guard pages around a shadow stack
` [PATCH v29 19/32] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v29 20/32] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v29 21/32] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v29 22/32] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v29 23/32] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v29 24/32] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH v29 25/32] x86/cet/shstk: Handle thread shadow stack
` [PATCH v29 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v29 27/32] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v29 28/32] ELF: Introduce arch_setup_elf_property()
` [PATCH v29 29/32] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v29 30/32] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v29 31/32] mm: Update arch_validate_flags() to test vma anonymous
` [PATCH v29 32/32] mm: Introduce PROT_SHADOW_STACK for shadow stack

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-21 16:27 UTC  (24+ messages)
` [PATCH v28 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [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 00/19] arch: Add basic LoongArch support
 2021-08-21  8:16 UTC  (51+ 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

[PATCH v29 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-08-20 18:22 UTC  (11+ messages)
` [PATCH v29 01/10] x86/cet/ibt: Add Kconfig option for "
` [PATCH v29 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v29 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v29 04/10] x86/cet/ibt: Disable IBT for ia32
` [PATCH v29 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
` [PATCH v29 06/10] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v29 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v29 08/10] x86/vdso: Introduce ENDBR macro
` [PATCH v29 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v29 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[PATCH 0/4] Fix racing TLBI with ASID/VMID reallocation
 2021-08-20  9:08 UTC  (5+ messages)
` [PATCH 3/4] KVM: arm64: Convert the host S2 over to __load_guest_stage2()

[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

[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  (4+ 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 09/15] pci: Consolidate pci_iomap* and pci_iomap*wc
 2021-08-12 22:29 UTC  (4+ messages)

[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


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