Linux PA RISC
[Prev Page][Next Page]
- Re: [linux-next:master] BUILD REGRESSION 296d53d8f84ce50ffaee7d575487058c8d437335, (continued)
- Re: execv: Argument list too long, Helge Deller
- [GIT PULL] parisc architecture fixes & updates for v6.5-rc1,
Helge Deller
- [linux-next:master] BUILD REGRESSION 6352a698ca5bf26a9199202666b16cf741f579f6, kernel test robot
- Re: [PATCH 6.4 00/28] 6.4.1-rc1 review,
Naresh Kamboju
- next: parisc: drivers/eisa/eisa-bus.c:436:19: error: conflicting types for 'eisa_init'; have 'int(void)',
Naresh Kamboju
- [PATCH] syscalls: Cleanup references to sys_lookup_dcookie(),
Sohil Mehta
- [linux-next:master] BUILD REGRESSION 5c875096d59010cee4e00da1f9c7bdb07a025dc2, kernel test robot
- linux-next: manual merge of the parisc-hd tree with the mm-nonmm-stable tree, Stephen Rothwell
- [linux-next:master] BUILD REGRESSION 53cdf865f90ba922a854c65ed05b519f9d728424, kernel test robot
- [linux-next:master] BUILD REGRESSION 60e7c4a25da68cd826719b685babbd23e73b85b0, kernel test robot
- [PATCH v3 00/13] refactor Kconfig to consolidate KEXEC and CRASH options,
Eric DeVolder
- [PATCH v3 04/13] ia64/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v3 01/13] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v3 06/13] loongarch/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v3 03/13] arm/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v3 09/13] parisc/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v3 12/13] s390/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v3 10/13] powerpc/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v3 02/13] x86/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v3 11/13] riscv/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v3 07/13] m68k/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v3 05/13] arm64/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v3 08/13] mips/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v3 13/13] sh/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- Re: Updated installation images for Debian Ports, Helge Deller
- [PATCH v7 14/19] parisc: mm: Convert to GENERIC_IOREMAP, Baoquan He
- [linux-next:master] BUILD REGRESSION 47045630bc409ce6606d97b790895210dd1d517d, kernel test robot
- [PATCH v2 00/13] refactor Kconfig to consolidate KEXEC and CRASH options,
Eric DeVolder
- [PATCH v2 02/13] x86/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v2 01/13] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v2 07/13] m68k/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v2 05/13] arm64/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v2 09/13] parisc/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v2 13/13] sh/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v2 12/13] s390/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v2 03/13] arm/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v2 10/13] powerpc/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v2 04/13] ia64/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v2 08/13] mips/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v2 06/13] loongarch/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v2 11/13] riscv/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [GIT PULL] parisc architecture fix for v6.4-rc7,
Helge Deller
- [linux-next:master] BUILD REGRESSION f7efed9f38f886edb450041b82a6f15d663c98f8, kernel test robot
- [PATCH v2 00/12] mm: jit/text allocator,
Mike Rapoport
- [PATCH v2 01/12] nios2: define virtual address space for modules, Mike Rapoport
- [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc(), Mike Rapoport
- [PATCH v2 03/12] mm/execmem, arch: convert simple overrides of module_alloc to execmem, Mike Rapoport
- [PATCH v2 04/12] mm/execmem, arch: convert remaining overrides of module_alloc to execmem, Mike Rapoport
- [PATCH v2 05/12] modules, execmem: drop module_alloc, Mike Rapoport
- [PATCH v2 07/12] arm64, execmem: extend execmem_params for generated code definitions, Mike Rapoport
- [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc(), Mike Rapoport
- [PATCH v2 08/12] riscv: extend execmem_params for kprobes allocations, Mike Rapoport
- [PATCH v2 09/12] powerpc: extend execmem_params for kprobes allocations, Mike Rapoport
- [PATCH v2 10/12] arch: make execmem setup available regardless of CONFIG_MODULES, Mike Rapoport
- [PATCH v2 11/12] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES, Mike Rapoport
- [PATCH v2 12/12] kprobes: remove dependcy on CONFIG_MODULES, Mike Rapoport
- Re: [PATCH v2 00/12] mm: jit/text allocator, Edgecombe, Rick P
- [linux-next:master] BUILD REGRESSION 925294c9aa184801cc0a451b69a18dd0fe7d847d, kernel test robot
- [PATCH] parisc: Delete redundant register definitions in <asm/assembly.h>,
Ben Hutchings
- [linux-next:master] BUILD REGRESSION b16049b21162bb649cdd8519642a35972b7910fe, kernel test robot
- [linux-next:master] BUILD REGRESSION 1f6ce8392d6ff486af5ca96df9ded5882c4b6977, kernel test robot
- [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma(),
Rick Edgecombe
- [PATCH v1 00/21] refactor Kconfig to consolidate KEXEC and CRASH options,
Eric DeVolder
- [PATCH v1 05/21] arm64/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v1 08/21] mips/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v1 10/21] powerpc/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v1 03/21] arm/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v1 09/21] parisc/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v1 01/21] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v1 02/21] x86/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v1 06/21] loongarch/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v1 13/21] sh/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v1 12/21] s390/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v1 11/21] riscv/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v1 04/21] ia64/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- [PATCH v1 07/21] m68k/kexec: refactor for kernel/Kconfig.kexec, Eric DeVolder
- Re: [PATCH v1 00/21] refactor Kconfig to consolidate KEXEC and CRASH options, Eric DeVolder
- Re: [PATCH v1 00/21] refactor Kconfig to consolidate KEXEC and CRASH options, Kees Cook
- [PATCH v6 14/19] parisc: mm: Convert to GENERIC_IOREMAP,
Baoquan He
- [PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail,
Hugh Dickins
- [PATCH v2 01/23] arm: allow pte_offset_map[_lock]() to fail, Hugh Dickins
- [PATCH v2 02/23] arm64: allow pte_offset_map() to fail, Hugh Dickins
- [PATCH v2 03/23] arm64/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH v2 04/23] ia64/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH v2 06/23] microblaze: allow pte_offset_map() to fail, Hugh Dickins
- [PATCH v2 05/23] m68k: allow pte_offset_map[_lock]() to fail, Hugh Dickins
- [PATCH v2 07/23] mips: update_mmu_cache() can replace __update_tlb(), Hugh Dickins
- [PATCH v2 08/23] parisc: add pte_unmap() to balance get_ptep(), Hugh Dickins
- [PATCH v2 09/23] parisc: unmap_uncached_pte() use pte_offset_kernel(), Hugh Dickins
- [PATCH v2 10/23] parisc/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH v2 11/23] powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel(), Hugh Dickins
- [PATCH v2 12/23] powerpc: allow pte_offset_map[_lock]() to fail, Hugh Dickins
- [PATCH v2 13/23] powerpc/hugetlb: pte_alloc_huge(), Hugh Dickins
- [PATCH v2 14/23] riscv/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH v2 15/23] s390: allow pte_offset_map_lock() to fail, Hugh Dickins
- [PATCH v2 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock(), Hugh Dickins
- [PATCH v2 17/23] sh/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH v2 18/23] sparc/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH v2 19/23] sparc: allow pte_offset_map() to fail, Hugh Dickins
- [PATCH v2 20/23] sparc: iounit and iommu use pte_offset_kernel(), Hugh Dickins
- [PATCH v2 21/23] x86: Allow get_locked_pte() to fail, Hugh Dickins
- [PATCH v2 22/23] x86: sme_populate_pgd() use pte_offset_kernel(), Hugh Dickins
- [PATCH v2 23/23] xtensa: add pte_unmap() to balance pte_offset_map(), Hugh Dickins
- [PATCH] parisc: Add cacheflush() syscall, Helge Deller
- [PATCH 00/13] mm: jit/text allocator,
Mike Rapoport
- [PATCH 01/13] nios2: define virtual address space for modules, Mike Rapoport
- [PATCH 02/13] mm: introduce jit_text_alloc() and use it instead of module_alloc(), Mike Rapoport
- [PATCH 04/13] mm/jitalloc, arch: convert remaining overrides of module_alloc to jitalloc, Mike Rapoport
- [PATCH 05/13] module, jitalloc: drop module_alloc, Mike Rapoport
- [PATCH 06/13] mm/jitalloc: introduce jit_data_alloc(), Mike Rapoport
- [PATCH 07/13] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES, Mike Rapoport
- [PATCH 09/13] kprobes: remove dependcy on CONFIG_MODULES, Mike Rapoport
- [PATCH 03/13] mm/jitalloc, arch: convert simple overrides of module_alloc to jitalloc, Mike Rapoport
- [PATCH 11/13] ftrace: Add swap_func to ftrace_process_locs(), Mike Rapoport
- [PATCH 12/13] x86/jitalloc: prepare to allocate exectuatble memory as ROX, Mike Rapoport
- [PATCH 08/13] arch: make jitalloc setup available regardless of CONFIG_MODULES, Mike Rapoport
- [PATCH 10/13] modules, jitalloc: prepare to allocate executable memory as ROX, Mike Rapoport
- [PATCH 13/13] x86/jitalloc: make memory allocated for code ROX, Mike Rapoport
- Re: [PATCH 00/13] mm: jit/text allocator, Mark Rutland
- Re: [PATCH 00/13] mm: jit/text allocator, Song Liu
- [PATCH AUTOSEL 5.10 14/21] parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu(), Sasha Levin
- [PATCH AUTOSEL 5.4 12/17] parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory(), Sasha Levin
- [PATCH AUTOSEL 4.19 08/13] parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu(), Sasha Levin
- [PATCH AUTOSEL 4.19 09/13] parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory(), Sasha Levin
- [PATCH AUTOSEL 5.4 11/17] parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu(), Sasha Levin
- [PATCH AUTOSEL 5.10 15/21] parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory(), Sasha Levin
- [PATCH AUTOSEL 5.15 15/24] parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu(), Sasha Levin
- [PATCH AUTOSEL 5.15 16/24] parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory(), Sasha Levin
- [PATCH AUTOSEL 6.1 22/33] parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu(), Sasha Levin
- [PATCH AUTOSEL 6.3 26/37] parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory(), Sasha Levin
- [PATCH AUTOSEL 6.1 23/33] parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory(), Sasha Levin
- [PATCH AUTOSEL 6.3 25/37] parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu(), Sasha Levin
- [PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double(),
Peter Zijlstra
- [PATCH 04/12] instrumentation: Wire up cmpxchg128(), Peter Zijlstra
- [PATCH 03/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}(), Peter Zijlstra
- [PATCH 10/12] slub: Replace cmpxchg_double(), Peter Zijlstra
- [PATCH 02/12] types: Introduce [us]128, Peter Zijlstra
- [PATCH 12/12] s390/cpum_sf: Convert to cmpxchg128(), Peter Zijlstra
- [PATCH 08/12] x86,amd_iommu: Replace cmpxchg_double(), Peter Zijlstra
- [PATCH 06/12] percpu: Wire up cmpxchg128, Peter Zijlstra
- [PATCH 07/12] percpu: #ifndef __SIZEOF_INT128__, Peter Zijlstra
- [PATCH 09/12] x86,intel_iommu: Replace cmpxchg_double(), Peter Zijlstra
- [PATCH 05/12] percpu: Add {raw,this}_cpu_try_cmpxchg(), Peter Zijlstra
- [PATCH 01/12] cyrpto/b128ops: Remove struct u128, Peter Zijlstra
- [PATCH 11/12] arch: Remove cmpxchg_double, Peter Zijlstra
- Re: [PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double(), Mark Rutland
- Re: [PATCH v3 08/11] slub: Replace cmpxchg_double(),
Peter Zijlstra
- [PATCH 5.15 25/69] parisc: Fix flush_dcache_page() for usage from irq context, Greg Kroah-Hartman
- [PATCH 5.10 180/211] parisc: Fix flush_dcache_page() for usage from irq context, Greg Kroah-Hartman
- [PATCH 6.1 034/119] parisc: Fix flush_dcache_page() for usage from irq context, Greg Kroah-Hartman
- [PATCH 6.3 033/127] parisc: Fix flush_dcache_page() for usage from irq context, Greg Kroah-Hartman
- [PATCH 5.4 136/161] parisc: Fix flush_dcache_page() for usage from irq context, Greg Kroah-Hartman
- [PATCH 4.19 112/132] parisc: Fix flush_dcache_page() for usage from irq context, Greg Kroah-Hartman
- [PATCH v2 0/2] kernel/sysctl.c: remove to major base directories,
Luis Chamberlain
- [GIT PULL] parisc architecture fixes for v6.4-rc4,
Helge Deller
- [linux-next:master] BUILD REGRESSION cf09e328589a2ed7f6c8d90f2edb697fb4f8a96b, kernel test robot
- [PATCH 0/3] Fix flush_dcache_page() for usage from irq context on ARM, NIOS2 and PARISC,
Helge Deller
- [PATCH] mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED,
Vlastimil Babka
- [PATCH] parisc: Enable LOCKDEP support,
Helge Deller
- [PATCH 0/2] kernel/sysctl.c: remove to major base directories,
Luis Chamberlain
- [PATCH] parisc: Allow to reboot machine after system halt, Helge Deller
- [PATCH] parisc: Handle Kprobes and KGDB breakpoints only in kernel, Helge Deller
- [PATCH] parisc: Add lightweight spinlock checks, Helge Deller
- spinlock recursion in aio_complete(),
Helge Deller
- [PATCH AUTOSEL 4.14 3/4] fbdev: stifb: Fix info entry in sti_struct on error path, Sasha Levin
- [PATCH AUTOSEL 4.19 4/5] fbdev: stifb: Fix info entry in sti_struct on error path, Sasha Levin
- [PATCH AUTOSEL 5.4 4/5] fbdev: stifb: Fix info entry in sti_struct on error path, Sasha Levin
- [PATCH AUTOSEL 5.10 6/8] fbdev: stifb: Fix info entry in sti_struct on error path, Sasha Levin
- [PATCH AUTOSEL 5.15 09/11] fbdev: stifb: Fix info entry in sti_struct on error path, Sasha Levin
- [PATCH AUTOSEL 6.1 12/14] fbdev: stifb: Fix info entry in sti_struct on error path, Sasha Levin
- [PATCH AUTOSEL 6.3 16/18] fbdev: stifb: Fix info entry in sti_struct on error path, Sasha Levin
- [PATCH 00/14] mm/init/kernel: missing-prototypes warnings,
Arnd Bergmann
- [PATCH 02/14] mm: page_poison: always declare __kernel_map_pages() function, Arnd Bergmann
- [PATCH 01/14] mm: percpu: unhide pcpu_embed_first_chunk prototype, Arnd Bergmann
- [PATCH 03/14] mm: sparse: mark populate_section_memmap() static, Arnd Bergmann
- [PATCH 04/14] audit: avoid missing-prototype warnings, Arnd Bergmann
- [PATCH 05/14] lib: devmem_is_allowed: include linux/io.h, Arnd Bergmann
- [PATCH 06/14] locking: add lockevent_read() prototype, Arnd Bergmann
- [PATCH 07/14] panic: hide unused global functions, Arnd Bergmann
- [PATCH 08/14] panic: make function declarations visible, Arnd Bergmann
- [PATCH 09/14] kunit: include debugfs header file, Arnd Bergmann
- [PATCH 10/14] suspend: add a arch_resume_nosmt() prototype, Arnd Bergmann
- [PATCH 13/14] thread_info: move function declarations to linux/thread_info.h, Arnd Bergmann
- [PATCH 11/14] init: consolidate prototypes in linux/init.h, Arnd Bergmann
- [PATCH 14/14] time_namespace: always provide arch_get_vdso_data() prototype for vdso, Arnd Bergmann
- [PATCH 12/14] init: move cifs_root_data() prototype into linux/mount.h, Arnd Bergmann
- [PATCH] procfs: consolidate arch_report_meminfo declaration,
Arnd Bergmann
- [PATCH] parisc: improve cach flushing in arch_sync_dma_for_cpu(),
Helge Deller
[PATCH RFC] more progress with radeon on C8000,
Helge Deller
[PATCH v5 RESEND 13/17] parisc: mm: Convert to GENERIC_IOREMAP,
Baoquan He
[GIT PULL] parisc architecture fixes for v6.4-rc2,
Helge Deller
[patch V4 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup,
Thomas Gleixner
- [patch V4 33/37] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE, Thomas Gleixner
- [patch V4 23/37] arm64: smp: Switch to hotplug core state synchronization, Thomas Gleixner
- [patch V4 22/37] ARM: smp: Switch to hotplug core state synchronization, Thomas Gleixner
- [patch V4 07/37] x86/smpboot: Restrict soft_restart_cpu() to SEV, Thomas Gleixner
- [patch V4 02/37] cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __init, Thomas Gleixner
- [patch V4 15/37] cpu/hotplug: Rework sparse_irq locking in bringup_cpu(), Thomas Gleixner
- [patch V4 10/37] x86/smpboot: Get rid of cpu_init_secondary(), Thomas Gleixner
- [patch V4 37/37] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it, Thomas Gleixner
- [patch V4 04/37] x86/smpboot: Rename start_cpu0() to soft_restart_cpu(), Thomas Gleixner
- [patch V4 24/37] csky/smp: Switch to hotplug core state synchronization, Thomas Gleixner
- [patch V4 30/37] cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanism, Thomas Gleixner
- [patch V4 26/37] parisc: Switch to hotplug core state synchronization, Thomas Gleixner
- [patch V4 18/37] x86/xen/hvm: Get rid of DEAD_FROZEN handling, Thomas Gleixner
- [patch V4 05/37] x86/topology: Remove CPU0 hotplug option, Thomas Gleixner
- [patch V4 20/37] x86/smpboot: Switch to hotplug core state synchronization, Thomas Gleixner
- [patch V4 11/37] x86/cpu/cacheinfo: Remove cpu_callout_mask dependency, Thomas Gleixner
- [patch V4 17/37] x86/xen/smp_pv: Remove wait for CPU online, Thomas Gleixner
- [patch V4 01/37] x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die(), Thomas Gleixner
- [patch V4 12/37] x86/smpboot: Move synchronization masks to SMP boot code, Thomas Gleixner
- [patch V4 19/37] cpu/hotplug: Add CPU state tracking and synchronization, Thomas Gleixner
- [patch V4 29/37] cpu/hotplug: Reset task stack state in _cpu_up(), Thomas Gleixner
- [patch V4 35/37] x86/smpboot: Implement a bit spinlock to protect the realmode stack, Thomas Gleixner
- [patch V4 16/37] x86/smpboot: Remove wait for cpu_online(), Thomas Gleixner
- [patch V4 03/37] x86/smpboot: Avoid pointless delay calibration if TSC is synchronized, Thomas Gleixner
- [patch V4 13/37] x86/smpboot: Make TSC synchronization function call based, Thomas Gleixner
- [patch V4 31/37] x86/smpboot: Enable split CPU startup, Thomas Gleixner
- [patch V4 08/37] x86/smpboot: Remove unnecessary barrier(), Thomas Gleixner
- [patch V4 21/37] cpu/hotplug: Remove cpu_report_state() and related unused cruft, Thomas Gleixner
- [patch V4 36/37] x86/smpboot: Support parallel startup of secondary CPUs, Thomas Gleixner
- [patch V4 34/37] x86/apic: Save the APIC virtual base address, Thomas Gleixner
- [patch V4 28/37] cpu/hotplug: Remove unused state functions, Thomas Gleixner
- [patch V4 27/37] riscv: Switch to hotplug core state synchronization, Thomas Gleixner
- [patch V4 32/37] x86/apic: Provide cpu_primary_thread mask, Thomas Gleixner
- [patch V4 25/37] MIPS: SMP_CPS: Switch to hotplug core state synchronization, Thomas Gleixner
- [patch V4 14/37] x86/smpboot: Remove cpu_callin_mask, Thomas Gleixner
- [patch V4 06/37] x86/smpboot: Remove the CPU0 hotplug kludge, Thomas Gleixner
- [patch V4 09/37] x86/smpboot: Split up native_cpu_up() into separate phases and document them, Thomas Gleixner
- Re: [patch V4 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup, Oleksandr Natalenko
- Re: [patch V4 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup, Guilherme G. Piccoli
- [PATCH] x86/apic: Fix use of X{,2}APIC_ENABLE in asm with older binutils, Andrew Cooper
[PATCH v7 0/7] fbdev: Move framebuffer I/O helpers to <asm/fb.h>,
Thomas Zimmermann
[RFC PATCH v2] fs/xattr: add *at family syscalls,
Christian Göttsche
[PATCH AUTOSEL 6.2 9/9] parisc: Replace regular spinlock with spin_trylock on panic path, Sasha Levin
[PATCH AUTOSEL 5.15 4/4] parisc: Replace regular spinlock with spin_trylock on panic path, Sasha Levin
[PATCH AUTOSEL 6.1 8/8] parisc: Replace regular spinlock with spin_trylock on panic path, Sasha Levin
[PATCH AUTOSEL 6.3 9/9] parisc: Replace regular spinlock with spin_trylock on panic path, Sasha Levin
[PATCH v4] console/parisc: Fix STI console on 64-bit only machines, Helge Deller
[PATCH v3] console/parisc: Fix STI console on 64-bit only machines, Helge Deller
[PATCH] cachestat: wire up cachestat for other architectures,
Nhat Pham
Regression with kernel 6.3 "kernel BUG at include/linux/swapops.h:472!",
Christoph Biedl
[PATCH v6 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>,
Thomas Zimmermann
[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail,
Hugh Dickins
- [PATCH 01/23] arm: allow pte_offset_map[_lock]() to fail, Hugh Dickins
- [PATCH 02/23] arm64: allow pte_offset_map() to fail, Hugh Dickins
- [PATCH 03/23] arm64/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH 04/23] ia64/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH 05/23] m68k: allow pte_offset_map[_lock]() to fail, Hugh Dickins
- [PATCH 06/23] microblaze: allow pte_offset_map() to fail, Hugh Dickins
- [PATCH 07/23] mips: update_mmu_cache() can replace __update_tlb(), Hugh Dickins
- [PATCH 08/23] parisc: add pte_unmap() to balance get_ptep(), Hugh Dickins
- [PATCH 09/23] parisc: unmap_uncached_pte() use pte_offset_kernel(), Hugh Dickins
- [PATCH 10/23] parisc/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH 11/23] powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel(), Hugh Dickins
- [PATCH 12/23] powerpc: allow pte_offset_map[_lock]() to fail, Hugh Dickins
- [PATCH 13/23] powerpc/hugetlb: pte_alloc_huge(), Hugh Dickins
- [PATCH 14/23] riscv/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH 15/23] s390: allow pte_offset_map_lock() to fail, Hugh Dickins
- [PATCH 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock(), Hugh Dickins
- [PATCH 17/23] sh/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH 18/23] sparc/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH 19/23] sparc: allow pte_offset_map() to fail, Hugh Dickins
- [PATCH 20/23] sparc: iounit and iommu use pte_offset_kernel(), Hugh Dickins
- [PATCH 21/23] x86: Allow get_locked_pte() to fail, Hugh Dickins
- [PATCH 22/23] x86: sme_populate_pgd() use pte_offset_kernel(), Hugh Dickins
- [PATCH 23/23] xtensa: add pte_unmap() to balance pte_offset_map(), Hugh Dickins
- Re: [PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail, Matthew Wilcox
[PATCH v2] console/parisc: Fix STI console on 64-bit only machines, Helge Deller
[RFC PATCH] asm-generic: Unify uapi bitsperlong.h,
Tiezhu Yang
[PATCH] parisc: kexec: include reboot.h,
Simon Horman
[Index of Archives]
[Linux SoC]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]