1. 24 5月, 2010 1 次提交
  2. 13 3月, 2010 1 次提交
  3. 09 11月, 2009 1 次提交
  4. 13 6月, 2009 1 次提交
  5. 01 8月, 2008 1 次提交
    • D
      hpet: /dev/hpet - fixes and cleanup · 64a76f66
      David Brownell 提交于
      Minor /dev/hpet updates and bugfixes:
      
        * Remove dead code, mostly remnants of an incomplete/unusable
          kernel interface ... noted when addressing "sparse" warnings:
            + hpet_unregister() and a routine it calls
            + hpet_task and all references, including hpet_task_lock
            + hpet_data.hd_flags (and HPET_DATA_PLATFORM)
      
        * Correct and improve boot message:
            + displays *counter* (shared between comparators) bit width,
              not *timer* bit widths (which are often mixed)
            + relabel "timers" as "comparators"; this is less confusing,
              they are not independent like normal timers are (sigh)
            + display MHz not Hz; it's never less than 10 MHz.
      
        * Tighten and correct the userspace interface code
            + don't accidentally program comparators in 64-bit mode using
              32-bit values ... always force comparators into 32-bit mode
            + provide the correct bit definition flagging comparators with
              periodic capability ... the ABI is unchanged
      
        * Update Documentation/hpet.txt
            + be more correct and current
            + expand description a bit
            + don't mention that now-gone kernel interface
      
      Plus, add a FIXME comment for something that could cause big trouble
      on systems with more capable HPETs than at least Intel seems to ship.
      
      It seems that few folk use this userspace interface; it's not very
      usable given the general lack of HPET IRQ routing.  I'm told that
      the only real point of it any more is to mmap for fast timestamps;
      IMO that's handled better through the gettimeofday() vsyscall.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Acked-by: NClemens Ladisch <clemens@ladisch.de>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      64a76f66
  6. 24 7月, 2008 1 次提交
  7. 01 8月, 2007 1 次提交
  8. 15 1月, 2006 1 次提交
  9. 07 11月, 2005 1 次提交
  10. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4