summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-07-2634-213/+5688
|\
| * crypto: sha-mb - Cleanup code to use || instead of |Tim Chen2016-07-123-9/+15
| * crypto: aesni - Use crypto_cipher to derive rfc4106 subkeyHerbert Xu2016-07-011-65/+11
| * crypto: sha512-mb - Crypto computation (x4 AVX2)Megha Dey2016-06-281-0/+529
| * crypto: sha512-mb - Algorithm data structuresMegha Dey2016-06-283-0/+515
| * crypto: sha512-mb - submit/flush routines for AVX2Megha Dey2016-06-283-0/+580
| * crypto: sha512-mb - SHA512 multibuffer job manager and glue codeMegha Dey2016-06-283-0/+1055
| * crypto: sha1-mb - rename sha-mb to sha1-mbMegha Dey2016-06-2710-4/+4
| * crypto: sha256-mb - Crypto computation (x8 AVX2)Megha Dey2016-06-271-0/+593
| * crypto: sha256-mb - Algorithm data structuresMegha Dey2016-06-273-0/+548
| * crypto: sha256-mb - submit/flush routines for AVX2Megha Dey2016-06-273-0/+584
| * crypto: sha256-mb - SHA256 multibuffer job manager and glue codeMegha Dey2016-06-273-0/+1039
| * crypto: sha1-mb - async implementation for sha1-mbMegha Dey2016-06-231-81/+101
| * crypto: ghash-clmulni - Fix cryptd reorderingHerbert Xu2016-06-231-23/+17
| * crypto: aesni - Fix cryptd reordering problem on gcmHerbert Xu2016-06-231-6/+12
| * crypto: chacha20-simd - Use generic code for small requestsHerbert Xu2016-06-231-1/+1
| * crypto: sha1-mb - stylistic cleanupMegha Dey2016-06-021-36/+74
| * crypto: sha-ssse3 - add MODULE_ALIASStephan Mueller2016-05-313-0/+22
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-07-262-34/+43
|\ \
| * | KVM: VMX: handle PML full VMEXIT that occurs during event deliveryCao, Lei2016-07-161-0/+1
| * | Revert "KVM: SVM: fix trashing of MSR_TSC_AUX"Radim Krčmář2016-07-161-5/+3
| * | KVM: SVM: do not set MSR_TSC_AUX on 32-bit buildsPaolo Bonzini2016-07-141-1/+1
| * | KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson2016-07-141-2/+17
| * | kvm: vmx: ensure VMCS is current while enabling PMLPeter Feiner2016-07-141-32/+24
| * | KVM: SVM: fix trashing of MSR_TSC_AUXPaolo Bonzini2016-07-141-3/+5
| * | KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page faultAlexis Dambricourt2016-07-051-0/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-266-102/+221
|\ \ \
| * | | x86: Make the vdso2c compiler use the host architecture headersStephen Rothwell2016-07-251-1/+1
| * | | x86/insn: Add AVX-512 support to the instruction decoderAdrian Hunter2016-07-215-101/+220
| * | | x86/insn: perf tools: Fix vcvtph2ps instruction decodingAdrian Hunter2016-07-201-1/+1
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-252-3/+4
|\ \ \ \
| * \ \ \ Merge branch 'irq/for-block' into irq/coreThomas Gleixner2016-07-0430-168/+243
| |\ \ \ \
| | * | | | genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-041-2/+3
| | | |/ / | | |/| |
| * | | | x86/PCI/VMD: Use untracked irq handlerKeith Busch2016-06-181-1/+1
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-252-4/+4
|\ \ \ \ \
| * | | | | timers, x86/mce: Initialize MCE restart timer as pinnedThomas Gleixner2016-07-071-2/+2
| * | | | | timers, x86/apic/uv: Initialize the UV heartbeat timer as pinnedThomas Gleixner2016-07-071-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-251-0/+21
|\ \ \ \ \
| * | | | | x86/reboot: Add Dell Optiplex 7450 AIO reboot quirkAlex Hung2016-07-141-0/+21
* | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-255-68/+110
|\ \ \ \ \ \
| * | | | | | x86/tsc: Remove the unused check_tsc_disabled()Wei Jiangang2016-07-152-7/+0
| * | | | | | x86/tsc: Enumerate BXT tsc_khz via CPUIDLen Brown2016-07-111-1/+15
| * | | | | | x86/tsc: Enumerate SKL cpu_khz and tsc_khz via CPUIDLen Brown2016-07-114-8/+73
| * | | | | | x86/tsc_msr: Remove irqoff around MSR-based TSC enumerationLen Brown2016-07-113-7/+3
| * | | | | | x86/tsc_msr: Add Airmont reference clock valuesLen Brown2016-07-101-1/+4
| * | | | | | x86/tsc_msr: Correct Silvermont reference clock valuesLen Brown2016-07-101-3/+3
| * | | | | | x86/tsc_msr: Update comments, expand definitionsLen Brown2016-07-101-26/+10
| * | | | | | x86/tsc_msr: Remove debugging messagesLen Brown2016-07-101-16/+3
| * | | | | | x86/tsc_msr: Identify Intel-specific codeLen Brown2016-07-101-0/+3
| * | | | | | Revert "x86/tsc: Add missing Cherrytrail frequency to the table"Len Brown2016-07-101-3/+0
OpenPOWER on IntegriCloud