summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-253-3/+3
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-07-111-2/+23
| |\
| * | Update my e-mail addressMichael Büsch2011-07-071-1/+1
| * | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-102-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-07-246-5/+176
|\ \ \
| * | | hwrng: ppc4xx - add support for ppc4xx TRNGJosh Boyer2011-06-303-0/+169
| * | | hwrng: timeriomem - use resource_sizeH Hartley Sweeten2011-06-301-2/+1
| * | | hwrng: nomadik - add missing clk_putJulia Lawall2011-06-301-1/+2
| * | | hwrng: omap - add missing clk_putJulia Lawall2011-06-301-2/+4
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-223-2/+17
|\ \ \
| * | | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-2/+7
| * | | drivers: fix up various ->llseek() implementationsJosef Bacik2011-07-203-0/+10
* | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-221-1/+1
|\ \ \ \
| * | | | ia64: Replace clocksource.fsys_mmio with generic arch dataAndy Lutomirski2011-07-141-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-07-221-1/+1
|\ \ \ \
| * | | | PM: Improve error code of pm_notifier_call_chain()Akinobu Mita2011-07-151-1/+1
| | |/ / | |/| |
* / | | ipv6: make fragment identifications less predictableEric Dumazet2011-07-211-0/+15
|/ / /
* | / agp/intel: Fix typo in G4x_GMCH_SIZE_VT_2MChris Wilson2011-07-131-3/+4
| |/ |/|
* | drivers/char/hpet.c: fix periodic-emulation for delayed interruptsNils Carlson2011-06-151-2/+23
|/
* 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
| |/ / /