summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2009-01-20driver core: Convert '/' to '!' in dev_set_name()Roland Dreier-0/+6
2009-01-09Revert "driver core: create a private portion of struct device"Greg Kroah-Hartman-20/+0
2009-01-09Revert "driver core: move klist_children into private structure"Greg Kroah-Hartman-30/+13
2009-01-09Revert "driver core: move knode_driver into private structure"Greg Kroah-Hartman-22/+8
2009-01-09Revert "driver core: move knode_bus into private structure"Greg Kroah-Hartman-31/+13
2009-01-07topology: Fix sparc64 build.David Miller-0/+1
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds-163/+323
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade-6/+116
2009-01-06driver core: add root_device_register()Mark McLoughlin-0/+91
2009-01-06driver core:fix duplicate removing driver link in __device_release_driverMing Lei-1/+0
2009-01-06Driver core: move the bus notifier call pointsAlan Stern-11/+14
2009-01-06driver core: move knode_bus into private structureGreg Kroah-Hartman-13/+31
2009-01-06driver core: move knode_driver into private structureGreg Kroah-Hartman-8/+22
2009-01-06driver core: move klist_children into private structureGreg Kroah-Hartman-13/+30
2009-01-06driver core: create a private portion of struct deviceGreg Kroah-Hartman-0/+20
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-53/+45
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki-64/+70
2009-01-06trivial: Fix misspelled firmware in KconfigNick Andrew-1/+1
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+44
2009-01-03cpumask: fix compile error when CONFIG_NR_CPUS is not definedMike Travis-1/+1
2009-01-03select IOMMU_API when DMAR and/or AMD_IOMMU is selectedJoerg Roedel-0/+1
2009-01-03add frontend implementation for the IOMMU APIJoerg Roedel-0/+100
2008-12-19cpumask: add sysfs displays for configured and disabled cpu mapsMike Travis-0/+44
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell-5/+5
2008-10-29sysfs: Fix return values for sysdev_store_{ulong,int}Andi Kleen-2/+4
2008-10-29driver core: drivers/base/sys.c: update commentsQinghuang Feng-2/+2
2008-10-20memory_probe: fix wrong sysfs file attributeShaohua Li-1/+3
2008-10-20vmscan: unevictable LRU scan sysctlLee Schermerhorn-0/+5
2008-10-20vmstat: mlocked pages statisticsNick Piggin-1/+3
2008-10-20Unevictable LRU Page StatisticsLee Schermerhorn-0/+6
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel-23/+33
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds-11/+127
2008-10-16resource: add resource_type() and IORESOURCE_TYPE_BITSMagnus Damm-14/+17
2008-10-16firmware: use dev_printk when possibleBjorn Helgaas-14/+10
2008-10-16Fix typo in the FIRMWARE_IN_KERNEL helpAlberto Bertogli-1/+1
2008-10-16vsprintf: use new vsprintf symbolic function pointer formatBjorn Helgaas-5/+2
2008-10-16Driver core: add bus_sort_breadthfirst() functionGreg Kroah-Hartman-0/+50
2008-10-16kobject: Fix kobject_rename and !CONFIG_SYSFSEric W. Biederman-0/+5
2008-10-16platform: add new device registration helperDmitry Baryshkov-0/+47
2008-10-16Driver core: make bus_find_device_by_name() more robustPeter Korsgaard-3/+1
2008-10-16debug: use dev_WARN() rather than WARN_ON() in device_pm_add()Arjan van de Ven-1/+1
2008-10-16device model: Do a quickcheck for driver binding before doing an expensive checkArjan van de Ven-0/+3
2008-10-16Driver core: Fix cleanup in device_create_vargs().Cornelia Huck-1/+1
2008-10-16Driver core: Clarify device cleanup.Cornelia Huck-5/+18
2008-10-16driver core: make struct platform_pm_ops staticAdrian Bunk-1/+1
2008-10-09driver-core: use klist for class device list and implement iteratorTejun Heo-37/+107
2008-08-21PM: Remove WARN_ON from device_pm_addRafael J. Wysocki-4/+2
2008-08-21driver core: add init_name to struct deviceGreg Kroah-Hartman-7/+13
2008-08-21PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is...Alan Stern-15/+16