linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-25 02:44:05 to 2023-03-01 15:41:42 UTC [more...]

[PATCH v6 00/41] Shadow stacks for userspace
 2023-03-01 15:41 UTC  (10+ messages)
` [PATCH v6 11/41] mm: Introduce pte_mkwrite_kernel()
` [PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
` [PATCH v6 28/41] x86: Introduce userspace API for shadow stack

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

[PATCH] locking/atomic: cmpxchg: Make __generic_cmpxchg_local compare against zero-extended 'old' value
 2023-03-01 15:19 UTC  (3+ messages)

[PATCH v2 0/2] arch/*/io.h: remove ioremap_uc in some architectures
 2023-03-01 14:06 UTC  (5+ messages)
` [PATCH v2 1/2] mips: add <asm-generic/io.h> including
` [PATCH v2 2/2] arch/*/io.h: remove ioremap_uc in some architectures

[PATCH 0/2] Hyper-V VTL support
 2023-03-01 13:34 UTC  (4+ messages)
` [PATCH 1/2] x86/init: Make get/set_rtc_noop() public
` [PATCH 2/2] x86/hyperv: VTL support for Hyper-V

[PATCH V2] LoongArch: Mark 3 symbol exports as non-GPL
 2023-03-01 12:30 UTC 

[PATCH] LoongArch: Export some symbols without GPL
 2023-03-01 12:08 UTC  (3+ messages)

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-03-01 11:11 UTC  (3+ messages)
` [RFC PATCH V3 13/16] x86/sev: Add Check of #HV event in path

[PATCH v5 00/17] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-03-01  9:24 UTC  (21+ messages)
` [PATCH v5 01/17] asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macros
` [PATCH v5 02/17] hexagon: mm: Convert to GENERIC_IOREMAP
` [PATCH v5 03/17] openrisc: mm: remove unneeded early ioremap code
` [PATCH v5 04/17] mm/ioremap: Define generic_ioremap_prot() and generic_iounmap()
` [PATCH v5 05/17] mm: ioremap: allow ARCH to have its own ioremap method definition
` [PATCH v5 06/17] mm/ioremap: add slab availability checking in ioremap_prot
` [PATCH v5 07/17] arc: mm: Convert to GENERIC_IOREMAP
` [PATCH v5 08/17] ia64: "
` [PATCH v5 09/17] openrisc: "
` [PATCH v5 10/17] s390: "
` [PATCH v5 11/17] sh: "
` [PATCH v5 12/17] xtensa: "
` [PATCH v5 13/17] parisc: "
` [PATCH v5 14/17] mm/ioremap: Consider IOREMAP space in generic ioremap
` [PATCH v5 15/17] powerpc: mm: Convert to GENERIC_IOREMAP
` [PATCH v5 16/17] arm64 : mm: add wrapper function ioremap_prot()
` [PATCH v5 17/17] mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowed

[PATCH v3 00/34] New page table range API
 2023-03-01  8:06 UTC  (38+ messages)
` [PATCH v3 01/34] mm: Convert page_table_check_pte_set() to page_table_check_ptes_set()
` [PATCH v3 02/34] mm: Add generic flush_icache_pages() and documentation
` [PATCH v3 03/34] mm: Add folio_flush_mapping()
` [PATCH v3 04/34] mm: Remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
` [PATCH v3 05/34] alpha: Implement the new page table range API
` [PATCH v3 06/34] arc: "
` [PATCH v3 07/34] arm: "
` [PATCH v3 08/34] arm64: "
` [PATCH v3 09/34] csky: "
` [PATCH v3 10/34] hexagon: "
` [PATCH v3 11/34] ia64: "
` [PATCH v3 12/34] loongarch: "
` [PATCH v3 13/34] m68k: "
` [PATCH v3 14/34] microblaze: "
` [PATCH v3 15/34] mips: "
` [PATCH v3 16/34] nios2: "
` [PATCH v3 17/34] openrisc: "
` [PATCH v3 18/34] parisc: "
` [PATCH v3 19/34] powerpc: "
` [PATCH v3 20/34] riscv: "
` [PATCH v3 21/34] s390: "
` [PATCH v3 22/34] superh: "
` [PATCH v3 23/34] sparc32: "
` [PATCH v3 24/34] sparc64: "
` [PATCH v3 25/34] um: "
` [PATCH v3 26/34] x86: "
` [PATCH v3 27/34] xtensa: "
` [PATCH v3 28/34] mm: Remove page_mapping_file()
` [PATCH v3 29/34] mm: Rationalise flush_icache_pages() and flush_icache_page()
` [PATCH v3 30/34] mm: Use flush_icache_pages() in do_set_pmd()
` [PATCH v3 31/34] filemap: Add filemap_map_folio_range()
` [PATCH v3 32/34] rmap: add folio_add_file_rmap_range()
` [PATCH v3 33/34] mm: Convert do_set_pte() to set_pte_range()
` [PATCH v3 34/34] filemap: Batch PTE mappings

[PATCH v5 1/2] riscv: Get rid of riscv_pfn_base variable
 2023-03-01  7:56 UTC  (3+ messages)

[GIT PULL] LoongArch changes for v6.3
 2023-03-01  6:58 UTC 

[PATCH] Discard .note.gnu.property in vmlinux
 2023-03-01  6:22 UTC 

[RFC][PATCHSET] VM_FAULT_RETRY fixes
 2023-03-01  4:00 UTC  (13+ messages)
` [PATCH 08/10] parisc: fix livelock in uaccess

[PATCH v2 00/30] New page table range API
 2023-02-28 16:25 UTC  (39+ messages)
` [PATCH v2 01/30] mm: Convert page_table_check_pte_set() to page_table_check_ptes_set()
` [PATCH v2 02/30] mm: Add generic flush_icache_pages() and documentation
` [PATCH v2 03/30] mm: Add folio_flush_mapping()
` [PATCH v2 04/30] mm: Remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
` [PATCH v2 05/30] alpha: Implement the new page table range API
` [PATCH v2 06/30] arc: "
` [PATCH v2 07/30] arm64: "
` [PATCH v2 08/30] csky: "
` [PATCH v2 09/30] hexagon: "
` [PATCH v2 10/30] ia64: "
` [PATCH v2 11/30] loongarch: "
` [PATCH v2 12/30] m68k: "
` [PATCH v2 13/30] microblaze: "
` [PATCH v2 14/30] mips: "
` [PATCH v2 15/30] nios2: "
` [PATCH v2 16/30] openrisc: "
` [PATCH v2 17/30] parisc: "
` [PATCH v2 18/30] powerpc: "
` [PATCH v2 19/30] riscv: "
` [PATCH v2 20/30] s390: "
` [PATCH v2 21/30] superh: "
` [PATCH v2 22/30] sparc32: "
` [PATCH v2 23/30] sparc64: "
` [PATCH v2 24/30] um: "
` [PATCH v2 25/30] x86: "
` [PATCH v2 26/30] xtensa: "
` [PATCH v2 27/30] filemap: Add filemap_map_folio_range()
` [PATCH v2 28/30] rmap: add folio_add_file_rmap_range()
` [PATCH v2 29/30] mm: Convert do_set_pte() to set_pte_range()
` [PATCH v2 30/30] filemap: Batch PTE mappings

[linux-next:master] BUILD REGRESSION 058f4df42121baadbb8a980c06011e912784dbd2
 2023-02-28 14:18 UTC 

[PATCH 5.15 v2 0/5] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y
 2023-02-28  8:58 UTC  (6+ messages)
` [PATCH 5.15 v2 1/5] arch: fix broken BuildID for arm64 and riscv

Renovace podlahy
 2023-02-28  8:51 UTC 

[PATCH 0/2] riscv: asid: switch to alternative way to fix stale TLB entries
 2023-02-28  3:15 UTC  (5+ messages)
` [PATCH 1/2] Revert "riscv: mm: notify remote harts about mmu cache updates"
` [PATCH 2/2] riscv: asid: Fixup stale TLB entry cause application crash

[PATCH 0/2] char/agp: consolidate asm/agp.h
 2023-02-27 20:04 UTC  (2+ messages)

[GIT PULL] csky changes for v6.3
 2023-02-27 18:18 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 7f7a8831520f12a3cf894b0627641fad33971221
 2023-02-27 13:57 UTC 

[PATCH v7 0/5] shoot lazy tlbs (lazy tlb refcount scalability improvement)
 2023-02-27 13:33 UTC  (4+ messages)
` [PATCH v7 5/5] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN

[PATCH 0/7] New arch interfaces for manipulating multiple pages
 2023-02-26  6:56 UTC  (5+ messages)
` [PATCH 9/7] arm64: Implement the new page table range API
  ` [PATCH 13/7] loongson: "

[git pull] vfs.git misc bits
 2023-02-25 22:02 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 8232539f864ca60474e38eb42d451f5c26415856
 2023-02-25 21:02 UTC  (2+ messages)

[PATCH] rust: ioctl: Add ioctl number manipulation functions
 2023-02-25  2:43 UTC  (5+ 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).