| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | * | | | | | iommu/omap: cleanup: remove a redundant statement | Ohad Ben-Cohen | 2011-09-05 | 1 | -4/+2 |
| | | * | | | | | iommu/omap-iovmm: support non page-aligned buffers in iommu_vmap | Laurent Pinchart | 2011-09-05 | 1 | -10/+26 |
| | | * | | | | | iommu: omap: add Kconfig OMAP dependency | Ohad Ben-Cohen | 2011-08-29 | 1 | -0/+1 |
| | | * | | | | | omap: iommu: Fix up mutex->spin_lock conversion of iommu_lock | Joerg Roedel | 2011-08-26 | 1 | -3/+3 |
| | | * | | | | | omap: iommu: omapify 'struct iommu' and exposed API | Ohad Ben-Cohen | 2011-08-26 | 13 | -189/+208 |
| | | * | | | | | omap: iommu: remove unused exported API | Ohad Ben-Cohen | 2011-08-26 | 2 | -62/+0 |
| | | * | | | | | omap: iovmm: remove unused functionality | Ohad Ben-Cohen | 2011-08-26 | 2 | -209/+0 |
| | | * | | | | | omap: iommu: PREFETCH_IOTLB cleanup | Ohad Ben-Cohen | 2011-08-26 | 1 | -3/+16 |
| | | * | | | | | omap: iommu: stop exporting local functions | Ohad Ben-Cohen | 2011-08-26 | 2 | -20/+7 |
| | | * | | | | | omap: iommu/iovmm: move to dedicated iommu folder | Ohad Ben-Cohen | 2011-08-26 | 9 | -20/+25 |
| | | * | | | | | omap: iommu: migrate to the generic IOMMU API | Ohad Ben-Cohen | 2011-08-26 | 11 | -125/+422 |
| | | |/ / / / |
|
| | * | | | | | iommu/amd: Fix wrong shift direction | Joerg Roedel | 2011-10-11 | 1 | -1/+1 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 2011-10-30 | 3 | -45/+44 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | amd64_edac: Cleanup return type of amd64_determine_edac_cap() | Dan Carpenter | 2011-10-06 | 1 | -2/+2 |
| * | | | | | | | amd64_edac: Add a fix for Erratum 505 | Borislav Petkov | 2011-10-06 | 1 | -5/+22 |
| * | | | | | | | EDAC, MCE, AMD: Simplify NB MCE decoder interface | Borislav Petkov | 2011-10-06 | 3 | -17/+15 |
| * | | | | | | | EDAC, MCE, AMD: Drop local coreid reporting | Borislav Petkov | 2011-10-06 | 1 | -19/+1 |
| * | | | | | | | EDAC, MCE, AMD: Print valid addr when reporting an error | Borislav Petkov | 2011-10-06 | 1 | -1/+3 |
| * | | | | | | | EDAC, MCE, AMD: Print CPU number when reporting the error | Borislav Petkov | 2011-10-06 | 1 | -2/+2 |
* | | | | | | | | Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2011-10-30 | 60 | -1369/+2449 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | KVM: SVM: Keep intercepting task switching with NPT enabled | Jan Kiszka | 2011-10-30 | 1 | -1/+0 |
| * | | | | | | | | KVM: s390: implement sigp external call | Christian Ehrhardt | 2011-10-30 | 5 | -1/+84 |
| * | | | | | | | | KVM: s390: fix register setting | Carsten Otte | 2011-10-30 | 1 | -0/+2 |
| * | | | | | | | | KVM: s390: fix return value of kvm_arch_init_vm | Carsten Otte | 2011-10-30 | 1 | -0/+2 |
| * | | | | | | | | KVM: s390: check cpu_id prior to using it | Carsten Otte | 2011-10-30 | 1 | -4/+10 |
| * | | | | | | | | KVM: emulate lapic tsc deadline timer for guest | Liu, Jinsong | 2011-10-05 | 5 | -30/+140 |
| * | | | | | | | | x86: TSC deadline definitions | Liu, Jinsong | 2011-09-25 | 3 | -0/+5 |
| * | | | | | | | | KVM: Fix simultaneous NMIs | Avi Kivity | 2011-09-25 | 3 | -19/+35 |
| * | | | | | | | | KVM: x86 emulator: convert push %sreg/pop %sreg to direct decode | Avi Kivity | 2011-09-25 | 1 | -29/+15 |
| * | | | | | | | | KVM: x86 emulator: switch lds/les/lss/lfs/lgs to direct decode | Avi Kivity | 2011-09-25 | 1 | -15/+7 |
| * | | | | | | | | KVM: x86 emulator: streamline decode of segment registers | Avi Kivity | 2011-09-25 | 1 | -42/+57 |
| * | | | | | | | | KVM: x86 emulator: simplify OpMem64 decode | Avi Kivity | 2011-09-25 | 1 | -5/+4 |
| * | | | | | | | | KVM: x86 emulator: switch src decode to decode_operand() | Avi Kivity | 2011-09-25 | 1 | -93/+63 |
| * | | | | | | | | KVM: x86 emulator: qualify OpReg inhibit_byte_regs hack | Avi Kivity | 2011-09-25 | 1 | -0/+1 |
| * | | | | | | | | KVM: x86 emulator: switch OpImmUByte decode to decode_imm() | Avi Kivity | 2011-09-25 | 1 | -4/+1 |
| * | | | | | | | | KVM: x86 emulator: free up some flag bits near src, dst | Avi Kivity | 2011-09-25 | 1 | -4/+4 |
| * | | | | | | | | KVM: x86 emulator: switch src2 to generic decode_operand() | Avi Kivity | 2011-09-25 | 1 | -25/+26 |
| * | | | | | | | | KVM: x86 emulator: expand decode flags to 64 bits | Avi Kivity | 2011-09-25 | 2 | -20/+20 |
| * | | | | | | | | KVM: x86 emulator: split dst decode to a generic decode_operand() | Avi Kivity | 2011-09-25 | 1 | -59/+87 |
| * | | | | | | | | KVM: x86 emulator: move memop, memopp into emulation context | Avi Kivity | 2011-09-25 | 2 | -17/+19 |
| * | | | | | | | | KVM: x86 emulator: convert group 3 instructions to direct decode | Avi Kivity | 2011-09-25 | 1 | -34/+48 |
| * | | | | | | | | KVM: Split up MSI-X assigned device IRQ handler | Jan Kiszka | 2011-09-25 | 1 | -13/+19 |
| * | | | | | | | | KVM: x86: Add module parameter for lapic periodic timer limit | Jan Kiszka | 2011-09-25 | 1 | -2/+13 |
| * | | | | | | | | KVM: Clean up and extend rate-limited output | Jan Kiszka | 2011-09-25 | 4 | -22/+20 |
| * | | | | | | | | KVM: x86: Avoid guest-triggerable printks in APIC model | Jan Kiszka | 2011-09-25 | 1 | -10/+9 |
| * | | | | | | | | KVM: x86: Move kvm_trace_exit into atomic vmexit section | Jan Kiszka | 2011-09-25 | 2 | -4/+3 |
| * | | | | | | | | KVM: x86 emulator: disable writeback for TEST | Avi Kivity | 2011-09-25 | 1 | -0/+4 |
| * | | | | | | | | KVM: Avoid needless registrations of IRQ ack notifier for assigned devices | Jan Kiszka | 2011-09-25 | 1 | -10/+8 |
| * | | | | | | | | KVM: Clean up unneeded void pointer casts | Jan Kiszka | 2011-09-25 | 1 | -6/+6 |
| * | | | | | | | | KVM: x86 emulator: simplify emulate_1op_rax_rdx() | Avi Kivity | 2011-09-25 | 1 | -25/+17 |