summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Driver core: add ability for devices to create and remove bin filesGreg Kroah-Hartman2006-09-251-0/+4
* Class: add support for class interfaces for devicesGreg Kroah-Hartman2006-09-251-0/+2
* Driver core: create devices/virtual/ treeGreg Kroah-Hartman2006-09-251-1/+4
* Driver core: add device_rename functionGreg Kroah-Hartman2006-09-251-0/+1
* Driver core: add ability for classes to handle devices properlyGreg Kroah-Hartman2006-09-251-0/+4
* Driver core: add groups support to struct deviceGreg Kroah-Hartman2006-09-251-0/+1
* PM: platform_bus and late_suspend/early_resumeDavid Brownell2006-09-251-0/+2
* PM: no suspend_prepare() phaseDavid Brownell2006-09-252-2/+0
* PM: define PM_EVENT_PRETHAWDavid Brownell2006-09-251-15/+47
* Suspend changes for PCI coreLinus Torvalds2006-09-251-0/+3
* Suspend infrastructure cleanup and extensionLinus Torvalds2006-09-252-2/+10
* Driver core: add const to class_createMiguel Ojeda Sandonis2006-09-251-1/+1
* device_create(): make fmt argument 'const char *'Greg Kroah-Hartman2006-09-251-1/+1
* class_device_create(): make fmt argument 'const char *'Dmitry Torokhov2006-09-251-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-09-252-6/+10
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6David S. Miller2006-09-241-6/+8
| |\
| | * [DCCP]: Introduce constants for CCID numbersIan McDonald2006-09-241-1/+7
| | * [DCCP]: Allow default/fallback service code.Gerrit Renker2006-09-241-5/+1
| * | [NETFILTER]: Add dscp,DSCP headers to header-yYasuyuki Kozakai2006-09-241-0/+2
* | | [libata] No need for all those arch libata-portmap.h headersJeff Garzik2006-09-251-0/+8
|/ /
* | [PATCH] fix iptables __user misannotationsAl Viro2006-09-241-2/+2
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2006-09-241-3/+4
|\ \
| * | [PATCH] Allow file systems to manually d_move() inside of ->rename()Mark Fasheh2006-09-241-3/+4
* | | Remove dead netfilter_logging.h from include/linux/KbuildDavid Woodhouse2006-09-241-1/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2006-09-2489-1019/+1920
|\ \ \ | |/ /
| * | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-242-33/+83
| |\ \
| | * \ Merge branch 'master' into upstreamJeff Garzik2006-09-2481-1019/+2301
| | |\ \
| | * | | [PATCH] libata: improve handling of diagostic fail (and hardware that misrepo...Alan Cox2006-09-191-0/+6
| | * | | Merge branch 'master' into upstreamJeff Garzik2006-09-193-28/+29
| | |\ \ \
| | * | | | [PATCH] libata: fix non-uniform ports handlingTejun Heo2006-09-191-0/+8
| | * | | | Merge branch 'master' into upstreamJeff Garzik2006-09-132-4/+1
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into upstreamJeff Garzik2006-09-129-8/+29
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'upstream' into pata-driversJeff Garzik2006-09-044-4/+12
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'master' into upstreamJeff Garzik2006-09-044-4/+12
| | | |\ \ \ \ \ \
| | * | \ \ \ \ \ \ Merge branch 'upstream' into pata-driversJeff Garzik2006-08-312-3/+3
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | [libata] Trim trailing whitespace.Jeff Garzik2006-08-312-3/+3
| | * | | | | | | | [libata] Add a bunch of PATA drivers.Jeff Garzik2006-08-291-1/+1
| | |/ / / / / / /
| | * | | | | | | Merge /spare/repo/linux-2.6 into upstreamJeff Garzik2006-08-2913-59/+56
| | |\ \ \ \ \ \ \
| | * | | | | | | | libata: Grand renaming.Jeff Garzik2006-08-241-20/+19
| | * | | | | | | | Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-08-196-3/+52
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | [PATCH] libata: Add CompactFlash supportAlan Cox2006-08-142-3/+21
| | * | | | | | | | | [ATA] Increase lba48 max-sectors from 200 to 256.Jeff Garzik2006-08-102-2/+2
| | * | | | | | | | | [PATCH] libata: kill unused hard_port_no and legacy_modeTejun Heo2006-08-101-3/+0
| | * | | | | | | | | [PATCH] libata: implement dummy portTejun Heo2006-08-101-0/+8
| | * | | | | | | | | [PATCH] libata: rework legacy handling to remove much of the cruftAlan Cox2006-08-101-1/+4
| | * | | | | | | | | [PATCH] libata: Add support for SATA attachment to SAS adaptersBrian King2006-08-091-0/+9
| | * | | | | | | | | [PATCH] libata: Add ata_host_set_initBrian King2006-08-091-0/+2
| | * | | | | | | | | Merge branch 'master' into upstreamJeff Garzik2006-08-077-12/+39
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into upstreamJeff Garzik2006-08-042-2/+1
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-08-0316-46/+129
| | |\ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud