aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06lguest: do not statically allocate root deviceMark McLoughlin1-6/+4
2009-01-06virtio: do not statically allocate root deviceMark McLoughlin1-10/+7
2009-01-06driver core: add root_device_register()Mark McLoughlin2-0/+102
2009-01-06driver core:fix duplicate removing driver link in __device_release_driverMing Lei1-1/+0
2009-01-06Driver core: move the bus notifier call pointsAlan Stern1-11/+14
2009-01-06Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUGCornelia Huck2-8/+8
2009-01-06driver core: move knode_bus into private structureGreg Kroah-Hartman3-14/+31
2009-01-06driver core: move knode_driver into private structureGreg Kroah-Hartman4-9/+22
2009-01-06driver core: move klist_children into private structureGreg Kroah-Hartman3-15/+30
2009-01-06driver core: create a private portion of struct deviceGreg Kroah-Hartman3-0/+23
2009-01-06dynamic_printk: reduce one level of indentationWu Fengguang1-32/+26
2009-01-06kobject: Make Documentation/kobject.txt a little more coherent.Rusty Russell1-2/+2
2009-01-06PCI: Rework default handling of suspend and resumeRafael J. Wysocki1-31/+63
2009-01-06kernel/ksysfs.c:fix dependence on CONFIG_NETMing Lei1-2/+2
2009-01-06kobject: return the result of uevent sending by netlinkMing Lei1-2/+4
2009-01-06uevent: don't pass envp_ext[] as format string in kobject_uevent_env()Tejun Heo1-1/+1
2009-01-06sysfs: clarify SYSFS_DEPRECATED help textKay Sievers1-17/+27
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers9-53/+45
2009-01-06driver core: Remove completion from struct klist_nodeMatthew Wilcox2-5/+40
2009-01-06driver core: Rearrange struct device for better packingMatthew Wilcox1-2/+3
2009-01-06Fix misspellings in pm.h macrosAlan Stern1-6/+6
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki8-151/+119
2009-01-06dm snapshot: extend exception store functionsJonathan Brassow6-37/+55
2009-01-06dm snapshot: split out exception store implementationsAlasdair G Kergon6-737/+833
2009-01-06dm snapshot: rename struct exception_storeJonathan Brassow3-24/+25
2009-01-06dm snapshot: separate out exception store interfaceJonathan Brassow4-120/+134
2009-01-06dm mpath: move trigger_event to system workqueueAlasdair G Kergon1-4/+4
2009-01-06dm: add name and uuid to sysfsMilan Broz4-2/+136
2009-01-06dm table: rework reference countingMikulas Patocka4-20/+33
2009-01-06dm: support barriers on simple devicesAndi Kleen5-10/+33
2009-01-06dm request: extend target interfaceKiyoshi Ueda1-0/+15
2009-01-06dm request: add cachesKiyoshi Ueda1-1/+40
2009-01-06dm ioctl: allow dm_copy_name_and_uuid to return only one fieldMilan Broz1-2/+4
2009-01-06dm log: ensure log bitmap fits on log deviceMilan Broz1-0/+8
2009-01-06dm log: move region_size validationMilan Broz2-14/+14
2009-01-06dm log: avoid reinitialising io_req on every operationTakahiro Yasui1-10/+7
2009-01-06dm: consolidate target deregistration error handlingMikulas Patocka10-50/+20
2009-01-06dm raid1: fix error countJonathan Brassow1-3/+3
2009-01-06dm log: fix dm_io_client leak on error pathsTakahiro Yasui1-0/+5
2009-01-06dm snapshot: change yield to msleepMikulas Patocka1-3/+4
2009-01-06dm table: drop reference at unbindMikulas Patocka1-1/+1
2009-01-05igb: fix anoying type mismatch warning on rx/tx queue sizingLinus Torvalds1-2/+2
2009-01-05mm lockless pagecache barrier fixNick Piggin1-1/+1
2009-01-05i2o: Update my addressAlan Cox4-4/+4
2009-01-05qlge: Fix sparse warnings for tx ring indexes.Ron Mercer1-10/+10
2009-01-05qlge: Fix sparse warning regarding rx buffer queues.Ron Mercer2-51/+15
2009-01-05qlge: Fix sparse endian warning in ql_hw_csum_setup().Ron Mercer1-1/+1
2009-01-05qlge: Fix sparse endian warning for inbound packet control block flags.Ron Mercer2-12/+10
2009-01-05qlge: Fix sparse warnings for byte swapping in qlge_ethool.cRon Mercer1-4/+4
2009-01-05myri10ge: print MAC and serial number on probe failureBrice Goglin1-1/+5