1. 04 10月, 2006 4 次提交
    • W
      [WATCHDOG] iTCO_wdt (Intel TCO Timer) driver · 9e0ea345
      Wim Van Sebroeck 提交于
      Hardware driver for the intel TCO timer based watchdog devices.
      These drivers are included in the Intel 82801 I/O Controller
      Hub family (from ICH0 up to ICH7) and in the Intel 6300ESB
      controller hub.
      
      This driver will replace the i8xx_tco.c driver.
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      9e0ea345
    • L
      x86: Fix booting with "no387 nofxsr" · 8ccb3dcd
      Linus Torvalds 提交于
      Jesper Juhl reported that testing the software math-emulation by forcing
      "no387" doesn't work on modern CPU's.
      
      The reason was two-fold:
       - you also need to pass in "nofxsr" to make sure that we not only don't
         touch the old i387 legacy hardware, it also needs to disable the
         modern XMM/FXSR sequences
       - "nofxsr" didn't actually clear the capability bits immediately,
         leaving the early boot sequence still using FXSR until we got to
         the identify_cpu() stage.
      
      This fixes the "nofxsr" flag to take effect immediately on the boot CPU.
      
      Debugging by Randy Dunlap
      Acked-by: NRandy Dunlap <rdunlap@xenotime.net>
      Cc: Jesper Juhl <jesper.juhl@gmail.com>
      Cc: Andi Kleen <ak@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      8ccb3dcd
    • L
      Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm · 63c422af
      Linus Torvalds 提交于
      * 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] 3848/1: pxafb: Add option of fixing video modes and spitz QVGA mode support
        [ARM] 3880/1: remove the last trace of iop31x support
        [ARM] 3879/1: ep93xx: instantiate platform devices for ep93xx ethernet
        [ARM] 3809/3: get rid of 4 megabyte kernel image size limit
        [ARM] Fix XIP_KERNEL build error in arch/arm/mm/mmu.c
        [ARM] 3874/1: Remove leftover usage of asm/timeofday.h
      63c422af
    • L
      Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial · 6f3a28f7
      Linus Torvalds 提交于
      * 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial: (21 commits)
        [SERIAL] add PNP IDs for FPI based touchscreens
        [SERIAL] Magic SysRq SAK does nothing on serial consoles
        [SERIAL] tickle NMI watchdog on serial output.
        [SERIAL] Fix oops when removing suspended serial port
        [SERIAL] Fix resume handling bug
        [SERIAL] Remove wrong asm/serial.h inclusions
        [SERIAL] CONFIG_PM=n slim: drivers/serial/8250_pci.c
        [SERIAL] OMAP1510 serial fix for 115200 baud
        [SERIAL] returning proper error from serial core driver
        [SERIAL] Make uart_line_info() correctly tell MMIO from I/O port
        [SERIAL] suspend/resume handlers don't have level arg anymore
        [SERIAL] 8250 resourse management fixes
        [SERIAL] serial_cs: Add quirk for brainboxes 2-port RS232 card
        [SERIAL] serial_cs: handle Nokia multi->single port bodge via config quirk
        [SERIAL] serial_cs: add configuration quirk
        [SERIAL] serial_cs: Convert Oxford 950 / Possio GCC wakeup quirk
        [SERIAL] serial_cs: convert IBM post-init handling to a quirk
        [SERIAL] serial_cs: allow wildcarded quirks
        [SERIAL] serial_cs: convert multi-port table to quirk table
        [SERIAL] serial_cs: Use clean up multiport card detection
        ...
      6f3a28f7
  2. 03 10月, 2006 36 次提交