1. 10 1月, 2010 1 次提交
  2. 02 1月, 2010 1 次提交
  3. 31 12月, 2009 1 次提交
  4. 25 12月, 2009 1 次提交
  5. 30 11月, 2009 1 次提交
  6. 06 10月, 2009 1 次提交
  7. 21 8月, 2009 1 次提交
  8. 20 8月, 2009 1 次提交
  9. 13 7月, 2009 1 次提交
  10. 17 6月, 2009 1 次提交
    • A
      time: move PIT_TICK_RATE to linux/timex.h · 08604bd9
      Arnd Bergmann 提交于
      PIT_TICK_RATE is currently defined in four architectures, but in three
      different places.  While linux/timex.h is not the perfect place for it, it
      is still a reasonable replacement for those drivers that traditionally use
      asm/timex.h to get CLOCK_TICK_RATE and expect it to be the PIT frequency.
      
      Note that for Alpha, the actual value changed from 1193182UL to 1193180UL.
       This is unlikely to make a difference, and probably can only improve
      accuracy.  There was a discussion on the correct value of CLOCK_TICK_RATE
      a few years ago, after which every existing instance was getting changed
      to 1193182.  According to the specification, it should be
      1193181.818181...
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Richard Henderson <rth@twiddle.net>
      Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      Cc: Len Brown <lenb@kernel.org>
      Cc: john stultz <johnstul@us.ibm.com>
      Cc: Dmitry Torokhov <dtor@mail.ru>
      Cc: Takashi Iwai <tiwai@suse.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      08604bd9
  11. 27 2月, 2009 1 次提交
    • A
      sh: maple: Support block reads and writes. · b233b28e
      Adrian McMenamin 提交于
      This patch updates the maple bus to support asynchronous block reads
      and writes as well as generally improving the quality of the code and
      supporting concurrency (all needed to support the Dreamcast visual
      memory unit - a driver will also be posted for that).
      
      Changes in the bus driver necessitate some changes in the two maple bus
      input drivers that are currently in mainline.
      
      As well as supporting block reads and writes this code clean up removes
      some poor handling of locks, uses an atomic status variable to serialise
      access to devices and more robusly handles the general performance
      problems of the bus.
      Signed-off-by: NAdrian McMenamin <adrian@mcmen.demon.co.uk>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      b233b28e
  12. 30 12月, 2008 1 次提交
  13. 20 11月, 2008 1 次提交
  14. 18 10月, 2008 2 次提交
  15. 17 10月, 2008 1 次提交
  16. 31 7月, 2008 1 次提交
  17. 30 7月, 2008 1 次提交
  18. 21 5月, 2008 1 次提交
  19. 17 5月, 2008 1 次提交
  20. 29 4月, 2008 1 次提交
  21. 27 4月, 2008 1 次提交
  22. 25 4月, 2008 2 次提交
  23. 16 4月, 2008 1 次提交
  24. 15 4月, 2008 1 次提交
  25. 04 4月, 2008 9 次提交
  26. 09 2月, 2008 1 次提交
  27. 21 1月, 2008 2 次提交
  28. 28 10月, 2007 1 次提交
  29. 20 10月, 2007 1 次提交