Commit Graph

585 Commits (31a61bfc6e415fbd871317cbee7b8a4158d8ac5b)

Author SHA1 Message Date
Andi Kleen 4e318d7c6c sysfs: Fix return values for sysdev_store_{ulong,int} 16 years ago
Qinghuang Feng 65151365ad driver core: drivers/base/sys.c: update comments 16 years ago
Shaohua Li 9f1b16a51e memory_probe: fix wrong sysfs file attribute 17 years ago
Lee Schermerhorn af936a1606 vmscan: unevictable LRU scan sysctl 17 years ago
Nick Piggin 5344b7e648 vmstat: mlocked pages statistics 17 years ago
Lee Schermerhorn 7b854121eb Unevictable LRU Page Statistics 17 years ago
Rik van Riel 4f98a2fee8 vmscan: split LRU lists into anon & file sets 17 years ago
Magnus Damm c9f66169f1 resource: add resource_type() and IORESOURCE_TYPE_BITS 17 years ago
Bjorn Helgaas 266a813c08 firmware: use dev_printk when possible 17 years ago
Alberto Bertogli d133181d87 Fix typo in the FIRMWARE_IN_KERNEL help 17 years ago
Bjorn Helgaas c80cfb0406 vsprintf: use new vsprintf symbolic function pointer format 17 years ago
Greg Kroah-Hartman 99178b036c Driver core: add bus_sort_breadthfirst() function 17 years ago
Eric W. Biederman 030c1d2bfc kobject: Fix kobject_rename and !CONFIG_SYSFS 17 years ago
Dmitry Baryshkov d8bf254089 platform: add new device registration helper 17 years ago
Peter Korsgaard 3ce24d8d93 Driver core: make bus_find_device_by_name() more robust 17 years ago
Arjan van de Ven 728f08934b debug: use dev_WARN() rather than WARN_ON() in device_pm_add() 17 years ago
Arjan van de Ven 6cd4958609 device model: Do a quickcheck for driver binding before doing an expensive check 17 years ago
Cornelia Huck 286661b377 Driver core: Fix cleanup in device_create_vargs(). 17 years ago
Cornelia Huck 5739411acb Driver core: Clarify device cleanup. 17 years ago
Adrian Bunk ec748fa9ed driver core: make struct platform_pm_ops static 17 years ago
Ingo Molnar 46eaa67020 x86: memory corruption check - cleanup 17 years ago
Tejun Heo 5a3ceb8616 driver-core: use klist for class device list and implement iterator 17 years ago
Jeremy Fitzhardinge 5394f80f92 x86: check for and defend against BIOS memory corruption 17 years ago
Rafael J. Wysocki f5a6d958b5 PM: Remove WARN_ON from device_pm_add 17 years ago
Greg Kroah-Hartman c906a48adc driver core: add init_name to struct device 17 years ago
Alan Stern 3b98aeaf3a PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is set 17 years ago
David Brownell 7c2250352e driver model: anti-oopsing medicine 17 years ago
Jean Delvare bf9ca69fc8 dev_printk(): constify the `dev' argument 17 years ago
Joe Perches 26d02d1db7 drivers/base/driver.c: remove unused to_dev() macro 17 years ago
Randy Dunlap 0e241ffd30 locking: fix mutex @key parameter kernel-doc notation 17 years ago
Stephen Rothwell 1f07be1c31 more sysdev API change fallout - drivers/base/memory.c 17 years ago
Arjan van de Ven f810a5cf28 Use WARN() in drivers/base/ 17 years ago
Rene Herman 00412be1d7 isa: set 24-bit dma_mask for ISA devices 17 years ago
Akinobu Mita f37e66173e firmware: use memory_read_from_buffer() 17 years ago
Badari Pulavarty 5c755e9fd8 memory-hotplug: add sysfs removable attribute for hotplug memory remove 17 years ago
Andi Kleen 9800794ac1 sysdev: Add utility functions for simple int/ulong variable sysdev attributes 17 years ago
Andi Kleen 4a0b2b4dbe sysdev: Pass the attribute to the low level sysdev show/store function 17 years ago
Cornelia Huck 36ce6dad6e driver core: Suppress sysfs warnings for device_rename(). 17 years ago
Adrian Bunk d9b19199e4 always enable FW_LOADER unless EMBEDDED=y 17 years ago
Ben Dooks 838ea8e8db sysdev: fix debugging statements in registration code. 17 years ago
Greg Kroah-Hartman fc3a8828b1 driver core: fix a lot of printk usages of bus_id 17 years ago
Dave Young f75b1c60fc class: change internal semaphore to a mutex 17 years ago
Matthew Wilcox d2a3b9146e class: add lockdep infrastructure 17 years ago
Greg Kroah-Hartman 1e41250863 class: fix docbook comments for class_private structure 17 years ago
Greg Kroah-Hartman d9a0157328 class: rename "sem" to "class_sem" in internal class structure 17 years ago
Greg Kroah-Hartman 1fbfee6c6d class: rename "subsys" to "class_subsys" in internal class structure 17 years ago
Greg Kroah-Hartman 184f1f779d class: rename "interfaces" to "class_interfaces" in internal class structure 17 years ago
Greg Kroah-Hartman 97ae69fdba class: rename "devices" to "class_devices" in internal class structure 17 years ago
Greg Kroah-Hartman 7c71448b8a class: move driver core specific parts to a private structure 17 years ago
Greg Kroah-Hartman 695794ae0c Driver Core: add ability for class_find_device to start in middle of list 17 years ago