hecubafb: use fb_sys_read()
[safe/jmp/linux-2.6] / drivers / base /
2007-05-08 David Brownellfix hotplug for legacy platform drivers
2007-05-07 Heiko CarstensIntroduce CONFIG_HAS_DMA
2007-05-05 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2007-05-03 Adrian BunkPCI: remove the broken PCI_MULTITHREAD_PROBE option
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-05-03 Jean Delvareplatform: reorder platform_device_del
2007-05-03 Greg Kroah-HartmanDriver core: fix show_uevent from taking up way too...
2007-04-27 Matthias Kaehlckedrivers/base/attribute_container.c: use mutex instead...
2007-04-27 David Brownelldefine platform wakeup hook, use in pci_enable_wake()
2007-04-27 Alan Sterndevice_schedule_callback() needs a module reference
2007-04-27 Matthias KaehlckeDriver core: use mutex instead of semaphore in DMA...
2007-04-27 Greg Kroah-Hartmandriver core: bus_add_driver should return an error...
2007-04-27 Kay SieversDriver core: warn when userspace writes to the uevent...
2007-04-27 Kay SieversDriver core: make uevent-environment available in ueven...
2007-04-27 Greg Kroah-HartmanDriver core: remove use of rwsem
2007-04-27 Dmitry TorokhovDriver core: add suspend() and resume() to struct devic...
2007-04-27 Cornelia HuckDriver core: switch firmware_class to uevent_suppress.
2007-04-27 Cornelia HuckDriver core: suppress uevents via filter
2007-04-27 Greg Kroah-HartmanDriver core: remove unneeded completion from driver...
2007-04-27 Cornelia Huckdriver core: don't fail attaching the device if it...
2007-04-27 Cornelia Huckdriver core: per-subsystem multithreaded probing
2007-04-27 Kay SieversDriver core: add name to device_type
2007-04-27 Dmitry Torokhovdriver core: Use attribute groups in struct device_type
2007-04-27 Kay SieversDriver core: udev triggered device-<>driver binding
2007-04-27 Jean Delvaredev_printk and new-style class devices
2007-04-27 Kay Sieversdriver core: fix namespace issue with devices assigned...
2007-04-27 Dmitriy Monakhovdriver core: fix device_add error path
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
next