linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-22 13:43:16 to 2023-06-29 12:19:59 UTC [more...]

[PATCH 00/12] arch,fbdev: Move screen_info into arch/
 2023-06-29 11:45 UTC 

[PATCH v2 0/9] Introduce SMT level and add PowerPC support
 2023-06-29 12:04 UTC  (13+ messages)
` [PATCH v2 1/9] cpu/SMT: Move SMT prototypes into cpu_smt.h
` [PATCH v2 2/9] cpu/SMT: Move smt/control simple exit cases earlier
` [PATCH v2 3/9] cpu/SMT: Store the current/max number of threads
` [PATCH v2 4/9] cpu/SMT: Remove topology_smt_supported()
` [PATCH v2 5/9] cpu/SMT: Create topology_smt_thread_allowed()
` [PATCH v2 6/9] cpu/SMT: Allow enabling partial SMT states via sysfs
` [PATCH v2 7/9] powerpc/pseries: Initialise CPU hotplug callbacks earlier
` [PATCH v2 8/9] powerpc: Add HOTPLUG_SMT support
` [PATCH v2 9/9] powerpc/pseries: Honour current SMT state when DLPAR onlining CPUs

[PATCH] riscv: pageattr: Fixup synchronization problem between init_mm and active_mm
 2023-06-29  8:20 UTC 

[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
 2023-06-28 23:43 UTC  (2+ messages)

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

[PATCH v9 0/2] Support TDX guests on Hyper-V (the x86/tdx part)
 2023-06-28 18:45 UTC  (3+ messages)

[PATCH v2] Drivers: hv: Change hv_free_hyperv_page() to take void * argument
 2023-06-28 17:51 UTC  (4+ messages)

[PATCH 0/9] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
 2023-06-28 10:53 UTC  (9+ messages)
` [PATCH 5/9] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened guest
    ` [EXTERNAL] "

[PATCH v3 00/19] arch: Consolidate <asm/fb.h>
 2023-06-28 10:26 UTC  (3+ messages)
` [PATCH v3 06/19] arch/loongarch: Implement <asm/fb.h> with generic helpers

[PATCH v3 17/19] arch/sparc: Implement fb_is_primary_device() in source file
 2023-06-28 10:01 UTC  (6+ messages)
` [v3,17/19] "

Słowa kluczowe do wypozycjonowania
 2023-06-28  7:50 UTC 

[PATCH] riscv: sigcontext: Correct the comment of sigreturn
 2023-06-28  9:12 UTC 

[GIT PULL] Move arm64 documentation under Documentation/arch
 2023-06-28  5:40 UTC  (2+ messages)

[PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
 2023-06-28  1:23 UTC  (25+ messages)

[PATCH v9 00/42] Shadow stacks for userspace
 2023-06-28  0:37 UTC  (12+ messages)
` [PATCH v9 16/42] mm: Add guard pages around a shadow stack
` [PATCH v9 28/42] x86/shstk: Add user-mode shadow stack support

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

[GIT PULL] Move Arm documentation under Documentation/arch
 2023-06-27 19:04 UTC  (2+ messages)

[PATCH] arch/sparc: Add module license and description for fbdev helpers
 2023-06-27 18:20 UTC  (4+ messages)

[PATCH v5 00/44] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2023-06-27 12:53 UTC  (4+ messages)

[PATCH v4 0/9] GenieZone hypervisor drivers
 2023-06-27  9:29 UTC  (5+ messages)
` [PATCH v4 5/9] virt: geniezone: Add irqfd support

[PATCH V2 0/9] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
 2023-06-27  3:22 UTC  (10+ messages)
` [PATCH V2 1/9] x86/hyperv: Add sev-snp enlightened guest static key
` [PATCH V2 2/9] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [PATCH V2 3/9] x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guest
` [PATCH V2 4/9] drivers: hv: Mark percpu hvcall input arg "
` [PATCH V2 5/9] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp "
` [PATCH V2 6/9] clocksource: hyper-v: Mark hyperv tsc page unencrypted "
` [PATCH V2 7/9] x86/hyperv: Initialize cpu and memory for SEV-SNP "
` [PATCH V2 8/9] x86/hyperv: Add smp support for SEV-SNP guest
` [PATCH V2 9/9] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES

[PATCH v2 0/2] send tlb_remove_table_smp_sync IPI only to necessary CPUs
 2023-06-26 15:23 UTC  (12+ messages)
` [PATCH v2 2/2] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs

[PATCH v2 0/7] GenieZone hypervisor drivers
 2023-06-26  9:05 UTC  (5+ messages)
` [PATCH v2 2/7] dt-bindings: hypervisor: Add MediaTek GenieZone hypervisor

[PATCH RFC v2 0/4] Add support for sharing page tables across processes (Previously mshare)
 2023-06-26  8:08 UTC  (3+ messages)
` [PATCH RFC v2 3/4] mm/ptshare: Create new mm struct for page table sharing

[PATCH v7 00/19] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-06-26  2:45 UTC  (4+ messages)
` [PATCH v7 12/19] sh: mm: Convert to GENERIC_IOREMAP

[PATCH -next V13 0/3] riscv: Add independent irq/softirq stacks support
 2023-06-25 23:20 UTC  (3+ messages)

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

[PATCH v7 02/19] hexagon: mm: Convert to GENERIC_IOREMAP
 2023-06-25  1:15 UTC  (5+ messages)

[PATCH v7 10/19] s390: mm: Convert to GENERIC_IOREMAP
 2023-06-24 12:45 UTC  (5+ messages)

[PATCH 1/5] sh: rename suffix-y to suffix_y
 2023-06-23 14:45 UTC  (4+ messages)
` [PATCH 3/5] kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}

[PATCH] syscalls: Fix file path names in the header comments
 2023-06-23 12:25 UTC  (6+ messages)
` [PATCH] syscalls: Remove file path comments from headers

[PATCH] Drivers: hv: Change hv_free_hyperv_page() to take void * argument
 2023-06-23  3:09 UTC  (2+ messages)

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-06-22 15:09 UTC  (4+ messages)
` [PATCH v3 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
` [PATCH v3 2/2] tools arch: Remove uapi bitsperlong.h of hexagon and microblaze


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