linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-15 10:09:21 to 2023-03-21 01:03:19 UTC [more...]

[PATCH memory-model 0/8] LKMM updates for v6.4
 2023-03-21  1:02 UTC  (5+ messages)
` [PATCH memory-model 1/8] tools/memory-model: Update some warning labels
` [PATCH memory-model 3/8] tools/memory-model: Add smp_mb__after_srcu_read_unlock()
` [PATCH memory-model 5/8] tools/memory-model: Provide exact SRCU semantics
` [PATCH memory-model 7/8] tools/memory-model: Add documentation about SRCU read-side critical sections

[PATCHv2] mm/page_alloc: Make deferred page init free pages in MAX_ORDER blocks
 2023-03-21  0:24 UTC 

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-03-20 19:08 UTC  (4+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH v6 00/13] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-03-20 18:50 UTC  (7+ messages)
` [PATCH v6 06/13] x86/hyperv: Change vTOM handling to use standard coco mechanisms

[PATCH v3 0/5] Hyper-V VTL support
 2023-03-20 18:16 UTC  (7+ messages)
` [PATCH v3 1/5] x86/init: Make get/set_rtc_noop() public
` [PATCH v3 2/5] x86/hyperv: Add VTL specific structs and hypercalls
` [PATCH v3 3/5] x86/hyperv: Make hv_get_nmi_reason public
` [PATCH v3 4/5] x86/hyperv: VTL support for Hyper-V
` [PATCH v3 5/5] x86/Kconfig: Add HYPERV_VTL_MODE

[PATCH v3 00/38] Kconfig: Introduce HAS_IOPORT config option
 2023-03-20 17:37 UTC  (16+ messages)
` [PATCH v3 02/38] ata: add HAS_IOPORT dependencies
` [PATCH v3 07/38] drm: handle "
` [PATCH v3 15/38] leds: add "
` [PATCH v3 26/38] pnp: "
` [PATCH v3 35/38] video: handle "

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-03-20 14:56 UTC  (4+ messages)
` [PATCH v3 07/51] cpuidle,psci: Push RCU-idle into driver

[PATCH v4 00/36] New page table range API
 2023-03-20 14:08 UTC  (69+ messages)
