1. 23 12月, 2010 4 次提交
  2. 23 11月, 2010 2 次提交
  3. 20 11月, 2010 1 次提交
    • R
      ARM: ftrace: enable function graph tracer · 0e341af8
      Rabin Vincent 提交于
      Add the options to enable the function graph tracer on ARM.  Function
      graph tracer support requires frame pointers, so exclude Thumb-2 and
      also make sure FRAME_POINTER gets enabled when FUNCTION_GRAPH_TRACER is
      used, since FUNCTION_TRACER doesn't "select FRAME_POINTER" when
      ARM_UNWIND is used.  Therefore, with GCC 4.4.0+, you get plain function
      tracing without frame pointers, but you'll need them if you want
      function graph tracing.
      Acked-by: NCatalin Marinas <catalin.marinas@arm.com>
      Signed-off-by: NRabin Vincent <rabin@rab.in>
      0e341af8
  4. 13 11月, 2010 3 次提交
  5. 08 11月, 2010 1 次提交
  6. 25 10月, 2010 2 次提交
  7. 22 10月, 2010 2 次提交
  8. 21 10月, 2010 4 次提交
  9. 19 10月, 2010 1 次提交
    • P
      irq_work: Add generic hardirq context callbacks · e360adbe
      Peter Zijlstra 提交于
      Provide a mechanism that allows running code in IRQ context. It is
      most useful for NMI code that needs to interact with the rest of the
      system -- like wakeup a task to drain buffers.
      
      Perf currently has such a mechanism, so extract that and provide it as
      a generic feature, independent of perf so that others may also
      benefit.
      
      The IRQ context callback is generated through self-IPIs where
      possible, or on architectures like powerpc the decrementer (the
      built-in timer facility) is set to generate an interrupt immediately.
      
      Architectures that don't have anything like this get to do with a
      callback from the timer tick. These architectures can call
      irq_work_run() at the tail of any IRQ handlers that might enqueue such
      work (like the perf IRQ handler) to avoid undue latencies in
      processing the work.
      Signed-off-by: NPeter Zijlstra <a.p.zijlstra@chello.nl>
      Acked-by: NKyle McMartin <kyle@mcmartin.ca>
      Acked-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      [ various fixes ]
      Signed-off-by: NHuang Ying <ying.huang@intel.com>
      LKML-Reference: <1287036094.7768.291.camel@yhuang-dev>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      e360adbe
  10. 18 10月, 2010 2 次提交
  11. 09 10月, 2010 1 次提交
  12. 08 10月, 2010 2 次提交
  13. 05 10月, 2010 4 次提交
  14. 02 10月, 2010 1 次提交
  15. 28 9月, 2010 1 次提交
  16. 20 9月, 2010 1 次提交
  17. 19 9月, 2010 1 次提交
  18. 18 9月, 2010 1 次提交
  19. 17 9月, 2010 2 次提交
  20. 10 9月, 2010 1 次提交
  21. 08 9月, 2010 1 次提交
  22. 02 9月, 2010 2 次提交