summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-052-41/+45
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-307-47/+37
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-216-7/+11
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-159-19/+24
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-0622-169/+276
| |\ \ \ \
| * | | | | bpf: Add jited_len to struct bpf_progMartin KaFai Lau2017-06-061-0/+1
| * | | | | bpf: take advantage of stack_depth tracking in x64 JITAlexei Starovoitov2017-05-311-4/+5
| * | | | | bpf: change x86 JITed program stack layoutAlexei Starovoitov2017-05-312-38/+40
| * | | | | bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-05-311-1/+1
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-07-056-214/+565
|\ \ \ \ \ \
| * | | | | | crypto: glue_helper - Delete some dead codeDan Carpenter2017-06-191-3/+0
| * | | | | | crypto: x86/aes - Don't use %rbp as temporary registerEric Biggers2017-05-231-25/+22
| * | | | | | crypto: aesni - add generic gcm(aes)Sabrina Dubroca2017-05-181-50/+158
| * | | | | | crypto: aesni - make AVX2 AES-GCM work with all valid auth_tag_lenSabrina Dubroca2017-05-181-7/+24
| * | | | | | crypto: aesni - make AVX2 AES-GCM work with any aadlenSabrina Dubroca2017-05-181-27/+58
| * | | | | | crypto: aesni - make AVX AES-GCM work with all valid auth_tag_lenSabrina Dubroca2017-05-181-7/+24
| * | | | | | crypto: aesni - make AVX AES-GCM work with any aadlenSabrina Dubroca2017-05-181-34/+88
| * | | | | | crypto: aesni - make non-AVX AES-GCM work with all valid auth_tag_lenSabrina Dubroca2017-05-181-14/+48
| * | | | | | crypto: aesni - make non-AVX AES-GCM work with any aadlenSabrina Dubroca2017-05-181-37/+132
| * | | | | | crypto: sha512-mb - add some missing unlock on errorDan Carpenter2017-05-181-3/+4
* | | | | | | Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-047-21/+101
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2017-07-032-6/+5
| |\ \ \ \ \ \ \
| | * | | | | | | x86/power/64: Use char arrays for asm function namesKees Cook2017-06-222-6/+5
| | | |_|_|_|/ / | | |/| | | | |
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge branches 'pm-cpufreq', 'intel_pstate' and 'pm-cpuidle'Rafael J. Wysocki2017-07-034-9/+84
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | | * | | | | | x86/ACPI/cstate: Allow ACPI C1 FFH MWAIT use on AMD systemsYazen Ghannam2017-06-271-1/+2
| | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERFLen Brown2017-06-272-0/+80
| | | * | | | | | x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz"Len Brown2017-06-241-8/+2
| | |/ / / / / /
| * | | | | | | Merge branch 'pm-tools'Rafael J. Wysocki2017-07-031-6/+12
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge back PM tools material for v4.13.Rafael J. Wysocki2017-06-271-6/+12
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | | * | | | | | Merge branch 'utilities' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Rafael J. Wysocki2017-05-161-6/+12
| | | |\ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | | | * | | | | x86: msr-index.h: fix shifts to ULL results in HWP macros.Len Brown2017-04-291-3/+3
| | | | * | | | | x86: msr-index.h: define HWP.EPP valuesLen Brown2017-04-291-0/+4
| | | | * | | | | x86: msr-index.h: define EPB mid-pointsLen Brown2017-02-251-3/+5
* | | | | | | | | Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-031-1/+0
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman2017-06-1228-188/+300
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Drivers: hv: vmbus: Get the current time from the current clocksourceK. Y. Srinivasan2017-05-251-1/+0
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0313-713/+728
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/mce: Always save severity in machine_check_poll()Yazen Ghannam2017-06-261-6/+1
| * | | | | | | | | x86/MCE, xen/mcelog: Make /dev/mcelog registration messages more preciseJuergen Gross2017-06-201-1/+7
| * | | | | | | | | x86/mce: Update bootlog description to reflect behavior on AMDYazen Ghannam2017-06-141-2/+3
| * | | | | | | | | x86/mce: Don't disable MCA banks when offlining a CPU on AMDYazen Ghannam2017-06-141-2/+3
| * | | | | | | | | x86/mce/mce-inject: Preset the MCE injection structBorislav Petkov2017-06-141-0/+9
| * | | | | | | | | x86/mce: Clean up include filesBorislav Petkov2017-06-141-10/+0
| * | | | | | | | | x86/mce: Get rid of register_mce_write_callback()Borislav Petkov2017-06-144-62/+61
| * | | | | | | | | x86/mce: Merge mce_amd_inj into mce-injectBorislav Petkov2017-06-147-524/+532
| * | | | | | | | | x86/mce/AMD: Use saved threshold block info in interrupt handlerYazen Ghannam2017-06-141-31/+35
| * | | | | | | | | x86/mce/AMD: Use msr_stat when clearing MCA_STATUSYazen Ghannam2017-06-141-1/+1
| * | | | | | | | | Merge tag 'v4.12-rc5' into ras/core, to pick up fixesIngo Molnar2017-06-1427-186/+299
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | x86/mce/AMD: Carve out SMCA bank configurationYazen Ghannam2017-05-211-38/+38
| * | | | | | | | | x86/mce/AMD: Redo error logging from APIC LVT interrupt handlersYazen Ghannam2017-05-211-73/+74