aboutsummaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)Author
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2013-04-11driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman
2013-04-08driver core: add uid and gid to devtmpfsKay Sievers
2013-03-17Merge tag 'v3.9-rc3' into nextDmitry Torokhov
2013-03-13device: separate all subsys mutexesMichal Hocko
2013-03-12driver/base: implement subsys_virtual_register()Tejun Heo
2013-02-25devres: allow adding custom actions to the stackDmitry Torokhov
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław
2013-01-23drivers/pinctrl: grab default handles from device coreLinus Walleij
2013-01-22lib: devres: Introduce devm_ioremap_resource()Thierry Reding
2012-12-14Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-11-21ACPI / driver core: Introduce struct acpi_dev_node and related macrosRafael J. Wysocki
2012-11-15driver core / ACPI: Move ACPI support to core device and driver typesMika Westerberg
2012-10-26drivers/base: Add a DEVICE_BOOL_ATTR macroBorislav Petkov
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-09-26device.h: Add missing inline to #ifndef CONFIG_PRINTK dev_vprintk_emitJoe Perches
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches
2012-09-17dev: Add dev_vprintk_emit and dev_printk_emitJoe Perches
2012-09-17dev_dbg/dynamic_debug: Update to use printk_emit, optimize stackJoe Perches
2012-09-10driver-core: Shut up dev_dbg_reatelimited() without DEBUGHiroshi Doyu
2012-09-04PM: Do not use the syscore flag for runtime PMRafael J. Wysocki
2012-08-16driver core: devres: introduce devres_for_each_resMing Lei
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-07-23Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai...Joerg Roedel
2012-07-18Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds
2012-07-16driver-core: Move kobj_to_dev from genhd.h to device.hLars-Peter Clausen
2012-06-25driver core: Add iommu_group tracking to struct deviceAlex Williamson
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds
2012-05-21drivers: add Contiguous Memory AllocatorMarek Szyprowski
2012-05-14sysfs: get rid of some lockdep false positivesAlan Stern
2012-05-14driver core: Add dev_*_ratelimited() familyHiroshi DOYU
2012-05-04devres: Add devres_release()Mark Brown
2012-05-04driver-core: fix DEVICE_INT_ATTR to use correct show/store functionsMichael Davidson
2012-04-19Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman
2012-04-18driver core: check start node in klist_iter_init_nodeHannes Reinecke
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-03-09driver-core: Allow additional parameters for module_driverLars-Peter Clausen
2012-03-09driver-core: remove legacy iSeries hackStephen Rothwell
2012-03-08driver core: move the deferred probe pointer into the private areaGreg Kroah-Hartman
2012-03-08drivercore: Add driver probe deferral mechanismGrant Likely
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman
2012-01-24Eliminate get_driver() and put_driver()Alan Stern
2012-01-24dynamic_debug: make dynamic-debug supersede DEBUG ccflagJim Cromie
2012-01-23kernel-doc: fix new warnings in device.hRandy Dunlap
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2012-01-04driver core: remove __must_check from device_create_fileGreg Kroah-Hartman