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-04-23 02:27:35 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-04-23 01:57:53 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-04-23 01:35:08 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-04-20 02:51:10 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-04-20 02:44:54 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-04-19 14:18:23 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-04-19 12:03:39 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-04-19 11:47:33 linux-kernel Re: [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode
2023-04-19 11:40:06 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-04-19 11:26:29 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-04-19 11:25:42 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-04-19 11:25:22 linux-kernel Re: [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode
2023-04-06 13:20:02 linux-kernel Re: [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode
2023-04-06 13:18:23 linux-kernel Re: [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode
2023-04-05 19:50:10 linux-kernel Re: [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode
2023-04-05 19:49:59 linux-kernel Re: [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode
2023-03-30 19:31:16 linux-kernel [PATCH v4] fs/buffer.c: update per-CPU bh_lru cache via RCU
2023-03-30 18:59:00 linux-kernel Re: [PATCH 1/2] sched/isolation: Add cpu_is_isolated() API
2023-03-29 14:43:25 linux-kernel Re: [PATCH 1/2] sched/isolation: Add cpu_is_isolated() API
2023-03-27 13:49:13 linux-kernel Re: [PATCH 1/2] sched/isolation: Add cpu_is_isolated() API
2023-03-23 13:46:03 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-03-23 13:43:56 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-03-23 11:08:54 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-03-23 11:08:20 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-03-22 17:36:20 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-03-22 13:12:31 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-03-22 01:30:19 linux-kernel Re: [PATCH v7 13/13] vmstat: add pcp remote node draining via cpu_vm_stats_fold
2023-03-21 17:32:45 linux-kernel Re: [PATCH v2 01/11] mm/vmstat: remove remote node draining
2023-03-21 12:58:58 linux-kernel Re: [PATCH v7 01/13] vmstat: allow_direct_reclaim should use zone_page_state_snapshot
2023-03-21 12:58:54 linux-kernel Re: [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-03-20 18:24:45 linux-kernel [PATCH v7 13/13] vmstat: add pcp remote node draining via cpu_vm_stats_fold
2023-03-20 18:21:42 linux-kernel [PATCH v7 09/13] vmstat: switch per-cpu vmstat counters to 32-bits
2023-03-20 18:21:39 linux-kernel [PATCH v7 04/13] this_cpu_cmpxchg: S390: switch this_cpu_cmpxchg to locked, add _local function
2023-03-20 18:21:34 linux-kernel [PATCH v7 00/13] fold per-CPU vmstats remotely
2023-03-20 18:21:24 linux-kernel [PATCH v7 08/13] mm/vmstat: switch counter modification to cmpxchg
2023-03-20 18:21:01 linux-kernel [PATCH v7 11/13] mm/vmstat: switch vmstat shepherd to flush per-CPU counters remotely
2023-03-20 18:20:58 linux-kernel [PATCH v7 02/13] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function
2023-03-20 18:20:54 linux-kernel [PATCH v7 01/13] vmstat: allow_direct_reclaim should use zone_page_state_snapshot
2023-03-20 18:20:50 linux-kernel [PATCH v7 05/13] this_cpu_cmpxchg: x86: switch this_cpu_cmpxchg to locked, add _local function
2023-03-20 18:20:45 linux-kernel [PATCH v7 07/13] convert this_cpu_cmpxchg users to this_cpu_cmpxchg_local
2023-03-20 18:20:39 linux-kernel [PATCH v7 06/13] add this_cpu_cmpxchg_local and asm-generic definitions
2023-03-20 18:20:36 linux-kernel [PATCH v7 12/13] mm/vmstat: refresh stats remotely instead of via work item
2023-03-20 18:20:32 linux-kernel [PATCH v7 03/13] this_cpu_cmpxchg: loongarch: switch this_cpu_cmpxchg to locked, add _local function
2023-03-20 18:20:27 linux-kernel [PATCH v7 10/13] mm/vmstat: use xchg in cpu_vm_stats_fold
2023-03-17 18:37:38 linux-kernel Re: [PATCH 1/2] sched/isolation: Add cpu_is_isolated() API
2023-03-17 18:37:35 linux-kernel Re: [PATCH 1/2] sched/isolation: Add cpu_is_isolated() API
2023-03-16 12:54:24 linux-kernel Re: [PATCH v2 02/11] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function
2023-03-15 14:24:01 linux-kernel Re: [PATCH v5 00/12] fold per-CPU vmstats remotely
2023-03-14 19:02:45 linux-kernel [PATCH v6 05/12] add this_cpu_cmpxchg_local and asm-generic definitions
2023-03-14 19:02:32 linux-kernel [PATCH v6 06/12] convert this_cpu_cmpxchg users to this_cpu_cmpxchg_local
2023-03-14 19:02:29 linux-kernel Re: [PATCH v5 00/12] fold per-CPU vmstats remotely