1. 16 7月, 2008 1 次提交
  2. 06 6月, 2008 1 次提交
  3. 12 5月, 2008 1 次提交
  4. 29 4月, 2008 5 次提交
  5. 17 4月, 2008 1 次提交
  6. 12 3月, 2008 1 次提交
  7. 27 11月, 2007 1 次提交
  8. 03 11月, 2007 1 次提交
  9. 30 10月, 2007 1 次提交
    • A
      [MIPS] txx9tmr clockevent/clocksource driver · 229f773e
      Atsushi Nemoto 提交于
      Convert jmr3927_clock_event_device to more generic
      txx9tmr_clock_event_device which supports one-shot mode.  The
      txx9tmr_clock_event_device can be used for TX49 too if the cp0 timer
      interrupt was not available.
      
      Convert jmr3927_hpt_read to txx9_clocksource driver which does not
      depends jiffies anymore.  The txx9_clocksource itself can be used for
      TX49, but normally TX49 uses higher precision clocksource_mips.
      Signed-off-by: NAtsushi Nemoto <anemo@mba.ocn.ne.jp>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      229f773e
  10. 23 10月, 2007 1 次提交
  11. 19 10月, 2007 1 次提交
  12. 15 10月, 2007 1 次提交
    • S
      kbuild: enable 'make CFLAGS=...' to add additional options to CC · a0f97e06
      Sam Ravnborg 提交于
      The variable CFLAGS is a wellknown variable and the usage by
      kbuild may result in unexpected behaviour.
      On top of that several people over time has asked for a way to
      pass in additional flags to gcc.
      
      This patch replace use of CFLAGS with KBUILD_CFLAGS all over the
      tree and enabling one to use:
      make CFLAGS=...
      to specify additional gcc commandline options.
      
      One usecase is when trying to find gcc bugs but other
      use cases has been requested too.
      
      Patch was tested on following architectures:
      alpha, arm, i386, x86_64, mips, sparc, sparc64, ia64, m68k
      
      Test was simple to do a defconfig build, apply the patch and check
      that nothing got rebuild.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      a0f97e06
  13. 12 10月, 2007 2 次提交
  14. 27 8月, 2007 1 次提交
  15. 01 8月, 2007 1 次提交
  16. 13 7月, 2007 1 次提交
  17. 11 7月, 2007 4 次提交
  18. 05 3月, 2007 1 次提交
  19. 27 2月, 2007 1 次提交
  20. 19 2月, 2007 1 次提交
  21. 10 2月, 2007 1 次提交
  22. 30 11月, 2006 3 次提交
  23. 02 10月, 2006 1 次提交
  24. 20 6月, 2006 1 次提交
  25. 19 4月, 2006 2 次提交
  26. 14 3月, 2006 1 次提交
  27. 11 1月, 2006 1 次提交
    • C
      [PATCH] sanitize building of fs/compat_ioctl.c · e6a6d2ef
      Christoph Hellwig 提交于
      Now that all these entries in the arch ioctl32.c files are gone [1], we can
      build fs/compat_ioctl.c as a normal object and kill tons of cruft.  We need a
      special do_ioctl32_pointer handler for s390 so the compat_ptr call is done.
      This is not needed but harmless on all other architectures.  Also remove some
      superflous includes in fs/compat_ioctl.c
      
      Tested on ppc64.
      
      [1] parisc still had it's PPP handler left, which is not fully correct
          for ppp and besides that ppp uses the generic SIOCPRIV ioctl so it'd
          kick in for all netdevice users.  We can introduce a proper handler
          in one of the next patch series by adding a compat_ioctl method to
          struct net_device but for now let's just kill it - parisc doesn't
          compile in mainline anyway and I don't want this to block this
          patchset.
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      Cc: Matthew Wilcox <willy@debian.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      e6a6d2ef
  28. 30 10月, 2005 2 次提交