aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] debug: add sysrq_always_enabled boot optionIngo Molnar2006-12-132-12/+35
* [PATCH] cciss: remove calls to pci_disable_deviceMike Miller2006-12-131-6/+13
* [PATCH] cciss: map out more memory for config tableMike Miller2006-12-131-1/+1
* [PATCH] sx: fix non-PCI buildJiri Slaby2006-12-132-1/+9
* [PATCH] mxser_new: fix non-PCI buildJiri Slaby2006-12-132-1/+9
* [PATCH] isicom: fix build with PCI disabledRandy Dunlap2006-12-131-1/+1
* [PATCH] w1: Fix for kconfig entry typoEvgeniy Polyakov2006-12-131-2/+2
* [PATCH] KVM: Fix vmx hardware_enable() on macbooksAvi Kivity2006-12-131-1/+1
* [PATCH] KVM: Don't touch the virtual apic vt registers on 32-bitMichael Riepe2006-12-131-0/+2
* [PATCH] KVM: Disallow the kvm-amd module on intel hardware, and vice versaAvi Kivity2006-12-132-5/+3
* [PATCH] md: Don't assume that READ==0 and WRITE==1 - use the names explicitlyNeilBrown2006-12-134-15/+15
* [PATCH] vt: fix comments to not refer to kill_procEric W. Biederman2006-12-131-3/+3
* [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