Marcelo Tosatti ([email protected])

Number of posts: 1448 (0.22 per day)
First post: 2006-08-12 00:43:44
Last post: 2024-05-24 19:38:14

Date List Subject
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
2023-03-03 20:01:39 linux-kernel [PATCH v3 06/11] add this_cpu_cmpxchg_local and asm-generic definitions
2023-03-03 20:01:31 linux-kernel [PATCH v3 00/11] fold per-CPU vmstats remotely
2023-03-03 16:40:42 linux-kernel Re: [PATCH v2 09/11] mm/vmstat: use cmpxchg loop in cpu_vm_stats_fold
2023-03-03 16:40:37 linux-kernel Re: [PATCH v2 02/11] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function
2023-03-03 16:40:33 linux-kernel Re: [PATCH v2 02/11] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function
2023-03-02 22:19:59 linux-kernel Re: [PATCH v2 10/11] mm/vmstat: switch vmstat shepherd to flush per-CPU counters remotely
2023-03-02 22:18:54 linux-kernel Re: [PATCH v2 02/11] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function
2023-03-02 19:19:22 linux-kernel Re: [PATCH v2 01/11] mm/vmstat: remove remote node draining
2023-03-02 19:19:13 linux-kernel Re: [PATCH v2 01/11] mm/vmstat: remove remote node draining
2023-03-02 19:19:11 linux-kernel Re: [PATCH v2 08/11] mm/vmstat: switch counter modification to cmpxchg
2023-03-02 15:03:58 linux-kernel Re: [PATCH v2 02/11] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function
2023-03-02 14:54:08 linux-kernel Re: [PATCH v2 08/11] mm/vmstat: switch counter modification to cmpxchg
2023-03-02 14:51:52 linux-kernel Re: [PATCH v2 09/11] mm/vmstat: use cmpxchg loop in cpu_vm_stats_fold
2023-02-28 19:48:09 linux-kernel Re: [PATCH v2 01/11] mm/vmstat: remove remote node draining
2023-02-27 19:42:50 linux-kernel Re: [PATCH v2 00/11] fold per-CPU vmstats remotely
2023-02-23 16:01:21 linux-kernel Re: [PATCH linux-next 2/2] x86/xen/time: cleanup xen_tsc_safe_clocksource
2023-02-23 16:01:13 linux-kernel Re: [PATCH v2 00/11] fold per-CPU vmstats remotely
2023-02-09 15:35:30 linux-kernel [PATCH v2 08/11] mm/vmstat: switch counter modification to cmpxchg
2023-02-09 15:35:02 linux-kernel [PATCH v2 02/11] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function
2023-02-09 15:34:58 linux-kernel [PATCH v2 04/11] this_cpu_cmpxchg: S390: switch this_cpu_cmpxchg to locked, add _local function
2023-02-09 15:34:54 linux-kernel [PATCH v2 11/11] mm/vmstat: refresh stats remotely instead of via work item
2023-02-09 15:34:51 linux-kernel [PATCH v2 01/11] mm/vmstat: remove remote node draining
2023-02-09 15:34:26 linux-kernel [PATCH v2 03/11] this_cpu_cmpxchg: loongarch: switch this_cpu_cmpxchg to locked, add _local function
2023-02-09 15:34:23 linux-kernel [PATCH v2 00/11] fold per-CPU vmstats remotely
2023-02-09 15:34:20 linux-kernel [PATCH v2 10/11] mm/vmstat: switch vmstat shepherd to flush per-CPU counters remotely
2023-02-09 15:34:16 linux-kernel [PATCH v2 07/11] convert this_cpu_cmpxchg users to this_cpu_cmpxchg_local
2023-02-09 15:34:14 linux-kernel [PATCH v2 05/11] this_cpu_cmpxchg: x86: switch this_cpu_cmpxchg to locked, add _local function
2023-02-09 15:34:11 linux-kernel [PATCH v2 06/11] this_cpu_cmpxchg: asm-generic: switch this_cpu_cmpxchg to locked, add _local function
2023-02-09 15:34:07 linux-kernel [PATCH v2 09/11] mm/vmstat: use cmpxchg loop in cpu_vm_stats_fold
2023-02-06 19:11:53 linux-kernel Re: [PATCH 3/5] mm/vmstat: use cmpxchg loop in cpu_vm_stats_fold
2023-02-03 18:53:25 linux-kernel Re: [PATCH 3/5] mm/vmstat: use cmpxchg loop in cpu_vm_stats_fold
2023-02-03 12:49:59 linux-kernel Re: [PATCH v3] fs/buffer.c: update per-CPU bh_lru cache via RCU
2023-02-02 15:56:21 linux-kernel Re: [PATCH 3/5] mm/vmstat: use cmpxchg loop in cpu_vm_stats_fold
2023-02-01 19:54:11 linux-kernel [PATCH 5/5] mm/vmstat: refresh stats remotely instead of via work item
2023-02-01 19:53:33 linux-kernel [PATCH 2/5] mm/vmstat: switch counter modification to cmpxchg
2023-02-01 19:53:31 linux-kernel [PATCH 0/5] fold per-CPU vmstats remotely
2023-02-01 19:53:29 linux-kernel [PATCH 4/5] mm/vmstat: switch vmstat shepherd to flush per-CPU counters remotely
2023-02-01 19:53:27 linux-kernel [PATCH 1/5] mm/vmstat: remove remote node draining
2023-02-01 19:53:23 linux-kernel [PATCH 3/5] mm/vmstat: use cmpxchg loop in cpu_vm_stats_fold
2023-02-01 16:05:04 linux-kernel [PATCH v3] fs/buffer.c: update per-CPU bh_lru cache via RCU
2023-01-31 12:15:21 linux-kernel Re: [PATCH v2 0/5] Introduce memcg_stock_pcp remote draining
2023-01-27 04:39:07 linux-kernel Re: [PATCH v2 0/5] Introduce memcg_stock_pcp remote draining
2023-01-26 18:38:22 linux-kernel Re: [PATCH v2 0/5] Introduce memcg_stock_pcp remote draining
2023-01-26 18:38:20 linux-kernel Re: [PATCH v2 0/5] Introduce memcg_stock_pcp remote draining
2023-01-26 18:38:17 linux-kernel Re: [PATCH v2 0/5] Introduce memcg_stock_pcp remote draining
2023-01-25 18:23:25 linux-kernel Re: [PATCH v2 0/5] Introduce memcg_stock_pcp remote draining
2023-01-16 19:10:32 linux-kernel Re: [PATCH v13 2/6] mm/vmstat: Use vmstat_dirty to track CPU-specific vmstat discrepancies