1. 20 10月, 2015 1 次提交
  2. 10 8月, 2015 1 次提交
  3. 01 12月, 2014 1 次提交
  4. 26 11月, 2014 2 次提交
  5. 12 3月, 2014 1 次提交
  6. 11 12月, 2013 2 次提交
  7. 03 9月, 2013 6 次提交
  8. 31 7月, 2013 1 次提交
  9. 15 7月, 2013 1 次提交
    • P
      clocksource+irqchip: delete __cpuinit usage from all related files · 8c37bb3a
      Paul Gortmaker 提交于
      The __cpuinit type of throwaway sections might have made sense
      some time ago when RAM was more constrained, but now the savings
      do not offset the cost and complications.  For example, the fix in
      commit 5e427ec2 ("x86: Fix bit corruption at CPU resume time")
      is a good example of the nasty type of bugs that can be created
      with improper use of the various __init prefixes.
      
      After a discussion on LKML[1] it was decided that cpuinit should go
      the way of devinit and be phased out.  Once all the users are gone,
      we can then finally remove the macros themselves from linux/init.h.
      
      This removes all the drivers/clocksource and drivers/irqchip uses of
      the __cpuinit macros from all C files.
      
      [1] https://lkml.org/lkml/2013/5/20/589
      
      Cc: John Stultz <john.stultz@linaro.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Acked-by: NThomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      8c37bb3a
  10. 25 6月, 2013 2 次提交
  11. 13 6月, 2013 1 次提交
  12. 01 3月, 2013 1 次提交
  13. 20 11月, 2012 1 次提交
  14. 10 7月, 2012 1 次提交