summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven2014-10-092-6/+2
* mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman2014-10-092-1/+14
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-092-1/+12
|\
| * x86: Tell irq work about self IPI supportFrederic Weisbecker2014-09-133-2/+12
| * irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-083-52/+79
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-027-47/+64
| |\ \
| * | | bpf: enable bpf syscall on x64 and i386Alexei Starovoitov2014-09-262-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-243-83/+31
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-2312-78/+116
| |\ \ \ \
| * | | | | net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-091-1/+1
| * | | | | net: bpf: consolidate JIT binary allocatorDaniel Borkmann2014-09-091-39/+11
| * | | | | net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov2014-09-091-0/+17
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-0716-29/+82
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-051-12/+6
| * | | | | bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov2014-08-251-0/+42
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-10-0812-7/+2588
|\ \ \ \ \ \
| * | | | | | Revert "crypto: aesni - disable "by8" AVX CTR optimization"Mathias Krause2014-10-021-2/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2014-10-021-2/+2
| |\ \ \ \ \ \
| * | | | | | | crypto: aesni - remove unused defines in "by8" variantMathias Krause2014-10-021-3/+0
| * | | | | | | crypto: aesni - fix counter overflow handling in "by8" variantMathias Krause2014-10-021-2/+15
| * | | | | | | crypto: sha-mb - sha1_mb_alg_state can be staticFengguang Wu2014-08-261-11/+11
| * | | | | | | crypto: sha-mb - SHA1 multibuffer job manager and glue codeTim Chen2014-08-253-0/+947
| * | | | | | | crypto: sha-mb - SHA1 multibuffer crypto computation (x8 AVX2)Tim Chen2014-08-251-0/+472
| * | | | | | | crypto: sha-mb - SHA1 multibuffer submit and flush routines for AVX2Tim Chen2014-08-253-0/+619
| * | | | | | | crypto: sha-mb - SHA1 multibuffer algorithm data structuresTim Chen2014-08-253-0/+533
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-0817-279/+715
|\ \ \ \ \ \ \ \
| * | | | | | | | kvm: do not handle APIC access page if in-kernel irqchip is not in usePaolo Bonzini2014-10-021-0/+3
| * | | | | | | | kvm: x86: Unpin and remove kvm_arch->apic_access_pageTang Chen2014-09-243-9/+24
| * | | | | | | | kvm: vmx: Implement set_apic_access_page_addrTang Chen2014-09-241-6/+41
| * | | | | | | | kvm: x86: Add request bit to reload APIC access page addressTang Chen2014-09-242-0/+16
| * | | | | | | | kvm: Add arch specific mmu notifier for page invalidationTang Chen2014-09-242-0/+7
| * | | | | | | | kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-242-16/+24
| * | | | | | | | kvm/x86/mmu: Pass gfn and level to rmapp callback.Andres Lagar-Cavilla2014-09-241-13/+24
| * | | | | | | | x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-onlyPaolo Bonzini2014-09-243-2/+16
| * | | | | | | | kvm: x86: use macros to compute bank MSRsChen Yucong2014-09-241-4/+4
| * | | | | | | | KVM: x86: Remove debug assertion of non-PAE reserved bitsNadav Amit2014-09-241-2/+1
| * | | | | | | | kvm: x86: fix two typos in commentTiejun Chen2014-09-242-2/+2
| * | | | | | | | KVM: vmx: Inject #GP on invalid PAT CRNadav Amit2014-09-243-2/+7
| * | | | | | | | KVM: x86: emulating descriptor load misses long-mode caseNadav Amit2014-09-241-0/+9
| * | | | | | | | KVM: x86: directly use kvm_make_request againLiang Chen2014-09-244-14/+7
| * | | | | | | | KVM: x86: count actual tlb flushesRadim Krčmář2014-09-242-2/+7
| * | | | | | | | KVM: nested VMX: disable perf cpuid reportingMarcelo Tosatti2014-09-242-0/+8
| * | | | | | | | KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit2014-09-241-1/+1
| * | | | | | | | kvm: Make init_rmode_tss() return 0 on success.Paolo Bonzini2014-09-241-10/+3
| * | | | | | | | KVM: x86: Warn if guest virtual address space is not 48-bitsNadav Amit2014-09-242-8/+15
| * | | | | | | | kvm: Make init_rmode_identity_map() return 0 on success.Tang Chen2014-09-171-10/+8
| * | | | | | | | kvm: Remove ept_identity_pagetable from struct kvm_arch.Tang Chen2014-09-173-28/+22
| * | | | | | | | KVM: x86: Use kvm_make_request when applicableGuo Hui Liu2014-09-161-8/+7
| * | | | | | | | KVM: x86: make apic_accept_irq tracepoint more genericPaolo Bonzini2014-09-112-9/+6
OpenPOWER on IntegriCloud