27 Aug, 2010

1 commit


09 Mar, 2010

1 commit


26 Nov, 2009

1 commit

  • Move signal sending event to events/signal.h. This patch also
    renames sched_signal_send event to signal_generate.

    Changes in v4:
    - Fix a typo of task_struct pointer.

    Changes in v3:
    - Add docbook style comments

    Changes in v2:
    - Add siginfo argument
    - Add siginfo storing macro

    Signed-off-by: Masami Hiramatsu
    Reviewed-by: Jason Baron
    Acked-by: Roland McGrath
    Cc: systemtap
    Cc: DLE
    Cc: Oleg Nesterov
    LKML-Reference:
    Signed-off-by: Ingo Molnar

    Masami Hiramatsu
     

01 May, 2009

2 commits

  • Document irqs for the newly created docbook.

    [ Impact: add documentation ]

    Signed-off-by: Jason Baron
    Acked-by: Randy Dunlap
    Cc: akpm@linux-foundation.org
    Cc: rostedt@goodmis.org
    Cc: fweisbec@gmail.com
    Cc: mathieu.desnoyers@polymtl.ca
    Cc: wcohen@redhat.com
    LKML-Reference:
    Signed-off-by: Ingo Molnar

    Jason Baron
     
  • Add tracepoint docbook. This will help us document and understand
    what tracepoints are in the kernel. Since there are multiple
    macros, and files that contain tracepoints.

    [ Impact: add documentation ]

    Signed-off-by: Jason Baron
    Acked-by: Randy Dunlap
    Cc: akpm@linux-foundation.org
    Cc: rostedt@goodmis.org
    Cc: fweisbec@gmail.com
    Cc: mathieu.desnoyers@polymtl.ca
    Cc: wcohen@redhat.com
    LKML-Reference:
    Signed-off-by: Ingo Molnar

    Jason Baron