summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier2008-07-205-18/+28
| | * | KVM: MMU: Avoid page prefetch on SVMAvi Kivity2008-07-201-1/+4
| | * | KVM: MMU: Move nonpaging_prefetch_page()Avi Kivity2008-07-201-9/+9
| | * | KVM: x86 emulator: implement 'push imm' (opcode 0x68)Avi Kivity2008-07-201-1/+2
| | * | KVM: x86 emulator: simplify push imm8 emulationAvi Kivity2008-07-201-3/+1
| | * | KVM: MMU: Optimize prefetch_page()Avi Kivity2008-07-201-13/+15
| | * | KVM: x86 emulator: Add support for mov r, sreg (0x8c) instructionGuillaume Thouvenin2008-07-201-1/+14
| | * | KVM: x86 emulator: Add support for mov seg, r (0x8e) instructionGuillaume Thouvenin2008-07-201-1/+24
| | * | KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instructionGuillaume Thouvenin2008-07-201-1/+4
| | * | KVM: x86 emulator: add support for jmp far 0xeaGuillaume Thouvenin2008-07-201-2/+29
| | * | KVM: x86 emulator: Update c->dst.bytes in decode instructionGuillaume Thouvenin2008-07-201-0/+1
| | * | KVM: Prefixes segment functions that will be exported with "kvm_"Guillaume Thouvenin2008-07-201-39/+39
| | * | KVM: MTRR supportAvi Kivity2008-07-201-4/+48
| | * | KVM: VMX: Enable NMI with in-kernel irqchipSheng Yang2008-07-203-19/+118
| | * | KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang2008-07-202-1/+8
| | * | KVM: Remove unnecessary ->decache_regs() callAvi Kivity2008-07-201-1/+0
| | * | KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity2008-07-206-35/+0
| | * | KVM: VMX: Add list of potentially locally cached vcpusAvi Kivity2008-07-202-29/+22
| | * | KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity2008-07-202-20/+25
| | * | KVM: MMU: Fix false flooding when a pte points to page tableAvi Kivity2008-07-202-2/+18
| | * | KVM: VMX: Trivial vmcs_write64() code simplificationAvi Kivity2008-07-201-3/+1
| | * | KVM: SVM: Fake MSR_K7 performance countersChris Lalancette2008-07-201-6/+9
| | * | KVM: PIT: support mode 3Aurelien Jarno2008-07-201-0/+1
| | * | KVM: SVM: add tracing support for TDP page faultsJoerg Roedel2008-07-201-0/+4
| | * | KVM: SVM: add missing kvmtrace markersJoerg Roedel2008-07-201-1/+25
| | * | KVM: add missing kvmtrace bitsJoerg Roedel2008-07-201-5/+20
| | * | KVM: SVM: implement dedicated INTR exit handlerJoerg Roedel2008-07-201-1/+7
| | * | KVM: SVM: implement dedicated NMI exit handlerJoerg Roedel2008-07-201-1/+6
| | * | KVM: VMX: move APIC_ACCESS trace entry to generic codeJoerg Roedel2008-07-202-2/+4
| | * | KVM: add statics were possible, function definition in lapic.hHarvey Harrison2008-07-205-7/+8
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-203-3/+18
| |\ \
| | * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181528-160568/+89531
| | |\ \ | | | |/
| | * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-05136-3417/+5955
| | |\ \
| | * | | DM9000: Fixup blackfin after removing 2 resource usageLaurent Pinchart2008-06-243-3/+18
| * | | | Merge branch 'for-linus' of git://www.jni.nu/crisLinus Torvalds2008-07-2012-152/+151
| |\ \ \ \
| | * \ \ \ Merge branch 'cris_debug_port_fix' into crisJesper Nilsson2008-07-011-4/+4
| | |\ \ \ \
| | | * | | | [CRISv10] Correct whitespace damage.Jesper Nilsson2008-06-301-4/+4
| | * | | | | Merge branch 'build_fix' into crisJesper Nilsson2008-07-015-61/+74
| | |\ \ \ \ \
| | | * | | | | [CRISv10] Clean up compressed/misc.cJesper Nilsson2008-06-301-57/+70
| | | * | | | | [CRIS] Correct image makefiles to allow using a separate OBJ-directory.Jesper Nilsson2008-06-304-4/+4
| | * | | | | | Merge branch 'pcf8563_mutex_spinlock' into crisJesper Nilsson2008-06-292-2/+2
| | |\ \ \ \ \ \
| | | * | | | | | It looks at least odd to apply spin_unlock to a mutex.Julia Lawall2008-06-292-2/+2
| | * | | | | | | Merge branch 'cris_debug_port_fix' into crisJesper Nilsson2008-06-291-7/+13
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | / / / / | | | | |/ / / / | | | |/| | | |
| | | * | | | | cris: compile fixes for 2.6.26-rc5Hinko Kocevar2008-06-291-7/+13
| | | |/ / / /
| | * | | | | [CRIS] Build fixes for compressed and rescue images for v10 and v32:Jesper Nilsson2008-06-299-85/+65
| | |/ / / /
| * | | | | arch/m68k/mm/sun3mmu.c: Eliminate NULL test and memset after alloc_bootmemJulia Lawall2008-07-201-1/+0
| * | | | | arch/m68k/mm/motorola.c: Eliminate NULL test and memset after alloc_bootmemJulia Lawall2008-07-201-1/+0
| * | | | | m68k/Atari: remove the dead ATARI_SCC{,_DMA} optionsAdrian Bunk2008-07-201-23/+1
| * | | | | m68k/Mac: remove the unused ADB_KEYBOARD optionAdrian Bunk2008-07-201-12/+0
| * | | | | m68k/apollo: Add missing call to apollo_parse_bootinfo()Geert Uytterhoeven2008-07-201-0/+3
OpenPOWER on IntegriCloud