summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: introduce KVM_MEM_SLOTS_NUM macroXiao Guangrong2011-12-272-2/+4
* KVM: x86 emulator: Use opcode::execute for BSF/BSRTakuya Yoshikawa2011-12-271-25/+35
* KVM: x86 emulator: Use opcode::execute for CMPXCHGTakuya Yoshikawa2011-12-271-18/+19
* KVM: x86 emulator: Use opcode::execute for WRMSR/RDMSRTakuya Yoshikawa2011-12-271-26/+26
* KVM: x86 emulator: Use opcode::execute for MOV to cr/drTakuya Yoshikawa2011-12-271-22/+30
* KVM: x86 emulator: Use opcode::execute for CALLTakuya Yoshikawa2011-12-271-8/+10
* KVM: x86 emulator: Use opcode::execute for BT familyTakuya Yoshikawa2011-12-271-39/+38
* KVM: x86 emulator: Use opcode::execute for IN/OUTTakuya Yoshikawa2011-12-271-26/+28
* KVM: VMX: remove unneeded vmx_load_host_state() calls.Gleb Natapov2011-12-271-5/+0
* KVM: Optimize dirty logging by rmap_write_protect()Takuya Yoshikawa2011-12-273-11/+63
* KVM: Count the number of dirty pages for dirty loggingTakuya Yoshikawa2011-12-271-6/+3
* KVM: MMU: Split gfn_to_rmap() into two functionsTakuya Yoshikawa2011-12-271-9/+17
* KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect()Takuya Yoshikawa2011-12-271-3/+1
* KVM: MMU: remove KVM host pv mmu supportChris Wright2011-12-273-160/+0
* KVM guest: remove KVM guest pv mmu supportChris Wright2011-12-271-181/+0
* KVM: x86: Simplify kvm timer handlerJan Kiszka2011-12-271-22/+4
* KVM: MMU: improve write flooding detectedXiao Guangrong2011-12-273-48/+32
* KVM: MMU: fix detecting misaligned accessedXiao Guangrong2011-12-271-0/+8
* KVM: MMU: split kvm_mmu_pte_write functionXiao Guangrong2011-12-271-75/+119
* KVM: MMU: remove unnecessary kvm_mmu_free_some_pagesXiao Guangrong2011-12-271-1/+0
* KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong2011-12-274-40/+36
* KVM: MMU: cleanup FNAME(invlpg)Xiao Guangrong2011-12-272-33/+27
* KVM: MMU: do not mark accessed bit on pte write pathXiao Guangrong2011-12-272-22/+1
* KVM: x86: cleanup port-in/port-out emulatedXiao Guangrong2011-12-271-33/+26
* KVM: x86: retry non-page-table writing instructionsXiao Guangrong2011-12-275-6/+77
* KVM: x86: tag the instructions which are used to write page tableXiao Guangrong2011-12-271-16/+21
* KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_writeXiao Guangrong2011-12-271-5/+20
* KVM: nVMX: Fix warning-causing idt-vectoring-info behaviorNadav Har'El2011-12-271-3/+4
* KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXITNadav Har'El2011-12-272-5/+13
* KVM: PPC: e500: include linux/export.hScott Wood2011-12-261-0/+1
* KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=NMichael Neuling2011-12-261-1/+1
* KVM: PPC: protect use of kvmppc_h_prAndreas Schwab2011-12-261-0/+2
* KVM: PPC: move compute_tlbie_rb to book3s_64 common headerAndreas Schwab2011-12-262-33/+33
* KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka2011-12-261-10/+9
* KVM: x86: Prevent starting PIT timers in the absence of irqchip supportJan Kiszka2011-12-251-3/+7
* sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq().David S. Miller2011-12-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-12-211-2/+2
|\
| * net: bpf_jit: fix an off-one bug in x86_64 cond jump targetMarkus Kötter2011-12-191-2/+2
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-12-202-8/+8
|\ \
| * | x86, dumpstack: Fix code bytes breakage due to missing KERN_CONTClemens Ladisch2011-12-192-8/+8
| |/
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-201-1/+1
|\ \
| * | oprofile: Fix uninitialized memory access when writing to writing to oprofilefsRobert Richter2011-12-191-1/+1
| |/
* | Merge branch 'sh-fixes-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2011-12-201-6/+10
|\ \
| * | sh: fix build warning in board-sh7757lcrYoshihiro Shimoda2011-11-181-6/+10
* | | Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2011-12-203-19/+139
|\ \ \ | |_|/ |/| |
| | |
| | \
| *-. \ Merge branches 'rmobile/core', 'rmobile/kota2' and 'rmobile/ag5' into rmobile...Paul Mundt2011-11-243-18/+138
| |\ \ \
| | | * | ARM: mach-shmobile: AG5EVM GIC Sparse IRQ fixMagnus Damm2011-11-241-0/+1
| | | |/
| | * | ARM: mach-shmobile: Kota2 TPU LED platform dataMagnus Damm2011-11-242-4/+134
| | * | ARM: mach-shmobile: Kota2 GIC Sparse IRQ fixMagnus Damm2011-11-241-0/+1
| | * | ARM: mach-shmobile: Kota2 PINT fixMagnus Damm2011-11-241-14/+2
| | |/
OpenPOWER on IntegriCloud