linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-16 16:50:57 to 2023-03-22 00:59:07 UTC [more...]

[PATCH memory-model 0/8] LKMM updates for v6.4
 2023-03-22  0:59 UTC  (12+ messages)
` [PATCH memory-model 1/8] tools/memory-model: Update some warning labels
` [PATCH memory-model 2/8] tools/memory-model: Unify UNLOCK+LOCK pairings to po-unlock-lock-po
` [PATCH memory-model 3/8] tools/memory-model: Add smp_mb__after_srcu_read_unlock()
` [PATCH memory-model 4/8] tools/memory-model: Restrict to-r to read-read address dependency
` [PATCH memory-model 5/8] tools/memory-model: Provide exact SRCU semantics
` [PATCH memory-model 6/8] tools/memory-model: Make ppo a subrelation of po
` [PATCH memory-model 7/8] tools/memory-model: Add documentation about SRCU read-side critical sections
` [PATCH memory-model 8/8] Documentation: litmus-tests: Correct spelling

[PATCH net-next v2 1/3] scm: add SO_PASSPIDFD and SCM_PIDFD
 2023-03-22  0:47 UTC  (6+ messages)
` [PATCH net-next v2 2/3] net: core: add getsockopt SO_PEERPIDFD
` [PATCH net-next v2 3/3] selftests: net: add SCM_PIDFD / SO_PEERPIDFD test

[PATCH] arm64: remove special treatment for the link order of head.o
 2023-03-21 22:26 UTC  (2+ messages)

[RFC PATCH v2 0/2] Providing mount in memfd_restricted() syscall
 2023-03-21 20:15 UTC  (3+ messages)
` [RFC PATCH v2 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
` [RFC PATCH v2 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd

[PATCH v2 0/4] usercopy: generic tests + arm64 fixes
 2023-03-21 18:04 UTC  (9+ messages)
` [PATCH v2 1/4] lib: test copy_{to,from}_user()
` [PATCH v2 2/4] lib: test clear_user()
` [PATCH v2 3/4] arm64: fix __raw_copy_to_user semantics
` [PATCH v2 4/4] arm64: fix clear_user() semantics

[PATCH v2 0/2] Hyper-V VTL support
 2023-03-21 18:01 UTC  (7+ messages)
` [PATCH v2 2/2] x86/hyperv: VTL support for Hyper-V
          ` [EXTERNAL] "

[PATCHv2] mm/page_alloc: Make deferred page init free pages in MAX_ORDER blocks
 2023-03-21 16:53 UTC  (4+ messages)

[PATCH] mm/page_alloc: Make deferred page init free pages in MAX_ORDER blocks
 2023-03-21 16:44 UTC  (4+ messages)

[PATCH 00/10] Fix confusion around MAX_ORDER
 2023-03-21 16:38 UTC  (38+ 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 09/10] iommu: Fix MAX_ORDER usage in __iommu_dma_alloc_pages()
` [PATCH 10/10] mm, treewide: Redefine MAX_ORDER sanely

[PATCH v3 00/38] Kconfig: Introduce HAS_IOPORT config option
 2023-03-21 14:33 UTC  (6+ messages)
` [PATCH v3 03/38] char: impi, tpm: depend on HAS_IOPORT
` [PATCH v3 26/38] pnp: add HAS_IOPORT dependencies

[PATCH v4 00/36] New page table range API
 2023-03-21 11:30 UTC  (39+ messages)
` [PATCH v4 16/36] mips: Implement the new "
` [PATCH v4 20/36] powerpc: "
` [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 v3 0/5] Hyper-V VTL support
 2023-03-21 11:27 UTC  (8+ 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 v7 0/5] shoot lazy tlbs (lazy tlb refcount scalability improvement)
 2023-03-21  3:54 UTC  (5+ messages)
` [PATCH v7 5/5] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN

[PATCH memory-model 0/31] LKMM scripting updates for v6.4
 2023-03-21  1:05 UTC  (32+ messages)
` [PATCH memory-model scripts 01/31] tools/memory-model: Document locking corner cases
` [PATCH memory-model scripts 02/31] tools/memory-model: Make judgelitmus.sh note timeouts
` [PATCH memory-model scripts 03/31] tools/memory-model: Make cmplitmushist.sh "
` [PATCH memory-model scripts 04/31] tools/memory-model: Make judgelitmus.sh identify bad macros
` [PATCH memory-model scripts 05/31] tools/memory-model: Make judgelitmus.sh detect hard deadlocks
` [PATCH memory-model scripts 06/31] tools/memory-model: Fix paulmck email address on pre-existing scripts
` [PATCH memory-model scripts 07/31] tools/memory-model: Update parseargs.sh for hardware verification
` [PATCH memory-model scripts 08/31] tools/memory-model: Make judgelitmus.sh handle hardware verifications
` [PATCH memory-model scripts 09/31] tools/memory-model: Add simpletest.sh to check locking, RCU, and SRCU
` [PATCH memory-model scripts 10/31] tools/memory-model: Fix checkalllitmus.sh comment
` [PATCH memory-model scripts 11/31] tools/memory-model: Hardware checking for check{,all}litmus.sh
` [PATCH memory-model scripts 12/31] tools/memory-model: Make judgelitmus.sh ransack .litmus.out files
` [PATCH memory-model scripts 13/31] tools/memory-model: Split runlitmus.sh out of checklitmus.sh
` [PATCH memory-model scripts 14/31] tools/memory-model: Make runlitmus.sh generate .litmus.out for --hw
` [PATCH memory-model scripts 15/31] tools/memory-model: Move from .AArch64.litmus.out to .litmus.AArch.out
` [PATCH memory-model scripts 16/31] tools/memory-model: Keep assembly-language litmus tests
` [PATCH memory-model scripts 17/31] tools/memory-model: Allow herd to deduce CPU type
` [PATCH memory-model scripts 18/31] tools/memory-model: Make runlitmus.sh check for jingle errors
` [PATCH memory-model scripts 19/31] tools/memory-model: Add -v flag to jingle7 runs
` [PATCH memory-model scripts 20/31] tools/memory-model: Implement --hw support for checkghlitmus.sh
` [PATCH memory-model scripts 21/31] tools/memory-model: Fix scripting --jobs argument
` [PATCH memory-model scripts 22/31] tools/memory-model: Make checkghlitmus.sh use mselect7
` [PATCH memory-model scripts 23/31] tools/memory-model: Make history-check scripts "
` [PATCH memory-model scripts 24/31] tools/memory-model: Add "--" to parseargs.sh for additional arguments
` [PATCH memory-model scripts 25/31] tools/memory-model: Repair parseargs.sh header comment
` [PATCH memory-model scripts 26/31] tools/memory-model: Add checktheselitmus.sh to run specified litmus tests
` [PATCH memory-model scripts 27/31] tools/memory-model: Add data-race capabilities to judgelitmus.sh
` [PATCH memory-model scripts 28/31] tools/memory-model: Make judgelitmus.sh handle scripted Result: tag
` [PATCH memory-model scripts 29/31] tools/memory-model: Use "-unroll 0" to keep --hw runs finite
` [PATCH memory-model scripts 30/31] tools/memory-model: Use "grep -E" instead of "egrep"
` [PATCH memory-model scripts 31/31] tools/memory-model: Document LKMM test procedure

[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 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 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 net-next 1/3] scm: add SO_PASSPIDFD and SCM_PIDFD
 2023-03-17 11:12 UTC  (11+ messages)
` [PATCH net-next 2/3] net: core: add getsockopt SO_PEERPIDFD


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