Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-13 00:17:39 to 2023-06-20 23:10:38 UTC [more...]

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-20 23:10 UTC  (81+ messages)
` [PATCH v4 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v4 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v4 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v4 04/34] pgtable: Create struct ptdesc
` [PATCH v4 05/34] mm: add utility functions for ptdesc
` [PATCH v4 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v4 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v4 08/34] mm: Convert ptlock_ptr() "
` [PATCH v4 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v4 10/34] mm: Convert ptlock_init() "
` [PATCH v4 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v4 12/34] mm: Convert ptlock_free() "
` [PATCH v4 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v4 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v4 15/34] x86: "
` [PATCH v4 16/34] s390: Convert various gmap "
` [PATCH v4 17/34] s390: Convert various pgalloc "
` [PATCH v4 18/34] mm: Remove page table members from struct page
` [PATCH v4 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v4 20/34] arm: "
` [PATCH v4 21/34] arm64: "
` [PATCH v4 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v4 23/34] hexagon: "
` [PATCH v4 24/34] loongarch: Convert various functions "
` [PATCH v4 25/34] m68k: "
` [PATCH v4 26/34] mips: "
` [PATCH v4 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v4 28/34] openrisc: "
` [PATCH v4 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v4 30/34] sh: Convert pte_free_tlb() "
` [PATCH v4 31/34] sparc64: Convert various functions "
` [PATCH v4 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v4 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v4 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH v2 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2023-06-20 21:08 UTC  (11+ messages)

[PATCH v8 0/2] Support TDX guests on Hyper-V (the x86/tdx part)
 2023-06-20 19:44 UTC  (7+ messages)
` [PATCH v8 1/2] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v8 2/2] x86/tdx: Support vmalloc() for tdx_enc_status_changed()

[PATCH v9 00/42] Shadow stacks for userspace
 2023-06-20 19:34 UTC  (71+ messages)
` [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
` [PATCH v9 02/42] mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()
` [PATCH v9 03/42] mm: Make pte_mkwrite() take a VMA
` [PATCH v9 04/42] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v9 05/42] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v9 10/42] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v9 11/42] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v9 14/42] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v9 16/42] mm: Add guard pages around a shadow stack
` [PATCH v9 17/42] mm: Warn on shadow stack memory in wrong vma
` [PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
` [PATCH v9 30/42] x86/shstk: Introduce routines modifying shstk
` [PATCH v9 31/42] x86/shstk: Handle signals for shadow stack
` [PATCH v9 32/42] x86/shstk: Check that SSP is aligned on sigreturn
` [PATCH v9 33/42] x86/shstk: Check that signal frame is shadow stack mem
` [PATCH v9 34/42] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v9 35/42] x86/shstk: Support WRSS for userspace
` [PATCH v9 36/42] x86: Expose thread features in /proc/$PID/status
` [PATCH v9 37/42] x86/shstk: Wire in shadow stack interface
` [PATCH v9 38/42] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v9 39/42] selftests/x86: Add shadow stack test
` [PATCH v9 40/42] x86: Add PTRACE interface for shadow stack
` [PATCH v9 41/42] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v9 42/42] x86/shstk: Add ARCH_SHSTK_STATUS

[PATCH v2 0/2] send tlb_remove_table_smp_sync IPI only to necessary CPUs
 2023-06-20 14:46 UTC  (3+ messages)
` [PATCH v2 1/2] arch: Introduce ARCH_HAS_CPUMASK_BITS
` [PATCH v2 2/2] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs

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

[PATCH v7 0/2] Support TDX guests on Hyper-V (the x86/tdx part)
 2023-06-19 16:23 UTC  (5+ messages)
` [PATCH v7 1/2] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v7 2/2] x86/tdx: Support vmalloc() for tdx_enc_status_changed()

[PATCH v6 00/19] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-06-19  5:47 UTC  (5+ messages)
` [PATCH v6 14/19] parisc: mm: Convert to GENERIC_IOREMAP
` [PATCH v6 18/19] arm64 : mm: add wrapper function ioremap_prot()

[PATCH] syscalls: Fix file path names in the header comments
 2023-06-16 20:54 UTC  (3+ messages)

[PATCH v6 02/19] hexagon: mm: Convert to GENERIC_IOREMAP
 2023-06-16 12:46 UTC  (7+ messages)

[GIT PULL] LoongArch fixes for v6.4-rc7
 2023-06-16  4:16 UTC  (2+ messages)

[PATCH 00/10] Introduce SMT level and add PowerPC support
 2023-06-15 15:46 UTC  (11+ messages)
` [PATCH 01/10] cpu/SMT: Move SMT prototypes into cpu_smt.h
` [PATCH 02/10] cpu/SMT: Move smt/control simple exit cases earlier
` [PATCH 03/10] cpu/SMT: Store the current/max number of threads
` [PATCH 04/10] cpu/SMT: Remove topology_smt_supported()
` [PATCH 05/10] cpu/SMT: Create topology_smt_threads_supported()
` [PATCH 06/10] cpu/SMT: Create topology_smt_thread_allowed()
` [PATCH 07/10] cpu/SMT: Allow enabling partial SMT states via sysfs
` [PATCH 08/10] powerpc/pseries: Initialise CPU hotplug callbacks earlier
` [PATCH 09/10] powerpc: Add HOTPLUG_SMT support
` [PATCH 10/10] powerpc/pseries: Honour current SMT state when DLPAR onlining CPUs

[PATCH v4 1/9] docs: geniezone: Introduce GenieZone hypervisor
 2023-06-15 11:47 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-06-15  9:26 UTC 

[PATCH 1/9] cpu/SMT: Move SMT prototypes into cpu_smt.h
 2023-06-14 12:27 UTC  (6+ messages)
` [PATCH 3/9] cpu/SMT: Store the current/max number of threads

[PATCH 0/5] arm64: docs: Move the arm64 docs under Documentation/arch/
 2023-06-14  7:15 UTC  (16+ messages)
` [PATCH 1/5] docs: arm64: Move arm64 documentation "
` [PATCH 2/5] dt-bindings: fix dangling Documentation/arm64 reference
` [PATCH 3/5] arm64: Fix dangling references to Documentation/arm64
` [PATCH 4/5] mm: Fix a dangling Documentation/arm64 reference
` [PATCH 5/5] perf arm-spe: "

[PATCH v2 0/7] docs: Move Documentation/arm under Documentation/arch
 2023-06-14  7:04 UTC  (3+ messages)
` [PATCH v2 6/7] docs: update some straggling Documentation/arm references

[PATCH -next V13 0/3] riscv: Add independent irq/softirq stacks support
 2023-06-14  1:30 UTC  (4+ messages)
` [PATCH -next V13 1/3] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH -next V13 2/3] riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH -next V13 3/3] riscv: stack: Add config of thread stack size

[PATCH v4 00/36] New page table range API
 2023-06-13 22:45 UTC  (4+ messages)
` [PATCH v4 17/36] nios2: Implement the new "

[linux-next:master] BUILD REGRESSION 1f6ce8392d6ff486af5ca96df9ded5882c4b6977
 2023-06-13 21:38 UTC 

[PATCH -next V12 0/3] riscv: Add independent irq/softirq stacks
 2023-06-13 15:21 UTC  (4+ messages)
` [PATCH -next V12 1/3] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK

[PATCH] LoongArch: Add vector extensions support
 2023-06-13 15:19 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).