summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PCI: Add MSI quirk for ServerWorks HT1000 PCIX bridge.David Miller2007-11-052-0/+4
* PCI: Revert "PCI: disable MSI by default on systems with Serverworks HT1000 c...David Miller2007-11-052-2/+0
* Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2007-11-058-12/+27
|\
| * [S390] tod clock: announce clocksource as perfectChristian Borntraeger2007-11-051-1/+1
| * [S390] Rename "idle_time" attribute to "idle_time_us".Heiko Carstens2007-11-051-3/+3
| * [S390] Fix priority mistakes in drivers/s390/cio/cmf.cRoel Kluin2007-11-051-2/+2
| * [S390] Fix memory detection.Heiko Carstens2007-11-051-1/+3
| * [S390] Fix compile on !CONFIG_SMP.Heiko Carstens2007-11-051-2/+6
| * [S390] device_schedule_callback() for dcssblk.Gerald Schaefer2007-11-051-2/+7
| * [S390] Fix smsgiucv init on no iucv machinesChristian Borntraeger2007-11-051-0/+4
| * [S390] cio: use INIT_WORK to initialize struct work.Heiko Carstens2007-11-051-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2007-11-055-50/+38
|\ \
| * | lguest: tidy up documentationRusty Russell2007-11-051-22/+21
| * | kernel/futex.c: make 3 functions staticAdrian Bunk2007-11-052-11/+4
| * | unexport access_process_vmAdrian Bunk2007-11-051-1/+0
| * | lguest: make async_hcall() staticAdrian Bunk2007-11-052-16/+13
* | | cpm_load_patch() - declartion conflictKamalesh Babulal2007-11-051-1/+1
* | | SLUB: Fix memory leak by not reusing cpu_slabChristoph Lameter2007-11-051-19/+1
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-11-054-11/+25
|\ \ \
| * | | [SCSI] ibmvscsi: Prevent IO during partner loginRobert Jennings2007-11-031-5/+14
| * | | [SCSI] lpfc : Correct queue tag handlingJames Smart2007-11-031-2/+3
| * | | [SCSI] Update MAINTAINER email address and treesJames Bottomley2007-11-031-2/+4
| * | | [SCSI] osst: fix if (...) \n #if... cases missing semicolons when falseIlpo Järvinen2007-10-271-2/+4
* | | | x86 setup: set %ebx == %ebp == %edi == 0 on protected mode entryH. Peter Anvin2007-11-041-1/+3
* | | | x86 setup: add a near jump to serialize %cr0 on 386/486H. Peter Anvin2007-11-041-2/+2
| |/ / |/| |
* | | Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/air...Linus Torvalds2007-11-043-2/+5
|\ \ \
| * | | drm/sis: missing mutex unlock in error path.Roel Kluin2007-11-051-0/+1
| * | | radeon: set the address to access the GART table on the CPU side correctlyDave Airlie2007-11-052-2/+4
* | | | Merge branch 'an' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/liba...Linus Torvalds2007-11-045-3/+216
|\ \ \ \ | |/ / / |/| | |
| * | | [libata] Utilize new SCSI event infrastructureJeff Garzik2007-11-031-3/+5
| * | | SCSI: add asynchronous event notification APIJeff Garzik2007-11-034-0/+211
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2007-11-041-2/+1
|\ \ \ \
| * | | | ieee1394: iso and async streams: s/g list fixJens Axboe2007-11-041-2/+1
| |/ / /
* | | | rtc: ignore msb when reading back mday from alarmMark Lord2007-11-041-1/+2
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-11-034-28/+40
|\ \ \
| * | | [BLOCK] Don't allow empty barriers to be passed down to queues that don't gro...Jens Axboe2007-11-021-1/+6
| * | | dm: bounce_pfn limit addedVasily Averin2007-11-022-0/+8
| * | | Deadline iosched: Fix batching fairnessAaron Carroll2007-11-021-14/+7
| * | | Deadline iosched: Reset batch for ordered requestsAaron Carroll2007-11-021-3/+3
| * | | Deadline iosched: Factor out finding latter requesAaron Carroll2007-11-021-11/+17
* | | | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-11-0343-75/+45
|\ \ \ \
| * | | | [SG] Get rid of __sg_mark_end()Jens Axboe2007-11-028-19/+21
| * | | | cleanup asm/scatterlist.h includesAdrian Bunk2007-11-0235-35/+7
| * | | | SG: Make sg_init_one() use general table init functionsJens Axboe2007-11-021-22/+18
| |/ / /
* | | | Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2007-11-0310-15/+61
|\ \ \ \
| * | | | lockdep: fix a typo in the __lock_acquire commentGautham R Shenoy2007-10-281-1/+1
| * | | | sched: fix unconditional irq lockPeter Zijlstra2007-10-251-2/+3
| * | | | lockdep: fixup irq tracingPeter Zijlstra2007-10-258-12/+57
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6Linus Torvalds2007-11-036-182/+154
|\ \ \ \ \
| * | | | | sh64: Update defconfigs.Paul Mundt2007-11-023-171/+142
OpenPOWER on IntegriCloud