1. 30 11月, 2017 1 次提交
  2. 13 4月, 2016 1 次提交
  3. 06 7月, 2015 2 次提交
  4. 12 9月, 2014 1 次提交
  5. 13 8月, 2014 1 次提交
  6. 15 3月, 2013 1 次提交
    • A
      input/joystick: use get_cycles on ARM · 6fdd496e
      Arnd Bergmann 提交于
      ARM normally has an accurate clock source, so
      we can theoretically use analog joysticks more
      accurately and at the same time avoid the
      build warning
      
       #warning Precise timer not defined for this architecture.
      
      from the joystick driver.
      
      Now, why anybody would use that driver no ARM I have no
      idea, but Ben Dooks enabled it in the s3c2410_defconfig
      along with a bunch of other drivers, even though that
      platform has neither ISA nor PCI support. It still
      seems to be the right thing to fix this quirk.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: Vojtech Pavlik <vojtech@suse.cz>
      Cc: Ben Dooks <ben-linux@fluff.org>
      6fdd496e
  7. 05 2月, 2013 1 次提交
  8. 05 8月, 2011 1 次提交
  9. 09 6月, 2011 1 次提交
  10. 02 3月, 2010 1 次提交
  11. 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
  12. 30 7月, 2008 1 次提交
  13. 09 2月, 2008 1 次提交
  14. 21 1月, 2008 1 次提交
  15. 20 10月, 2007 1 次提交
  16. 03 5月, 2007 1 次提交
  17. 12 4月, 2007 2 次提交
  18. 18 2月, 2007 1 次提交
  19. 06 11月, 2006 1 次提交
  20. 01 7月, 2006 1 次提交
  21. 26 6月, 2006 1 次提交
  22. 31 10月, 2005 1 次提交
    • T
      [PATCH] fix missing includes · 4e57b681
      Tim Schmielau 提交于
      I recently picked up my older work to remove unnecessary #includes of
      sched.h, starting from a patch by Dave Jones to not include sched.h
      from module.h. This reduces the number of indirect includes of sched.h
      by ~300. Another ~400 pointless direct includes can be removed after
      this disentangling (patch to follow later).
      However, quite a few indirect includes need to be fixed up for this.
      
      In order to feed the patches through -mm with as little disturbance as
      possible, I've split out the fixes I accumulated up to now (complete for
      i386 and x86_64, more archs to follow later) and post them before the real
      patch.  This way this large part of the patch is kept simple with only
      adding #includes, and all hunks are independent of each other.  So if any
      hunk rejects or gets in the way of other patches, just drop it.  My scripts
      will pick it up again in the next round.
      Signed-off-by: NTim Schmielau <tim@physik3.uni-rostock.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      4e57b681
  23. 29 10月, 2005 1 次提交
  24. 08 9月, 2005 1 次提交
  25. 30 6月, 2005 1 次提交
  26. 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