aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22agp/intel: Restore valid PTE bit for Sandybridge after bdd3072Chris Wilson1-3/+3
2010-10-21drivers/char/agp/parisc-agp.c: eliminate memory leakJulia Lawall1-0/+4
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds6-178/+62
2010-10-21Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-12/+25
2010-10-21Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+5
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-12/+10
2010-10-21pcmcia: synclink_cs: fix information leak to userlandVasiliy Kulikov1-0/+2
2010-10-21virtio: console: Disable lseek(2) for port file operationsAmit Shah1-0/+3
2010-10-21virtio: console: Send SIGIO in case of port unplugAmit Shah1-0/+3
2010-10-21virtio: console: Send SIGIO on new data arrival on portsAmit Shah1-0/+3
2010-10-21virtio: console: Send SIGIO to processes that request it for host eventsAmit Shah1-0/+25
2010-10-21virtio: console: Reference counting portdev structs is not neededAmit Shah1-0/+8
2010-10-21virtio: console: Add reference counting for port structAmit Shah1-16/+64
2010-10-21virtio: console: Use cdev_alloc() instead of cdev_init()Amit Shah1-7/+13
2010-10-21virtio: console: Add a find_port_by_devt() functionAmit Shah1-1/+36
2010-10-21virtio: console: Add a list of portdevs that are activeAmit Shah1-0/+15
2010-10-21virtio: console: open: Use a common path for error handlingAmit Shah1-3/+9
2010-10-21virtio: console: remove_port() should return voidAmit Shah1-2/+1
2010-10-21virtio: console: Make write() return -ENODEV on hot-unplugAmit Shah1-0/+3
2010-10-21virtio: console: Make read() return -ENODEV on hot-unplugAmit Shah1-0/+3
2010-10-21virtio: console: Unblock poll on port hot-unplugAmit Shah1-0/+4
2010-10-21virtio: console: Un-block reads on chardev closeAmit Shah1-0/+4
2010-10-21virtio: console: Check if portdev is valid in send_control_msg()Amit Shah1-1/+4
2010-10-21virtio: console: Remove control vq data only if using multiport supportAmit Shah1-6/+9
2010-10-21virtio: console: Reset vdev before removing deviceAmit Shah1-0/+3
2010-10-21tpm: change 'tpm_suspend_pcr' to be module parameterDmitry Torokhov1-12/+10
2010-10-20virtio: console: Don't block entire guest if host doesn't read dataAmit Shah1-3/+14
2010-10-19tlclk: remove big kernel lockArnd Bergmann1-3/+3
2010-10-19fix rawctl compat ioctls breakage on amd64 and itanicAl Viro1-103/+140
2010-10-19agp/intel: Also add B43.1 to list of supported devicesChris Wilson1-0/+1
2010-10-19agp/amd-k7: Allow binding user memory to the AGP GART.Francisco Jerez1-2/+4
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock9-12/+10
2010-10-15llseek: automatically add .llseek fopArnd Bergmann37-5/+47
2010-10-14char: hvc: check for error caseVasiliy Kulikov1-2/+3
2010-10-13Merge branch 'amd-iommu/2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into core/iommuIngo Molnar10-56/+113
2010-10-06Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie7-1092/+799
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann24-131/+147
2010-09-29Input: sysrq - add locking to sysrq_filter()Dmitry Torokhov1-3/+12
2010-09-29pcmcia: avoid messages on module (un)loadingDominik Brodowski4-20/+0
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski4-10/+4
2010-09-29pcmcia: remove the "Finally, report what we've done" messageDominik Brodowski1-7/+0
2010-09-29pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski4-62/+17
2010-09-29pcmcia: introduce autoconfiguration featureDominik Brodowski4-4/+0
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski6-18/+8
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski2-4/+4
2010-09-29pcmcia: simplify IntTypeDominik Brodowski4-9/+0
2010-09-29pcmcia: do not use win_req_t when calling pcmcia_request_window()Dominik Brodowski2-54/+37
2010-09-24some clean up to intel-gtt.cJan Beulich1-2/+1
2010-09-22ipmi: fix hardcoded ipmi device exit path warningYinghai Lu1-1/+6
2010-09-22ipmi: fix acpi probe printYinghai Lu1-5/+5