| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: get_nid_for_pfn() returns int | Roel Kluin | 2009-03-10 | 1 | -1/+1 |
* | PM: Split up sysdev_[suspend|resume] from device_power_[down|up], fix | Ingo Molnar | 2009-02-22 | 1 | -5/+2 |
* | PM: Split up sysdev_[suspend|resume] from device_power_[down|up] | Rafael J. Wysocki | 2009-02-22 | 2 | -5/+0 |
* | Consolidate driver_probe_done() loops into one place | Arjan van de Ven | 2009-02-21 | 1 | -0/+17 |
* | driver-core: fix kernel-doc parameter name | Randy Dunlap | 2009-01-29 | 1 | -1/+1 |
* | driver core: Convert '/' to '!' in dev_set_name() | Roland Dreier | 2009-01-21 | 1 | -0/+6 |
* | Revert "driver core: create a private portion of struct device" | Greg Kroah-Hartman | 2009-01-10 | 2 | -20/+0 |
* | Revert "driver core: move klist_children into private structure" | Greg Kroah-Hartman | 2009-01-09 | 2 | -30/+13 |
* | Revert "driver core: move knode_driver into private structure" | Greg Kroah-Hartman | 2009-01-09 | 3 | -22/+8 |
* | Revert "driver core: move knode_bus into private structure" | Greg Kroah-Hartman | 2009-01-09 | 2 | -31/+13 |
* | topology: Fix sparc64 build. | David Miller | 2009-01-08 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-01-07 | 1 | -1/+1 |
|\ |
|
| * | trivial: Fix misspelled firmware in Kconfig | Nick Andrew | 2009-01-06 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-01-07 | 11 | -163/+323 |
|\ \ |
|
| * | | driver core: add root_device_register() | Mark McLoughlin | 2009-01-06 | 1 | -0/+91 |
| * | | driver core:fix duplicate removing driver link in __device_release_driver | Ming Lei | 2009-01-06 | 1 | -1/+0 |
| * | | Driver core: move the bus notifier call points | Alan Stern | 2009-01-06 | 1 | -11/+14 |
| * | | driver core: move knode_bus into private structure | Greg Kroah-Hartman | 2009-01-06 | 2 | -13/+31 |
| * | | driver core: move knode_driver into private structure | Greg Kroah-Hartman | 2009-01-06 | 3 | -8/+22 |
| * | | driver core: move klist_children into private structure | Greg Kroah-Hartman | 2009-01-06 | 2 | -13/+30 |
| * | | driver core: create a private portion of struct device | Greg Kroah-Hartman | 2009-01-06 | 2 | -0/+20 |
| * | | driver core: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 9 | -53/+45 |
| * | | PM: Simplify the new suspend/hibernation framework for devices | Rafael J. Wysocki | 2009-01-06 | 2 | -64/+70 |
| |/ |
|
* / | mm: show node to memory section relationship with symlinks in sysfs | Gary Hade | 2009-01-07 | 2 | -6/+116 |
|/ |
|
* | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-03 | 1 | -0/+44 |
|\ |
|
| * | cpumask: fix compile error when CONFIG_NR_CPUS is not defined | Mike Travis | 2009-01-03 | 1 | -1/+1 |
| * | cpumask: add sysfs displays for configured and disabled cpu maps | Mike Travis | 2008-12-19 | 1 | -0/+44 |
* | | select IOMMU_API when DMAR and/or AMD_IOMMU is selected | Joerg Roedel | 2009-01-03 | 1 | -0/+1 |
* | | add frontend implementation for the IOMMU API | Joerg Roedel | 2009-01-03 | 1 | -0/+100 |
|/ |
|
* | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu... | Rusty Russell | 2008-12-13 | 3 | -5/+5 |
* | sysfs: Fix return values for sysdev_store_{ulong,int} | Andi Kleen | 2008-10-29 | 1 | -2/+4 |
* | driver core: drivers/base/sys.c: update comments | Qinghuang Feng | 2008-10-29 | 1 | -2/+2 |
* | memory_probe: fix wrong sysfs file attribute | Shaohua Li | 2008-10-20 | 1 | -1/+3 |
* | vmscan: unevictable LRU scan sysctl | Lee Schermerhorn | 2008-10-20 | 1 | -0/+5 |
* | vmstat: mlocked pages statistics | Nick Piggin | 2008-10-20 | 1 | -1/+3 |
* | Unevictable LRU Page Statistics | Lee Schermerhorn | 2008-10-20 | 1 | -0/+6 |
* | vmscan: split LRU lists into anon & file sets | Rik van Riel | 2008-10-20 | 1 | -23/+33 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2008-10-16 | 5 | -11/+127 |
|\ |
|
| * | Driver core: add bus_sort_breadthfirst() function | Greg Kroah-Hartman | 2008-10-16 | 1 | -0/+50 |
| * | kobject: Fix kobject_rename and !CONFIG_SYSFS | Eric W. Biederman | 2008-10-16 | 1 | -0/+5 |
| * | platform: add new device registration helper | Dmitry Baryshkov | 2008-10-16 | 1 | -0/+47 |
| * | Driver core: make bus_find_device_by_name() more robust | Peter Korsgaard | 2008-10-16 | 1 | -3/+1 |
| * | debug: use dev_WARN() rather than WARN_ON() in device_pm_add() | Arjan van de Ven | 2008-10-16 | 1 | -1/+1 |
| * | device model: Do a quickcheck for driver binding before doing an expensive check | Arjan van de Ven | 2008-10-16 | 1 | -0/+3 |
| * | Driver core: Fix cleanup in device_create_vargs(). | Cornelia Huck | 2008-10-16 | 1 | -1/+1 |
| * | Driver core: Clarify device cleanup. | Cornelia Huck | 2008-10-16 | 1 | -5/+18 |
| * | driver core: make struct platform_pm_ops static | Adrian Bunk | 2008-10-16 | 1 | -1/+1 |
* | | resource: add resource_type() and IORESOURCE_TYPE_BITS | Magnus Damm | 2008-10-16 | 1 | -14/+17 |
* | | firmware: use dev_printk when possible | Bjorn Helgaas | 2008-10-16 | 1 | -14/+10 |
* | | Fix typo in the FIRMWARE_IN_KERNEL help | Alberto Bertogli | 2008-10-16 | 1 | -1/+1 |