nfsd4: don't sleep in lease-break callback
[safe/jmp/linux-2.6] / drivers / char /
2010-03-08 Hendrik Brueckner[S390] hvc_iucv: allocate memory buffers for IUCV in...
2010-03-08 Linus TorvaldsMerge git://git./linux/kernel/git/amit/virtio-console
2010-03-04 Linus TorvaldsMerge branch 'drm-linus' of git://git./linux/kernel...
2010-03-04 Amit Shahvirtio: console: Use better variable names for fill_que...
2010-03-04 Amit Shahvirtio: console: Fix type of 'len' as unsigned int
2010-03-03 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2010-03-03 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/tty-2.6
2010-03-02 Alan CoxUSB: tty: Add a function to insert a string of characte...
2010-03-02 Ari Entlichtty: Add a new VT mode which is like VT_PROCESS but...
2010-03-02 Alan Coxtty: Keep the default buffering to sub-page units
2010-03-02 Alan Coxtty: Fix up char drivers request_room usage
2010-03-02 Alan Coxtty: Fix the ldisc hangup race
2010-03-02 Alan Coxnozomi: Tidy up the PCI table
2010-03-02 Alan Coxnozomi: Fix mutex handling
2010-03-02 Alan Coxnozomi: Add tty_port usage
2010-03-02 Jiri SlabyChar: synclink, remove unnecessary checks
2010-03-02 Ben Hutchingstty: declare MODULE_FIRMWARE in various drivers
2010-03-02 Rakib Mullickip2: Add module parameter.
2010-03-02 Rakib Mullickip2: remove #ifdef MODULE from ip2main.c
2010-03-02 Rakib Mullicktty: moxa: remove #ifdef MODULE completely.
2010-03-02 Roel Kluinhvc_console: fix test on unsigned in hvc_console_print()
2010-03-02 Joe Perchesserial: isicom.c: use pr_fmt and pr_<level>
2010-03-02 Jiri Slabytty: char: mxser, remove unnecessary tty test
2010-03-02 Bartlomiej Zolnier... serial: cyclades: allow overriding ISA defaults also...
2010-03-02 Jiri Slabyserial: Char: cyclades, fix compiler warning
2010-03-02 Paul Fulghumserial: synclink_gt: dropped transmit data bugfix
2010-03-02 Linus TorvaldsMerge branch 'omap-for-linus' of git://git./linux/kerne...
2010-03-01 Tony LindgrenMerge ... mainline to remove plat-omap/Kconfig conflict
2010-03-01 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-01 Linus TorvaldsMerge branches 'futexes-for-linus', 'irq-core-for-linus...
2010-02-28 Linus TorvaldsMerge branch 'x86-cpu-for-linus' of git://git./linux...
2010-02-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-02-28 Linus TorvaldsMerge git://git./linux/kernel/git/brodo/pcmcia-2.6
2010-02-27 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2010-02-27 Peter Huewem68k: vme_scc - __init annotations
2010-02-27 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2010-02-26 Zhenyu Wangdrm/i915: Add dependency on the intel agp module
2010-02-26 Eric Anholtagp/intel: Add a new Sandybridge HB/IG PCI ID combo.
2010-02-26 Zhenyu Wangdrm/i915, agp/intel: Fix stolen memory size on Sandybridge
2010-02-26 Eric Anholtagp/intel: Use a non-reserved value for the cache field...
2010-02-26 Eric Anholtagp/intel: Add support for Sandybridge.
2010-02-26 Benjamin HerrenschmidtMerge commit 'origin/master' into next
2010-02-25 Linus TorvaldsMerge branch 'next-devicetree' of git://git.secretlab...
2010-02-24 Amit Shahvirtio: console: Fill ports' entire in_vq with buffers
2010-02-24 Amit Shahvirtio: console: Error out if we can't allocate buffers...
2010-02-24 Amit Shahvirtio: console: Add ability to remove module
2010-02-24 Amit Shahvirtio: console: Ensure no memleaks in case of unused...
2010-02-24 Amit Shahvirtio: console: show error message if hvc_alloc fails...
2010-02-24 Amit Shahvirtio: console: Add debugfs files for each port to...
2010-02-24 Amit Shahvirtio: console: Add ability to hot-unplug ports
2010-02-24 Amit Shahvirtio: console: Handle port hot-plug
2010-02-24 Amit Shahvirtio: console: Remove cached data on port close
2010-02-24 Amit Shahvirtio: console: Register with sysfs and create a ...
2010-02-24 Amit Shahvirtio: console: Ensure only one process can have a...
2010-02-24 Amit Shahvirtio: console: Add file operations to ports for open...
2010-02-24 Amit Shahvirtio: console: Associate each port with a char device
2010-02-24 Amit Shahvirtio: console: Prepare for writing to userspace buffers
2010-02-24 Amit Shahvirtio: console: Add a new MULTIPORT feature, support...
2010-02-24 Amit Shahvirtio: console: Introduce a send_buf function for...
2010-02-24 Amit Shahvirtio: console: Introduce function to hand off data...
2010-02-24 Amit Shahvirtio: console: Separate out find_vqs operation into...
2010-02-24 Amit Shahvirtio: console: Separate out console init into a new...
2010-02-24 Amit Shahvirtio: console: Separate out console-specific data...
2010-02-24 Amit Shahvirtio: console: ensure console size is updated on...
2010-02-24 Amit Shahvirtio: console: struct ports for multiple ports per...
2010-02-24 Rusty Russellvirtio: console: remove global var
2010-02-24 Amit Shahvirtio: console: don't assume a single console port.
2010-02-24 Rusty Russellvirtio: console: use vdev->priv to avoid accessing...
2010-02-24 Amit Shahvirtio: console: introduce a get_inbuf helper to fetch...
2010-02-24 Amit Shahvirtio: console: ensure add_inbuf can work for multiple...
2010-02-24 Amit Shahvirtio: console: encapsulate buffer information in...
2010-02-24 Rusty Russellvirtio: console: port encapsulation
2010-02-24 Amit Shahvirtio: console: We support only one device at a time
2010-02-24 Rusty Russellhvc_console: make the ops pointer const.
2010-02-24 Rusty Russellvirtio: console: statically initialize virtio_cons
2010-02-24 Rusty Russellvirtio: console: comment cleanup
2010-02-22 Zhenyu Wangagp/intel: official names for Pineview and Ironlake
2010-02-21 H. Peter AnvinMerge branch 'x86/urgent' into x86/irq
2010-02-17 Tony LindgrenMerge branch 'omap-fixes-for-linus' into omap-for-linus
2010-02-17 H Hartley Sweetencm4000_cs.c: Remove unnecessary cast
2010-02-16 Benjamin HerrenschmidtMerge commit 'origin/master' into next
2010-02-15 Tony Lindgrenomap2: Convert ARCH_OMAP24XX to ARCH_OMAP2
2010-02-11 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-02-11 Marcel Selhorsttpm_infineon: fix suspend/resume handler for pnp_driver
2010-02-09 Grant Likelyof: add 'of_' prefix to machine_is_compatible()
2010-02-07 Linus TorvaldsFix race in tty_fasync() properly
2010-02-04 Dmitry TorokhovInput: add match() method to input hanlders
2010-02-04 FUJITA Tomonorix86/agp: Fix amd64-agp module initialization regression
2010-02-03 Amit Shahhvc_console: Remove __devinit annotation from hvc_alloc
2010-02-03 Rusty Russellhvc_console: Make the ops pointer const.
2010-02-03 Wu Fengguangdevmem: fix kmem write bug on memory holes
2010-02-03 KAMEZAWA Hiroyukidevmem: check vmalloc address on kmem read/write
2010-02-02 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2010-02-01 Herbert Xurandom: Remove unused inode variable
2010-02-01 Matt Mackallrandom: drop weird m_time/a_time manipulation
2010-01-31 FUJITA Tomonorix86/agp: Fix agp_amd64_init regression
2010-01-30 Dmitry TorokhovInput: Mac button emulation - implement as an input...
2010-01-27 Dimitri Sivanichx86, UV: Fix RTC latency bug by reading replicated...
2010-01-23 Borislav Petkovintel-agp: Switch to wbinvd_on_all_cpus
2010-01-20 Greg Kroah-Hartmantty: fix race in tty_fasync
next