1. 17 Jul, 2007 7 commits
    • Linus Torvalds's avatar
      Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc · 489de302
      Linus Torvalds authored
      * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (209 commits)
        [POWERPC] Create add_rtc() function to enable the RTC CMOS driver
        [POWERPC] Add H_ILLAN_ATTRIBUTES hcall number
        [POWERPC] xilinxfb: Parameterize xilinxfb platform device registration
        [POWERPC] Oprofile support for Power 5++
        [POWERPC] Enable arbitary speed tty ioctls and split input/output speed
        [POWERPC] Make drivers/char/hvc_console.c:khvcd() static
        [POWERPC] Remove dead code for preventing pread() and pwrite() calls
        [POWERPC] Remove unnecessary #undef printk from prom.c
        [POWERPC] Fix typo in Ebony default DTS
        [POWERPC] Check for NULL ppc_md.init_IRQ() before calling
        [POWERPC] Remove extra return statement
        [POWERPC] pasemi: Don't auto-select CONFIG_EMBEDDED
        [POWERPC] pasemi: Rename platform
        [POWERPC] arch/powerpc/kernel/sysfs.c: Move NUMA exports
        [POWERPC] Add __read_mostly support for powerpc
        [POWERPC] Modify sched_clock() to make CONFIG_PRINTK_TIME more sane
        [POWERPC] Create a dummy zImage if no valid platform has been selected
        [POWERPC] PS3: Bootwrapper support.
        [POWERPC] powermac i2c: Use mutex
        [POWERPC] Schedule removal of arch/ppc
        ...
      
      Fixed up conflicts manually in:
      
      	Documentation/feature-removal-schedule.txt
      	arch/powerpc/kernel/pci_32.c
      	arch/powerpc/kernel/pci_64.c
      	include/asm-powerpc/pci.h
      
      and asked the powerpc people to double-check the result..
      489de302
    • Linus Torvalds's avatar
      Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 · 1f1c2881
      Linus Torvalds authored
      * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6: (37 commits)
        forcedeth bug fix: realtek phy
        forcedeth bug fix: vitesse phy
        forcedeth bug fix: cicada phy
        atl1: reorder atl1_main functions
        atl1: fix excessively indented code
        atl1: cleanup atl1_main
        atl1: header file cleanup
        atl1: remove irq_sem
        cdc-subset to support new vendor/product ID
        8139cp: implement the missing dev->tx_timeout
        myri10ge: Remove nonsensical limit in the tx done routine
        gianfar: kill unused header
        EP93XX_ETH must select MII
        macb: Add multicast capability
        macb: Use generic PHY layer
        s390: add barriers to qeth driver
        s390: scatter-gather for inbound traffic in qeth driver
        eHEA: Introducing support vor DLPAR memory add
        Fix a potential NULL pointer dereference in free_shared_mem() in drivers/net/s2io.c
        [PATCH] softmac: Fix ESSID problem
        ...
      1f1c2881
    • Linus Torvalds's avatar
      Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 · 7608a864
      Linus Torvalds authored
      * 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:
        [SERIAL] SUNHV: Fix jerky console on LDOM guests.
        [SPARC64]: Fix race between MD update and dr-cpu add.
        [SPARC64]: SMP build fix.
      7608a864
    • David Miller's avatar
      [HRTIMER] Fix cpu pointer arg to clockevents_notify() · 7713a7d1
      David Miller authored
      All of the clockevent notifiers expect a pointer to
      an "unsigned int" cpu argument, but hrtimer_cpu_notify()
      passes in a pointer to a long.
      
      [ Discussed with and ok by Thomas Gleixner ]
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      7713a7d1
    • David S. Miller's avatar
      [SERIAL] SUNHV: Fix jerky console on LDOM guests. · f798634d
      David S. Miller authored
      Mixing putchar() and write() hvcalls does not work %100
      correctly.  But we should be using write() all the time
      if we can, even from ->start_tx(), anyways.
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      f798634d
    • David S. Miller's avatar
      [SPARC64]: Fix race between MD update and dr-cpu add. · 778feeb4
      David S. Miller authored
      We need to make sure the MD update occurs before we try to
      process dr-cpu configure requests.  MD update and dr-cpu
      were being processed by seperate threads so that did not
      happen occaisionally.
      
      Fix this by executing all domain services data packets from
      a single thread, in order.
      
      This will help simplify some other things as well.
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      778feeb4
    • Fabio Massimo Di Nitto's avatar
      [SPARC64]: SMP build fix. · 3ac66e33
      Fabio Massimo Di Nitto authored
      The UP build fix had some unintended consequences.
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      3ac66e33
  2. 16 Jul, 2007 33 commits