Frederic Weisbecker ([email protected])

Number of posts: 5616 (7.77 per day)
First post: 2008-07-15 02:11:39
Last post: 2010-07-09 02:04:53

Date List Subject
2016-12-06 02:32:37 linux-kernel [FIX][PATCH 01/10] powerpc32: Fix stale scaled stime on context switch
2016-12-06 02:32:33 linux-kernel [PATCH 00/10] vtime: Delay cputime accounting to tick
2016-11-22 13:46:18 linux-kernel Re: [PATCH 00/36] cputime: Convert core use of cputime_t to nsecs
2016-11-21 16:22:25 linux-kernel Re: [PATCH 00/36] cputime: Convert core use of cputime_t to nsecs
2016-11-21 16:20:12 linux-kernel Re: [PATCH 00/36] cputime: Convert core use of cputime_t to nsecs
2016-11-19 15:49:49 linux-kernel Re: [PATCH] x86/dumpstack: make stack name tags more comprehensible
2016-11-18 15:00:08 linux-kernel Re: [PATCH 00/36] cputime: Convert core use of cputime_t to nsecs
2016-11-17 18:18:24 linux-kernel [PATCH 01/36] jiffies: Reuse TICK_NSEC instead of NSEC_PER_JIFFY
2016-11-17 18:18:05 linux-kernel [PATCH 03/36] sched: Remove unused INIT_CPUTIME macro
2016-11-17 18:17:32 linux-kernel [PATCH 04/36] cputime: Convert kcpustat to nsecs
2016-11-17 18:17:30 linux-kernel [PATCH 05/36] macintosh/rack-meter: Remove cputime_t internal use
2016-11-17 18:17:04 linux-kernel [PATCH 08/36] cputime: Convert task/group cputime to nsecs
2016-11-17 18:16:47 linux-kernel [PATCH 09/36] alpha: Convert obsolete cputime_t to nsecs
2016-11-17 18:16:32 linux-kernel [PATCH 10/36] x86: Convert obsolete cputime type to nsecs
2016-11-17 18:16:01 linux-kernel [PATCH 12/36] binfmt: Convert obsolete cputime type to nsecs
2016-11-17 18:15:59 linux-kernel [PATCH 13/36] acct: Convert obsolete cputime type to nsecs
2016-11-17 18:15:23 linux-kernel [PATCH 14/36] delaycct: Convert obsolete cputime type to nsecs
2016-11-17 18:15:21 linux-kernel [PATCH 15/36] tsacct: Convert obsolete cputime type to nsecs
2016-11-17 18:15:02 linux-kernel [PATCH 16/36] signal: Convert obsolete cputime type to nsecs
2016-11-17 18:14:26 linux-kernel [PATCH 18/36] posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated version
2016-11-17 18:13:46 linux-kernel [PATCH 20/36] itimer: Convert internal cputime_t units to nsec
2016-11-17 18:13:31 linux-kernel [PATCH 21/36] sched: Remove temporary cputime_t accessors
2016-11-17 18:13:13 linux-kernel [PATCH 23/36] cputime: Push time to account_steal_time() in nsecs
2016-11-17 18:12:54 linux-kernel [PATCH 24/36] cputime: Push time to account_idle_time() in nsecs
2016-11-17 18:12:25 linux-kernel [PATCH 26/36] cputime: Complete nsec conversion of tick based accounting
2016-11-17 18:12:23 linux-kernel [PATCH 27/36] vtime: Return nsecs instead of cputime_t to account
2016-11-17 18:12:01 linux-kernel [PATCH 31/36] ia64: Remove unused cputime definitions
2016-11-17 18:11:44 linux-kernel [PATCH 32/36] s390: Make arch_cpu_idle_time() to return nsecs
2016-11-17 18:11:21 linux-kernel [PATCH 33/36] powerpc: Remove unused cputime definitions
2016-11-17 18:11:08 linux-kernel [PATCH 34/36] s390: Remove unused cputime definitions
2016-11-17 18:10:35 linux-kernel [PATCH 35/36] cputime: Remove unused nsec_to_cputime
2016-11-17 18:10:12 linux-kernel [PATCH 36/36] cputime: Remove asm generic headers
2016-11-17 18:10:05 linux-kernel [PATCH 30/36] ia64: Convert vtime to use nsec units directly
2016-11-17 18:10:02 linux-kernel [PATCH 28/36] cputime: Remove jiffies based cputime
2016-11-17 18:09:57 linux-kernel [PATCH 29/36] ia64: Move nsecs based cputime headers to the last arch using it
2016-11-17 18:09:48 linux-kernel [PATCH 25/36] cputime: Push time to account_system_time() in nsecs
2016-11-17 18:09:42 linux-kernel [PATCH 22/36] cputime: Push time to account_user_time() in nsecs
2016-11-17 18:09:35 linux-kernel [PATCH 19/36] posix-timers: Convert internals to use nsecs
2016-11-17 18:09:29 linux-kernel [PATCH 17/36] cputime: Increment kcpustat directly on irqtime account
2016-11-17 18:09:18 linux-kernel [PATCH 11/36] isdn: Convert obsolete cputime type to nsecs
2016-11-17 18:09:13 linux-kernel [PATCH 07/36] cputime: Special API to return old-typed cputime
2016-11-17 18:09:10 linux-kernel [PATCH 06/36] cputime: Convert guest time accounting to nsecs
2016-11-17 18:09:03 linux-kernel [PATCH 02/36] time: Introduce jiffies64_to_nsecs()
2016-11-17 18:08:53 linux-kernel [PATCH 00/36] cputime: Convert core use of cputime_t to nsecs
2016-11-15 02:07:46 linux-kernel [PATCH 2/4] cputime/powerpc: Remove cputime_to_scaled()
2016-11-15 02:07:15 linux-kernel [PATCH 3/4] cputime/powerpc/s390: Make scaled cputime arch specific
2016-11-15 02:07:12 linux-kernel [PATCH 4/4] cputime: Simplify task_cputime()
2016-11-15 02:07:07 linux-kernel [PATCH 1/4] cputime/powerpc: Remove cputime_last_delta global variable
2016-11-15 02:07:04 linux-kernel [GIT PULL] cputime: Scaled cputime optimizations and cleanups
2016-11-09 13:01:30 linux-kernel Re: [PATCH 0/4] cputime: some optimizations and cleanups
2016-11-09 11:08:10 linux-kernel Re: task isolation discussion at Linux Plumbers