1. Oct 04, 2006
    • Matt LaPlante's avatar
      Typos in fs/Kconfig · cc2e2767
      Matt LaPlante authored
      
      
      Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
      cc2e2767
    • Matt LaPlante's avatar
      Attack of "the the"s in arch · 4b3f686d
      Matt LaPlante authored
      
      
      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: default avatarAdrian Bunk <bunk@stusta.de>
      4b3f686d
    • Adrian Bunk's avatar
      remove mentionings of devfs in documentation · bf6ee0ae
      Adrian Bunk authored
      
      
      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: default avatarAdrian Bunk <bunk@stusta.de>
      bf6ee0ae
    • Adrian Bunk's avatar
      input: remove obsolete contact information · 0a8fe0d7
      Adrian Bunk authored
      
      
      This patch removes some obsolete contact information from
      Documentation/input/input.txt
      
      Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
      0a8fe0d7
    • Linus Torvalds's avatar
      x86: Fix booting with "no387 nofxsr" · 8ccb3dcd
      Linus Torvalds authored
      
      
      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: default avatarRandy Dunlap <rdunlap@xenotime.net>
      Cc: Jesper Juhl <jesper.juhl@gmail.com>
      Cc: Andi Kleen <ak@suse.de>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      8ccb3dcd
    • Linus Torvalds's avatar
      Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm · 63c422af
      Linus Torvalds authored
      * '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
    • Linus Torvalds's avatar
      Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial · 6f3a28f7
      Linus Torvalds authored
      * '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. Oct 03, 2006