summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-151-7/+5
|\
| * x86: mtrr: if: remove use of seq_printf return valueJoe Perches2015-04-151-7/+5
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-153-25/+1
|\ \
| * | x86: Remove signal translation and exec_domainRichard Weinberger2015-04-122-18/+1
| * | um: Remove signal translation and exec_domainRichard Weinberger2015-04-121-7/+0
* | | Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...Linus Torvalds2015-04-157-220/+49
|\ \ \
| * | | x86, UML: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin2015-04-131-1/+1
| * | | um: Remove broken highmem supportRichard Weinberger2015-04-131-1/+0
| * | | um: Remove broken SMP supportRichard Weinberger2015-04-131-11/+0
| * | | um: Remove SKAS3/4 supportRichard Weinberger2015-04-134-207/+48
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-04-152-2/+2
|\ \ \ \
| * | | | kbuild: use relative path more to include MakefileMasahiro Yamada2015-04-022-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-1522-567/+335
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layerArd Biesheuvel2015-04-104-176/+44
| * | | | crypto: x86/sha256_ssse3 - move SHA-224/256 SSSE3 implementation to base layerArd Biesheuvel2015-04-104-173/+50
| * | | | crypto: x86/sha1_ssse3 - move SHA-1 SSSE3 implementation to base layerArd Biesheuvel2015-04-101-111/+28
| * | | | crypto: sha-mb - mark Multi buffer SHA1 helper cipherStephan Mueller2015-03-311-2/+5
| * | | | crypto: twofish_avx - mark Twofish AVX helper ciphersStephan Mueller2015-03-311-5/+10
| * | | | crypto: serpent_sse2 - mark Serpent SSE2 helper ciphersStephan Mueller2015-03-311-5/+10
| * | | | crypto: serpent_avx - mark Serpent AVX helper ciphersStephan Mueller2015-03-311-5/+10
| * | | | crypto: serpent_avx2 - mark Serpent AVX2 helper ciphersStephan Mueller2015-03-311-5/+10
| * | | | crypto: cast6_avx - mark CAST6 helper ciphersStephan Mueller2015-03-311-5/+10
| * | | | crypto: camellia_aesni_avx - mark AVX Camellia helper ciphersStephan Mueller2015-03-311-5/+10
| * | | | crypto: cast5_avx - mark CAST5 helper ciphersStephan Mueller2015-03-311-3/+6
| * | | | crypto: camellia_aesni_avx2 - mark AES-NI Camellia helper ciphersStephan Mueller2015-03-311-5/+10
| * | | | crypto: clmulni - mark ghash clmulni helper ciphersStephan Mueller2015-03-311-2/+5
| * | | | crypto: aesni - mark AES-NI helper ciphersStephan Mueller2015-03-311-8/+15
| * | | | crypto: sha1-mb - Syntax errorAmeen Ali2015-03-161-1/+1
| * | | | crypto: don't export static symbolJulia Lawall2015-03-131-1/+0
| * | | | crypto: aesni - make driver-gcm-aes-aesni helper a proper aead algTadeusz Struk2015-02-281-54/+110
| * | | | crypto: sha-mb - Fix big integer constant sparse warningLad, Prabhakar2015-02-271-1/+1
| |/ / /
* | | | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-141-4/+6
|\ \ \ \
| * \ \ \ Merge back earlier suspend/hibernate material for v4.1.Rafael J. Wysocki2015-04-101-4/+6
| |\ \ \ \
| | * | | | PM / sleep: add pm-trace support for suspending phaseZhonghui Fu2015-03-181-4/+6
| | |/ / /
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-1420-202/+153
|\ \ \ \ \
| * | | | | mm: move memtest under mmVladimir Murzin2015-04-144-139/+0
| * | | | | mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook2015-04-141-3/+0
| * | | | | mm: split ET_DYN ASLR from mmap ASLRKees Cook2015-04-141-1/+0
| * | | | | mm: expose arch_mmap_rnd when availableKees Cook2015-04-142-2/+3
| * | | | | x86: standardize mmap_rnd() usageKees Cook2015-04-141-16/+20
| * | | | | x86, mm: support huge KVA mappings on x86Toshi Kani2015-04-142-0/+66
| * | | | | x86, mm: support huge I/O mapping capability I/FToshi Kani2015-04-142-2/+23
| * | | | | x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-1412-39/+41
| * | | | | watchdog: introduce the hardlockup_detector_disable() functionUlrich Obergfell2015-04-141-1/+1
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-1419-235/+4642
|\ \ \ \ \ \
| * | | | | | perf/x86/intel/pt: Clean up the control flow in pt_pmu_hw_init()Ingo Molnar2015-04-121-23/+30
| * | | | | | perf/x86/intel/pt: Fix the 32-bit buildIngo Molnar2015-04-022-3/+3
| * | | | | | perf/x86/intel: Avoid rewriting DEBUGCTL with the same value for LBRsAndi Kleen2015-04-021-2/+4
| * | | | | | perf/x86/intel: Streamline LBR MSR handling in PMIAndi Kleen2015-04-023-10/+27
| * | | | | | perf/x86: Only dump PEBS register when PEBS has been detectedAndi Kleen2015-04-021-2/+4
OpenPOWER on IntegriCloud