09 May, 2007

1 commit


12 Feb, 2007

1 commit

  • Mathieu originally needed to add this for tracing Xen, but it's something
    that's needed for any application that can be tracing while cpus are added.

    unplug isn't supported by this patch. The thought was that at minumum a new
    buffer needs to be added when a cpu comes up, but it wasn't worth the effort
    to remove buffers on cpu down since they'd be freed soon anyway when the
    channel was closed.

    [zanussi@us.ibm.com: avoid lock_cpu_hotplug deadlock]
    Signed-off-by: Mathieu Desnoyers
    Cc: Tom Zanussi
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mathieu Desnoyers
     

28 Aug, 2006

1 commit

  • Here's updated documentation for the relay interface, rewritten to match
    the relayfs->relay changes. It also moves relayfs.txt to relay.txt in the
    process.

    It includes the changes to relayfs.txt previously posted by Randy Dunlap,
    thanks for those.

    The relay-apps examples have also been updated to match, and can be found
    on the sourceforge relayfs website.

    Signed-off-by: Tom Zanussi
    Cc: "Randy.Dunlap"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Tom Zanussi