public inbox for linux-parisc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-16 07:04:48 to 2022-04-05 07:15:11 UTC [more...]

[PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT
 2022-04-05  7:13 UTC  (11+ messages)
` [PATCH V12 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V12 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V12 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V12 04/20] arch: Add SYSVIPC_COMPAT for all architectures
` [PATCH V12 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V12 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V12 08/20] riscv: Fixup difference with defconfig
` [PATCH V12 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V12 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V12 12/20] riscv: compat: syscall: Add entry.S implementation

Build regressions/improvements in v5.18-rc1
 2022-04-05  6:52 UTC  (7+ messages)

[PATCH V11 00/20] riscv: Add COMPAT mode support for rv64
 2022-04-05  6:01 UTC  (25+ messages)
` [PATCH V11 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V11 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V11 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V11 04/20] arch: Add SYSVIPC_COMPAT for all architectures
` [PATCH V11 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V11 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V11 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V11 08/20] riscv: Fixup difference with defconfig
` [PATCH V11 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V11 10/20] riscv: compat: Support TASK_SIZE for compat mode
` [PATCH V11 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V11 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V11 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V11 14/20] riscv: compat: Add elf.h implementation
` [PATCH V11 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V11 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V11 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V11 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V11 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V11 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH v2 07/12] serial: termbits: ADDRB to indicate 9th bit addressing mode
 2022-04-04  9:10 UTC  (4+ messages)
` [PATCH v2 08/12] serial: General support for multipoint addresses

[PATCH] parisc: Show model and model name in one line in /proc/cpuinfo
 2022-04-03 20:06 UTC 

[PATCH] parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGY
 2022-04-02 21:29 UTC  (6+ messages)

[PATCH] parisc: Re-enable GENERIC_CPU_DEVICES for !SMP
 2022-04-02 21:26 UTC 

[PATCH V10 00/20] riscv: Add COMPAT mode support for rv64
 2022-04-02 13:42 UTC  (23+ messages)
` [PATCH V10 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V10 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V10 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V10 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V10 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V10 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V10 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V10 08/20] riscv: Fixup difference with defconfig
` [PATCH V10 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V10 10/20] riscv: compat: Support TASK_SIZE for compat mode
` [PATCH V10 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V10 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V10 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V10 14/20] riscv: compat: Add elf.h implementation
` [PATCH V10 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V10 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V10 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V10 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V10 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V10 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-04-02 13:16 UTC  (25+ messages)
` [PATCH V9 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V9 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V9 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V9 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V9 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V9 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V9 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V9 08/20] riscv: Fixup difference with defconfig
` [PATCH V9 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V9 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V9 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V9 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V9 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V9 14/20] riscv: compat: Add elf.h implementation
` [PATCH V9 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V9 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V9 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V9 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V9 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V9 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH] parisc: Re-enable GENERIC_CPU_DEVICES for !SMP
 2022-04-01 20:31 UTC 

[PATCH] parisc: Update 32- and 64-bit defconfigs
 2022-04-01 16:57 UTC 

[PATCH] parisc: Only list existing CPUs in cpu_possible_mask
 2022-04-01  7:32 UTC 

[GIT PULL] parisc architecture updates for v5.18-rc1 - part 2
 2022-03-30 22:47 UTC  (2+ messages)

[PATCH] parisc: Don't enforce DMA completion order in cache flushes
 2022-03-30 14:42 UTC 

[PATCH] parisc: Implement flush_cache_vmap_vunmap
 2022-03-30 14:39 UTC 

[PATCH] parisc: In flush_cache_page, always flush tlb if pfn is valid
 2022-03-30 14:36 UTC 

[PATCH] parisc: Fix patch code locking and flushing
 2022-03-29 18:54 UTC 

[PATCH AUTOSEL 5.10 19/21] parisc: Fix handling off probe non-access faults
 2022-03-28 11:22 UTC 

[PATCH AUTOSEL 5.17 38/43] parisc: Fix non-access data TLB cache flush faults
 2022-03-28 11:18 UTC  (2+ messages)
` [PATCH AUTOSEL 5.17 39/43] parisc: Fix handling off probe non-access faults

[PATCH AUTOSEL 5.15 26/29] parisc: Fix handling off probe non-access faults
 2022-03-28 11:21 UTC 

[PATCH AUTOSEL 5.16 30/35] parisc: Fix non-access data TLB cache flush faults
 2022-03-28 11:20 UTC  (2+ messages)
` [PATCH AUTOSEL 5.16 31/35] parisc: Fix handling off probe non-access faults

[PATCH 01/12] parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGY
 2022-03-26  8:58 UTC  (23+ messages)
` [PATCH 02/12] parisc: Add __cpuinit section for HOTPLUG_CPU
` [PATCH 03/12] parisc: Move store_cpu_topology() into __cpuinit section
` [PATCH 04/12] parisc: Move start_cpu_itimer() "
` [PATCH 05/12] parisc: Move init_per_cpu() init "
` [PATCH 06/12] parisc: Move disable_sr_hashing_asm() into "
` [PATCH 07/12] parisc: Move disable_sr_hashing() "
` [PATCH 08/12] parisc: Move init_IRQ() "
` [PATCH 09/12] parisc: Ensure set_firmware_width() is called only once
` [PATCH 10/12] parisc: Move common_stext into text section when CONFIG_HOTPLUG_CPU=y
` [PATCH 11/12] parisc: Rewrite arch_cpu_idle_dead() for CPU hotplugging
` [PATCH 12/12] parisc: Implement __cpu_die() and __cpu_disable() "

[PATCH 1/2] parisc: Add constant for control registers and clean up mfctl()
 2022-03-26  8:11 UTC  (3+ messages)
` [PATCH 2/2] parisc: Delay until next timer irq in __cpu_disable()

Fwd: Updated Debian Ports installation images
 2022-03-24 16:11 UTC  (2+ messages)

hppa vDSO and compiler (non-)support
 2022-03-24  7:20 UTC  (13+ messages)

Recurring INEQUIVALENT ALIASES issues and userland corruption/crashes
 2022-03-22 23:59 UTC  (12+ messages)

linux-next: manual merge of the parisc-hd tree with the asm-generic tree
 2022-03-22 20:01 UTC  (5+ messages)

[GIT PULL] parisc architecture updates for v5.18-rc1
 2022-03-21 20:17 UTC  (4+ messages)

[PATCH V8 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-03-21  0:22 UTC  (16+ messages)
` [PATCH V8 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V8 08/20] riscv: Fixup difference with defconfig
` [PATCH V8 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V8 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V8 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V8 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V8 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V8 14/20] riscv: compat: Add elf.h implementation
` [PATCH V8 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V8 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V8 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V8 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V8 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V8 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH v3] parisc: Fix invalidate/flush vmap routines
 2022-03-19 19:04 UTC 

[PATCH v2] parisc: Fix invalidate/flush vmap routines
 2022-03-19 18:32 UTC 

[PATCH] parisc: Convert parisc_requires_coherency() to static branch
 2022-03-18 22:46 UTC 

[PATCH] parisc: Fix invalidate/flush vmap routines
 2022-03-18 22:24 UTC 

[PATCH] parisc: Avoid flushing cache on cache-less machines
 2022-03-18 22:04 UTC 

[PATCH] parisc: Improve CPU socket and core bootup info text
 2022-03-17 22:10 UTC 

[PATCH] parisc: Enable ARCH_HAS_DEBUG_VM_PGTABLE
 2022-03-17 21:39 UTC 

[PATCH v3] parisc: Avoid calling SMP cache flush functions on cache-less machines
 2022-03-16 21:51 UTC 

[PATCH v2] parisc: Avoid calling SMP cache flush functions on cache-less machines
 2022-03-16 21:19 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox