aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT.Rusty Russell2011-05-301-5/+0
* drivers/char/ppdev.c: put gotten port valueJulia Lawall2011-05-261-0/+1
* drivers/char/mspec.c: use {k,v}zalloc to allocate memoryRakib Mullick2011-05-261-3/+2
* ipmi: convert to seq_file interfaceAlexey Dobriyan2011-05-262-85/+141
* i8k: Integrate with the hwmon subsystemJean Delvare2011-05-251-0/+162
* i8k: Avoid lahf in 64-bit codeLuca Tettamanti2011-05-251-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2011-05-243-3/+3
|\
| * pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-063-3/+3
* | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-05-244-1/+22
|\ \
| * | agp/uninorth: Fix lockups with radeon KMS and >1x.Michel Dänzer2011-05-221-1/+1
| * | agp/intel: add Ivy Bridge supportJesse Barnes2011-05-133-0/+21
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-5/+0
|\ \
| * | apm-emulation: apm_mutex breaks ACK; remove itPaul Parsons2011-05-231-5/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-05-202-1/+10
|\ \
| * | hwrng: amd - enable AMD hw rnd driver for Maple PPC boardsDmitry Eremin-Solenikov2011-05-041-1/+1
| * | hwrng: amd - manage resource allocationDmitry Eremin-Solenikov2011-05-041-0/+9
* | | Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt2011-05-204-28/+56
|\ \ \
| * \ \ Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-193-23/+55
| |\ \ \
| | * | | RAW driver: Remove call to kobject_put().Robert P. J. Day2011-05-061-1/+0
| | * | | Allow setting of number of raw devices as a module parameterJan Kara2011-05-062-7/+28
| | * | | kmsg: properly support writev to avoid interleaved printk lines fixAndrew Morton2011-04-191-3/+4
| | * | | printk: /dev/kmsg - properly support writev() to avoid interleaved printk() l...Kay Sievers2011-04-191-15/+26
| * | | | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-191-5/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner2011-05-14139-93321/+913
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | ia64: convert to clocksource_register_hz/khzJohn Stultz2011-02-211-5/+1
* | | | | | Merge branch 'merge' into nextBenjamin Herrenschmidt2011-05-195-24/+34
|\| | | | |
| * | | | | 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/+0
| |\ \ \ \
| | * | | | virtio: console: Enable call to hvc_remove() on console port removeAmit Shah2011-04-211-11/+0
| | | |/ / | | |/| |
| * | | | agp: fix arbitrary kernel memory writesVasiliy Kulikov2011-04-211-3/+8
| * | | | agp: fix OOM and buffer overflowVasiliy Kulikov2011-04-211-1/+7
| |/ / /
* / / / powerpc/pseries/bsr: Remove redundant initialization of bsr dev_t declaration.Robert P. J. Day2011-05-041-1/+1
|/ / /
* | | 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-231-4/+1
* | drivers/char: add MSM smd_pkt driverNiranjana Vishwanathapura2011-03-233-0/+475
* | drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatchSergey Senozhatsky2011-03-231-1/+1
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-202-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-171-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-164-141/+83
|\ \ \ \ \ \ \
| * | | | | | | dt: xilinx_hwicap: merge platform and of_platform driver bindingsGrant Likely2011-02-281-82/+47
| * | | | | | | ipmi: convert OF driver to platform driverRob Herring2011-02-281-47/+23
| * | | | | | | 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/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-16108-93082/+9
|\ \ \ \ \ \ \
| * | | | | | | tty: move cd1865.h to drivers/staging/tty/Arnd Bergmann2011-03-071-263/+0
| * | | | | | | Staging: tty: fix build with epca.c driverGreg Kroah-Hartman2011-03-073-278/+0