summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | KVM: Hack real-mode segments on vmx from KVM_SET_SREGSAvi Kivity2007-05-031-1/+8
| * | KVM: Modify guest segments after potentially switching modesAvi Kivity2007-05-031-10/+10
| * | KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity2007-05-034-21/+1
| * | KVM: Workaround vmx inability to virtualize the reset stateAvi Kivity2007-05-031-0/+2
| * | KVM: MMU: Remove global pte trackingAvi Kivity2007-05-032-10/+0
| * | KVM: MMU: Remove unnecessary check for pdptr accessAvi Kivity2007-05-031-2/+1
| * | KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity2007-05-035-57/+236
| * | KVM: Future-proof argument-less ioctlsAvi Kivity2007-05-031-0/+9
| * | KVM: Allow kernel to select size of mmap() bufferAvi Kivity2007-05-031-1/+7
| * | KVM: Add guest mode signal maskAvi Kivity2007-05-032-0/+44
| * | KVM: Initialize the apic_base msr on svm tooAvi Kivity2007-05-031-0/+3
| * | KVM: Add a special exit reason when exiting due to an interruptAvi Kivity2007-05-032-0/+4
| * | KVM: Fold kvm_run::exit_type into kvm_run::exit_reasonAvi Kivity2007-05-033-10/+7
| * | KVM: Allow userspace to process hypercalls which have no kernel handlerAvi Kivity2007-05-031-1/+17
| * | KVM: Add method to check for backwards-compatible API extensionsAvi Kivity2007-05-031-0/+6
| * | KVM: Remove the 'emulated' field from the userspace interfaceAvi Kivity2007-05-031-5/+0
| * | KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity2007-05-034-4/+78
| * | KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity2007-05-034-3/+50
| * | KVM: Use a shared page for kernel/user communication when runing a vcpuAvi Kivity2007-05-032-14/+41
| * | KVM: Fix bogus sign extension in mmu mapping auditAvi Kivity2007-05-031-1/+1
| * | KVM: Use own minor numberAvi Kivity2007-05-031-1/+1
| * | KVM: Use the generic skip_emulated_instruction() in hypercall codeDor Laor2007-05-032-2/+3
| * | KVM: Fix guest register corruption on paravirt hypercallDor Laor2007-05-031-2/+2
| |/
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-05-0614-217/+1109
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'arm-mm', 'at91', 'clkevts', 'imx', 'iop', 'misc', 'netx', 'ns...Russell King2007-05-0614-217/+1109
| |\ \ \ \ \ \
| | | | | | * | [ARM] Add support for ICSIDE interface on RiscPCRussell King2007-05-033-0/+695
| | | | | | * | [ARM] Add platform support for PATA on RiscPCRussell King2007-05-031-1/+1
| | |_|_|_|/ / | |/| | | | |
| | | | | * | [ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXXEric Miao2007-04-217-24/+24
| | | | | * | [ARM] 4246/1: i2c-pxa: add adapter class to platform specific dataMatej Kenda2007-04-211-2/+4
| | |_|_|/ / | |/| | | |
| | | | * | [ARM] Convert AMBA PL010 driver to use the clk infrastructureRussell King2007-04-221-2/+37
| | | | * | [ARM] Convert AMBA PL010 driver to use 'uart_amba_port'Russell King2007-04-221-124/+134
| | |_|/ / | |/| | |
| | | * | [ARM] 4328/1: Move i.MX UART regs to driverSascha Hauer2007-05-031-63/+205
| | |/ / | |/| |
| | * | [ARM] 4357/1: AT91: Support slower serial baud-ratesAndrew Victor2007-05-032-2/+10
| |/ /
* | | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-05-053-12/+8
|\ \ \
| * | | [PATCH] x86-64: ignore vgacon if hardware not presentGerd Hoffmann2007-05-021-1/+2
| * | | [PATCH] x86: fix amd64-agp aperture validationJan Beulich2007-05-021-9/+4
| * | | [PATCH] x86: Log reason why TSC was marked unstablejohn stultz2007-05-021-2/+2
| | |/ | |/|
* | | Fix compile of tmscsim SCSI driverLinus Torvalds2007-05-051-1/+1
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-05-052-81/+92
|\ \ \
| * | | [TG3]: Add TG3_FLAG_SUPPORT_MSI flag.Michael Chan2007-05-052-9/+17
| * | | [TG3]: Eliminate the TG3_FLAG_5701_REG_WRITE_BUG flag.Matt Carlson2007-05-052-13/+12
| * | | [TG3]: Eliminate the TG3_FLAG_GOT_SERDES_FLOWCTL flag.Michael Chan2007-05-052-9/+2
| * | | [TG3]: Remove reset during MAC address changes.Michael Chan2007-05-051-17/+18
| * | | [TG3]: WoL fixes.Gary Zambrano2007-05-052-11/+16
| * | | [TG3]: Clear GPIO mask before storing.Gary Zambrano2007-05-051-0/+1
| * | | [TG3]: Improve NVRAM sizing.Matt Carlson2007-05-051-16/+23
| * | | [TG3]: Fix TSO bugs.Matt Carlson2007-05-051-6/+3
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-05-0564-1621/+1846
|\ \ \ \
| * | | | [SCSI] fusion: fix domain validation loopsEric Moore2007-04-302-2/+22
| * | | | [SCSI] qla2xxx: fix regression on sparc64David Miller2007-04-301-14/+163
OpenPOWER on IntegriCloud