aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-13Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers"Greg Kroah-Hartman1-17/+0
2014-01-13Revert "pci: use device_remove_file_self() instead of device_schedule_callback()"Greg Kroah-Hartman1-6/+18
2014-01-13Revert "scsi: use device_remove_file_self() instead of device_schedule_callback()"Greg Kroah-Hartman1-2/+13
2014-01-13Revert "s390: use device_remove_file_self() instead of device_schedule_callback()"Greg Kroah-Hartman2-23/+17
2014-01-13Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()"Greg Kroah-Hartman1-0/+33
2014-01-10drivers/base: provide an infrastructure for componentised subsystemsRussell King2-1/+383
2014-01-10sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo1-33/+0
2014-01-10s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2-17/+23
2014-01-10scsi: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo1-13/+2
2014-01-10pci: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo1-18/+6
2014-01-10kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo1-0/+17
2014-01-08firmware_class: Fix the file size checkBen Hutchings1-3/+3
2014-01-08driver-core: Fix use-after-free triggered by bus_unregister()Bart Van Assche1-2/+11
2014-01-08firmware loader: Add sparse annotationBart Van Assche1-0/+1
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman409-2147/+4092
2013-12-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+5
2013-12-22Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds1-1/+0
2013-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds9-45/+51
2013-12-20pstore: Don't allow high traffic options on fragile devicesLuck, Tony2-0/+2
2013-12-20Merge tag 'dmaengine-fixes-3.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds9-109/+79
2013-12-20Merge tag 'renesas-fixes-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixesKevin Hilman1-3/+5
2013-12-20Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-32/+43
2013-12-19qla2xxx: Fix scsi_host leak on qlt_lport_register callback failureNicholas Bellinger1-0/+1
2013-12-19target: Remove extra percpu_ref_initAndy Grover1-7/+1
2013-12-19devtmpfs: Calling delete_path() only when necessaryAxel Lin1-1/+1
2013-12-19target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger3-5/+13
2013-12-19iser-target: Move INIT_WORK setup into isert_create_device_ib_resNicholas Bellinger1-2/+4
2013-12-19iscsi-target: Fix incorrect np->np_thread NULL assignmentNicholas Bellinger2-6/+1
2013-12-18Driver core: Fix device_add_attrs() error code pathRafael J. Wysocki1-1/+3
2013-12-18Merge tag 'usb-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds14-47/+56
2013-12-18Merge tag 'tty-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-6/+27
2013-12-18Merge tag 'staging-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds9-44/+85
2013-12-18net_dma: mark brokenDan Williams1-0/+1
2013-12-18dma: pl330: ensure DMA descriptors are zero-initialisedWill Deacon1-4/+1
2013-12-17imx-drm: imx-drm-core: improve safety of imx_drm_add_crtc()Russell King1-0/+9
2013-12-17imx-drm: imx-drm-core: make imx_drm_crtc_register() saferRussell King1-2/+3
2013-12-17imx-drm: imx-drm-core: use defined constant for number of CRTCs.Russell King1-2/+2
2013-12-17imx-drm: imx-tve: don't call sleeping functions beneath enable_lock spinlockRussell King1-9/+0
2013-12-17imx-drm: ipu-v3: fix potential CRTC device registration raceRussell King1-16/+16
2013-12-17imx-drm: imx-drm-core: fix DRM cleanup pathsRussell King1-6/+14
2013-12-17imx-drm: imx-drm-core: fix error cleanup path for imx_drm_add_crtc()Russell King1-0/+1
2013-12-17Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds26-58/+170
2013-12-17tty: xuartps: Properly guard sysrq specific codeSoren Brinkmann1-0/+2
2013-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-73/+81
2013-12-17Merge branch 'fixes-for-3.13' of git://gitorious.org/linux-can/linux-canDavid S. Miller2-1/+5
2013-12-17qlcnic: Dump mailbox registers when mailbox command times out.Manish chopra1-0/+15
2013-12-17qlcnic: Fix mailbox processing during diagnostic testManish chopra1-26/+6
2013-12-17qlcnic: Allow firmware dump collection when auto firmware recovery is disabledManish Chopra2-19/+35
2013-12-17qlcnic: Fix memory allocationManish Chopra1-4/+4
2013-12-17qlcnic: Fix TSS/RSS validation for 83xx/84xx series adapter.Himanshu Madhani1-10/+1