summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* crypto: aesni - Use crypto_cipher to derive rfc4106 subkeyHerbert Xu2016-07-011-65/+11
* crypto: sha512-mb - Crypto computation (x4 AVX2)Megha Dey2016-06-281-0/+529
* crypto: sha512-mb - Algorithm data structuresMegha Dey2016-06-283-0/+515
* crypto: sha512-mb - submit/flush routines for AVX2Megha Dey2016-06-283-0/+580
* crypto: sha512-mb - SHA512 multibuffer job manager and glue codeMegha Dey2016-06-283-0/+1055
* crypto: sha1-mb - rename sha-mb to sha1-mbMegha Dey2016-06-2710-4/+4
* crypto: sha256-mb - Crypto computation (x8 AVX2)Megha Dey2016-06-271-0/+593
* crypto: sha256-mb - Algorithm data structuresMegha Dey2016-06-273-0/+548
* crypto: sha256-mb - submit/flush routines for AVX2Megha Dey2016-06-273-0/+584
* crypto: sha256-mb - SHA256 multibuffer job manager and glue codeMegha Dey2016-06-273-0/+1039
* crypto: sha1-mb - async implementation for sha1-mbMegha Dey2016-06-231-81/+101
* crypto: ghash-clmulni - Fix cryptd reorderingHerbert Xu2016-06-231-23/+17
* crypto: aesni - Fix cryptd reordering problem on gcmHerbert Xu2016-06-231-6/+12
* crypto: chacha20-simd - Use generic code for small requestsHerbert Xu2016-06-231-1/+1
* crypto: sha1-mb - stylistic cleanupMegha Dey2016-06-021-36/+74
* crypto: sha-ssse3 - add MODULE_ALIASStephan Mueller2016-05-313-0/+22
* Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-276-41/+72
|\
| * um: add extended processor state save/restore supportEli Cooper2016-05-214-15/+59
| * um: extend fpstate to _xstate to support YMM registersEli Cooper2016-05-212-13/+12
| * um: fix FPU state preservation around signal handlersEli Cooper2016-05-211-15/+3
* | mm: remove more IS_ERR_VALUE abusesLinus Torvalds2016-05-271-9/+8
* | Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvha...Linus Torvalds2016-05-272-1/+28
|\ \
| * | platform/x86: Add PMC Driver for Intel Core SoCRajneesh Bhardwaj2016-05-271-0/+27
| * | intel_telemetry: Constify telemetry_core_ops structuresJulia Lawall2016-05-051-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-273-23/+73
|\ \ \
| * | | kvm:vmx: more complete state update on APICv on/offRoman Kagan2016-05-251-18/+30
| * | | KVM: SVM: Add more SVM_EXIT_REASONSJan Kiszka2016-05-241-3/+41
| * | | svm: bitwise vs logical op typoDan Carpenter2016-05-241-2/+2
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-05-264-6/+2
|\ \ \ \
| * | | | kbuild: delete unnecessary "@:"Masahiro Yamada2016-04-203-4/+0
| * | | | kbuild: drop FORCE from PHONY targetsMasahiro Yamada2016-04-201-2/+2
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-2511-27/+85
|\ \ \ \ \
| * | | | | x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault codeAndy Lutomirski2016-05-201-3/+8
| * | | | | x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limitsAndy Lutomirski2016-05-202-4/+4
| * | | | | Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar2016-05-20201-3735/+6867
| |\ \ \ \ \
| * | | | | | x86/mm/mpx: Work around MPX erratum SKD046Dave Hansen2016-05-203-0/+48
| * | | | | | x86/entry/64: Fix stack return address retrieval in thunkJosh Poimboeuf2016-05-191-6/+5
| * | | | | | x86/efi: Fix 7-parameter efi_call()sLinus Torvalds2016-05-171-5/+4
| * | | | | | x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen2016-05-163-9/+13
| * | | | | | x86/tsc: Add missing Cherrytrail frequency to the tableJeremy Compostella2016-05-121-0/+3
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-253-9/+9
|\ \ \ \ \ \ \
| * | | | | | | perf/x86/intel/p4: Trival indentation fix, remove spaceColin Ian King2016-05-201-1/+1
| * | | | | | | Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-201-7/+7
| |\ \ \ \ \ \ \
| | * | | | | | | perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo2016-05-161-2/+2
| | * | | | | | | perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-161-7/+7
| * | | | | | | | perf/x86/intel/uncore: Remove WARN_ON_ONCE in uncore_pci_probeJiri Olsa2016-05-181-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-243-44/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | xen: use same main loop for counting and remapping pagesJuergen Gross2016-05-241-39/+26
| * | | | | | | | xen/x86: actually allocate legacy interrupts on PV guestsStefano Stabellini2016-05-241-2/+5
| * | | | | | | | xen/x86: don't lose event interruptsStefano Stabellini2016-05-241-3/+3