Amanieu d'Antras ([email protected])

Number of posts: 34 (0.02 per day)
First post: 2015-11-05 00:51:42
Last post: 2021-01-06 23:01:25

Date List Subject
2021-01-06 23:01:25 linux-kernel Re: [PATCH] Adds a new ioctl32 syscall for backwards compatibility layers
2020-01-06 18:04:55 linux-kernel Re: [PATCH 2/7] arm64: Implement copy_thread_tls
2020-01-04 13:06:24 linux-kernel [PATCH] um: Implement copy_thread_tls
2020-01-02 19:33:56 linux-kernel Re: [PATCH 1/7] arm64: Move __ARCH_WANT_SYS_CLONE3 definition to uapi headers
2020-01-02 18:20:40 linux-kernel Re: [PATCH 7/7] clone3: ensure copy_thread_tls is implemented
2020-01-02 17:26:17 linux-kernel [PATCH 7/7] clone3: ensure copy_thread_tls is implemented
2020-01-02 17:26:09 linux-kernel [PATCH 0/7] Fix CLONE_SETTLS with clone3
2020-01-02 17:25:53 linux-kernel [PATCH 4/7] parisc: Implement copy_thread_tls
2020-01-02 17:25:36 linux-kernel [PATCH 5/7] riscv: Implement copy_thread_tls
2020-01-02 17:25:35 linux-kernel [PATCH 6/7] xtensa: Implement copy_thread_tls
2020-01-02 17:25:20 linux-kernel [PATCH 2/7] arm64: Implement copy_thread_tls
2020-01-02 17:25:16 linux-kernel [PATCH 3/7] arm: Implement copy_thread_tls
2020-01-02 17:25:14 linux-kernel [PATCH 1/7] arm64: Move __ARCH_WANT_SYS_CLONE3 definition to uapi headers
2015-11-05 00:57:51 linux-kernel [PATCH v2 01/20] compat: Add generic compat_siginfo_t
2015-11-05 00:57:17 linux-kernel [PATCH v2 05/20] mips: Clean up compat_siginfo_t
2015-11-05 00:56:55 linux-kernel [PATCH v2 06/20] mips: Use generic copy_siginfo_{to,from}_user32
2015-11-05 00:56:00 linux-kernel [PATCH v2 07/20] arm64: Use generic compat_siginfo_t
2015-11-05 00:55:58 linux-kernel [PATCH v2 08/20] arm64: Use generic copy_siginfo_{to,from}_user32
2015-11-05 00:55:17 linux-kernel [PATCH v2 09/20] parisc: Use generic compat_siginfo_t
2015-11-05 00:54:48 linux-kernel [PATCH v2 10/20] parsic: Use generic copy_siginfo_{to,from}_user32
2015-11-05 00:54:23 linux-kernel [PATCH v2 11/20] s390: Use generic compat_siginfo_t
2015-11-05 00:53:49 linux-kernel [PATCH v2 14/20] powerpc: Use generic copy_siginfo_{to,from}_user32
2015-11-05 00:53:48 linux-kernel [PATCH v2 15/20] tile: Use generic compat_siginfo_t
2015-11-05 00:53:22 linux-kernel [PATCH v2 16/20] tile: Use generic copy_siginfo_{to,from}_user32
2015-11-05 00:53:02 linux-kernel [PATCH v2 17/20] sparc: Use generic compat_siginfo_t
2015-11-05 00:52:21 linux-kernel [PATCH v2 19/20] signalfd: Fix some issues in signalfd_copyinfo
2015-11-05 00:52:19 linux-kernel [PATCH v2 20/20] signal: Remove unnecessary zero-initialization of siginfo_t
2015-11-05 00:52:02 linux-kernel [PATCH v2 18/20] sparc: Use generic copy_siginfo_{to,from}_user32
2015-11-05 00:51:58 linux-kernel [PATCH v2 12/20] s390: Use generic copy_siginfo_{to,from}_user32
2015-11-05 00:51:55 linux-kernel [PATCH v2 13/20] powerpc: Use generic compat_siginfo_t
2015-11-05 00:51:52 linux-kernel [PATCH v2 04/20] x86: Rewrite copy_siginfo_{to,from}_user32
2015-11-05 00:51:50 linux-kernel [PATCH v2 02/20] compat: Add generic copy_siginfo_{to,from}_user32
2015-11-05 00:51:47 linux-kernel [PATCH v2 03/20] x86: Update compat_siginfo_t to be closer to the generic version
2015-11-05 00:51:42 linux-kernel [PATCH v2 00/20] Fix handling of compat_siginfo_t