summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | x86/fpu: Remove user_fpu_begin()Sebastian Andrzej Siewior2019-04-103-21/+1
| * | | | | | x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior2019-04-1012-121/+53
| * | | | | | x86/fpu: Don't save fxregs for ia32 frames in copy_fpstate_to_sigframe()Sebastian Andrzej Siewior2019-04-101-4/+0
| * | | | | | x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()Sebastian Andrzej Siewior2019-04-091-27/+8
| * | | | | | x86/fpu: Always init the state in fpu__clear()Sebastian Andrzej Siewior2019-04-093-7/+2
| * | | | | | x86/fpu: Remove preempt_disable() in fpu__clear()Sebastian Andrzej Siewior2019-04-091-2/+0
| * | | | | | x86/fpu: Remove fpu__restore()Sebastian Andrzej Siewior2019-04-094-31/+2
| * | | | | | x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()Sebastian Andrzej Siewior2019-04-093-29/+18
| * | | | | | x86/fpu: Fix __user annotationsJann Horn2019-04-032-5/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-0710-20/+20
|\ \ \ \ \ \
| * | | | | | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-0911-21/+21
* | | | | | | Merge tag 'spi-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2019-05-075-25/+51
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'spi-5.2' into spi-nextMark Brown2019-05-025-25/+51
| |\ \ \ \ \ \ \
| | * | | | | | | spi: ep93xx: Convert to use CS GPIO descriptorsLinus Walleij2019-05-024-22/+42
| | * | | | | | | spi: sh-msiof: Convert to use GPIO descriptorsGeert Uytterhoeven2019-04-041-3/+9
| | | |_|_|_|_|/ | | |/| | | | |
* | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-0652-882/+284
|\ \ \ \ \ \ \ \
| * | | | | | | | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-253-6/+0
| * | | | | | | | crypto: powerpc - convert to use crypto_simd_usable()Eric Biggers2019-04-183-2/+7
| * | | | | | | | crypto: sparc - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-7/+4
| * | | | | | | | crypto: s390 - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-17/+4
| * | | | | | | | crypto: arm64/aes-neonbs - don't access already-freed walk.ivEric Biggers2019-04-181-0/+2
| * | | | | | | | crypto: arm/aes-neonbs - don't access already-freed walk.ivEric Biggers2019-04-181-0/+2
| * | | | | | | | crypto: arm64/cbcmac - handle empty messages in same way as templateEric Biggers2019-04-081-1/+1
| * | | | | | | | crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()Eric Biggers2019-04-081-8/+5
| * | | | | | | | crypto: arm64 - convert to use crypto_simd_usable()Eric Biggers2019-03-2215-34/+47
| * | | | | | | | crypto: arm - convert to use crypto_simd_usable()Eric Biggers2019-03-2210-19/+29
| * | | | | | | | crypto: x86 - convert to use crypto_simd_usable()Eric Biggers2019-03-2212-36/+44
| * | | | | | | | crypto: arm64/gcm-aes-ce - fix no-NEON fallback codeEric Biggers2019-03-221-4/+6
| * | | | | | | | crypto: x86/morus1280 - convert to use AEAD SIMD helpersEric Biggers2019-03-223-95/+14
| * | | | | | | | crypto: x86/morus640 - convert to use AEAD SIMD helpersEric Biggers2019-03-222-90/+7
| * | | | | | | | crypto: x86/aegis256 - convert to use AEAD SIMD helpersEric Biggers2019-03-221-127/+30
| * | | | | | | | crypto: x86/aegis128l - convert to use AEAD SIMD helpersEric Biggers2019-03-221-127/+30
| * | | | | | | | crypto: x86/aegis128 - convert to use AEAD SIMD helpersEric Biggers2019-03-221-127/+30
| * | | | | | | | crypto: x86/aesni - convert to use AEAD SIMD helpersEric Biggers2019-03-221-146/+15
| * | | | | | | | crypto: x86/aesni - convert to use skcipher SIMD bulk registrationEric Biggers2019-03-221-36/+7
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-066-78/+127
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/MCE/AMD: Don't report L1 BTB MCA errors on some family 17h modelsYazen Ghannam2019-04-233-13/+48
| * | | | | | | | x86/MCE: Add an MCE-record filtering functionYazen Ghannam2019-04-233-0/+11
| * | | | | | | | x86/mce: Fix debugfs_simple_attr.cocci warningsYueHaibing2019-04-191-4/+4
| * | | | | | | | x86/mce: Remove mce_report_event()Borislav Petkov2019-03-291-18/+2
| * | | | | | | | x86/mce: Handle varying MCA bank countsYazen Ghannam2019-03-272-22/+14
| * | | | | | | | x86/mce: Fix machine_check_poll() tests for error typesTony Luck2019-03-271-7/+37
| * | | | | | | | x86/MCE: Group AMD function prototypes in <asm/mce.h>Yazen Ghannam2019-03-241-14/+11
| |/ / / / / / /
* | | | | | | | Merge tag 'edac_for_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2019-05-061-12/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: dts: stratix10: Use new Stratix10 EDAC bindingsThor Thayer2019-04-101-12/+13
| |/ / / / / / /
* | | | | | | | Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-066-68/+231
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'pm-x86'Rafael J. Wysocki2019-05-066-68/+231
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | x86: tsc: Rework time_cpufreq_notifier()Rafael J. Wysocki2019-04-251-15/+14
| | * | | | | | | PM / arch: x86: MSR_IA32_ENERGY_PERF_BIAS sysfs interfaceRafael J. Wysocki2019-04-071-4/+89
| | * | | | | | | PM / arch: x86: Rework the MSR_IA32_ENERGY_PERF_BIAS handlingRafael J. Wysocki2019-04-075-53/+132