summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | KVM: fold kvm_pit_timer into kvm_kpit_stateAvi Kivity2012-08-013-37/+31
| * | | KVM: Simplify kvm_pit_timerAvi Kivity2012-08-012-21/+1
| * | | KVM: Simplify kvm_timerAvi Kivity2012-08-012-21/+5
| * | | KVM: Remove internal timer abstractionAvi Kivity2012-08-017-73/+67
| * | | KVM: Don't update PPR on any APIC readAvi Kivity2012-07-301-2/+4
| * | | KVM: s390: Add implementation-specific trace eventsCornelia Huck2012-07-265-0/+241
| * | | KVM: s390: Add architectural trace eventsCornelia Huck2012-07-266-1/+368
| * | | s390/dis: Instruction decoding interfaceCornelia Huck2012-07-262-0/+28
| * | | KVM: Move KVM_IRQ_LINE to arch-generic codeChristoffer Dall2012-07-262-46/+20
| * | | KVM: x86 emulator: drop unneeded call to get_segment()Gleb Natapov2012-07-261-6/+3
| * | | KVM: x86 emulator: simplify read_emulatedXiao Guangrong2012-07-261-17/+14
| * | | KVM: MMU: use kvm_release_pfn_clean to release pfnXiao Guangrong2012-07-261-1/+1
| * | | Merge branch 'queue' into nextAvi Kivity2012-07-2615-74/+155
| |\ \ \
| | * | | KVM: Add config to support ple or cpu relax optimzationRaghavendra K T2012-07-232-0/+2
| | * | | KVM: switch to symbolic name for irq_states sizeMichael S. Tsirkin2012-07-201-1/+1
| | * | | KVM: x86: Fix typos in pmu.cGuo Chao2012-07-201-1/+1
| | * | | KVM: x86: Fix typos in lapic.cGuo Chao2012-07-201-2/+2
| | * | | KVM: x86: Fix typos in cpuid.cGuo Chao2012-07-201-1/+1
| | * | | KVM: x86: Fix typos in emulate.cGuo Chao2012-07-201-5/+5
| | * | | KVM: x86: Fix typos in x86.cGuo Chao2012-07-201-7/+7
| | * | | KVM: SVM: Fix typosGuo Chao2012-07-201-2/+2
| | * | | KVM: VMX: Fix typosGuo Chao2012-07-201-3/+3
| | * | | KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong2012-07-192-2/+2
| | * | | KVM: using get_fault_pfn to get the fault pfnXiao Guangrong2012-07-191-4/+2
| | * | | KVM: MMU: track the refcount when unmap the pageXiao Guangrong2012-07-191-0/+8
| | * | | KVM: x86: remove unnecessary mark_page_dirtyXiao Guangrong2012-07-191-1/+0
| | * | | KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()Takuya Yoshikawa2012-07-181-10/+18
| | * | | KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp()Takuya Yoshikawa2012-07-181-13/+10
| | * | | KVM: MMU: Add memslot parameter to hva handlersTakuya Yoshikawa2012-07-181-7/+9
| | * | | KVM: Separate rmap_pde from kvm_lpage_info->write_countTakuya Yoshikawa2012-07-183-4/+15
| | * | | KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...Takuya Yoshikawa2012-07-184-0/+15
| | * | | KVM: MMU: Make kvm_handle_hva() handle range of addressesTakuya Yoshikawa2012-07-182-18/+60
| | * | | KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()Takuya Yoshikawa2012-07-182-5/+4
| | * | | KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()Takuya Yoshikawa2012-07-181-6/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-10-0430-883/+4909
|\ \ \ \ \
| * | | | | crypto: x86/glue_helper - fix storing of new IV in CBC encryptionJussi Kivilinna2012-10-041-1/+1
| * | | | | crypto: cast5/avx - fix storing of new IV in CBC encryptionJussi Kivilinna2012-09-271-1/+1
| * | | | | crypto: camellia-x86_64 - fix sparse warnings (constant is so big)Jussi Kivilinna2012-09-071-688/+688
| * | | | | crypto: cast6-avx - tune assembler code for more performanceJussi Kivilinna2012-09-071-114/+162
| * | | | | crypto: cast5-avx - tune assembler code for more performanceJussi Kivilinna2012-09-071-106/+160
| * | | | | crypto: twofish-avx - tune assembler code for more performanceJussi Kivilinna2012-09-071-85/+142
| * | | | | arm/crypto: Add optimized AES and SHA1 routinesDavid McCullough2012-09-076-0/+1912
| * | | | | crypto: aesni_intel - improve lrw and xts performance by utilizing parallel A...Jussi Kivilinna2012-08-201-35/+218
| * | | | | powerpc/crypto: add compression support to arch vecSeth Jennings2012-08-011-2/+2
| * | | | | powerpc/crypto: rework KconfigSeth Jennings2012-08-012-2/+4
| * | | | | crypto: cast6 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-013-0/+985
| * | | | | crypto: cast5 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-013-0/+854
| * | | | | crypto: arch/s390 - cleanup - remove unneeded cra_list initializationJussi Kivilinna2012-08-013-16/+0
| * | | | | crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna2012-08-0111-54/+1
* | | | | | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-03138-214/+319
|\ \ \ \ \ \