Breno Leitao ([email protected])

Number of posts: 777 (0.36 per day)
First post: 2018-07-27 13:57:41
Last post: 2024-06-14 12:01:12

Date List Subject
2023-11-21 17:13:47 linux-kernel [PATCH v6 08/13] x86/bugs: Rename CPU_IBRS_ENTRY to MITIGATION_IBRS_ENTRY
2023-11-21 17:13:39 linux-kernel [PATCH v6 10/13] x86/bugs: Rename RETHUNK to MITIGATION_RETHUNK
2023-11-21 17:13:34 linux-kernel [PATCH v6 06/13] x86/bugs: Rename SLS to CONFIG_MITIGATION_SLS
2023-11-21 17:13:03 linux-kernel [PATCH v6 09/13] x86/bugs: Rename CPU_SRSO to MITIGATION_SRSO
2023-11-21 17:12:28 linux-kernel [PATCH v6 00/13] x86/bugs: Add a separate config for each mitigation
2023-11-21 17:12:24 linux-kernel [PATCH v6 05/13] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE
2023-11-21 17:11:33 linux-kernel [PATCH v6 04/13] x86/bugs: Rename PAGE_TABLE_ISOLATION to MITIGATION_PAGE_TABLE_ISOLATION
2023-11-21 17:11:30 linux-kernel [PATCH v6 02/13] x86/bugs: Rename CPU_IBPB_ENTRY to MITIGATION_IBPB_ENTRY
2023-11-21 17:11:11 linux-kernel [PATCH v6 03/13] x86/bugs: Rename CALL_DEPTH_TRACKING to MITIGATION_CALL_DEPTH_TRACKING
2023-11-21 17:09:58 linux-kernel [PATCH v6 01/13] x86/bugs: Rename GDS_FORCE_MITIGATION to MITIGATION_GDS_FORCE
2023-11-21 15:57:07 linux-kernel Re: [PATCH v5 12/12] x86/bugs: Add a separate config for missing mitigation
2023-11-21 11:49:37 linux-kernel [PATCH v3] Documentation: Document each netlink family
2023-11-21 11:18:14 linux-kernel Re: [PATCH v2] Documentation: Document each netlink family
2023-11-20 20:44:14 linux-kernel Re: [PATCH v2] Documentation: Document each netlink family
2023-11-20 19:57:45 linux-kernel Re: [PATCH v2] Documentation: Document each netlink family
2023-11-03 14:00:47 linux-kernel Re: [PATCH v2 2/2] selftests/mm: Add a new test for madv and hugetlb
2023-10-26 17:09:57 linux-kernel Re: [PATCH v5 12/12] x86/bugs: Add a separate config for missing mitigation
2023-10-19 18:38:33 linux-kernel [PATCH v5 12/12] x86/bugs: Add a separate config for missing mitigation
2023-10-19 18:38:27 linux-kernel [PATCH v5 10/12] x86/bugs: Rename RETHUNK to MITIGATION_RETHUNK
2023-10-19 18:38:24 linux-kernel [PATCH v5 11/12] x86/bugs: Create a way to disable GDS mitigation
2023-10-19 18:38:08 linux-kernel [PATCH v5 09/12] x86/bugs: Rename CPU_SRSO to MITIGATION_SRSO
2023-10-19 18:37:57 linux-kernel [PATCH v5 07/12] x86/bugs: Rename CPU_UNRET_ENTRY to MITIGATION_UNRET_ENTRY
2023-10-19 18:37:52 linux-kernel [PATCH v5 08/12] x86/bugs: Rename CPU_IBRS_ENTRY to MITIGATION_IBRS_ENTRY
2023-10-19 18:37:34 linux-kernel [PATCH v5 06/12] x86/bugs: Rename SLS to CONFIG_MITIGATION_SLS
2023-10-19 18:37:30 linux-kernel [PATCH v5 05/12] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE
2023-10-19 18:36:19 linux-kernel [PATCH v5 04/12] x86/bugs: Rename PAGE_TABLE_ISOLATION to MITIGATION_PAGE_TABLE_ISOLATION
2023-10-19 18:35:49 linux-kernel [PATCH v5 03/12] x86/bugs: Rename CALL_DEPTH_TRACKING to MITIGATION_CALL_DEPTH_TRACKING
2023-10-19 18:12:44 linux-kernel [PATCH v5 01/12] x86/bugs: Rename GDS_FORCE_MITIGATION to MITIGATION_GDS_FORCE
2023-10-19 18:12:36 linux-kernel [PATCH v5 02/12] x86/bugs: Rename CPU_IBPB_ENTRY to MITIGATION_IBPB_ENTRY
2023-10-17 15:08:59 linux-kernel Re: [PATCH v4] x86/bugs: Add a separate config for each mitigation
2023-10-17 12:35:12 linux-kernel Re: [PATCH v7 06/11] tools headers: Grab copy of io_uring.h
2023-10-16 14:03:52 linux-kernel [PATCH v7 08/11] io_uring/cmd: return -EOPNOTSUPP if net is disabled
2023-10-16 14:03:22 linux-kernel [PATCH v7 11/11] selftests/bpf/sockopt: Add io_uring support
2023-10-16 14:03:18 linux-kernel [PATCH v7 10/11] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
2023-10-16 14:03:09 linux-kernel [PATCH v7 09/11] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
2023-10-16 14:03:07 linux-kernel [PATCH v7 05/11] io_uring/cmd: Pass compat mode in issue_flags
2023-10-16 14:03:04 linux-kernel [PATCH v7 07/11] selftests/net: Extract uring helpers to be reusable
2023-10-16 14:02:41 linux-kernel [PATCH v7 06/11] tools headers: Grab copy of io_uring.h
2023-10-16 14:02:40 linux-kernel [PATCH v7 00/11] io_uring: Initial support for {s,g}etsockopt commands
2023-10-16 14:02:23 linux-kernel [PATCH v7 04/11] net/socket: Break down __sys_getsockopt
2023-10-16 14:02:13 linux-kernel [PATCH v7 02/11] bpf: Add sockptr support for setsockopt
2023-10-16 14:02:01 linux-kernel [PATCH v7 03/11] net/socket: Break down __sys_setsockopt
2023-10-16 14:01:50 linux-kernel [PATCH v7 01/11] bpf: Add sockptr support for getsockopt
2023-10-12 13:03:00 linux-kernel Re: [PATCH v4] x86/bugs: Add a separate config for each mitigation
2023-10-12 11:16:08 linux-kernel [PATCH net-next v4 2/4] netconsole: Initialize configfs_item for default targets
2023-10-12 11:14:50 linux-kernel [PATCH net-next v4 4/4] Documentation: netconsole: add support for cmdline targets
2023-10-12 11:14:45 linux-kernel [PATCH net-next v4 3/4] netconsole: Attach cmdline target to dynamic target
2023-10-12 11:14:44 linux-kernel [PATCH net-next v4 0/4] net: netconsole: configfs entries for boot target
2023-10-12 11:14:38 linux-kernel [PATCH net-next v4 1/4] netconsole: move init/cleanup functions lower
2023-10-11 12:39:03 linux-kernel Re: [PATCH net-next v3 2/4] netconsole: Initialize configfs_item for default targets
2023-10-11 12:24:33 linux-kernel Re: [PATCH v4] x86/bugs: Add a separate config for each mitigation