1. 12 4月, 2007 12 次提交
  2. 16 3月, 2007 5 次提交
  3. 15 3月, 2007 1 次提交
  4. 10 3月, 2007 1 次提交
  5. 08 3月, 2007 2 次提交
  6. 07 3月, 2007 2 次提交
  7. 01 3月, 2007 3 次提交
  8. 18 2月, 2007 10 次提交
  9. 17 2月, 2007 4 次提交
    • L
      Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32 · 8a03d9a4
      Linus Torvalds 提交于
      * 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32:
        [AVR32] Use per-controller spi_board_info structures
        [AVR32] Warn, don't BUG if clk_disable is called too many times
        [AVR32] Make sure all genclocks have a parent
        [AVR32] Remove unnecessary sys_nfsservctl conditional
        [AVR32] Wire up the SysV IPC calls properly
        [AVR32] Define ioremap_nocache, ioport_map and ioport_unmap
        [AVR32] Fix prototypes for __raw_writesb and friends
      8a03d9a4
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart · f8abea8f
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart:
        [AGPGART] allow drm populated agp memory types cleanups
        [AGPGART] intel-agp: Use ARRAY_SIZE macro when appropriate
        [AGPGART] Add agp-type-to-mask-type method missing from some drivers.
        [AGPGART] Don't try to remap i810 registers on resume.
        [AGPGART] Allow drm-populated agp memory types
        [AGPGART] compat ioctl
      f8abea8f
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq · ef294986
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq:
        [CPUFREQ] Longhaul - Redo Longhaul ver. 2
        [CPUFREQ] EPS - Correct 2nd brand test
        [CPUFREQ] Longhaul - Separate frequency and voltage transition
        [CPUFREQ] Longhaul - Models of Nehemiah
        [CPUFREQ] Whitespace fixup
        [CPUFREQ] Longhaul - Simplier minmult
        [CPUFREQ] CPU_FREQ_TABLE shouldn't be a def_tristate
        [CPUFREQ] ondemand governor use new cpufreq rwsem locking in work callback
        [CPUFREQ] ondemand governor restructure the work callback
        [CPUFREQ] Rewrite lock in cpufreq to eliminate cpufreq/hotplug related issues
        [CPUFREQ] Remove hotplug cpu crap
        [CPUFREQ] Enhanced PowerSaver driver
        [CPUFREQ] Longhaul - Add VT8235 support
        [CPUFREQ] Longhaul - Fix guess_fsb function
        [CPUFREQ] Longhaul - Remove duplicate tables
        [CPUFREQ] Longhaul - Introduce Nehemiah C
        [CPUFREQ] fix cpuinfo_cur_freq for CPU_HW_PSTATE
        [CPUFREQ] Longhaul - Remove "ignore_latency" option
      ef294986
    • B
      [PATCH] s3c2410fb: fix un-initialised dev field · 0187f221
      Ben Dooks 提交于
      The current driver is not setting the dev field in the private data
      structure, which can lead to an OOPS if the driver tries to report an
      error.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      Cc: James Simmons <jsimmons@infradead.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      0187f221