summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | kobject: Fix kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-161-0/+5
| * | | | | | | | platform: add new device registration helperDmitry Baryshkov2008-10-161-0/+47
| * | | | | | | | PNP: create device attributes via default device attributesDrew Moseley2008-10-164-39/+11
| * | | | | | | | Driver core: make bus_find_device_by_name() more robustPeter Korsgaard2008-10-161-3/+1
| * | | | | | | | usb: turn dev_warn+WARN_ON combos into dev_WARNArjan van de Ven2008-10-161-16/+8
| * | | | | | | | debug: use dev_WARN() rather than WARN_ON() in device_pm_add()Arjan van de Ven2008-10-161-1/+1
| * | | | | | | | device model: Do a quickcheck for driver binding before doing an expensive checkArjan van de Ven2008-10-161-0/+3
| * | | | | | | | Driver core: Fix cleanup in device_create_vargs().Cornelia Huck2008-10-161-1/+1
| * | | | | | | | Driver core: Clarify device cleanup.Cornelia Huck2008-10-161-5/+18
| * | | | | | | | drivers/firmware/iscsi_ibft.c: make 3 functions staticAdrian Bunk2008-10-161-9/+9
| * | | | | | | | driver core: make struct platform_pm_ops staticAdrian Bunk2008-10-161-1/+1
| * | | | | | | | usb gadget: link fixes for network gadgetDavid Brownell2008-10-165-145/+158
| * | | | | | | | usb gadget: link fixes for cdc composite gadgetDavid Brownell2008-10-163-6/+26
| * | | | | | | | usb gadget: link fixes for storage gadgetDavid Brownell2008-10-162-2/+13
| * | | | | | | | usb gadget: link fixes for printer gadgetDavid Brownell2008-10-162-2/+15
| * | | | | | | | usb gadget: link fixes for MIDI gadgetDavid Brownell2008-10-162-1/+16
| * | | | | | | | usb gadget: link fixes for gadget zeroDavid Brownell2008-10-163-17/+36
| * | | | | | | | usb gadget: link fixes for serial gadgetDavid Brownell2008-10-162-1/+19
| * | | | | | | | device create: ide: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-162-8/+7
| * | | | | | | | device create: video: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-163-11/+7
| * | | | | | | | device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-168-23/+19
| * | | | | | | | device create: scsi: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-165-18/+14
| * | | | | | | | device create: s390: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-164-18/+15
| * | | | | | | | device create: net: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-163-7/+7
| * | | | | | | | device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-1613-38/+30
| * | | | | | | | device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-164-16/+13
| * | | | | | | | device create: ieee1394: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-163-11/+10
| * | | | | | | | device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-1618-49/+43
| * | | | | | | | device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-164-15/+11
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-10-1612-59/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remove CONFIG_KMOD from driversJohannes Berg2008-10-1713-66/+10
| |/ / / / / / / /
* | | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2008-10-169-174/+114
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | md: fix input truncation in safe_delay_store()Dan Williams2008-10-161-5/+3
| * | | | | | | | | md: check for memory allocation failure in faulty personalitySven Wegener2008-10-161-0/+2
| * | | | | | | | | md: build failure due to missing delay.hStephen Rothwell2008-10-153-0/+3
| * | | | | | | | | md: Relax minimum size restrictions on chunk_size.NeilBrown2008-10-133-8/+11
| * | | | | | | | | md: remove space after function name in declaration and call.NeilBrown2008-10-132-28/+28
| * | | | | | | | | md: Remove unnecessary #includes, #defines, and function declarations.NeilBrown2008-10-136-53/+4
| * | | | | | | | | md: Convert remaining 1k representations in linear.c to sectors.Andre Noll2008-10-131-18/+17
| * | | | | | | | | md: linear.c: Make two local variables sector-based.Andre Noll2008-10-131-10/+10
| * | | | | | | | | md: linear: Represent dev_info->size and dev_info->offset in sectors.Andre Noll2008-10-131-25/+29
| * | | | | | | | | md: linear.c: Remove broken debug code.Andre Noll2008-10-131-23/+0
| * | | | | | | | | md: linear.c: Remove pointless initialization of curr_offset.Andre Noll2008-10-131-1/+0
| * | | | | | | | | md: linear.c: Fix typo in comment.Andre Noll2008-10-131-1/+1
| * | | | | | | | | md: Don't try to set an array to 'read-auto' if it is already in that state.NeilBrown2008-10-131-2/+2
| * | | | | | | | | md: Allow metadata_version to be updated for externally managed metadata.NeilBrown2008-10-131-1/+7
| * | | | | | | | | md: Fix rdev_size_store with size == 0Chris Webb2008-10-131-4/+2
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-10-1644-518/+2229
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2008-10-1544-532/+2283
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Input: wm97xx - update email address for Liam GirdwoodLiam Girdwood2008-10-135-15/+10
OpenPOWER on IntegriCloud