messages from 2022-01-11 08:35:31 to 2022-02-06 22:08:46 UTC [more...]
[PATCH v2 0/3] vstatus: TTY status message request
2022-02-06 21:25 UTC (7+ messages)
` [PATCH v2 1/3] vstatus: Allow the n_tty line dicipline to write to a user tty
` [PATCH v2 2/3] status: Add user space API definitions for VSTATUS, NOKERNINFO and TIOCSTAT
` [PATCH v2 3/3] vstatus: Display an informational message when the VSTATUS character is pressed or TIOCSTAT ioctl is called
[PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64
2022-02-03 2:44 UTC (30+ messages)
` [PATCH V5 01/21] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V5 02/21] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V5 03/21] compat: consolidate the compat_flock{,64} definition
` [PATCH V5 04/21] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V5 05/21] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V5 06/21] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V5 07/21] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V5 08/21] riscv: Fixup difference with defconfig
` [PATCH V5 09/21] riscv: compat: Add basic compat data type implementation
` [PATCH V5 10/21] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V5 11/21] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V5 12/21] riscv: compat: syscall: Add entry.S implementation
` [PATCH V5 13/21] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V5 14/21] riscv: compat: Add elf.h implementation
` [PATCH V5 15/21] riscv: compat: Add hw capability check for elf
` [PATCH V5 16/21] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH V5 17/21] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V5 18/21] riscv: compat: signal: Add rt_frame implementation
` [PATCH V5 19/21] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V5 20/21] riscv: compat: Add COMPAT Kbuild skeletal support
` [PATCH V5 21/21] KVM: compat: riscv: Prevent KVM_COMPAT from being selected
[PATCH V4 00/17] riscv: compat: Add COMPAT mode support for rv64
2022-02-01 13:56 UTC (43+ messages)
` [PATCH V4 01/17] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V4 02/17] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V4 03/17] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V4 04/17] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V4 05/17] riscv: Fixup difference with defconfig
` [PATCH V4 06/17] riscv: compat: Add basic compat date type implementation
` [PATCH V4 07/17] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V4 08/17] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V4 09/17] riscv: compat: syscall: Add entry.S implementation
` [PATCH V4 10/17] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V4 11/17] riscv: compat: Add elf.h implementation
` [PATCH V4 12/17] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH V4 13/17] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V4 14/17] riscv: compat: signal: Add rt_frame implementation
` [PATCH V4 15/17] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V4 16/17] riscv: compat: Add COMPAT Kbuild skeletal support
` [PATCH V4 17/17] KVM: compat: riscv: Prevent KVM_COMPAT from being selected
consolidate the compat fcntl definitions v2
2022-02-01 11:23 UTC (17+ messages)
` [PATCH 1/5] uapi: remove the unused HAVE_ARCH_STRUCT_FLOCK64 define
` [PATCH 2/5] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH 3/5] uapi: merge the 32-bit mips struct flock into the generic one
` [PATCH 4/5] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH 5/5] compat: consolidate the compat_flock{,64} definition
[PATCH v6 00/21] Introduce power-off+restart call chain API
2022-01-31 9:28 UTC (23+ messages)
` [PATCH v6 01/21] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v6 02/21] notifier: Add atomic/blocking_notifier_chain_register_unique_prio()
` [PATCH v6 03/21] reboot: Print error message if restart handler has duplicated priority
` [PATCH v6 04/21] kernel: Add combined power-off+restart handler call chain API
` [PATCH v6 05/21] ARM: Use do_kernel_power_off()
` [PATCH v6 06/21] csky: "
` [PATCH v6 07/21] riscv: "
` [PATCH v6 08/21] arm64: "
` [PATCH v6 09/21] parisc: "
` [PATCH v6 10/21] xen/x86: "
` [PATCH v6 11/21] powerpc: "
` [PATCH v6 12/21] m68k: Switch to new sys-off handler API
` [PATCH v6 13/21] sh: Use do_kernel_power_off()
` [PATCH v6 14/21] x86: "
` [PATCH v6 15/21] ia64: "
` [PATCH v6 16/21] mips: "
` [PATCH v6 17/21] nds32: "
` [PATCH v6 18/21] memory: emif: Use kernel_can_power_off()
` [PATCH v6 19/21] ACPI: power: Switch to sys-off handler API
` [PATCH v6 20/21] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v6 21/21] reboot: Remove pm_power_off_prepare()
[PATCH] parisc: Add initial vDSO support
2022-01-29 16:42 UTC (3+ messages)
[PATCH 0/3] status: TTY status message request
2022-01-29 15:23 UTC (3+ messages)
PA-8800 CPU Library Application Programming Interface Reference
2022-01-28 15:54 UTC
[PATCH] parisc: Fix sglist access in ccio-dma.c
2022-01-27 22:33 UTC
[PATCH v2] usercopy/csky: Do not fail on memory from former init sections
2022-01-27 19:03 UTC (2+ messages)
[PATCH] parisc: Fix data TLB miss in sba_unmap_sg
2022-01-27 16:26 UTC (9+ messages)
[PATCH v5 00/21] Introduce power-off+restart call chain API
2022-01-27 14:39 UTC (4+ messages)
` [PATCH v5 04/21] kernel: Add combined power-off+restart handler "
[RFC V1 21/31] parisc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
2022-01-27 4:06 UTC (3+ messages)
pagefaults and hang with 5.15.11
2022-01-25 17:26 UTC (10+ messages)
[PATCH] net: tulip: remove redundant assignment to variable new_csr6
2022-01-25 15:45 UTC (4+ messages)
[PATCH v2] parisc: Drop __init from map_pages declaration
2022-01-22 18:19 UTC
[GIT PULL] parisc architecture fixes & updates v5.17-rc1
2022-01-22 8:06 UTC (2+ messages)
[next] parisc: allnoconfig: ERROR: modpost: Section mismatches detected. Set CONFIG_SECTION_MISMATCH_WARN_ONLY=y to allow them
2022-01-21 21:53 UTC (3+ messages)
[PATCH] parisc: pdc_stable: Fix memory leak in pdcs_register_pathentries
2022-01-20 17:27 UTC (2+ messages)
[PATCH] parisc: Drop __init from map_pages declaration
2022-01-20 0:55 UTC
[PATCH v3 00/12] Fix LKDTM for PPC64/IA64/PARISC
2022-01-19 22:00 UTC (5+ messages)
` [PATCH v3 11/12] lkdtm: Fix execute_[user]_location()
[PATCH 2/3] vstatus: Add user space API definitions for VSTATUS, NOKERNINFO and TIOCSTAT
2022-01-18 8:08 UTC (2+ messages)
[PATCH AUTOSEL 4.4 29/29] parisc: Avoid calling faulthandler_disabled() twice
2022-01-18 3:08 UTC
[PATCH AUTOSEL 4.19 59/59] parisc: Avoid calling faulthandler_disabled() twice
2022-01-18 2:47 UTC
[PATCH AUTOSEL 5.4 73/73] parisc: Avoid calling faulthandler_disabled() twice
2022-01-18 2:44 UTC
[PATCH AUTOSEL 5.15 182/188] parisc: Avoid calling faulthandler_disabled() twice
2022-01-18 2:31 UTC
[PATCH AUTOSEL 4.14 56/56] parisc: Avoid calling faulthandler_disabled() twice
2022-01-18 2:49 UTC
[PATCH AUTOSEL 5.10 113/116] parisc: Avoid calling faulthandler_disabled() twice
2022-01-18 2:40 UTC
[PATCH AUTOSEL 5.16 211/217] parisc: Avoid calling faulthandler_disabled() twice
2022-01-18 2:19 UTC
[PATCH] hil/parisc: Disable HIL driver when it gets stuck
2022-01-17 20:54 UTC (2+ messages)
[PATCH] parisc: Fix no previous prototype for 'toc_intr' warning in toc.c
2022-01-17 9:11 UTC
[PATCH 1/2] parisc: Use safer strscpy() in setup_cmdline()
2022-01-14 7:07 UTC (2+ messages)
` [PATCH 2/2] parisc: Autodetect default output device and set console= kernel parameter
[PATCH] video/fbdev/stifb: Implement the stifb_fillrect() function
2022-01-13 15:40 UTC
[PATCH] parisc: Add visible flag to toc_stack variable
2022-01-13 11:00 UTC
consolidate the compat fcntl definitions
2022-01-12 16:09 UTC (16+ messages)
` [PATCH 1/5] uapi: remove the unused HAVE_ARCH_STRUCT_FLOCK64 define
` [PATCH 2/5] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH 3/5] uapi: merge the 32-bit mips struct flock into the generic one
` [PATCH 4/5] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH 5/5] compat: consolidate the compat_flock{,64} definition
[GIT PULL] parisc architecture updates v5.17-rc1
2022-01-12 0:13 UTC (2+ messages)
[PATCH 1/2] parisc: Enable TOC (transfer of contents) feature unconditionally
2022-01-11 15:10 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).