summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2009-03-13Merge branch 'core/locking' into tracing/ftraceIngo Molnar
2009-03-10mm: get_nid_for_pfn() returns intRoel Kluin
2009-02-24Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Ingo Molnar
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up], fixIngo Molnar
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki
2009-02-21Consolidate driver_probe_done() loops into one placeArjan van de Ven
2009-02-05Merge branch 'x86/urgent' into x86/apicIngo Molnar
2009-01-28driver-core: fix kernel-doc parameter nameRandy Dunlap
2009-01-27Merge branch 'linus' into core/percpuIngo Molnar
2009-01-20driver core: Convert '/' to '!' in dev_set_name()Roland Dreier
2009-01-11cpumask: convert misc driver functionsRusty Russell
2009-01-11cpumask: Use topology_core_cpumask()/topology_thread_cpumask()Rusty Russell
2009-01-09Revert "driver core: create a private portion of struct device"Greg Kroah-Hartman
2009-01-09Revert "driver core: move klist_children into private structure"Greg Kroah-Hartman
2009-01-09Revert "driver core: move knode_driver into private structure"Greg Kroah-Hartman
2009-01-09Revert "driver core: move knode_bus into private structure"Greg Kroah-Hartman
2009-01-07topology: Fix sparc64 build.David Miller
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade
2009-01-06driver core: add root_device_register()Mark McLoughlin
2009-01-06driver core:fix duplicate removing driver link in __device_release_driverMing Lei
2009-01-06Driver core: move the bus notifier call pointsAlan Stern
2009-01-06driver core: move knode_bus into private structureGreg Kroah-Hartman
2009-01-06driver core: move knode_driver into private structureGreg Kroah-Hartman
2009-01-06driver core: move klist_children into private structureGreg Kroah-Hartman
2009-01-06driver core: create a private portion of struct deviceGreg Kroah-Hartman
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki
2009-01-06trivial: Fix misspelled firmware in KconfigNick Andrew
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-03cpumask: fix compile error when CONFIG_NR_CPUS is not definedMike Travis
2009-01-03select IOMMU_API when DMAR and/or AMD_IOMMU is selectedJoerg Roedel
2009-01-03add frontend implementation for the IOMMU APIJoerg Roedel
2008-12-19cpumask: add sysfs displays for configured and disabled cpu mapsMike Travis
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell
2008-10-29sysfs: Fix return values for sysdev_store_{ulong,int}Andi Kleen
2008-10-29driver core: drivers/base/sys.c: update commentsQinghuang Feng
2008-10-20memory_probe: fix wrong sysfs file attributeShaohua Li
2008-10-20vmscan: unevictable LRU scan sysctlLee Schermerhorn
2008-10-20vmstat: mlocked pages statisticsNick Piggin
2008-10-20Unevictable LRU Page StatisticsLee Schermerhorn
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-10-16resource: add resource_type() and IORESOURCE_TYPE_BITSMagnus Damm
2008-10-16firmware: use dev_printk when possibleBjorn Helgaas
2008-10-16Fix typo in the FIRMWARE_IN_KERNEL helpAlberto Bertogli
2008-10-16vsprintf: use new vsprintf symbolic function pointer formatBjorn Helgaas
2008-10-16Driver core: add bus_sort_breadthfirst() functionGreg Kroah-Hartman