summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-05-226-384/+475
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | drivers/char: Eliminate use after freeJulia Lawall2010-05-191-4/+4
| * | | | | | | | | | virtio: console: Accept console size along with resize control messageAmit Shah2010-05-191-1/+12
| * | | | | | | | | | virtio: console: Store each console's size in the console structureAmit Shah2010-05-191-12/+31
| * | | | | | | | | | virtio: console: Resize console port 0 on config intr only if multiport is offAmit Shah2010-05-191-7/+10
| * | | | | | | | | | virtio: console: Add support for nonblocking write()sAmit Shah2010-05-191-8/+111
| * | | | | | | | | | virtio: console: Rename wait_is_over() to will_read_block()Amit Shah2010-05-191-3/+3
| * | | | | | | | | | virtio: console: Don't always create a port 0 if using multiportAmit Shah2010-05-191-17/+15
| * | | | | | | | | | virtio: console: Use a control message to add portsAmit Shah2010-05-191-44/+33
| * | | | | | | | | | virtio: console: Move code around for future patchesAmit Shah2010-05-191-133/+133
| * | | | | | | | | | virtio: console: Remove config work handlerAmit Shah2010-05-191-63/+1
| * | | | | | | | | | virtio: console: Don't call hvc_remove() on unplugging console portsAmit Shah2010-05-191-0/+11
| * | | | | | | | | | virtio: console: Return -EPIPE to hvc_console if we lost the connectionAmit Shah2010-05-191-2/+6
| * | | | | | | | | | virtio: console: Let host know of port or device add failuresAmit Shah2010-05-191-0/+5
| * | | | | | | | | | virtio: console: Add a __send_control_msg() that can send messages without a ...Amit Shah2010-05-191-5/+11
| * | | | | | | | | | virtio: Revert "virtio: disable multiport console support."Amit Shah2010-05-191-41/+8
| * | | | | | | | | | virtio: add_buf_gfpMichael S. Tsirkin2010-05-191-9/+11
| * | | | | | | | | | virtio-rng: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-191-3/+3
| * | | | | | | | | | virtio_ring: remove a level of indirectionMichael S. Tsirkin2010-05-191-20/+16
| * | | | | | | | | | virtio_net: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-191-23/+23
| * | | | | | | | | | virtio_blk: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-191-3/+3
| * | | | | | | | | | virtio_console: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-191-16/+16
| * | | | | | | | | | virtio_balloon: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-191-9/+8
| * | | | | | | | | | virtio_blk: remove multichar constant.Rusty Russell2010-05-191-1/+1
| * | | | | | | | | | Add virtio disk identification ioctljohn cooper2010-05-191-0/+10
| * | | | | | | | | | Add virtio disk identification supportjohn cooper2010-05-191-0/+30
* | | | | | | | | | | Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...Linus Torvalds2010-05-221-1/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | hisax_fcpcipnp: fix broken isapnp device table.Rusty Russell2010-05-191-1/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2010-05-229-278/+1606
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Move N014, N051 and CR620 dmi information to load scm dmi tableLee, Chun-Yi2010-05-201-15/+15
| * | | | | | | | | | | drivers/platform/x86/eeepc-wmi.c: fix build warningDaniel Mack2010-05-201-1/+1
| * | | | | | | | | | | X86 platfrom wmi: Add debug facility to dump WMI data in a readable wayThomas Renninger2010-05-201-0/+35
| * | | | | | | | | | | X86 platform wmi: Also log GUID string when an event happens and debug is setThomas Renninger2010-05-201-0/+6
| * | | | | | | | | | | X86 platform wmi: Introduce debug param to log all WMI eventsThomas Renninger2010-05-201-8/+50
| * | | | | | | | | | | Clean up all objects used by scm model when driver initial fail or exitLee, Chun-Yi2010-05-201-3/+10
| * | | | | | | | | | | msi-laptop: fix up some coding style issues found by checkpatchGreg Kroah-Hartman2010-05-201-13/+24
| * | | | | | | | | | | msi-laptop: Add i8042 filter to sync sw state with BIOS when function key pre...Lee, Chun-Yi2010-05-201-1/+58
| * | | | | | | | | | | msi-laptop: Set rfkill init state when msi-laptop intiialLee, Chun-Yi2010-05-201-0/+24
| * | | | | | | | | | | msi-laptop: Add MSI CR620 notebook dmi information to scm models tableLee, Chun-Yi2010-05-201-0/+10
| * | | | | | | | | | | msi-laptop: Add N014 N051 dmi information to scm models tableLee, Chun-Yi2010-05-201-0/+22
| * | | | | | | | | | | drivers/platform/x86: Use kmemdupJulia Lawall2010-05-201-3/+1
| * | | | | | | | | | | drivers/platform/x86: Use kzallocJulia Lawall2010-05-201-4/+2
| * | | | | | | | | | | Merge branch 'for-upstream/platform-x86_tpacpi' of git://repo.or.cz/linux-2.6...Matthew Garrett2010-05-201-224/+376
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | thinkpad-acpi: document backlight level writeback at driver initHenrique de Moraes Holschuh2010-05-171-0/+4
| | * | | | | | | | | | | thinkpad-acpi: clean up ACPI handles handlingHenrique de Moraes Holschuh2010-05-171-9/+8
| | * | | | | | | | | | | thinkpad-acpi: don't depend on led_path for led firmware type (v2)Henrique de Moraes Holschuh2010-05-171-19/+28
| | * | | | | | | | | | | thinkpad-acpi: explain errors from acpi_install_notify_handlerHenrique de Moraes Holschuh2010-05-171-2/+2
| | * | | | | | | | | | | thinkpad-acpi: acpi_evalf fixesHenrique de Moraes Holschuh2010-05-171-4/+5
| | * | | | | | | | | | | thinkpad-acpi: detect EC node using its HID (v2)Henrique de Moraes Holschuh2010-05-171-12/+41
| | * | | | | | | | | | | thinkpad-acpi: disclose usertask for ALSA callbacksHenrique de Moraes Holschuh2010-05-171-0/+5