summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-0713-62/+535
|\
| * tracing/hyper-v: Trace hyperv_mmu_flush_tlb_others()Vitaly Kuznetsov2017-08-312-0/+47
| * x86/hyper-v: Support extended CPU ranges for TLB flush hypercallsVitaly Kuznetsov2017-08-312-3/+140
| * Merge branch 'x86/mm' into x86/platform, to pick up TLB flush dependencyIngo Molnar2017-08-31185-822/+3423
| |\
| * | x86/platform/intel-mid: Make several arrays static, to make code smallerColin Ian King2017-08-291-2/+2
| * | x86/hyper-v: Use hypercall for remote TLB flushVitaly Kuznetsov2017-08-106-1/+152
| * | hyper-v: Globalize vp_indexVitaly Kuznetsov2017-08-102-1/+57
| * | x86/hyper-v: Implement rep hypercallsVitaly Kuznetsov2017-08-101-0/+39
| * | x86/hyper-v: Introduce fast hypercall implementationVitaly Kuznetsov2017-08-101-0/+34
| * | x86/hyper-v: Make hv_do_hypercall() inlineVitaly Kuznetsov2017-08-102-49/+45
| * | x86/hyper-v: Include hyperv/ only when CONFIG_HYPERV is setVitaly Kuznetsov2017-08-102-2/+7
| * | Merge branch 'linus' into x86/platform, to pick up fixesIngo Molnar2017-08-10144-967/+3311
| |\ \
| * | | x86/platform/intel-mid: Make 'bt_sfi_data' constBhumika Goyal2017-08-101-1/+1
| * | | x86/platform/intel-mid: Make IRQ allocation a bit more flexibleAndy Shevchenko2017-07-252-5/+13
| * | | x86/platform/intel-mid: Group timers callbacks togetherAndy Shevchenko2017-07-251-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-068-65/+15
|\ \ \ \
| * | | | mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-064-0/+12
| * | | | x86,mpx: make mpx depend on x86-64 to free up VMA flagRik van Riel2017-09-061-1/+3
| * | | | mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz2017-09-066-63/+0
| * | | | metag/numa: remove the unused parent_node() macroDou Liyang2017-09-061-1/+0
* | | | | x86/mm: Document how CR4.PCIDE restore worksAndy Lutomirski2017-09-061-0/+13
* | | | | x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski2017-09-064-0/+49
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-09-0628-314/+1672
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-08-222-32/+37
| |\ \ \ \ \
| * | | | | | crypto: arm64/aes - avoid expanded lookup tables in the final roundArd Biesheuvel2017-08-041-45/+107
| * | | | | | crypto: arm/aes - avoid expanded lookup tables in the final roundArd Biesheuvel2017-08-041-23/+65
| * | | | | | crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULLArd Biesheuvel2017-08-042-36/+252
| * | | | | | crypto: arm/ghash - add NEON accelerated fallback for vmull.p64Ard Biesheuvel2017-08-043-48/+215
| * | | | | | crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel2017-08-043-26/+591
| * | | | | | crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTRArd Biesheuvel2017-08-042-5/+44
| * | | | | | crypto: arm64/chacha20 - take may_use_simd() into accountArd Biesheuvel2017-08-041-2/+3
| * | | | | | crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTRArd Biesheuvel2017-08-043-17/+101
| * | | | | | crypto: arm64/aes-ce-ccm: add non-SIMD generic fallbackArd Biesheuvel2017-08-042-35/+140
| * | | | | | crypto: arm64/aes-ce-cipher: add non-SIMD generic fallbackArd Biesheuvel2017-08-042-3/+18
| * | | | | | crypto: arm64/aes-ce-cipher - match round key endianness with generic codeArd Biesheuvel2017-08-043-40/+37
| * | | | | | crypto: arm64/sha2-ce - add non-SIMD scalar fallbackArd Biesheuvel2017-08-043-5/+29
| * | | | | | crypto: arm64/sha1-ce - add non-SIMD generic fallbackArd Biesheuvel2017-08-042-5/+16
| * | | | | | crypto: arm64/crc32 - add non-SIMD scalar fallbackArd Biesheuvel2017-08-041-5/+6
| * | | | | | crypto: arm64/crct10dif - add non-SIMD generic fallbackArd Biesheuvel2017-08-041-4/+9
| * | | | | | crypto: arm64/ghash-ce - add non-SIMD scalar fallbackArd Biesheuvel2017-08-042-9/+43
| * | | | | | crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-049-22/+12
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-0628-877/+2096
|\ \ \ \ \ \ \
| * | | | | | | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-042-2/+0
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-0154-173/+292
| |\ \ \ \ \ \ \
| * | | | | | | | x86: bpf_jit: small optimization in emit_bpf_tail_call()Eric Dumazet2017-08-311-5/+4
| * | | | | | | | ARM: dts: rk3228-evb: Fix the compiling errorDavid Wu2017-08-271-2/+2
| * | | | | | | | MIPS,bpf: fix missing break in switch statementColin Ian King2017-08-221-0/+1
| * | | | | | | | arm: eBPF JIT compilerShubham Bansal2017-08-223-811/+1747
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-2164-187/+298
| |\ \ \ \ \ \ \ \
| * | | | | | | | | MIPS,bpf: Cache value of BPF_OP(insn->code) in eBPF JIT.David Daney2017-08-211-33/+34