aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-2226-142/+160
|\
| * drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-0524-131/+147
| * ipmi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-152-11/+11
* | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-223-140/+207
|\ \
| * | tlclk: remove big kernel lockArnd Bergmann2010-10-191-3/+3
| * | fix rawctl compat ioctls breakage on amd64 and itanicAl Viro2010-10-191-103/+140
| * | hpet: kill BKL, add compat_ioctlArnd Bergmann2010-09-151-34/+64
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-10-216-178/+62
|\ \
| * | pcmcia: synclink_cs: fix information leak to userlandVasiliy Kulikov2010-10-211-0/+2
| * | pcmcia: avoid messages on module (un)loadingDominik Brodowski2010-09-294-20/+0
| * | pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-294-10/+4
| * | pcmcia: remove the "Finally, report what we've done" messageDominik Brodowski2010-09-291-7/+0
| * | pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski2010-09-294-62/+17
| * | pcmcia: introduce autoconfiguration featureDominik Brodowski2010-09-294-4/+0
| * | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2010-09-296-18/+8
| * | pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski2010-09-292-4/+4
| * | pcmcia: simplify IntTypeDominik Brodowski2010-09-294-9/+0
| * | pcmcia: do not use win_req_t when calling pcmcia_request_window()Dominik Brodowski2010-09-292-54/+37
* | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-212-12/+25
|\ \ \
| * | | x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NBAndreas Herrmann2010-09-202-2/+2
| * | | x86, k8-gart: Decouple handling of garts and northbridgesAndreas Herrmann2010-09-171-10/+23
| | |/ | |/|
* | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-212-3/+5
|\ \ \
| * \ \ Merge branch 'amd-iommu/2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-10-1310-56/+113
| |\ \ \ | | | |/ | | |/|
| * | | AGP: Warn when GATT memory cannot be set to UCBorislav Petkov2010-09-051-1/+3
| * | | x86, GART: Disable GART table walk probesBorislav Petkov2010-09-051-1/+1
| * | | x86, GART: Remove superfluous AMD64_GARTENBorislav Petkov2010-09-051-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2010-10-211-12/+10
|\ \ \ \
| * | | | tpm: change 'tpm_suspend_pcr' to be module parameterDmitry Torokhov2010-10-211-12/+10
* | | | | virtio: console: Disable lseek(2) for port file operationsAmit Shah2010-10-211-0/+3
* | | | | virtio: console: Send SIGIO in case of port unplugAmit Shah2010-10-211-0/+3
* | | | | virtio: console: Send SIGIO on new data arrival on portsAmit Shah2010-10-211-0/+3
* | | | | virtio: console: Send SIGIO to processes that request it for host eventsAmit Shah2010-10-211-0/+25
* | | | | virtio: console: Reference counting portdev structs is not neededAmit Shah2010-10-211-0/+8
* | | | | virtio: console: Add reference counting for port structAmit Shah2010-10-211-16/+64
* | | | | virtio: console: Use cdev_alloc() instead of cdev_init()Amit Shah2010-10-211-7/+13
* | | | | virtio: console: Add a find_port_by_devt() functionAmit Shah2010-10-211-1/+36
* | | | | virtio: console: Add a list of portdevs that are activeAmit Shah2010-10-211-0/+15
* | | | | virtio: console: open: Use a common path for error handlingAmit Shah2010-10-211-3/+9
* | | | | virtio: console: remove_port() should return voidAmit Shah2010-10-211-2/+1
* | | | | virtio: console: Make write() return -ENODEV on hot-unplugAmit Shah2010-10-211-0/+3
* | | | | virtio: console: Make read() return -ENODEV on hot-unplugAmit Shah2010-10-211-0/+3
* | | | | virtio: console: Unblock poll on port hot-unplugAmit Shah2010-10-211-0/+4
* | | | | virtio: console: Un-block reads on chardev closeAmit Shah2010-10-211-0/+4
* | | | | virtio: console: Check if portdev is valid in send_control_msg()Amit Shah2010-10-211-1/+4
* | | | | virtio: console: Remove control vq data only if using multiport supportAmit Shah2010-10-211-6/+9
* | | | | virtio: console: Reset vdev before removing deviceAmit Shah2010-10-211-0/+3
|/ / / /
* | | | virtio: console: Don't block entire guest if host doesn't read dataAmit Shah2010-10-201-3/+14
| |/ / |/| |
* | | ipmi: fix hardcoded ipmi device exit path warningYinghai Lu2010-09-221-1/+6
* | | ipmi: fix acpi probe printYinghai Lu2010-09-221-5/+5
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-09-221-1/+2
|\ \ \