Christoph Lameter (Ampere) ([email protected])

Number of posts: 2507 (0.45 per day)
First post: 2009-03-30 14:42:16
Last post: 2024-06-12 17:45:54

Date List Subject
2014-10-03 12:23:27 linux-kernel Re: Why do we still have 32 bit counters? Interrupt counters overflow within 50 days
2014-10-03 12:07:49 linux-kernel Re: Why do we still have 32 bit counters? Interrupt counters overflow within 50 days
2014-10-03 11:54:39 linux-kernel Re: Why do we still have 32 bit counters? Interrupt counters overflow within 50 days
2014-10-03 09:45:12 linux-kernel Why do we still have 32 bit counters? Interrupt counters overflow within 50 days
2014-10-03 08:35:25 linux-kernel Re: [patch resend] mm: page_alloc: fix zone allocation fairness on UP
2014-10-02 17:03:35 linux-kernel Re: [PATCH 1/3] mm: generalize VM_BUG_ON() macros
2014-09-17 03:31:24 linux-ext4 Re: Best way to pin a page in ext4?
2014-09-16 18:34:37 linux-ext4 Re: Best way to pin a page in ext4?
2014-06-20 19:39:58 linux-kernel [PATCH 04/31] block: Replace __this_cpu_ptr with raw_cpu_ptr
2014-06-20 19:39:32 linux-kernel [PATCH 06/31] drivers/cpuidle: Replace __get_cpu_var uses for address calculation
2014-06-20 19:39:00 linux-kernel [PATCH 08/31] drivers/clocksource: Replace __get_cpu_var used for address calculation
2014-06-20 19:38:11 linux-kernel [PATCH 11/31] net: Replace get_cpu_var through this_cpu_ptr
2014-06-20 19:37:51 linux-kernel [PATCH 12/31] md: Replace __this_cpu_ptr with raw_cpu_ptr
2014-06-20 19:37:21 linux-kernel [PATCH 14/31] drivers/net/ethernet/tile: __get_cpu_var call introduced in 3.14
2014-06-20 19:36:52 linux-kernel [PATCH 16/31] x86: Replace __get_cpu_var uses
2014-06-20 19:36:31 linux-kernel [PATCH 19/31] MIPS: Replace __get_cpu_var uses in FPU emulator.
2014-06-20 19:35:59 linux-kernel [PATCH 20/31] mips: Replace __get_cpu_var uses
2014-06-20 19:34:44 linux-kernel [PATCH 22/31] s390: cio driver &__get_cpu_var replacements
2014-06-20 19:34:42 linux-kernel [PATCH 23/31] ia64: Replace __get_cpu_var uses
2014-06-20 19:34:12 linux-kernel [PATCH 28/31] blackfin: Replace __get_cpu_var uses
2014-06-20 19:33:20 linux-kernel [PATCH 30/31] Remove __get_cpu_var and __raw_get_cpu_var macros [only in 3.17]
2014-06-20 19:32:58 linux-kernel [PATCH 31/31] percpu: Remove __this_cpu_ptr
2014-06-20 19:32:55 linux-kernel [PATCH 29/31] avr32: Replace __get_cpu_var with __this_cpu_write
2014-06-20 19:32:44 linux-kernel [PATCH 27/31] tile: Use this_cpu_ptr() for hardware counters
2014-06-20 19:32:42 linux-kernel [PATCH 24/31] alpha: Replace __get_cpu_var
2014-06-20 19:32:39 linux-kernel [PATCH 25/31] powerpc: Replace __get_cpu_var uses
2014-06-20 19:32:35 linux-kernel [PATCH 26/31] tile: Replace __get_cpu_var uses
2014-06-20 19:32:26 linux-kernel [PATCH 21/31] s390: Replace __get_cpu_var uses
2014-06-20 19:32:17 linux-kernel [PATCH 17/31] uv: Replace __get_cpu_var
2014-06-20 19:32:13 linux-kernel [PATCH 18/31] arm: Replace __this_cpu_ptr with raw_cpu_ptr
2014-06-20 19:32:08 linux-kernel [PATCH 15/31] irqchips: Replace __this_cpu_ptr uses
2014-06-20 19:32:01 linux-kernel [PATCH 13/31] metag: Replace __get_cpu_var uses for address calculation
2014-06-20 19:31:56 linux-kernel [PATCH 10/31] watchdog: Replace __raw_get_cpu_var uses
2014-06-20 19:31:51 linux-kernel [PATCH 09/31] drivers/net/ethernet/tile: Replace __get_cpu_var uses for address calculation
2014-06-20 19:31:47 linux-kernel [PATCH 07/31] drivers/oprofile: Replace __get_cpu_var uses for address calculation
2014-06-20 19:31:42 linux-kernel [PATCH 05/31] drivers/char/random: Replace __get_cpu_var uses
2014-06-20 19:31:39 linux-kernel [PATCH 03/31] scheduler: Replace __get_cpu_var with this_cpu_ptr
2014-06-20 19:31:37 linux-kernel [PATCH 02/31] time: Replace __get_cpu_var uses
2014-06-20 19:31:32 linux-kernel [PATCH 01/31] kernel misc: Replace __get_cpu_var uses
2014-06-20 19:31:30 linux-kernel [PATCH 00/31] percpu: Consistent per cpu operations V5
2014-04-30 23:20:02 linux-kernel Re: fs: dcookie: freeing active timer
2014-04-29 19:17:44 linux-kernel tracing: Replace __get_cpu_var uses with this_cpu_ptr
2014-04-29 18:51:49 linux-kernel Re: [PATCH 2/2] mm/slub.c: convert vnsprintf-static to va_format
2014-04-29 18:48:29 linux-kernel Re: [PATCH 1/2] mm/slub.c: convert printk to pr_foo()
2014-04-24 16:52:05 linux-kernel Re: [PATCH] slab: fix the type of the index on freelist index accessor
2014-04-23 19:54:27 linux-kernel Re: vmstat: On demand vmstat workers V3
2014-04-22 13:38:45 linux-kernel Re: vmstat: On demand vmstat workers V3
2014-04-21 16:29:32 linux-kernel Re: [RFC] how should we deal with dead memcgs' kmem caches?
2014-04-18 16:44:41 linux-kernel Re: [PATCH 0/2] Disable zone_reclaim_mode by default
2014-04-18 16:41:51 linux-kernel Re: [PATCH] slab: fix the type of the index on freelist index accessor
2014-04-17 17:53:38 linux-kernel Re: How do I increment a per-CPU variable without warning?