summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (f75375s) Allow setting up fans with platform_dataRiku Voipio2007-11-081-0/+21
* hwmon: (i5k_amb) New memory temperature sensor driverDarrick J. Wong2007-11-081-0/+3
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-11-062-0/+12
|\
| * libata: handle broken cable reportingAlan Cox2007-11-062-0/+10
| * libata and bogus LBA48 drivesGeert Uytterhoeven2007-11-051-0/+2
* | Missing include file in kallsyms.hKamalesh Babulal2007-11-061-0/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-11-052-6/+13
|\ \
| * | PCI: Add Kconfig option to disable deprecated pci_find_* APIJeff Garzik2007-11-051-0/+3
| * | PCI: make pci_match_device() staticAdrian Bunk2007-11-051-2/+0Star
| * | PCI: Remove 3 incorrect MSI quirks.David Miller2007-11-051-3/+0Star
| * | PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set.David Miller2007-11-051-0/+9
| * | PCI: Add MSI quirk for ServerWorks HT1000 PCIX bridge.David Miller2007-11-051-0/+1
| * | PCI: Revert "PCI: disable MSI by default on systems with Serverworks HT1000 c...David Miller2007-11-051-1/+0Star
* | | ide: move ide_fixstring() documentation to ide-iops.c from ide.hBartlomiej Zolnierkiewicz2007-11-051-8/+1Star
|/ /
* / kernel/futex.c: make 3 functions staticAdrian Bunk2007-11-051-4/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-11-031-0/+1
|\
| * dm: bounce_pfn limit addedVasily Averin2007-11-021-0/+1
* | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-11-031-31/+29Star
|\ \
| * | [SG] Get rid of __sg_mark_end()Jens Axboe2007-11-021-10/+12
| * | SG: Make sg_init_one() use general table init functionsJens Axboe2007-11-021-22/+18Star
| |/
* | libata: increase 128 KB / cmd limit for ATAPI tape drivesTony Battersby2007-11-031-0/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-11-031-0/+3
|\ \ | |/ |/|
| * Input: Add Euro and Dollar key codesCarlos Corbacho2007-10-281-0/+3
* | [NET]: docbook fixes for netif_ functionsStephen Hemminger2007-11-011-0/+10
* | Revert "Driver core: remove class_device_*_bin_file"Greg Kroah-Hartman2007-10-311-0/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-312-9/+4Star
|\ \
| * | [TIPC]: Fix headercheck wrt. tipc_config.hDavid S. Miller2007-10-312-9/+4Star
* | | Driver core: remove class_device_*_bin_fileGreg Kroah-Hartman2007-10-311-4/+0Star
|/ /
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-10-301-3/+3
|\ \
| * | mv643xx_eth: Fix MV643XX_ETH offsets used by Pegasos 2Dale Farnsworth2007-10-301-3/+3
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-10-301-0/+1
|\ \ \
| * | | libata: implement and use ATA_QCFLAG_QUIETTejun Heo2007-10-301-0/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-10-301-0/+1
|\ \ \
| * | | [TIPC]: Add tipc_config.h to include/linux/Kbuild.David S. Miller2007-10-301-0/+1
* | | | IPMI: fix comparison in demangle_device_idCorey Minyard2007-10-301-1/+1
|/ / /
* | | sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh2007-10-301-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-10-291-0/+1
|\ \ \
| * | | sched: keep utime/stime monotonicPeter Zijlstra2007-10-291-0/+1
| |/ /
* / / Revert "x86_64: allocate sparsemem memmap above 4G"Linus Torvalds2007-10-291-1/+0Star
|/ /
* | Merge branch 'alpm' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/li...Linus Torvalds2007-10-292-1/+41
|\ \
| * | [libata] Link power management infrastructureKristen Carlson Accardi2007-10-292-1/+41
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-292-0/+10
|\| |
| * | libata: implement ata_wait_after_reset()Tejun Heo2007-10-291-0/+8
| * | libata: track SLEEP state and issue SRST to wake it upTejun Heo2007-10-292-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-10-291-1/+1
|\ \ \
| * | | [BLOCK] Fix bad sharing of tag busy list on queues with shared tag mapsJens Axboe2007-10-291-1/+1
| |/ /
* | | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-10-291-3/+7
|\ \ \
| * | | sg_init_table() should use unsigned loop index variableChuck Lever2007-10-291-1/+1
| * | | sg_last() should use unsigned loop index variableChuck Lever2007-10-291-1/+1
| * | | SG: clear termination bit in sg_chain()Jens Axboe2007-10-291-1/+5
| |/ /