` [PATCH v4 08/36] arm: Implement the new "
` [PATCH v4 14/36] m68k: "
` [PATCH v4 16/36] mips: "
` [PATCH v4 17/36] nios2: "
` [PATCH v4 18/36] openrisc: "
` [PATCH v4 19/36] parisc: "
` [PATCH v4 20/36] powerpc: "
` [PATCH v4 21/36] riscv: "
` [PATCH v4 22/36] s390: "
` [PATCH v4 23/36] superh: "
` [PATCH v4 24/36] sparc32: "
` [PATCH v4 25/36] sparc64: "
` [PATCH v4 26/36] um: "
` [PATCH v4 27/36] x86: "
` [PATCH v4 28/36] xtensa: "
` [PATCH v4 34/36] rmap: add folio_add_file_rmap_range()
` [PATCH v4 35/36] mm: Convert do_set_pte() to set_pte_range()

[PATCH V2] LoongArch: Provide kernel fpu functions
 2023-03-20 13:48 UTC  (4+ messages)

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-20 11:35 UTC  (23+ messages)
` [PATCH v7 21/41] mm: Add guard pages around a shadow stack
` [PATCH v7 22/41] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v7 24/41] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v7 33/41] x86/shstk: Introduce map_shadow_stack syscall

[PATCH v8 00/40] Shadow stacks for userspace
 2023-03-20 11:00 UTC  (45+ messages)
` [PATCH v8 01/40] Documentation/x86: Add CET shadow stack description
` [PATCH v8 02/40] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v8 03/40] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v8 04/40] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v8 05/40] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v8 06/40] x86/fpu: Add helper for modifying xstate
` [PATCH v8 07/40] x86/traps: Move control protection handler to separate file
` [PATCH v8 08/40] x86/shstk: Add user control-protection fault handler
` [PATCH v8 09/40] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v8 10/40] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v8 11/40] mm: Introduce pte_mkwrite_kernel()
` [PATCH v8 12/40] s390/mm: Introduce pmd_mkwrite_kernel()
` [PATCH v8 13/40] mm: Make pte_mkwrite() take a VMA
` [PATCH v8 14/40] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v8 15/40] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v8 16/40] x86/mm: Start actually marking _PAGE_SAVED_DIRTY
` [PATCH v8 17/40] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v8 18/40] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v8 19/40] x86/mm: Check shadow stack page fault errors
` [PATCH v8 20/40] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v8 21/40] mm: Add guard pages around a shadow stack
` [PATCH v8 22/40] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v8 23/40] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v8 24/40] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v8 25/40] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v8 26/40] mm: Warn on shadow stack memory in wrong vma
` [PATCH v8 27/40] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v8 28/40] x86: Introduce userspace API for shadow stack
` [PATCH v8 29/40] x86/shstk: Add user-mode shadow stack support
` [PATCH v8 30/40] x86/shstk: Handle thread shadow stack
` [PATCH v8 31/40] x86/shstk: Introduce routines modifying shstk
` [PATCH v8 32/40] x86/shstk: Handle signals for shadow stack
` [PATCH v8 33/40] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v8 34/40] x86/shstk: Support WRSS for userspace
` [PATCH v8 35/40] x86: Expose thread features in /proc/$PID/status
` [PATCH v8 36/40] x86/shstk: Wire in shadow stack interface
` [PATCH v8 37/40] selftests/x86: Add shadow stack test
` [PATCH v8 38/40] x86: Add PTRACE interface for shadow stack
` [PATCH v8 39/40] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v8 40/40] x86/shstk: Add ARCH_SHSTK_STATUS

[PATCH] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs
 2023-03-20  8:49 UTC  (2+ messages)

[PATCH] mm/page_alloc: Make deferred page init free pages in MAX_ORDER blocks
 2023-03-17 20:08 UTC  (3+ messages)

[PATCH 00/10] Fix confusion around MAX_ORDER
 2023-03-17 13:17 UTC  (35+ messages)
` [PATCH 01/10] sparc/mm: Fix MAX_ORDER usage in tsb_grow()
` [PATCH 02/10] um: Fix MAX_ORDER usage in linux_main()
` [PATCH 03/10] floppy: Fix MAX_ORDER usage
` [PATCH 04/10] drm/i915: Fix MAX_ORDER usage in i915_gem_object_get_pages_internal()
` [PATCH 05/10] genwqe: Fix MAX_ORDER usage
` [PATCH 06/10] perf/core: Fix MAX_ORDER usage in rb_alloc_aux_page()
` [PATCH 07/10] mm/page_reporting: Fix MAX_ORDER usage in page_reporting_register()
` [PATCH 08/10] mm/slub: Fix MAX_ORDER usage in calculate_order()
` [PATCH 09/10] iommu: Fix MAX_ORDER usage in __iommu_dma_alloc_pages()
` [PATCH 10/10] mm, treewide: Redefine MAX_ORDER sanely

[PATCH net-next 1/3] scm: add SO_PASSPIDFD and SCM_PIDFD
 2023-03-17 11:12 UTC  (12+ messages)
` [PATCH net-next 2/3] net: core: add getsockopt SO_PEERPIDFD
` [PATCH net-next 3/3] selftests: net: add SCM_PIDFD / SO_PEERPIDFD test

Rubber Molded
 2023-03-16  8:45 UTC 

[RFC PATCH 00/10] Additional selftests for restrictedmem
 2023-03-16  0:31 UTC  (11+ messages)
` [RFC PATCH 01/10] KVM: selftests: Test error message fixes for memfd_restricted selftests
` [RFC PATCH 02/10] KVM: selftests: Test that ftruncate to non-page-aligned size on a restrictedmem fd should fail
` [RFC PATCH 03/10] KVM: selftests: Test that VM private memory should not be readable from host
` [RFC PATCH 04/10] KVM: selftests: Exercise restrictedmem allocation and truncation code after KVM invalidation code has been unbound
` [RFC PATCH 05/10] KVM: selftests: Generalize private_mem_conversions_test for parallel execution
` [RFC PATCH 06/10] KVM: selftests: Default private_mem_conversions_test to use 1 memslot for test data
` [RFC PATCH 07/10] KVM: selftests: Add vm_userspace_mem_region_add_with_restrictedmem
` [RFC PATCH 08/10] KVM: selftests: Default private_mem_conversions_test to use 1 restrictedmem file for test data
` [RFC PATCH 09/10] KVM: selftests: Add tests around sharing a restrictedmem fd
` [RFC PATCH 10/10] KVM: selftests: Test KVM exit behavior for private memory/access

[PATCH RFC 0/2] Begin reorganizing the arch documentation
 2023-03-15 22:18 UTC  (4+ messages)
` [PATCH 1/2] docs: create a top-level arch/ directory
` [PATCH 2/2] docs: move x86 documentation into Documentation/arch/

[PATCH v4 0/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-03-15 12:52 UTC  (9+ messages)
` [PATCH v4 2/4] mips: add <asm-generic/io.h> including


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