1. 04 10月, 2006 11 次提交
    • M
      more misc typo fixes · 44c09201
      Matt LaPlante 提交于
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      44c09201
    • M
      Fix several typos in drivers/ · 09509603
      Matt LaPlante 提交于
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      09509603
    • M
      fix drivers/acpi/Kconfig typos · c73a668c
      Matt LaPlante 提交于
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      c73a668c
    • M
      fix an arch/alpha/Kconfig typo · fc31e838
      Matt LaPlante 提交于
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      fc31e838
    • M
      Typos in fs/Kconfig · cc2e2767
      Matt LaPlante 提交于
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      cc2e2767
    • M
      Attack of "the the"s in arch · 4b3f686d
      Matt LaPlante 提交于
      The patch below corrects multiple occurances of "the the"
      typos across several files, both in source comments and KConfig files.
      There is no actual code changed, only text.  Note this only affects the /arch
      directory, and I believe I could find many more elsewhere. :)
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      4b3f686d
    • A
      remove mentionings of devfs in documentation · bf6ee0ae
      Adrian Bunk 提交于
      Now that devfs is removed, there's no longer any need to document how to
      do this or that with devfs.
      
      This patch includes some improvements by Joe Perches.
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      bf6ee0ae
    • A
      input: remove obsolete contact information · 0a8fe0d7
      Adrian Bunk 提交于
      This patch removes some obsolete contact information from
      Documentation/input/input.txt
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      0a8fe0d7
    • 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 29 次提交