udf: remove unneeded kernel_timestamp type
[safe/jmp/linux-2.6] / drivers / char /
2008-02-29 David HowellsFix hpet_(un)register_irq_handler() for emulation
2008-02-23 Jesse Barnesi915: fix AR register restore.
2008-02-20 Linus TorvaldsMerge branch 'agp-patches' of git://git./linux/kernel...
2008-02-20 Dave Airlieagp: fix missing casts that produced a warning.
2008-02-20 Chaoyu Chenagp: add support for 662/671 to agp driver
2008-02-20 Chaoyu Chendrm/sis: add pciid for SiS 662/671 chipset
2008-02-20 Mirkodrm: add new rv380 pciid
2008-02-20 Dave Airliedrm: add support for passing state into the suspend...
2008-02-19 Jesse Barnesdrm/i915: Fix hibernate save/restore of VGA attribute...
2008-02-19 Keith Packarddrm/i915 more registers for S3 (DSPCLK_GATE_D, CACHE_MO...
2008-02-19 Jesse Barnesdrm/i915: restore pipeconf regs unconditionally
2008-02-19 Jesse Barnesdrm/i915: save/restore interrupt state
2008-02-19 Nick Piggindrm: convert drm from nopage to fault.
2008-02-19 Zhenyu Wangi915: wrap chipset types requiring hw status set ioctl
2008-02-19 Maciej Cencoradrm/radeon: add initial rs690 support to drm.
2008-02-19 Arjan van dev Venfix historic ioremap() abuse in AGP
2008-02-19 Stuart Bennettagp/sis: Suspend support for SiS AGP
2008-02-19 Stuart Bennettagp/sis: Clear bit 2 from aperture size byte as well
2008-02-14 Adrian Bunk[POWERPC] hvc_rtas_init() must be __init
2008-02-14 Paul Mundtpcmcia: ipwireless depends on NETDEVICES
2008-02-14 Harvey HarrisonFinal removal of FASTCALL()/fastcall
2008-02-09 Carlos Corbachosonypi - Move sonypi.txt to Documentation/laptops
2008-02-08 Jiri SlabyChar: applicom, use pci_match_id
2008-02-08 Jiri SlabyChar: applicom, use pci_resource_start
2008-02-08 Alan Coxtty_ioctl: drag screaming into compliance with the...
2008-02-08 Alan Coxtty_io: drag screaming into coding style compliance
2008-02-08 Alan Coxtty_audit: fix checkpatch complaint
2008-02-08 Alan Coxrocket: don't let random users reset the controller
2008-02-08 Alan Coxrocket: first pass at termios reporting
2008-02-08 Alan Coxn_tty: clean up old code to follow coding style and...
2008-02-08 Alan Coxmoxa: first pass at termios reporting
2008-02-08 David Sterbaipwireless: driver for PC Card 3G/UMTS modem
2008-02-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-02-07 Jesse Barnesi915: Fix GR register array size off-by-one bug
2008-02-07 Linus TorvaldsMerge branch 'drm-patches' of git://git./linux/kernel...
2008-02-07 Linus TorvaldsMerge branch 'for-2.6.25' of git://git./linux/kernel...
2008-02-07 Jiri SlabyChar: mxser, add support for CP-114UL
2008-02-07 Jiri SlabyChar: mxser, remove it
2008-02-07 Jiri SlabyChar: mxser, ioctl cleanup
2008-02-07 Jiri SlabyChar: mxser, simplify mxser_get_serial_info
2008-02-07 Jiri SlabyChar: mxser, reorder mxser_cardinfo fields
2008-02-07 Jiri SlabyChar: mxser, 0 to NULL in pointer
2008-02-07 Jiri SlabyChar: mxser, remove special baudrate processing
2008-02-07 Alan Coxmxser/mxser_new: first pass over termios reporting...
2008-02-07 Jiri SlabyChar: riscom8, remove wakeup and hangup bottomhalves
2008-02-07 Jiri SlabyChar: serial167, remove bottomhalf
2008-02-07 Jiri SlabyChar: stallion, remove bottomhalf
2008-02-07 Jiri SlabyChar: specialix, remove bottomhalves
2008-02-07 Jiri SlabyChar: istallion, remove hangup bottomhalf
2008-02-07 Jiri SlabyChar: esp, remove hangup and wakeup bottomhalves
2008-02-07 Jiri SlabyChar: riscom8, change rc_init_drivers prototype
2008-02-07 Jiri SlabyChar: stallion, fix compiler warnings
2008-02-07 Jiri SlabyChar: mxser_new, ioaddresses are ulong
2008-02-07 Jiri SlabyChar: char/serial, remove SERIAL_TYPE_NORMAL redefines
2008-02-07 Jiri SlabyChar: rocket, remove useless macros
2008-02-07 Jiri SlabyChar: rocket, printk cleanup
2008-02-07 Jiri SlabyChar: rocket, switch long delay to sleep
2008-02-07 Frank Sorensoni8k: Inspiron E1705 fix
2008-02-07 Bradley SmithI8K: allow i8k driver to be built on x86_64 systems
2008-02-07 Matthias KaehlckeMBCS: convert dmareadlock to mutex
2008-02-07 Matthias KaehlckeMBCS: convert dmawritelock to mutex
2008-02-07 Matthias KaehlckeMBCS: convert algolock to mutex
2008-02-07 Dave Airliedrm: add initial r500 drm support
2008-02-07 Roland Scheideggerradeon: setup the ring buffer fetcher to be less agressive.
2008-02-07 Dave Airliedrm: fixup some of the ioctl function exit paths
2008-02-07 Dave Airliedrm: the drm really should call pci_set_master..
2008-02-07 Zhenyu Wangi915: Add chipset id for Intel Integrated Graphics...
2008-02-07 Márton Némethdrm: cleanup DRM_DEBUG() parameters
2008-02-07 Carlos Martíndrm/i915: add support for E7221 chipset
2008-02-07 Li Zefandrm: don't cast a pointer to pointer of list_head
2008-02-07 Jesper Juhlmga_dma: return 'err' not just zero from mga_do_cleanup...
2008-02-07 Dave Airliedrm: add _DRM_DRIVER flag, and re-order unload.
2008-02-07 Dave Airliedrm: enable udev node creation
2008-02-07 Eric Anholtdrm: Make DRM_IOCTL_GET_CLIENT return EINVAL when it...
2008-02-07 Dave Airliedrm: move drm_mem_init to proper place in startup sequence
2008-02-07 Dave Airliedrm: call driver load function after initialising AGP
2008-02-07 Ian Romanickdrm: Fix ioc32 compat layer
2008-02-07 Eric Anholtdrm: fd.o bug #11895: Only add the AGP base to map...
2008-02-07 Jesse Barnesi915: add suspend/resume support
2008-02-07 Jesse Barnesdrm: update DRM sysfs support
2008-02-07 Eric Anholtdrm: Initialize the AGP structure's base address at...
2008-02-07 Dave Airliedrm: move two function extern into the correct block
2008-02-07 Dave Airliedrm: run cleanfile across drm tree
2008-02-07 Dave Airliedrm: some minor cleanups and changes to make memory...
2008-02-07 Josh BoyerMerge branch 'virtex-for-2.6.25' of git://git.secretlab...
2008-02-06 Cyrill Gorcunovip27-rtc: convert ioctl to unlocked_ioctl
2008-02-06 Randy Dunlaptpm: infineon section mismatch
2008-02-06 Joe PetersonFix IXANY and restart after signal (e.g. ctrl-C) in...
2008-02-06 Nick Warneik8: add Dell UK 6400 Inspiron model (MM061)
2008-02-06 Daniel WalkerAmiga serial driver: port_write_mutex fixup
2008-02-06 Denis Chengdrivers/char/ipmi/ipmi_msghandler.c: use LIST_HEAD...
2008-02-06 Joe Petersontty: enable the echoing of ^C in the N_TTY discipline
2008-02-06 Denis Chengdrivers/char: use LIST_HEAD instead of LIST_HEAD_INIT
2008-02-06 Daniel Walkerunix98 allocated_ptys_lock semaphore to mutex
2008-02-06 Daniel Walkerdrivers/char/tty_io.c: remove pty_sem
2008-02-06 Thomas Bogendoerferchar: use SGI_HAS_DS1286 for SGI_DS1286 depends
2008-02-06 Matt Mackalldrivers/char/random.c:write_pool() cond_resched() needed
2008-02-06 Paul Fulghumsynclink_gt fix missed serial input signal changes
2008-02-06 Robert P. J. Daysynclink: standardize format of linux header file inclu...
2008-02-06 Dave Jonesvia-rng: enable secondary noise source on CPUs where...
next