Commit Graph

717 Commits (bcefe12eff5dca6fdfa94ed85e5bee66380d5cd9)

Author SHA1 Message Date
Greg Kroah-Hartman 2831fe6f9c driver core: create a private portion of struct device 16 years ago
Kay Sievers 1e0b2cf933 driver core: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
Rafael J. Wysocki adf094931f PM: Simplify the new suspend/hibernation framework for devices 16 years ago
Nick Andrew 11f1fbcf92 trivial: Fix misspelled firmware in Kconfig 16 years ago
Mike Travis 8fd2d2d5aa cpumask: fix compile error when CONFIG_NR_CPUS is not defined 16 years ago
Joerg Roedel 1aaf118352 select IOMMU_API when DMAR and/or AMD_IOMMU is selected 16 years ago
Joerg Roedel fc2100eb4d add frontend implementation for the IOMMU API 16 years ago
Mike Travis e057d7aea9 cpumask: add sysfs displays for configured and disabled cpu maps 16 years ago
Rusty Russell 29c0177e6a cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. 16 years ago
Andi Kleen 4e318d7c6c sysfs: Fix return values for sysdev_store_{ulong,int} 17 years ago
Qinghuang Feng 65151365ad driver core: drivers/base/sys.c: update comments 17 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