aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Gravatar Yang Hongyang 1-1/+1
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskGravatar Linus Torvalds 1-1/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-04-03Merge git://git.infradead.org/iommu-2.6Gravatar Linus Torvalds 1-0/+7
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Rusty Russell 1-1/+1
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskGravatar Linus Torvalds 1-1/+1
2009-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 2-9/+19
2009-03-30Merge branch 'linus' into cpumask-for-linusGravatar Ingo Molnar 11-120/+290
2009-03-30PM: Rework handling of interrupts during suspend-resumeGravatar Rafael J. Wysocki 2-9/+19
2009-03-30trivial: fix typo "thier" -> "their"Gravatar Uwe Kleine-Koenig 1-1/+1
2009-03-30cpumask: use new cpumask_ functions in core code.Gravatar Rusty Russell 1-1/+1
2009-03-28Merge branch 'linus' into core/iommuGravatar Ingo Molnar 12-137/+306
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Gravatar Ingo Molnar 2-18/+17
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Gravatar Cornelia Huck 3-1/+70
2009-03-24Driver core: some cleanup on drivers/base/sys.cGravatar Zhenwen Xu 1-27/+27
2009-03-24Driver core: implement uevent suppress in kobjectGravatar Ming Lei 2-4/+2
2009-03-24driver core: fix passing platform_dataGravatar Ming Lei 1-1/+14
2009-03-24driver core: move platform_data into platform_deviceGravatar Ming Lei 1-0/+3
2009-03-24driver core: move knode_bus into private structureGravatar Greg Kroah-Hartman 2-13/+31
2009-03-24driver core: move knode_driver into private structureGravatar Greg Kroah-Hartman 3-8/+22
2009-03-24driver core: move klist_children into private structureGravatar Greg Kroah-Hartman 2-14/+31
2009-03-24driver core: create a private portion of struct deviceGravatar Greg Kroah-Hartman 2-0/+21
2009-03-24driver core: remove polling for driver_probe_done(v5)Gravatar Ming Lei 1-6/+2
2009-03-24driver-core: do not register a driver with bus_type not registeredGravatar Dave Young 2-0/+4
2009-03-24platform: introduce module id table for platform devicesGravatar Eric Miao 1-1/+22
2009-03-24platform: make better use of to_platform_{device,driver}() macrosGravatar Eric Miao 1-12/+9
2009-03-24driver core: check bus->match without holding device lockGravatar Ming Lei 3-13/+13
2009-03-24driver core: get rid of struct device's bus_id string arrayGravatar Kay Sievers 1-20/+19
2009-03-24iommu: Add domain_has_cap iommu_opsGravatar Sheng Yang 1-0/+7
2009-03-18Merge branch 'linus' into core/iommuGravatar Ingo Molnar 1-1/+1
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Gravatar Rusty Russell 1-1/+1
2009-03-11Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/coreGravatar Ingo Molnar 1-1/+1
2009-03-10mm: get_nid_for_pfn() returns intGravatar Roel Kluin 1-1/+1
2009-03-05IOMMU-API: use ANSI style function declaration for 'iommu_found'Gravatar Hannes Eder 1-1/+1
2009-02-24Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Gravatar Ingo Molnar 6-28/+36
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up], fixGravatar Ingo Molnar 1-5/+2
2009-02-22Merge branch 'linus' into x86/apicGravatar Ingo Molnar 3-5/+17
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Gravatar Rafael J. Wysocki 2-5/+0
2009-02-21Consolidate driver_probe_done() loops into one placeGravatar Arjan van de Ven 1-0/+17
2009-02-05Merge branch 'x86/urgent' into x86/apicGravatar Ingo Molnar 1-1/+1
2009-01-28driver-core: fix kernel-doc parameter nameGravatar Randy Dunlap 1-1/+1
2009-01-27Merge branch 'linus' into core/percpuGravatar Ingo Molnar 1-0/+6
2009-01-20driver core: Convert '/' to '!' in dev_set_name()Gravatar Roland Dreier 1-0/+6
2009-01-11cpumask: convert misc driver functionsGravatar Rusty Russell 1-1/+1
2009-01-11cpumask: Use topology_core_cpumask()/topology_thread_cpumask()Gravatar Rusty Russell 1-17/+16
2009-01-09Revert "driver core: create a private portion of struct device"Gravatar Greg Kroah-Hartman 2-20/+0
2009-01-09Revert "driver core: move klist_children into private structure"Gravatar Greg Kroah-Hartman 2-30/+13
2009-01-09Revert "driver core: move knode_driver into private structure"Gravatar Greg Kroah-Hartman 3-22/+8
2009-01-09Revert "driver core: move knode_bus into private structure"Gravatar Greg Kroah-Hartman 2-31/+13
2009-01-07topology: Fix sparc64 build.Gravatar David Miller 1-0/+1