20 Dec, 2011

1 commit


15 Dec, 2011

2 commits


06 Dec, 2011

1 commit

  • This patch changes fields in cpustat from a structure, to an
    u64 array. Math gets easier, and the code is more flexible.

    Signed-off-by: Glauber Costa
    Reviewed-by: KAMEZAWA Hiroyuki
    Cc: Linus Torvalds
    Cc: Andrew Morton
    Cc: Paul Tuner
    Signed-off-by: Peter Zijlstra
    Link: http://lkml.kernel.org/r/1322498719-2255-2-git-send-email-glommer@parallels.com
    Signed-off-by: Ingo Molnar

    Glauber Costa
     

24 Sep, 2009

1 commit


31 Mar, 2009

1 commit


28 Oct, 2008

1 commit

  • Turned out some VMware userspace does pread(2) on /proc/uptime, but
    seqfiles currently don't allow pread() resulting in -ESPIPE.

    Seqfiles in theory can do pread(), but this can be a long story,
    so revert to ->read_proc until then.

    http://bugzilla.kernel.org/show_bug.cgi?id=11856

    Signed-off-by: Alexey Dobriyan

    Alexey Dobriyan
     

23 Oct, 2008

1 commit