aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-09-07
|\
| * Revert "hwrng: n2-drv - remove casts from void*"Herbert Xu2010-08-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-09-07
|\ \
| * | tty: fix tty_line must not be equal to number of allocated tty pointers in tt...Nathael Pajani2010-09-03
| * | vt: Fix console corruption on driver hand-over.Francisco Jerez2010-09-03
* | | intel_agp,i915: Add more sandybridge graphics device idsZhenyu Wang2010-09-07
* | | agp/intel: Fix cache control for SandybridgeZhenyu Wang2010-09-07
* | | agp/intel: use #ifdef idiom for intel-agp.hZhenyu Wang2010-09-07
* | | agp/intel: fix physical address mask bits for sandybridgeZhenyu Wang2010-09-07
* | | agp/intel: Promote warning about failure to setup flush to error.Chris Wilson2010-09-06
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-28
|\ \
| * | Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov2010-08-21
| * | Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov2010-08-20
* | | synclink: add mutex_unlock() on error pathDan Carpenter2010-08-23
* | | rocket: add a mutex_unlock()Dan Carpenter2010-08-23
* | | ip2: return -EFAULT on copy_to_user errorsDan Carpenter2010-08-23
* | | ip2: remove unneeded NULL checkDan Carpenter2010-08-23
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-08-22
|\ \ \
| * | | drm/i915,intel_agp: Add support for Sandybridge D0Zhenyu Wang2010-08-22
| * | | agp/intel: set 40-bit dma mask on SandybridgeZhenyu Wang2010-08-22
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-18
|\ \ \ \
| * | | | tty: fix fu_list abuseNick Piggin2010-08-18
| * | | | fs: cleanup files_lock lockingNick Piggin2010-08-18
| | |/ / | |/| |
* | | | Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-18
|\ \ \ \
| * | | | of: Fix missing includesGrant Likely2010-08-17
| |/ / /
* | | | vt,console,kdb: preserve console_blanked while in kdbJason Wessel2010-08-16
* | | | vt: fix regression warnings from KMS mergeJason Wessel2010-08-16
|/ / /
* | | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-12
|\ \ \
| * | | param: update drivers/char/ipmi/ipmi_watchdog.c to new schemeRusty Russell2010-08-11
| * | | Add param ops struct for hvc_iucv driver.Sachin Sant2010-08-11
* | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-12
|\ \ \ \
| * | | | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-06
| | |_|/ | |/| |
* | | | pc8736x_gpio: depends on X86_32Randy Dunlap2010-08-12
* | | | kfifo: fix kfifo miss use of nozami.cStefani Seibold2010-08-11
* | | | drivers/char/n_gsm.c: add missing spin_unlock_irqrestoreJulia Lawall2010-08-11
* | | | ipmi: print info for spmi and smbios paths like acpi and pciYinghai Lu2010-08-11
* | | | ipmi: fix memleaking for add_smi when duplicating happenYinghai Lu2010-08-11
* | | | drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but ...Justin P. Mattock2010-08-11
| |/ / |/| |
* | | Char: nozomi, set tty->driver_data appropriatelyJiri Slaby2010-08-10
* | | Char: nozomi, fix tty->count countingJiri Slaby2010-08-10
* | | mxser: remove unnesesary NULL checkKulikov Vasiliy2010-08-10
* | | tty_io: remove casts from void*Kulikov Vasiliy2010-08-10
* | | tty: avoid recursive BTM in pty_closeArnd Bergmann2010-08-10
* | | tty: release BTM while sleeping in block_til_readyArnd Bergmann2010-08-10
* | | tty: implement BTM as mutex instead of BKLArnd Bergmann2010-08-10
* | | tty: remove tty_lock_nestedArnd Bergmann2010-08-10
* | | tty: untangle locking of wait_until_sentArnd Bergmann2010-08-10
* | | tty: reorder ldisc lockingArnd Bergmann2010-08-10
* | | tty: introduce wait_event_interruptible_ttyArnd Bergmann2010-08-10
* | | tty: never hold BTM while getting tty_mutexArnd Bergmann2010-08-10