Gabriel Krisman Bertazi ([email protected])

Number of posts: 922 (0.73 per day)
First post: 2019-04-01 19:24:59
Last post: 2022-09-23 15:00:57

Date List Subject
2020-10-01 21:03:44 linux-kernel [PATCH v2 6/9] x86: elf: Use e_machine to select setup_additional_pages for x32
2020-10-01 21:02:57 linux-kernel [PATCH v2 9/9] x86: Reclaim TIF_IA32 and TIF_X32
2020-10-01 21:02:47 linux-kernel [PATCH v2 0/9] Reclaim TIF_IA32 and TIF_X32
2020-10-01 21:01:20 linux-kernel [PATCH v2 5/9] x86: elf: Use e_machine to select start_thread for x32
2020-10-01 21:01:14 linux-kernel [PATCH v2 4/9] x86: elf: Use e_machine to choose DLINFO in compat
2020-10-01 21:01:09 linux-kernel [PATCH v2 1/9] x86: events: Avoid TIF_IA32 when checking 64bit mode
2020-10-01 21:01:09 linux-kernel [PATCH v2 3/9] x86: oprofile: Avoid TIF_IA32 when checking 64bit mode
2020-10-01 21:01:00 linux-kernel [PATCH v2 2/9] x86: Simplify compat syscall userspace allocation
2020-09-25 16:18:41 linux-kernel Re: [PATCH v6 1/9] kernel: Support TIF_SYSCALL_INTERCEPT flag
2020-09-23 20:45:24 linux-ext4 Re: [PATCH 3/5] libfs: Add generic function for setting dentry_ops
2020-09-23 20:32:06 linux-ext4 Re: [PATCH 1/5] ext4: Use generic casefolding support
2020-09-23 20:31:35 linux-kernel Re: [PATCH v6 1/9] kernel: Support TIF_SYSCALL_INTERCEPT flag
2020-09-23 20:26:58 linux-kernel Re: [PATCH v6 7/9] x86: Enable Syscall User Dispatch
2020-09-23 20:19:57 linux-kernel Re: [PATCH v6 1/9] kernel: Support TIF_SYSCALL_INTERCEPT flag
2020-09-21 01:12:54 linux-ext4 Re: [PATCH v12 4/4] ext4: Use generic casefolding support
2020-09-12 07:55:21 linux-kernel Re: [PATCH 2/6] x86: Simplify compat syscall userspace allocation
2020-09-12 07:10:56 linux-kernel [PATCH 2/6] x86: Simplify compat syscall userspace allocation
2020-09-12 07:09:57 linux-kernel [PATCH 5/6] x86: elf: Use e_machine to select start_thread for x32
2020-09-12 07:08:21 linux-kernel [PATCH 6/6] x86: elf: Use e_machine to select setup_additional_pages for x32
2020-09-12 07:07:30 linux-kernel [PATCH 4/6] x86: elf: Use e_machine to choose DLINFO in compat
2020-09-12 07:07:23 linux-kernel [PATCH 3/6] x86: oprofile: Avoid TIF_IA32 when checking 64bit mode
2020-09-12 07:07:08 linux-kernel [PATCH 1/6] x86: events: Avoid TIF_IA32 when checking 64bit mode
2020-09-12 07:06:58 linux-kernel [PATCH 0/6] Prepare for removal of TIF_IA32 and TIF_X32
2020-09-11 20:14:32 linux-kernel Re: [PATCH v6 2/9] kernel: entry: Support TIF_SYSCAL_INTERCEPT on common entry code
2020-09-11 20:10:38 linux-kernel Re: [PATCH v6 1/9] kernel: Support TIF_SYSCALL_INTERCEPT flag
2020-09-08 05:01:09 linux-kernel Re: [PATCH v6 1/9] kernel: Support TIF_SYSCALL_INTERCEPT flag
2020-09-04 20:35:23 linux-kernel [PATCH v6 5/9] kernel: Implement selective syscall userspace redirection
2020-09-04 20:34:47 linux-kernel [PATCH v6 4/9] signal: Expose SYS_USER_DISPATCH si_code type
2020-09-04 20:34:38 linux-kernel [PATCH v6 2/9] kernel: entry: Support TIF_SYSCAL_INTERCEPT on common entry code
2020-09-04 20:34:30 linux-kernel [PATCH v6 8/9] selftests: Add kselftest for syscall user dispatch
2020-09-04 20:33:54 linux-kernel [PATCH v6 9/9] doc: Document Syscall User Dispatch
2020-09-04 20:33:39 linux-kernel [PATCH v6 7/9] x86: Enable Syscall User Dispatch
2020-09-04 20:33:30 linux-kernel [PATCH v6 6/9] kernel: entry: Support Syscall User Dispatch for common syscall entry
2020-09-04 20:33:17 linux-kernel [PATCH v6 3/9] x86: vdso: Expose sigreturn address on vdso to the kernel
2020-09-04 20:33:04 linux-kernel [PATCH v6 0/9] Syscall User Dispatch
2020-09-04 20:32:56 linux-kernel [PATCH v6 1/9] kernel: Support TIF_SYSCALL_INTERCEPT flag
2020-08-10 23:31:22 linux-kernel [PATCH v5 8/9] selftests: Add kselftest for syscall user dispatch
2020-08-10 23:30:31 linux-kernel [PATCH v5 6/9] kernel: entry: Support Syscall User Dispatch for common syscall entry
2020-08-10 23:29:27 linux-kernel [PATCH v5 9/9] doc: Document Syscall User Dispatch
2020-08-10 23:29:27 linux-kernel [PATCH v5 7/9] x86: Enable Syscall User Dispatch
2020-08-10 23:28:22 linux-kernel [PATCH v5 5/9] kernel: Implement selective syscall userspace redirection
2020-08-10 23:28:12 linux-kernel [PATCH v5 4/9] signal: Expose SYS_USER_DISPATCH si_code type
2020-08-10 23:28:10 linux-kernel [PATCH v5 3/9] x86: vdso: Expose sigreturn address on vdso to the kernel
2020-08-10 23:27:54 linux-kernel [PATCH v5 2/9] kernel: entry: Support TIF_SYSCAL_INTERCEPT on common entry code
2020-08-10 23:27:54 linux-kernel [PATCH v5 1/9] kernel: Support TIF_SYSCALL_INTERCEPT flag
2020-08-10 23:27:45 linux-kernel [PATCH v5 0/9] Syscall User Dispatch
2020-08-07 20:59:31 linux-ext4 Re: [GIT PULL] Unicode patches for v5.9
2020-08-04 14:30:50 linux-kernel Re: [PATCH v4 0/2] Syscall User Redirection
2020-07-29 18:14:48 linux-kernel Re: [PATCH 2/6] arch: x86: Wrap TIF_IA32 checks
2020-07-29 04:49:33 linux-kernel Re: [PATCH 2/6] arch: x86: Wrap TIF_IA32 checks
2020-07-28 20:26:02 linux-kernel [PATCH 4/6] arch: x86: Expose psABI on thread_info