summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-062-5/+29
|\
| * headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-061-1/+0Star
| * x86/mm/memory_hotplug: determine block size based on the end of boot memoryPavel Tatashin2018-04-061-4/+29
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-053-3/+3
|\ \
| * | Documentation: Fix early-microcode.txt references after file renameJaak Ristioja2018-03-272-2/+2
| * | treewide: Align function definition open/close bracesJoe Perches2018-03-261-1/+1
* | | Merge tag 'sound-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-04-051-0/+1
|\ \ \
| * \ \ Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown2018-03-281-0/+1
| |\ \ \
| | * | | ASoC: Intel: sst: Free streams on suspend, re-alloc on resumeHans de Goede2018-03-011-0/+1
* | | | | Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-04-051-4/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge tag 'v4.16-rc5' into develLinus Walleij2018-03-18116-808/+1486
| |\ \ \ \
| * | | | | isa: Remove ISA_BUS_API selection for ISA_BUSWilliam Breathitt Gray2018-02-221-4/+6
| | |_|/ / | |/| | |
* | | | | Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-058-1/+72
|\ \ \ \ \
| * \ \ \ \ Merge 4.16-rc7 into char-misc-nextGreg Kroah-Hartman2018-03-2847-343/+569
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley2018-03-068-1/+72
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-04-0525-4976/+2283Star
|\ \ \ \ \ \
| * | | | | | crypto: x86/des3_ede - des3_ede_skciphers[] can be staticWu Fengguang2018-03-091-1/+1
| * | | | | | crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()Eric Biggers2018-03-023-18/+14Star
| * | | | | | crypto: x86/glue_helper - remove blkcipher_walk functionsEric Biggers2018-03-022-406/+0Star
| * | | | | | crypto: lrw - remove lrw_crypt()Eric Biggers2018-03-021-1/+0Star
| * | | | | | crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers2018-03-023-433/+205Star
| * | | | | | crypto: x86/camellia - convert to skcipher interfaceEric Biggers2018-03-021-83/+79Star
| * | | | | | crypto: x86/camellia - remove XTS algorithmEric Biggers2018-03-023-112/+24Star
| * | | | | | crypto: x86/camellia - remove LRW algorithmEric Biggers2018-03-022-94/+1Star
| * | | | | | crypto: x86/camellia-aesni-avx2 - remove LRW algorithmEric Biggers2018-03-021-179/+1Star
| * | | | | | crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers2018-03-022-167/+2Star
| * | | | | | crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers2018-03-021-119/+119
| * | | | | | crypto: x86/blowfish: convert to skcipher interfaceEric Biggers2018-03-021-117/+113Star
| * | | | | | crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers2018-03-021-211/+100Star
| * | | | | | crypto: x86/cast6-avx - remove LRW algorithmEric Biggers2018-03-021-179/+1Star
| * | | | | | crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers2018-03-021-224/+127Star
| * | | | | | crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers2018-03-021-2/+1Star
| * | | | | | crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers2018-03-021-215/+100Star
| * | | | | | crypto: x86/twofish-avx - remove LRW algorithmEric Biggers2018-03-021-188/+1Star
| * | | | | | crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers2018-03-021-84/+67Star
| * | | | | | crypto: x86/twofish-3way - remove XTS algorithmEric Biggers2018-03-023-117/+25Star
| * | | | | | crypto: x86/twofish-3way - remove LRW algorithmEric Biggers2018-03-023-91/+27Star
| * | | | | | crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers2018-03-023-437/+217Star
| * | | | | | crypto: x86/serpent-avx - remove LRW algorithmEric Biggers2018-03-022-186/+1Star
| * | | | | | crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers2018-03-021-175/+1Star
| * | | | | | crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers2018-03-021-151/+70Star
| * | | | | | crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers2018-03-021-172/+0Star
| * | | | | | crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers2018-03-021-129/+1Star
| * | | | | | crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers2018-03-022-0/+219
| * | | | | | crypto: aesni - Update aesni-intel_glue to use scatter/gatherDave Watson2018-02-221-0/+133
| * | | | | | crypto: aesni - Introduce scatter/gather asm function stubsDave Watson2018-02-222-26/+106
| * | | | | | crypto: aesni - Add fast path for > 16 byte updateDave Watson2018-02-221-0/+25
| * | | | | | crypto: aesni - Introduce partial block macroDave Watson2018-02-221-1/+150
| * | | | | | crypto: aesni - Move HashKey computation from stack to gcm_contextDave Watson2018-02-221-99/+106
| * | | | | | crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson2018-02-221-1/+9