aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] scsi_transport_sas: add expander backlinkJames Bottomley2006-07-121-0/+3
* [SCSI] hide EH backup data outside the scsi_cmndChristoph Hellwig2006-07-091-9/+0
* [SCSI] scsi_transport_sas: add unindexed portsJames Bottomley2006-07-091-1/+3
* i386: improve and correct inline asm memory constraintsLinus Torvalds2006-07-088-62/+57
* power: improve inline asm memory constraintsLinus Torvalds2006-07-083-32/+32
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-07-051-0/+14
|\
| * [SPARC64]: Fix sparc64 build errors when CONFIG_PCI=n.Randy Dunlap2006-07-051-0/+14
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-07-052-21/+71
|\ \
| * | [PCI] Add JMicron PCI ID constantsJeff Garzik2006-07-051-0/+7
| * | [PATCH] libata: reimplement controller-wide PMTejun Heo2006-07-051-0/+12
| * | [PATCH] libata: reimplement per-dev PMTejun Heo2006-07-051-2/+0
| * | [PATCH] libata: implement PM EH actionsTejun Heo2006-07-051-1/+11
| * | [PATCH] libata: separate out __ata_ehi_hotplugged()Tejun Heo2006-07-051-2/+7
| * | [PATCH] libata: implement ATA_EHI_NO_AUTOPSY and QUIETTejun Heo2006-07-051-0/+2
| * | [PATCH] libata: clean up debounce parameters and improve parameter selectionTejun Heo2006-07-051-3/+12
| * | [PATCH] libata: implement ATA_EHI_RESUME_LINKTejun Heo2006-07-051-1/+2
| * | [PATCH] libata: add ap->pflags and move core dynamic flags to itTejun Heo2006-07-051-12/+18
| |/
* | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-07-052-0/+3
|\ \
| * | VFS: Allow caller to determine if BSD or posix locks were actually freedTrond Myklebust2006-07-051-0/+1
| * | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-07-05141-665/+2418
| |\ \
| * \ \ Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-07-03244-1256/+2549
| |\ \ \
| * \ \ \ Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-2842-164/+533
| |\ \ \ \
| * | | | | Revert "Merge branch 'odirect'"Trond Myklebust2006-06-281-0/+2
* | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-07-051-8/+0
|\ \ \ \ \ \
| * | | | | | [ARM] 3711/1: AT91 timer updateAndrew Victor2006-07-051-8/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-07-051-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | [PATCH] SoftMAC: Prevent multiple authentication attempts on the same networkJoseph Jezak2006-07-051-0/+1
| |/ / / /
* | | | | [PATCH] powerpc: implement missing jiffies64_to_cputime64()David Woodhouse2006-07-051-0/+18
|/ / / /
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-07-042-0/+4
|\ \ \ \
| * | | | [CPUFREQ] Add queue_delayed_work_on() interface for workqueues.Venkatesh Pallipadi2006-06-301-0/+2
| * | | | [CPUFREQ] Remove slowdown from ondemand sampling path.Venkatesh Pallipadi2006-06-301-0/+2
* | | | | Fix up headers_install wrt devfs removalLinus Torvalds2006-07-041-1/+1
* | | | | Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds2006-07-0446-0/+216
|\ \ \ \ \
| * | | | | Remove export of include/linux/isdn/tpam.hDavid Woodhouse2006-06-291-1/+1
| * | | | | Remove <linux/i2c-id.h> and <linux/i2c-algo-ite.h> from userspace exportJean Delvare2006-06-221-2/+2
| * | | | | Restrict headers exported to userspace for SPARC and SPARC64David S. Miller2006-06-202-22/+9
| * | | | | Add empty Kbuild files for 'make headers_install' in remaining arches.David Woodhouse2006-06-1815-0/+15
| * | | | | Add Kbuild file for Alpha 'make headers_install'David Woodhouse2006-06-181-0/+5
| * | | | | Add Kbuild file for SPARC 'make headers_install'David Woodhouse2006-06-182-0/+29
| * | | | | Add Kbuild file for IA64 'make headers_install'David Woodhouse2006-06-181-0/+7
| * | | | | Add Kbuild file for S390 'make headers_install'David Woodhouse2006-06-181-0/+4
| * | | | | Add Kbuild file for i386 'make headers_install'David Woodhouse2006-06-181-0/+5
| * | | | | Add Kbuild file for x86_64 'make headers_install'David Woodhouse2006-06-181-0/+11
| * | | | | Add Kbuild file for PowerPC 'make headers_install'David Woodhouse2006-06-181-0/+10
| * | | | | Add generic Kbuild files for 'make headers_install'David Woodhouse2006-06-1823-0/+143
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-07-032-3/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Pull acpi_os_free into release branchLen Brown2006-07-012-3/+1
| |\ \ \ \ \ \
| | * | | | | | ACPI: delete acpi_os_free(), use kfree() directlyLen Brown2006-06-302-3/+1
* | | | | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-07-031-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | [SERIAL] Convert fifosize to an unsigned intRussell King2006-07-021-1/+2