summaryrefslogtreecommitdiff
path: root/drivers/base/Makefile
AgeCommit message (Expand)Author
2011-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2011-07-23regmap: Add generic non-memory mapped register access APIMark Brown
2011-06-14drivers: iommu: move to a dedicated folderOhad Ben-Cohen
2011-03-15PM / Core: Introduce struct syscore_ops for core subsystems PMRafael J. Wysocki
2010-10-22driver-core: base: change to new flag variablematt mooney
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers
2009-09-15driver-core: move dma-coherent.c from kernel to driver/baseMing Lei
2009-01-03select IOMMU_API when DMAR and/or AMD_IOMMU is selectedJoerg Roedel
2008-02-05Merge branch 'dmapool' of git://git.kernel.org/pub/scm/linux/kernel/git/willy...Linus Torvalds
2008-01-24driver core: fix build with SYSFS=nRandy Dunlap
2008-01-24Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman
2007-12-04Move dmapool.c to mm/ directoryMatthew Wilcox
2007-05-07Introduce CONFIG_HAS_DMAHeiko Carstens
2007-02-09devres: device resource managementTejun Heo
2006-10-01[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_SPARSEKeith Mannthey
2006-06-21[PATCH] Driver model: add ISA busRene Herman
2006-06-21[PATCH] Driver Core: Add /sys/hypervisor when neededMichael Holzheu
2006-02-03[PATCH] Export cpu topology in sysfsZhang, Yanmin
2005-10-29[PATCH] memory hotplug: sysfs and add/remove functionsDave Hansen
2005-06-20[PATCH] Move device/driver code to drivers/base/dd.cmochel@digitalimplant.org
2005-06-20[PATCH] class: remove class_simple code, as no one in the tree is using it an...gregkh@suse.de
2005-05-17[PATCH] Driver Core: remove driver model detach_stateDavid Brownell
2005-01-17add a generic device transport classJames Bottomley
2005-01-17Add attribute container to generic device modelJames Bottomley
2004-03-08Driver core: make CONFIG_DEBUG_DRIVER implementation a whole lot cleanerGreg Kroah-Hartman
2004-02-08Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman
2004-02-03[PATCH] Remove memblks from the kernelAndrew Morton
2004-02-01[PATCH] PCI: Replace pci_pool with generic dma_poolDeepak Saxena
2004-01-19[PATCH] Driver Core: add class_simple supportGreg Kroah-Hartman
2003-08-06[power] Split device PM functionsPatrick Mochel
2003-06-18[PATCH] DRIVER: request_firmware() hotplug interfaceManuel Estrada Sainz
2003-05-24[PATCH] kobj_mapAlexander Viro
2003-04-28driver core: rework driver class structures and logicGreg Kroah-Hartman
2003-03-03driver model: Make initialization explicit.Patrick Mochel
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski
2002-12-14[PATCH] Remove Rules.make from Makefiles (2/3)Brian Gerst
2002-10-31[PATCH] Update/Create core files for DriverFS Topology.Andrew Morton
2002-10-30create firmware subsystem and register it on startup.Patrick Mochel
2002-09-26add hotplug support to the driver core for devices, if their bus type support...Greg Kroah-Hartman
2002-09-23driver model: add better platform device support.Patrick Mochel
2002-09-23driver model: add support for CPUs.Patrick Mochel
2002-08-26Add struct bus_type platform_bus and document its intentions.Patrick Mochel
2002-08-25Introduce struct device_interface.Patrick Mochel
2002-08-25Introduce struct device_classPatrick Mochel
2002-08-01driverfs: Move driverfs calls from drivers/base/*.c to drivers/base/fs/*.cPatrick Mochel
2002-05-28Merge master.kernel.org:/home/mochel/BK/linux-2.5-linusLinus Torvalds
2002-05-28MergeKai Germaschewski
2002-05-28kbuild: Group together descending/linking in drivers/*Kai Germaschewski
2002-05-28Beef up centralized driver mgmt:Patrick Mochel
2002-05-27deivce model: actually compile and use bus driversPatrick Mochel