summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-075-104/+111
|\
| * efi: Move efi_mem_type() to common codeJan Beulich2017-08-261-19/+0
| * efi/libstub: Enable reset attack mitigationMatthew Garrett2017-08-261-0/+3
| * Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2017-08-26119-513/+2805
| |\
| * | arm/efi: Split zImage code and data into separate PE/COFF sectionsArd Biesheuvel2017-08-212-16/+46
| * | arm/efi: Replace open coded constants with symbolic onesArd Biesheuvel2017-08-211-61/+67
| * | arm/efi: Remove pointless dummy .reloc sectionArd Biesheuvel2017-08-211-17/+1
| * | arm/efi: Remove forbidden values from the PE/COFF headerArd Biesheuvel2017-08-211-3/+3
| * | efi/libstub/arm64: Use hidden attribute for struct screen_info referenceArd Biesheuvel2017-08-211-0/+3
* | | 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-078-65/+15
|\ \ \ \ \ \
| * | | | | | mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-074-0/+12
| * | | | | | x86,mpx: make mpx depend on x86-64 to free up VMA flagRik van Riel2017-09-071-1/+3
| * | | | | | mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz2017-09-076-63/+0
| * | | | | | metag/numa: remove the unused parent_node() macroDou Liyang2017-09-071-1/+0
* | | | | | | x86/mm: Document how CR4.PCIDE restore worksAndy Lutomirski2017-09-071-0/+13
* | | | | | | x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski2017-09-074-0/+49
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-09-0728-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