summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* sysdev: Add utility functions for simple int/ulong variable sysdev attributesAndi Kleen2008-07-211-0/+49
* sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-215-20/+38
* driver core: Suppress sysfs warnings for device_rename().Cornelia Huck2008-07-211-4/+5
* always enable FW_LOADER unless EMBEDDED=yAdrian Bunk2008-07-211-1/+2
* sysdev: fix debugging statements in registration code.Ben Dooks2008-07-211-3/+8
* driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman2008-07-211-1/+1
* class: change internal semaphore to a mutexDave Young2008-07-213-17/+19
* class: add lockdep infrastructureMatthew Wilcox2008-07-211-5/+6
* class: fix docbook comments for class_private structureGreg Kroah-Hartman2008-07-211-2/+1
* class: rename "sem" to "class_sem" in internal class structureGreg Kroah-Hartman2008-07-213-17/+17
* class: rename "subsys" to "class_subsys" in internal class structureGreg Kroah-Hartman2008-07-213-28/+33
* class: rename "interfaces" to "class_interfaces" in internal class structureGreg Kroah-Hartman2008-07-213-8/+8
* class: rename "devices" to "class_devices" in internal class structureGreg Kroah-Hartman2008-07-213-8/+8
* class: move driver core specific parts to a private structureGreg Kroah-Hartman2008-07-213-66/+105
* Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman2008-07-212-10/+14
* Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman2008-07-211-8/+13
* device create: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-07-211-7/+4
* driver core: remove device_create()Greg Kroah-Hartman2008-07-211-34/+0
* sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams2008-07-212-1/+86
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-165-166/+814
|\
| * PCI ACPI: Rework PCI handling of wake-upRafael J. Wysocki2008-07-071-3/+0
| * Suspend-related patches for 2.6.27Rafael J. Wysocki2008-06-121-2/+0
| * Implement new suspend and hibernation callbacks for platform bussesRafael J. Wysocki2008-06-101-8/+288
| * Introduce new top level suspend and hibernation callbacksRafael J. Wysocki2008-06-103-154/+527
* | Merge branch 'core/topology' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-07-151-26/+6
|\ \
| * | cputopology: always define CPU topology information, clean upBen Hutchings2008-06-131-4/+2
| * | cpu topology: always define CPU topology informationBen Hutchings2008-06-131-28/+10
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2008-07-142-3/+96
|\ \
| * | firmware: Add CONFIG_FIRMWARE_IN_KERNEL option.David Woodhouse2008-07-101-0/+25
| * | firmware: Add CONFIG_EXTRA_FIRMWARE optionDavid Woodhouse2008-07-101-0/+39
| * | firmware: allow firmware files to be built into kernel imageDavid Woodhouse2008-07-101-2/+31
| * | firmware: make fw->data constDavid Woodhouse2008-07-101-1/+1
* | | Merge branch 'x86/numa' into x86/develIngo Molnar2008-07-081-2/+23
|\ \ \
| * | | x86: cleanup early per cpu variables/accesses v4Mike Travis2008-07-081-2/+23
| |/ /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-083-14/+101
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | | | | * | x86: move tracedata to RODATAJan Beulich2008-05-251-1/+1
| | | |_|/ / | | |/| | |
| * | | | | mm: switch node meminfo Active & Inactive pages to KbytesJohn Blackwood2008-07-041-2/+2
| | |_|/ / | |/| | |
| * | | | dev_set_name: fix missing kernel-docRandy Dunlap2008-06-111-0/+1
| | |_|/ | |/| |
| * | | driver-core: prepare for 2.6.27 api change by adding dev_set_nameStephen Rothwell2008-05-291-0/+15
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-201-5/+3
| |\ \
| | * | sysfs: remove error messages for -EEXIST caseStephen Hemminger2008-05-141-5/+3
| * | | Driver core: add device_create_vargs and device_create_drvdataGreg Kroah-Hartman2008-05-201-6/+79
|/ / /
* / / Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds2008-05-151-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-05-141-1/+0
|\ \
| * | Driver core: struct class remove children listDave Young2008-05-141-1/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-141-0/+2
|\ \ | |/ |/|
| * memory: Introduce exports for memory notifiersHannes Hering2008-05-131-0/+2
* | Fix bogus warning in sysdev_driver_register()OGAWA Hirofumi2008-05-061-2/+1
* | cpu: change cpu_sys_devices from array to per_cpu variableMike Travis2008-05-011-5/+5
|/
* driver core: remove no longer used "struct class_device"Kay Sievers2008-04-302-648/+1