lockd: save lock state on deferral
[safe/jmp/linux-2.6] / drivers / base /
2007-04-11 Dmitry Torokhov[PATCH] PM: use kobject_name() to access kobject names
2007-04-05 Andrew Morton[PATCH] remove protection of LANANA-reserved majors
2007-04-01 Linus Torvaldsdriver core: do not wait unnecessarily in driver_unregi...
2007-03-15 Alan Stern[PATCH] sysfs and driver core: add callback helper...
2007-03-09 Johannes Bergdriver core: export device_rename
2007-03-09 Greg Kroah-HartmanDriver core: add device symlink back to sysfs
2007-03-09 Tejun Heodevres: release resources on device_del()
2007-02-23 James SimmonsDriver core: fix error by cleanup up symlinks properly
2007-02-23 Greg Kroah-HartmanDriver core: remove class_device_rename
2007-02-21 Andrew Morton[PATCH] rework reserved major handling
2007-02-19 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2007-02-17 Robert P. J. DayReplace remaining references to "driverfs" with "sysfs".
2007-02-16 Andrew MortonDriver core: device_add_attrs() cleanup
2007-02-16 Mariusz KozlowskiDriver: remove redundant kobject_unregister checks
2007-02-11 Christoph Lameter[PATCH] Drop __get_zone_counts()
2007-02-09 Tejun Heodevres: device resource management
2007-02-07 Dave JonesDriver Core: Increase the default timeout value of...
2007-02-07 Kay SieversDriver core: allow to delay the uevent at device creati...
2007-02-07 Kay SieversDriver core: add device_type to struct device
2007-02-07 Kay SieversDriver core: add uevent vars for devices of a class
2007-02-07 Cornelia Huckdriver core: Change function call order in device_bind_...
2007-02-07 Cornelia Huckdriver core: Don't stop probing on ->probe errors.
2007-02-07 Cornelia Huckdriver core fixes: device_register() retval check in...
2007-02-07 Cornelia Huckdriver core fixes: make_class_name() retval checks
2007-02-07 Cornelia Huckdriver core: Allow device_move(dev, NULL).
2007-02-07 Cornelia Huckdriver core: Remove device_is_registered() in device_mo...
2006-12-22 Randy Dunlap[PATCH] fix kernel-doc warnings in 2.6.20-rc1
2006-12-13 Scott WoodDriver core: Make platform_device_add_data accept a...
2006-12-13 Andrew MortonDriver core: "platform_driver_probe() can save codespac...
2006-12-13 Akinobu Mitadriver core: delete virtual directory on class_unregister()
2006-12-13 Robert P. J. Day[PATCH] getting rid of all casts of k[cmz]alloc() calls
2006-12-07 Linus TorvaldsMerge branch 'for-linus' of git://one.firstfloor.org...
2006-12-07 Ingo Molnar[PATCH] hotplug CPU: clean up hotcpu_notifier() use
2006-12-07 Andrew Morton[PATCH] driver/base/memory.c: handle errors properly
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_ATOMIC
2006-12-07 Christoph Hellwig[PATCH] add numa node information to struct device
2006-12-07 Siddha, Suresh B[PATCH] i386: change the 'no_control' field to 'hotplug...
2006-12-04 Al Viro[PATCH] severing module.h->sched.h
2006-12-01 David BrownellDriver core: platform_driver_probe(), can save codespace
2006-12-01 Cornelia Huckdriver core: Use klist_remove() in device_move()
2006-12-01 Cornelia Huckdriver core: Introduce device_move(): move a device...
2006-12-01 Adrian BunkDriver core: make drivers/base/core.c:setup_parent...
2006-12-01 Cornelia Huckdriver core: Introduce device_find_child().
2006-12-01 Heiko Carstenscpu topology: consider sysfs_create_group return value
2006-12-01 Benjamin HerrenschmidtDriver core: Call platform_notify_remove later
2006-12-01 Greg Kroah-HartmanDriver core: convert firmware code to use struct device
2006-12-01 Kay SieversCONFIG_SYSFS_DEPRECATED - class symlinks
2006-12-01 Kay SieversCONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variables
2006-12-01 Kay SieversCONFIG_SYSFS_DEPRECATED - device symlinks
2006-12-01 Kay SieversCONFIG_SYSFS_DEPRECATED - bus symlinks
2006-12-01 Greg Kroah-HartmanDriver core: make old versions of udev work properly
2006-12-01 Greg Kroah-HartmanDriver Core: Move virtual_device_parent() to core.c
2006-12-01 Kay SieversDriver core: fix "driver" symlink timing
2006-12-01 Benjamin HerrenschmidtDriver core: add notification of bus events
2006-11-25 Catalin Marinas[PATCH] Fix device_attribute memory leak in device_del
2006-10-28 Randy Dunlap[PATCH] move SYS_HYPERVISOR inside the Generic Driver...
2006-10-27 Andrew Morton[PATCH] drivers: wait for threaded probes between initc...
2006-10-18 Akinobu Mitadriver core: kmalloc() failure check in driver_probe_device
2006-10-18 Jeff GarzikDriver core: bus: remove indentation level
2006-10-18 Alan SternDriver core: Don't ignore error returns from probing
2006-10-18 Jesper JuhlDriver core: Don't leak 'old_class_name' in drivers...
2006-10-18 Cornelia Huckdriver core fixes: sysfs_create_group() retval in topol...
2006-10-18 Cornelia Huckdriver core fixes: device_create_file() retval check...
2006-10-18 Cornelia Huckdriver core fixes: device_add() cleanup on error
2006-10-18 Cornelia Huckdriver core fixes: bus_add_device() cleanup on error
2006-10-18 Cornelia Huckdriver core fixes: bus_add_attrs() retval check
2006-10-18 Cornelia Huckdriver core fixes: sysfs_create_link() retval check...
2006-10-18 Matthew WilcoxFix dev_printk() is now GPL-only
2006-10-18 Duncan SandsDriver core: plug device probe memory leak
2006-10-01 Keith Mannthey[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_S...
2006-09-29 Sukadev Bhattiprolu[PATCH] kthread: drivers/base/firmware_class.c
2006-09-29 Rolf Eike Beer[PATCH] Fix parameter names in drivers/base/class.c
2006-09-27 Shaohua Li[PATCH] x86 microcode: using request_firmware to pull...
2006-09-26 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2006-09-26 Christoph Lameter[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRE...
2006-09-26 Christoph Lameter[PATCH] reduce MAX_NR_ZONES: make display of highmem...
2006-09-26 Alan SternDriver core: Remove unneeded routines from driver core
2006-09-26 Alan SternDriver core: Fix potential deadlock in driver core
2006-09-26 Greg Kroah-HartmanDriver Core: add ability for drivers to do a threaded...
2006-09-26 Andrew Mortondrivers/base: check errors
2006-09-26 Brian Walshdrivers/base: Platform notify needs to occur before...
2006-09-26 Yoichi YuasaDriver core: fixed add_bind_files() definition
2006-09-26 Dmitry TorokhovDriver core: fix comments in drivers/base/power/resume.c
2006-09-26 Greg Kroah-HartmanDriver core: add ability for devices to create and...
2006-09-26 Greg Kroah-HartmanClass: add support for class interfaces for devices
2006-09-26 Greg Kroah-HartmanDriver core: create devices/virtual/ tree
2006-09-26 Greg Kroah-HartmanDriver core: add device_rename function
2006-09-26 Greg Kroah-HartmanDriver core: add ability for classes to handle devices...
2006-09-26 Greg Kroah-HartmanDriver core: allow devices in classes to have no parent
2006-09-26 Greg Kroah-HartmanDriver core: add groups support to struct device
2006-09-26 David BrownellPM: platform_bus and late_suspend/early_resume
2006-09-26 Pavel MachekPM: device_suspend/resume may sleep
2006-09-26 David BrownellPM: no suspend_prepare() phase
2006-09-26 David BrownellPM: add kconfig option for deprecated .../power/state...
2006-09-26 David BrownellPM: update docs for writing .../power/state
2006-09-26 David BrownellPM: issue PM_EVENT_PRETHAW
2006-09-26 David Brownellmake suspend quieter
2006-09-26 Linus TorvaldsSuspend infrastructure cleanup and extension
2006-09-26 Miguel Ojeda SandonisDriver core: add const to class_create
next