linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-05 08:12:16 to 2023-06-22 15:02:52 UTC [more...]

[PATCH 11/14] init: consolidate prototypes in linux/init.h
 2023-06-22 15:02 UTC  (2+ messages)

[PATCH v2 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-21 22:22 UTC  (24+ messages)
` [PATCH v2 01/13] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v2 02/13] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v2 03/13] arm/kexec: "
` [PATCH v2 04/13] ia64/kexec: "
` [PATCH v2 05/13] arm64/kexec: "
` [PATCH v2 06/13] loongarch/kexec: "
` [PATCH v2 07/13] m68k/kexec: "
` [PATCH v2 08/13] mips/kexec: "
` [PATCH v2 09/13] parisc/kexec: "
` [PATCH v2 10/13] powerpc/kexec: "
` [PATCH v2 11/13] riscv/kexec: "
` [PATCH v2 12/13] s390/kexec: "
` [PATCH v2 13/13] sh/kexec: "

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-06-21 16:50 UTC  (3+ messages)
` [patch 05/37] x86/topology: Remove CPU0 hotplug option

Updated installation images for Debian Ports
 2023-06-20 20:45 UTC 

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-20 17:24 UTC  (54+ messages)
` [PATCH v2 01/12] nios2: define virtual address space for modules
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 03/12] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v2 04/12] mm/execmem, arch: convert remaining "
` [PATCH v2 05/12] modules, execmem: drop module_alloc
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()
` [PATCH v2 07/12] arm64, execmem: extend execmem_params for generated code definitions
` [PATCH v2 08/12] riscv: extend execmem_params for kprobes allocations
` [PATCH v2 09/12] powerpc: "
` [PATCH v2 10/12] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v2 11/12] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v2 12/12] kprobes: remove dependcy on CONFIG_MODULES

[PATCH v7 14/19] parisc: mm: Convert to GENERIC_IOREMAP
 2023-06-20 13:13 UTC 

[linux-next:master] BUILD REGRESSION 47045630bc409ce6606d97b790895210dd1d517d
 2023-06-20  5:05 UTC 

[PATCH 0/3] Fix flush_dcache_page() for usage from irq context on ARM, NIOS2 and PARISC
 2023-06-19 10:10 UTC  (4+ messages)
` [PATCH 2/3] nios2: Fix flush_dcache_page() for usage from irq context

[PATCH v6 14/19] parisc: mm: Convert to GENERIC_IOREMAP
 2023-06-19  5:47 UTC  (2+ messages)

[PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
 2023-06-19  4:27 UTC  (8+ messages)

[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-06-19  3:55 UTC  (36+ messages)
` [PATCH v2 01/23] arm: "
` [PATCH v2 02/23] arm64: allow pte_offset_map() "
` [PATCH v2 03/23] arm64/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH v2 04/23] ia64/hugetlb: "
` [PATCH v2 05/23] m68k: allow pte_offset_map[_lock]() to fail
` [PATCH v2 06/23] microblaze: allow pte_offset_map() "
` [PATCH v2 07/23] mips: update_mmu_cache() can replace __update_tlb()
  ` [PATCH v2 07/23 fix] mips: update_mmu_cache() can replace __update_tlb(): fix
            ` [PATCH v2 07/23 replacement] mips: add pte_unmap() to balance pte_offset_map()
` [PATCH v2 08/23] parisc: add pte_unmap() to balance get_ptep()
` [PATCH v2 09/23] parisc: unmap_uncached_pte() use pte_offset_kernel()
` [PATCH v2 10/23] parisc/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH v2 11/23] powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()
` [PATCH v2 12/23] powerpc: allow pte_offset_map[_lock]() to fail
` [PATCH v2 13/23] powerpc/hugetlb: pte_alloc_huge()
` [PATCH v2 14/23] riscv/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH v2 15/23] s390: allow pte_offset_map_lock() to fail
` [PATCH v2 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock()
` [PATCH v2 17/23] sh/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH v2 18/23] sparc/hugetlb: "
` [PATCH v2 19/23] sparc: allow pte_offset_map() to fail
` [PATCH v2 20/23] sparc: iounit and iommu use pte_offset_kernel()
` [PATCH v2 21/23] x86: Allow get_locked_pte() to fail
` [PATCH v2 22/23] x86: sme_populate_pgd() use pte_offset_kernel()
` [PATCH v2 23/23] xtensa: add pte_unmap() to balance pte_offset_map()

[GIT PULL] parisc architecture fix for v6.4-rc7
 2023-06-18 17:01 UTC  (2+ messages)

[PATCH] parisc: Delete redundant register definitions in <asm/assembly.h>
 2023-06-17  4:49 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION f7efed9f38f886edb450041b82a6f15d663c98f8
 2023-06-16 17:56 UTC 

[PATCH v1 00/21] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-15 16:19 UTC  (30+ messages)
` [PATCH v1 01/21] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v1 02/21] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v1 03/21] arm/kexec: "
` [PATCH v1 04/21] ia64/kexec: "
` [PATCH v1 05/21] arm64/kexec: "
` [PATCH v1 06/21] loongarch/kexec: "
` [PATCH v1 07/21] m68k/kexec: "
` [PATCH v1 08/21] mips/kexec: "
` [PATCH v1 09/21] parisc/kexec: "
` [PATCH v1 10/21] powerpc/kexec: "
` [PATCH v1 11/21] riscv/kexec: "
` [PATCH v1 12/21] s390/kexec: "
` [PATCH v1 13/21] sh/kexec: "

[linux-next:master] BUILD REGRESSION 925294c9aa184801cc0a451b69a18dd0fe7d847d
 2023-06-15 17:36 UTC 

[linux-next:master] BUILD REGRESSION b16049b21162bb649cdd8519642a35972b7910fe
 2023-06-14 18:42 UTC 

[PATCH 00/13] mm: jit/text allocator
 2023-06-13 22:16 UTC  (29+ messages)
` [PATCH 01/13] nios2: define virtual address space for modules
` [PATCH 12/13] x86/jitalloc: prepare to allocate exectuatble memory as ROX

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

[patch V4 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-06-12 23:49 UTC  (7+ messages)
` [patch V4 04/37] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch V4 07/37] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch V4 10/37] x86/smpboot: Get rid of cpu_init_secondary()

[patch v3 00/36] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-06-10 22:51 UTC  (14+ messages)
` [patch v3 31/36] x86/apic: Provide cpu_primary_thread mask
              ` [patch] x86/realmode: Make stack lock work in trampoline_compat()

[PATCH 05/12] percpu: Add {raw,this}_cpu_try_cmpxchg()
 2023-06-09 16:20 UTC  (4+ messages)
` [PATCH v2 5/12] "

[RFC PATCH] asm-generic: Unify uapi bitsperlong.h
 2023-06-09 13:05 UTC  (6+ 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).