linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-22 18:13:32 to 2022-04-23 21:27:17 UTC [more...]

[PATCH v6 00/17] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-23 21:26 UTC 

Recurring INEQUIVALENT ALIASES issues and userland corruption/crashes
 2022-04-23 20:33 UTC  (22+ messages)

[PATCH v7 00/20] Introduce power-off+restart call chain API
 2022-04-20 18:47 UTC  (34+ messages)
` [PATCH v7 01/20] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v7 02/20] notifier: Add atomic/blocking_notifier_chain_register_unique_prio()
` [PATCH v7 03/20] reboot: Print error message if restart handler has duplicated priority
` [PATCH v7 04/20] kernel: Add combined power-off+restart handler call chain API
` [PATCH v7 05/20] ARM: Use do_kernel_power_off()
` [PATCH v7 06/20] csky: "
` [PATCH v7 07/20] riscv: "
` [PATCH v7 08/20] arm64: "
` [PATCH v7 09/20] parisc: "
` [PATCH v7 10/20] xen/x86: "
` [PATCH v7 11/20] powerpc: "
` [PATCH v7 12/20] m68k: Switch to new sys-off handler API
` [PATCH v7 13/20] sh: Use do_kernel_power_off()
` [PATCH v7 14/20] x86: "
` [PATCH v7 15/20] ia64: "
` [PATCH v7 16/20] mips: "
` [PATCH v7 17/20] memory: emif: Use kernel_can_power_off()
` [PATCH v7 18/20] ACPI: power: Switch to sys-off handler API
` [PATCH v7 19/20] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v7 20/20] reboot: Remove pm_power_off_prepare()

[PATCH, V2] parisc: Rewrite cache flush code for PA8800/PA8900
 2022-04-16 18:00 UTC 

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

[PATCH, RFC] parisc: Rewrite cache flush code for PA8800/PA8900
 2022-04-11  0:06 UTC 

[RFC PATCH] lkdtm: Replace lkdtm_rodata_do_nothing() by do_nothing()
 2022-04-08  3:42 UTC  (4+ messages)

[PATCH] parisc: Change MAX_ADDRESS to become unsigned long long
 2022-04-05 19:30 UTC 

[PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT
 2022-04-05  7:13 UTC  (21+ 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 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V12 08/20] riscv: Fixup difference with defconfig
` [PATCH V12 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V12 10/20] riscv: compat: Support TASK_SIZE for compat mode
` [PATCH V12 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V12 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V12 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V12 14/20] riscv: compat: Add elf.h implementation
` [PATCH V12 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V12 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V12 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V12 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V12 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V12 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

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  (6+ messages)
` [PATCH V9 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation

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

linux-next: manual merge of the parisc-hd tree with the asm-generic tree
 2022-03-22 20:01 UTC  (5+ 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).