summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-201-5/+1Star
|\
| * Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner2011-05-14139-93321/+913Star
| |\
| * | ia64: convert to clocksource_register_hz/khzJohn Stultz2011-02-211-5/+1Star
* | | drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-183-9/+19
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2011-04-211-11/+0Star
|\ \
| * | virtio: console: Enable call to hvc_remove() on console port removeAmit Shah2011-04-211-11/+0Star
* | | agp: fix arbitrary kernel memory writesVasiliy Kulikov2011-04-211-3/+8
* | | agp: fix OOM and buffer overflowVasiliy Kulikov2011-04-211-1/+7
|/ /
* | Fix common misspellingsLucas De Marchi2011-03-3114-18/+18
* | char/tpm: Fix unitialized usage of data bufferPeter Huewe2011-03-291-1/+1
* | drivers/char/mem.c: clean up the codeChangli Gao2011-03-241-4/+1Star
* | drivers/char: add MSM smd_pkt driverNiranjana Vishwanathapura2011-03-243-0/+475
* | drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatchSergey Senozhatsky2011-03-241-1/+1
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-212-3/+3
|\ \
| * | char: change to new flag variablematt mooney2011-03-172-3/+3
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds2011-03-181-1/+1
|\ \ \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. \ \ \ Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King2011-03-1714-118/+1957
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | | * | | | ARM: amba: make probe() functions take const id tablesRussell King2011-02-231-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-174-141/+83Star
|\ \ \ \ \ \ \
| * | | | | | | dt: xilinx_hwicap: merge platform and of_platform driver bindingsGrant Likely2011-02-281-82/+47Star
| * | | | | | | ipmi: convert OF driver to platform driverRob Herring2011-02-281-47/+23Star
| * | | | | | | dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-7/+9
| * | | | | | | dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4Star
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-16108-93082/+9Star
|\ \ \ \ \ \ \
| * | | | | | | tty: move cd1865.h to drivers/staging/tty/Arnd Bergmann2011-03-071-263/+0Star
| * | | | | | | Staging: tty: fix build with epca.c driverGreg Kroah-Hartman2011-03-073-278/+0Star
| * | | | | | | pcmcia: synclink_cs: fix prototype for mgslpc_ioctl()Axel Lin2011-03-011-2/+1Star
| * | | | | | | tty: forgot to remove ipwireless from drivers/char/pcmcia/MakefileGreg Kroah-Hartman2011-02-251-2/+0Star
| * | | | | | | Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman2011-02-246-41/+1870
| |\| | | | | |
| * | | | | | | tty: move obsolete and broken generic_serial drivers to drivers/staging/gener...Greg Kroah-Hartman2011-02-2351-20308/+0Star
| * | | | | | | tty: move obsolete and broken tty drivers to drivers/staging/tty/Greg Kroah-Hartman2011-02-2327-28968/+0Star
| * | | | | | | tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/Greg Kroah-Hartman2011-02-2310-3632/+0Star
| * | | | | | | tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman2011-02-2317-39363/+0Star
| * | | | | | | tty: move Kconfig entries into drivers/tty from drivers/charGreg Kroah-Hartman2011-02-231-252/+2Star
| * | | | | | | tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-1722-40/+36Star
| * | | | | | | tiocmset: kill the file pointer argumentAlan Cox2011-02-1720-39/+38Star
| * | | | | | | tiocmget: kill off the passing of the struct fileAlan Cox2011-02-1720-27/+27
| * | | | | | | hvc: add Blackfin JTAG console supportMike Frysinger2011-02-171-0/+9
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-03-165-11/+237
|\ \ \ \ \ \ \
| * | | | | | | random: update interface comments to reflect realityJarod Wilson2011-02-211-3/+10
| * | | | | | | hwrng: omap - Convert release_resource to release_region/release_mem_regionJulia Lawall2011-02-161-8/+6Star
| * | | | | | | hwrng: pixocell - add support for picoxcell TRNGJamie Iles2011-01-233-0/+221
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-161-11/+19
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | posix-timers: Cleanup namespaceThomas Gleixner2011-02-021-1/+1
| * | | | | | posix-timers: Remove useless res field from k_clockThomas Gleixner2011-02-021-3/+2Star
| * | | | | | posix-timers: Convert clock_getres() to clockid_to_kclock()Thomas Gleixner2011-02-021-0/+10
| * | | | | | posix-timers: Convert clock_nanosleep to clockid_to_kclock()Thomas Gleixner2011-02-021-1/+0Star
| * | | | | | posix-timers: Cleanup struct initializersThomas Gleixner2011-02-021-7/+7
| * | | | | | time: Correct the *settime* parametersRichard Cochran2011-02-021-1/+1
| | |/ / / / | |/| | | |
* | | | | | ipmi: Fix IPMI errors due to timing problemsDoe, YiCheng2011-03-101-0/+8
| |_|_|_|/ |/| | | |