summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-041-1/+41
|\
| * random: Add arch_has_random[_seed]()H. Peter Anvin2014-03-191-0/+3
| * x86, random: Enable the RDSEED instructionH. Peter Anvin2014-03-191-1/+38
* | Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-041-0/+1
|\ \
| * | vfs: add renameat2 syscallMiklos Szeredi2014-04-011-0/+1
* | | Merge tag 'stable/for-linus-3.15-tag' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-04-034-31/+135
|\ \ \
| * | | xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss2014-03-182-17/+115
| * | | xen: remove XEN_PRIVILEGED_GUESTMichael Opdenacker2014-03-181-5/+0
| * | | xen: add support for MSI message groupsRoger Pau Monne2014-03-181-9/+20
* | | | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-28/+27
|\ \ \ \
| * | | | ftrace/x86: BUG when ftrace recovery failsPetr Mladek2014-03-071-3/+15
| * | | | ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
| * | | | ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-3/+0
| * | | | ftrace/x86: Have ftrace_write() return -EPERM and clean up callersSteven Rostedt (Red Hat)2014-03-071-19/+8
| * | | | ftrace/x86: One more missing sync after fixup of function modification failurePetr Mladek2014-03-031-1/+1
| * | | | ftrace/x86: Run a sync after fixup on failureSteven Rostedt (Red Hat)2014-03-031-2/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-04-037-44/+769
|\ \ \ \ \
| * | | | | crypto: ghash-clmulni-intel - use C implementation for setkey()Ard Biesheuvel2014-04-012-32/+11
| * | | | | crypto: x86/sha1 - reduce size of the AVX2 asm implementationMathias Krause2014-03-251-1/+0
| * | | | | crypto: x86/sha1 - fix stack alignment of AVX2 variantMathias Krause2014-03-251-5/+2
| * | | | | crypto: x86/sha1 - re-enable the AVX variantMathias Krause2014-03-251-10/+16
| * | | | | crypto: sha - SHA1 transform x86_64 AVX2chandramouli narayanan2014-03-213-7/+757
| * | | | | crypto: remove a duplicate checks in __cbc_decrypt()Dan Carpenter2014-02-272-6/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-021-5/+6
|\ \ \ \ \ \
| * | | | | | net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann2014-03-311-1/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-293-15/+6
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | net: Rename skb->rxhash to skb->hashTom Herbert2014-03-261-4/+4
* | | | | | | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-0214-185/+465
|\ \ \ \ \ \ \
| * | | | | | | KVM: vmx: fix MPX detectionPaolo Bonzini2014-03-271-1/+2
| * | | | | | | KVM: x86: handle missing MPX in nested virtualizationPaolo Bonzini2014-03-174-3/+30
| * | | | | | | KVM: x86: Add nested virtualization support for MPXPaolo Bonzini2014-03-171-0/+17
| * | | | | | | KVM: x86: introduce kvm_supported_xcr0()Paolo Bonzini2014-03-173-14/+19
| * | | | | | | KVM: x86 emulator: emulate MOVAPDIgor Mammedov2014-03-171-1/+1
| * | | | | | | KVM: x86 emulator: emulate MOVAPSIgor Mammedov2014-03-171-1/+7
| * | | | | | | kvm: x86: ignore ioapic polarityGabriel L. Somlo2014-03-131-0/+1
| * | | | | | | KVM: svm: Allow the guest to run with dirty debug registersPaolo Bonzini2014-03-111-0/+28
| * | | | | | | KVM: svm: set/clear all DR intercepts in one swoopPaolo Bonzini2014-03-111-21/+20
| * | | | | | | KVM: nVMX: Allow nested guests to run with dirty debug registersPaolo Bonzini2014-03-111-0/+4
| * | | | | | | KVM: vmx: Allow the guest to run with dirty debug registersPaolo Bonzini2014-03-111-1/+37
| * | | | | | | KVM: x86: Allow the guest to run with dirty debug registersPaolo Bonzini2014-03-112-0/+18
| * | | | | | | KVM: x86: change vcpu->arch.switch_db_regs to a bit maskPaolo Bonzini2014-03-112-2/+8
| * | | | | | | KVM: vmx: we do rely on loading DR7 on entryPaolo Bonzini2014-03-111-1/+1
| * | | | | | | KVM: x86: Remove return code from enable_irq/nmi_windowJan Kiszka2014-03-114-29/+14
| * | | | | | | KVM: nVMX: Do not inject NMI vmexits when L2 has a pending interruptJan Kiszka2014-03-111-1/+2
| * | | | | | | KVM: nVMX: Fully emulate preemption timerJan Kiszka2014-03-111-55/+96
| * | | | | | | KVM: nVMX: Rework interception of IRQs and NMIsJan Kiszka2014-03-113-36/+59
| * | | | | | | Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Paolo Bonzini2014-03-0431-149/+265
| |\ \ \ \ \ \ \
| * | | | | | | | x86: kvm: introduce periodic global clock updatesAndrew Jones2014-03-042-0/+21
| * | | | | | | | x86: kvm: rate-limit global clock updatesAndrew Jones2014-03-042-4/+24
| * | | | | | | | kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini2014-03-031-1/+1
OpenPOWER on IntegriCloud