1. 24 10月, 2010 1 次提交
  2. 19 5月, 2010 2 次提交
  3. 16 9月, 2009 1 次提交
  4. 10 9月, 2009 1 次提交
  5. 31 8月, 2009 2 次提交
  6. 22 4月, 2009 1 次提交
  7. 23 2月, 2009 1 次提交
    • I
      x86: refactor x86_quirks support · 8e6dafd6
      Ingo Molnar 提交于
      Impact: cleanup
      
      Make x86_quirks support more transparent. The highlevel
      methods are now named:
      
        extern void x86_quirk_pre_intr_init(void);
        extern void x86_quirk_intr_init(void);
      
        extern void x86_quirk_trap_init(void);
      
        extern void x86_quirk_pre_time_init(void);
        extern void x86_quirk_time_init(void);
      
      This makes it clear that if some platform extension has to
      do something here that it is considered ... weird, and is
      discouraged.
      
      Also remove arch_hooks.h and move it into setup.h (and other
      header files where appropriate).
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      8e6dafd6
  8. 31 12月, 2008 2 次提交
  9. 01 12月, 2008 1 次提交
  10. 12 11月, 2008 1 次提交
  11. 15 10月, 2008 1 次提交
  12. 20 7月, 2008 1 次提交
  13. 25 6月, 2008 1 次提交
  14. 23 5月, 2008 1 次提交
  15. 04 5月, 2008 1 次提交
  16. 27 4月, 2008 2 次提交