Marcelo Tosatti ([email protected])

Number of posts: 1444 (0.22 per day)
First post: 2006-08-12 00:43:44
Last post: 2024-05-06 18:49:02

Date List Subject
2023-03-14 19:02:26 linux-kernel [PATCH v6 10/12] mm/vmstat: switch vmstat shepherd to flush per-CPU counters remotely
2023-03-14 19:02:22 linux-kernel [PATCH v6 07/12] mm/vmstat: switch counter modification to cmpxchg
2023-03-14 19:02:20 linux-kernel [PATCH v6 11/12] mm/vmstat: refresh stats remotely instead of via work item
2023-03-14 19:02:18 linux-kernel [PATCH v6 04/12] this_cpu_cmpxchg: x86: switch this_cpu_cmpxchg to locked, add _local function
2023-03-14 19:02:13 linux-kernel [PATCH v6 00/12] fold per-CPU vmstats remotely
2023-03-14 19:02:10 linux-kernel [PATCH v6 08/12] vmstat: switch per-cpu vmstat counters to 32-bits
2023-03-14 19:02:06 linux-kernel [PATCH v6 09/12] mm/vmstat: use xchg in cpu_vm_stats_fold
2023-03-14 19:02:03 linux-kernel [PATCH v6 12/12] vmstat: add pcp remote node draining via cpu_vm_stats_fold
2023-03-14 19:02:00 linux-kernel [PATCH v6 02/12] this_cpu_cmpxchg: loongarch: switch this_cpu_cmpxchg to locked, add _local function
2023-03-14 19:01:57 linux-kernel [PATCH v6 01/12] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function
2023-03-14 19:01:54 linux-kernel [PATCH v6 03/12] this_cpu_cmpxchg: S390: switch this_cpu_cmpxchg to locked, add _local function
2023-03-14 13:07:34 linux-kernel Re: [PATCH v5 00/12] fold per-CPU vmstats remotely
2023-03-14 13:05:58 linux-kernel Re: [PATCH v5 00/12] fold per-CPU vmstats remotely
2023-03-13 16:42:18 linux-kernel Re: [PATCH v4 01/12] mm/vmstat: remove remote node draining
2023-03-13 16:30:05 linux-kernel [PATCH v5 01/12] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function
2023-03-13 16:30:02 linux-kernel [PATCH v5 08/12] vmstat: switch per-cpu vmstat counters to 32-bits
2023-03-13 16:29:59 linux-kernel [PATCH v5 11/12] mm/vmstat: refresh stats remotely instead of via work item
2023-03-13 16:29:56 linux-kernel [PATCH v5 06/12] convert this_cpu_cmpxchg users to this_cpu_cmpxchg_local
2023-03-13 16:29:52 linux-kernel [PATCH v5 04/12] this_cpu_cmpxchg: x86: switch this_cpu_cmpxchg to locked, add _local function
2023-03-13 16:29:35 linux-kernel [PATCH v5 10/12] mm/vmstat: switch vmstat shepherd to flush per-CPU counters remotely
2023-03-13 16:29:31 linux-kernel [PATCH v5 07/12] mm/vmstat: switch counter modification to cmpxchg
2023-03-13 16:29:29 linux-kernel [PATCH v5 05/12] add this_cpu_cmpxchg_local and asm-generic definitions
2023-03-13 16:29:21 linux-kernel [PATCH v5 02/12] this_cpu_cmpxchg: loongarch: switch this_cpu_cmpxchg to locked, add _local function
2023-03-13 16:29:18 linux-kernel [PATCH v5 00/12] fold per-CPU vmstats remotely
2023-03-13 16:29:15 linux-kernel [PATCH v5 09/12] mm/vmstat: use xchg in cpu_vm_stats_fold
2023-03-13 16:29:11 linux-kernel [PATCH v5 03/12] this_cpu_cmpxchg: S390: switch this_cpu_cmpxchg to locked, add _local function
2023-03-13 16:29:09 linux-kernel [PATCH v5 12/12] vmstat: add pcp remote node draining via cpu_vm_stats_fold
2023-03-08 21:45:44 linux-kernel Re: [PATCH v4 05/12] this_cpu_cmpxchg: x86: switch this_cpu_cmpxchg to locked, add _local function
2023-03-05 13:43:43 linux-kernel [PATCH v4 08/12] mm/vmstat: switch counter modification to cmpxchg
2023-03-05 13:43:40 linux-kernel [PATCH v4 06/12] add this_cpu_cmpxchg_local and asm-generic definitions
2023-03-05 13:43:37 linux-kernel [PATCH v4 07/12] convert this_cpu_cmpxchg users to this_cpu_cmpxchg_local
2023-03-05 13:43:33 linux-kernel [PATCH v4 09/12] vmstat: switch per-cpu vmstat counters to 32-bits
2023-03-05 13:43:30 linux-kernel [PATCH v4 05/12] this_cpu_cmpxchg: x86: switch this_cpu_cmpxchg to locked, add _local function
2023-03-05 13:43:28 linux-kernel [PATCH v4 10/12] mm/vmstat: use xchg in cpu_vm_stats_fold
2023-03-05 13:43:25 linux-kernel [PATCH v4 02/12] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function
2023-03-05 13:43:22 linux-kernel [PATCH v4 04/12] this_cpu_cmpxchg: S390: switch this_cpu_cmpxchg to locked, add _local function
2023-03-05 13:42:50 linux-kernel [PATCH v4 01/12] mm/vmstat: remove remote node draining
2023-03-05 13:42:47 linux-kernel [PATCH v4 00/12] fold per-CPU vmstats remotely
2023-03-05 13:42:44 linux-kernel [PATCH v4 03/12] this_cpu_cmpxchg: loongarch: switch this_cpu_cmpxchg to locked, add _local function
2023-03-05 13:42:40 linux-kernel [PATCH v4 12/12] mm/vmstat: refresh stats remotely instead of via work item
2023-03-05 13:42:38 linux-kernel [PATCH v4 11/12] mm/vmstat: switch vmstat shepherd to flush per-CPU counters remotely
2023-03-03 20:02:12 linux-kernel [PATCH v3 05/11] this_cpu_cmpxchg: x86: switch this_cpu_cmpxchg to locked, add _local function
2023-03-03 20:02:09 linux-kernel [PATCH v3 02/11] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function
2023-03-03 20:02:07 linux-kernel [PATCH v3 09/11] mm/vmstat: use xchg in cpu_vm_stats_fold
2023-03-03 20:02:05 linux-kernel [PATCH v3 04/11] this_cpu_cmpxchg: S390: switch this_cpu_cmpxchg to locked, add _local function
2023-03-03 20:02:00 linux-kernel [PATCH v3 11/11] mm/vmstat: refresh stats remotely instead of via work item
2023-03-03 20:01:57 linux-kernel [PATCH v3 07/11] convert this_cpu_cmpxchg users to this_cpu_cmpxchg_local
2023-03-03 20:01:54 linux-kernel [PATCH v3 08/11] mm/vmstat: switch counter modification to cmpxchg
2023-03-03 20:01:51 linux-kernel [PATCH v3 03/11] this_cpu_cmpxchg: loongarch: switch this_cpu_cmpxchg to locked, add _local function
2023-03-03 20:01:46 linux-kernel [PATCH v3 10/11] mm/vmstat: switch vmstat shepherd to flush per-CPU counters remotely
2023-03-03 20:01:42 linux-kernel [PATCH v3 01/11] mm/vmstat: remove remote node draining