summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] KVM: MMU: Ignore pcd, pwt, and pat bits on ptesAvi Kivity2006-12-132-28/+9
* [PATCH] KVM: Remove extranous put_cpu() from vcpu_put()Avi Kivity2006-12-131-1/+0
* [PATCH] KVM: Move find_vmx_entry() to vmx.cAvi Kivity2006-12-132-21/+12
* [PATCH] KVM: Make the GET_SREGS and SET_SREGS ioctls symmetricUri Lublin2006-12-131-0/+2
* [PATCH] i2o_exec_exit and i2o_driver_exit should not be __exit.Ralf Baechle2006-12-133-4/+4
* [PATCH] isdn/gigaset: fix possible missing wakeupTilman Schmidt2006-12-131-66/+52
* [PATCH] fix more workqueue build breakage (tps65010)David Brownell2006-12-131-9/+12
* [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity2006-12-138-50/+50
* [PATCH] KVM: Clean up AMD SVM debug registers load and unloadAvi Kivity2006-12-131-43/+8
* [PATCH] KVM: Put KVM in a new Virtualization menuAvi Kivity2006-12-131-0/+4
* [PATCH] KVM: Add missing includeAnthony Liguori2006-12-131-0/+1
* [PATCH] tty: export get_current_ttyHeiko Carstens2006-12-131-0/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2006-12-122-2/+27
|\
| * Merge ../linusDave Jones2006-12-122816-93974/+196734
| |\
| * | [AGPGART] VIA and SiS AGP chipsets are x86-onlyMatthew Wilcox2006-12-121-2/+2
| * | [AGPGART] agp-amd64: section mismatches with HOTPLUG=nRandy Dunlap2006-12-121-1/+1
| * | [AGPGART] Fix up misprogrammed bridges with incorrect AGPv2 rates.Dave Jones2006-11-031-0/+25
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-12-1231-337/+1634
|\ \ \
| * | | IPoIB: Make sure struct ipoib_neigh.queue is always initializedRoland Dreier2006-12-121-2/+1
| * | | IB/iser: Use the new verbs DMA mapping functionsRalph Campbell2006-12-122-63/+61
| * | | IB/srp: Use new verbs IB DMA mapping functionsRalph Campbell2006-12-122-34/+49
| * | | IPoIB: Use the new verbs DMA mapping functionsRalph Campbell2006-12-122-41/+38
| * | | IB/core: Use the new verbs DMA mapping functionsRalph Campbell2006-12-123-55/+53
| * | | IB/ipath: Implement new verbs DMA mapping functionsRalph Campbell2006-12-126-7/+201
| * | | RDMA/cma: Export rdma cm interface to userspaceSean Hefty2006-12-123-3/+882
| * | | RDMA/cma: Add support for RDMA_PS_UDPSean Hefty2006-12-121-16/+204
| * | | RDMA/cma: Allow early transition to RTS to handle lost CM messagesSean Hefty2006-12-122-24/+48
| * | | RDMA/cma: Report connect info with connect eventsSean Hefty2006-12-121-57/+85
| * | | RDMA/cma: Remove unneeded qp_type parameter from rdma_cmSean Hefty2006-12-121-5/+1
| * | | IB/ipath: Fix IRQ for PCI Express HCAsRoland Dreier2006-12-121-1/+1
| * | | RDMA/amso1100: Fix memory leak in c2_qp_modify()Krishna Kumar2006-12-121-5/+8
| * | | IB/iser: Remove unused "write-only" variablesRoland Dreier2006-12-122-6/+1
| * | | IB/ipath: Remove unused "write-only" variablesRoland Dreier2006-12-127-18/+9
| * | | IB/fmr: ib_flush_fmr_pool() may wait too longRoland Dreier2006-12-121-10/+2
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-12-127-19/+18
|\ \ \
| * | | Jon needs a new shift key.Dave Jones2006-12-121-1/+1
| * | | kconfig: Standardize "depends" -> "depends on" in Kconfig filesRobert P. J. Day2006-12-124-15/+15
| * | | e100: replace kmalloc with kcallocYan Burman2006-12-121-2/+1
| * | | Fix small typo in drivers/serial/icom.cThomas Hisch2006-12-121-1/+1
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2006-12-125-31/+28
|\ \ \ \
| * \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/wim/linu...Wim Van Sebroeck2006-12-124-27/+27
| |\ \ \ \
| | * | | | [WATCHDOG] watchdog miscdevice patchAndrew Victor2006-12-073-5/+5
| | * | | | [WATCHDOG] rm9k_wdt: fix interrupt handler argumentsThomas Koeller2006-12-071-2/+2
| | * | | | [WATCHDOG] rm9k_wdt: fix compilationThomas Koeller2006-12-071-20/+20
| * | | | | [WATCHDOG] pcwd_usb.c generic HID include fileWim Van Sebroeck2006-12-121-4/+1
* | | | | | Merge ../linusDave Jones2006-12-121870-58294/+116175
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | [PATCH] remove config ordering/dependency between ucb1400-ts and sound subsystemNicolas Pitre2006-12-121-1/+1
| * | | | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2006-12-1249-1446/+1368
| |\ \ \ \ \
| | * | | | | i2c: Fix OMAP clock prescaler to match the commentJean Delvare2006-12-101-2/+2
| | * | | | | i2c: Refactor a kfree in i2c-devJean Delvare2006-12-101-2/+1
OpenPOWER on IntegriCloud