1. 29 1月, 2016 1 次提交
  2. 17 12月, 2015 1 次提交
  3. 28 10月, 2015 2 次提交
  4. 17 10月, 2015 2 次提交
  5. 16 9月, 2015 1 次提交
    • T
      genirq: Remove irq argument from irq flow handlers · bd0b9ac4
      Thomas Gleixner 提交于
      Most interrupt flow handlers do not use the irq argument. Those few
      which use it can retrieve the irq number from the irq descriptor.
      
      Remove the argument.
      
      Search and replace was done with coccinelle and some extra helper
      scripts around it. Thanks to Julia for her help!
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Cc: Julia Lawall <Julia.Lawall@lip6.fr>
      Cc: Jiang Liu <jiang.liu@linux.intel.com>
      bd0b9ac4
  6. 01 8月, 2015 1 次提交
    • T
      arc/irq: Prepare idu_cascade_isr for irq argument removal · badae6bc
      Thomas Gleixner 提交于
      The irq argument of most interrupt flow handlers is unused or merily
      used instead of a local variable. The handlers which need the irq
      argument can retrieve the irq number from the irq descriptor.
      
      Search and update was done with coccinelle and the invaluable help of
      Julia Lawall.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Cc: Julia Lawall <Julia.Lawall@lip6.fr>
      Cc: Vineet Gupta <vgupta@synopsys.com>
      badae6bc
  7. 09 7月, 2015 1 次提交
  8. 06 7月, 2015 2 次提交
  9. 22 6月, 2015 4 次提交