summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2-4/+4
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds11-105/+59
2010-08-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller32-273/+836
2010-08-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+8
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds5-12/+9
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds86-2742/+1120
2010-08-06Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds25-85/+433
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds811-33784/+106305
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds15-237/+168
2010-08-06pci: fix type warnings in intr_remapping.cLinus Torvalds1-4/+4
2010-08-06iwlwifi: fix locking assertionsJohannes Berg4-6/+6
2010-08-06iwlwifi: fix TX tracerJohannes Berg1-1/+1
2010-08-06Merge branch 'x86-hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-0/+464
2010-08-06Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2010-08-06Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2010-08-06Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-158/+2611
2010-08-06SCSI: remove fake "address-of" expressionAlan Stern2-2/+2
2010-08-06Fix init ordering of /dev/console vs callers of modprobeDavid Howells2-3/+3
2010-08-06Merge branch 'master' into for-linusChris Metcalf1919-90470/+136517
2010-08-05Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds192-4937/+6770
2010-08-05Merge branch 'kms-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds7-2/+301
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds74-343/+1780
2010-08-05drivers/video/via/via-gpio.c: fix warningAndrew Morton1-1/+1
2010-08-05viafb: Depends on X86Ben Hutchings1-1/+1
2010-08-05fbdev: section cleanup in viafb driverHenrik Kretzschmar1-3/+3
2010-08-05Merge branches 'cxgb3', 'cxgb4', 'ehca', 'ipath', 'misc', 'nes', 'qib' and 's...Roland Dreier44-491/+572
2010-08-05IB/qib: Add missing <linux/slab.h> includeDavid Miller1-0/+1
2010-08-05IB/ehca: Drop unnecessary NULL testJulia Lawall1-5/+0
2010-08-05RDMA/nes: Fix confusing if statement indentationRoland Dreier1-3/+3
2010-08-05Staging: wlan-ng: Update prism2_set_tx_power() to use mBmChristoph Fritz1-4/+4
2010-08-05Staging: Merge staging-next into Linus's treeGreg Kroah-Hartman811-33784/+106305
2010-08-05driver core: device_rename's new_name can be constJohannes Berg1-1/+1
2010-08-05regulator: Remove owner field from attribute initialization in regulator core...Guenter Roeck1-1/+0
2010-08-05leds: Remove owner field from attribute initialization in bd2802 driverGuenter Roeck1-3/+1
2010-08-05scsi: Remove owner field from attribute initialization in ARCMSR driverGuenter Roeck1-3/+0
2010-08-05scsi: Remove owner field from attribute initialization in LPFC driverGuenter Roeck1-1/+0
2010-08-05Driver core: Add BUS_NOTIFY_BIND_DRIVERMagnus Damm1-0/+4
2010-08-05driver core: fix memory leak on one error path in bus_register()Jike Song1-1/+1
2010-08-05dcdbas: remove a redundant smi_data_buf_free in dcdbas_exitAxel Lin1-3/+2
2010-08-05dmi-id: fix a memory leak in dmi_id_init error pathAxel Lin1-1/+3
2010-08-05Driver core: move platform device creation helpers to .init.text (if MODULE=n)Uwe Kleine-König1-1/+1
2010-08-05Driver core: reduce duplicated code for platform_device creationUwe Kleine-König1-78/+26
2010-08-05Driver core: use kmemdup in platform_device_add_resourcesUwe Kleine-König1-3/+3
2010-08-05firmware loader: embed device into firmware_priv structureDmitry Torokhov1-133/+122
2010-08-05firmware loader: use statically initialized data attributeDmitry Torokhov1-6/+3
2010-08-05Driver core: internal struct dma_coherent_mem, change type of a member.Marin Mitov1-1/+1
2010-08-05uio: Remove IRQF_DISABLED flag from uio_cif.cHans J. Koch1-1/+1
2010-08-05uio: Remove IRQF_DISABLED from uio_sercos3.cHans J. Koch1-1/+1
2010-08-05uio: Remove IRQF_DISABLED flag from uio_pdrv_genirq.cHans J. Koch1-1/+0