aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useGravatar Ingo Molnar 1-2/+0
2006-12-07[PATCH] driver/base/memory.c: handle errors properlyGravatar Andrew Morton 1-11/+23
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-12-07[PATCH] slab: remove SLAB_ATOMICGravatar Christoph Lameter 1-1/+1
2006-12-07[PATCH] add numa node information to struct deviceGravatar Christoph Hellwig 1-0/+1
2006-12-04[PATCH] severing module.h->sched.hGravatar Al Viro 1-0/+1
2006-12-01Driver core: platform_driver_probe(), can save codespaceGravatar David Brownell 1-0/+48
2006-12-01driver core: Use klist_remove() in device_move()Gravatar Cornelia Huck 1-2/+2
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Gravatar Cornelia Huck 1-0/+92
2006-12-01Driver core: make drivers/base/core.c:setup_parent() staticGravatar Adrian Bunk 1-2/+2
2006-12-01driver core: Introduce device_find_child().Gravatar Cornelia Huck 1-0/+33
2006-12-01cpu topology: consider sysfs_create_group return valueGravatar Heiko Carstens 1-23/+32
2006-12-01Driver core: Call platform_notify_remove laterGravatar Benjamin Herrenschmidt 1-1/+1
2006-12-01Driver core: convert firmware code to use struct deviceGravatar Greg Kroah-Hartman 1-62/+57
2006-12-01CONFIG_SYSFS_DEPRECATED - class symlinksGravatar Kay Sievers 1-51/+98
2006-12-01CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variablesGravatar Kay Sievers 1-0/+4
2006-12-01CONFIG_SYSFS_DEPRECATED - device symlinksGravatar Kay Sievers 1-4/+14
2006-12-01CONFIG_SYSFS_DEPRECATED - bus symlinksGravatar Kay Sievers 1-3/+17
2006-12-01Driver core: make old versions of udev work properlyGravatar Greg Kroah-Hartman 1-14/+45
2006-12-01Driver Core: Move virtual_device_parent() to core.cGravatar Greg Kroah-Hartman 2-17/+17
2006-12-01Driver core: fix "driver" symlink timingGravatar Kay Sievers 1-30/+52
2006-12-01Driver core: add notification of bus eventsGravatar Benjamin Herrenschmidt 3-0/+36
2006-11-25[PATCH] Fix device_attribute memory leak in device_delGravatar Catalin Marinas 1-1/+3
2006-10-28[PATCH] move SYS_HYPERVISOR inside the Generic Driver menuGravatar Randy Dunlap 1-2/+2
2006-10-27[PATCH] drivers: wait for threaded probes between initcall levelsGravatar Andrew Morton 1-0/+30
2006-10-18driver core: kmalloc() failure check in driver_probe_deviceGravatar Akinobu Mita 1-0/+2
2006-10-18Driver core: bus: remove indentation levelGravatar Jeff Garzik 1-37/+40
2006-10-18Driver core: Don't ignore error returns from probingGravatar Alan Stern 2-3/+8
2006-10-18Driver core: Don't leak 'old_class_name' in drivers/base/core.c::device_rename()Gravatar Jesper Juhl 1-3/+6
2006-10-18driver core fixes: sysfs_create_group() retval in topology.cGravatar Cornelia Huck 1-2/+1
2006-10-18driver core fixes: device_create_file() retval check in dmapool.cGravatar Cornelia Huck 1-2/+11
2006-10-18driver core fixes: device_add() cleanup on errorGravatar Cornelia Huck 1-3/+7
2006-10-18driver core fixes: bus_add_device() cleanup on errorGravatar Cornelia Huck 1-4/+15
2006-10-18driver core fixes: bus_add_attrs() retval checkGravatar Cornelia Huck 1-1/+5
2006-10-18driver core fixes: sysfs_create_link() retval check in class.cGravatar Cornelia Huck 1-1/+4
2006-10-18Fix dev_printk() is now GPL-onlyGravatar Matthew Wilcox 1-1/+1
2006-10-18Driver core: plug device probe memory leakGravatar Duncan Sands 1-1/+1
2006-10-01[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_SPARSEGravatar Keith Mannthey 1-1/+1
2006-09-29[PATCH] kthread: drivers/base/firmware_class.cGravatar Sukadev Bhattiprolu 1-6/+6
2006-09-29[PATCH] Fix parameter names in drivers/base/class.cGravatar Rolf Eike Beer 1-4/+4
2006-09-27[PATCH] x86 microcode: using request_firmware to pull microcodeGravatar Shaohua Li 1-1/+1
2006-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 10-179/+577
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEGravatar Christoph Lameter 1-2/+7
2006-09-26[PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on ...Gravatar Christoph Lameter 1-0/+4
2006-09-25Driver core: Remove unneeded routines from driver coreGravatar Alan Stern 2-32/+2
2006-09-25Driver core: Fix potential deadlock in driver coreGravatar Alan Stern 2-2/+8
2006-09-25Driver Core: add ability for drivers to do a threaded probeGravatar Greg Kroah-Hartman 1-27/+81
2006-09-25drivers/base: check errorsGravatar Andrew Morton 3-46/+100
2006-09-25drivers/base: Platform notify needs to occur before drivers attach to the deviceGravatar Brian Walsh 1-4/+4
2006-09-25Driver core: fixed add_bind_files() definitionGravatar Yoichi Yuasa 1-1/+1