Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | x86/fpu: Don't save fxregs for ia32 frames in copy_fpstate_to_sigframe() | Sebastian Andrzej Siewior | 2019-04-10 | 1 | -4/+0 | |
| * | | | | | | | | | | | x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe() | Sebastian Andrzej Siewior | 2019-04-09 | 1 | -27/+8 | |
| * | | | | | | | | | | | x86/fpu: Always init the state in fpu__clear() | Sebastian Andrzej Siewior | 2019-04-09 | 3 | -7/+2 | |
| * | | | | | | | | | | | x86/fpu: Remove preempt_disable() in fpu__clear() | Sebastian Andrzej Siewior | 2019-04-09 | 1 | -2/+0 | |
| * | | | | | | | | | | | x86/fpu: Remove fpu__restore() | Sebastian Andrzej Siewior | 2019-04-09 | 4 | -31/+2 | |
| * | | | | | | | | | | | x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig() | Sebastian Andrzej Siewior | 2019-04-09 | 3 | -29/+18 | |
| * | | | | | | | | | | | x86/fpu: Fix __user annotations | Jann Horn | 2019-04-03 | 2 | -5/+5 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2019-05-07 | 10 | -20/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 2019-04-09 | 11 | -21/+21 | |
* | | | | | | | | | | | | Merge tag 'spi-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 2019-05-07 | 5 | -25/+51 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'spi-5.2' into spi-next | Mark Brown | 2019-05-02 | 5 | -25/+51 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | spi: ep93xx: Convert to use CS GPIO descriptors | Linus Walleij | 2019-05-02 | 4 | -22/+42 | |
| | * | | | | | | | | | | | spi: sh-msiof: Convert to use GPIO descriptors | Geert Uytterhoeven | 2019-04-04 | 1 | -3/+9 | |
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-05-07 | 52 | -882/+284 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | crypto: shash - remove shash_desc::flags | Eric Biggers | 2019-04-25 | 3 | -6/+0 | |
| * | | | | | | | | | | | | crypto: powerpc - convert to use crypto_simd_usable() | Eric Biggers | 2019-04-18 | 3 | -2/+7 | |
| * | | | | | | | | | | | | crypto: sparc - Forbid 2-key 3DES in FIPS mode | Herbert Xu | 2019-04-18 | 1 | -7/+4 | |
| * | | | | | | | | | | | | crypto: s390 - Forbid 2-key 3DES in FIPS mode | Herbert Xu | 2019-04-18 | 1 | -17/+4 | |
| * | | | | | | | | | | | | crypto: arm64/aes-neonbs - don't access already-freed walk.iv | Eric Biggers | 2019-04-18 | 1 | -0/+2 | |
| * | | | | | | | | | | | | crypto: arm/aes-neonbs - don't access already-freed walk.iv | Eric Biggers | 2019-04-18 | 1 | -0/+2 | |
| * | | | | | | | | | | | | crypto: arm64/cbcmac - handle empty messages in same way as template | Eric Biggers | 2019-04-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest() | Eric Biggers | 2019-04-08 | 1 | -8/+5 | |
| * | | | | | | | | | | | | crypto: arm64 - convert to use crypto_simd_usable() | Eric Biggers | 2019-03-22 | 15 | -34/+47 | |
| * | | | | | | | | | | | | crypto: arm - convert to use crypto_simd_usable() | Eric Biggers | 2019-03-22 | 10 | -19/+29 | |
| * | | | | | | | | | | | | crypto: x86 - convert to use crypto_simd_usable() | Eric Biggers | 2019-03-22 | 12 | -36/+44 | |
| * | | | | | | | | | | | | crypto: arm64/gcm-aes-ce - fix no-NEON fallback code | Eric Biggers | 2019-03-22 | 1 | -4/+6 | |
| * | | | | | | | | | | | | crypto: x86/morus1280 - convert to use AEAD SIMD helpers | Eric Biggers | 2019-03-22 | 3 | -95/+14 | |
| * | | | | | | | | | | | | crypto: x86/morus640 - convert to use AEAD SIMD helpers | Eric Biggers | 2019-03-22 | 2 | -90/+7 | |
| * | | | | | | | | | | | | crypto: x86/aegis256 - convert to use AEAD SIMD helpers | Eric Biggers | 2019-03-22 | 1 | -127/+30 | |
| * | | | | | | | | | | | | crypto: x86/aegis128l - convert to use AEAD SIMD helpers | Eric Biggers | 2019-03-22 | 1 | -127/+30 | |
| * | | | | | | | | | | | | crypto: x86/aegis128 - convert to use AEAD SIMD helpers | Eric Biggers | 2019-03-22 | 1 | -127/+30 | |
| * | | | | | | | | | | | | crypto: x86/aesni - convert to use AEAD SIMD helpers | Eric Biggers | 2019-03-22 | 1 | -146/+15 | |
| * | | | | | | | | | | | | crypto: x86/aesni - convert to use skcipher SIMD bulk registration | Eric Biggers | 2019-03-22 | 1 | -36/+7 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-05-07 | 6 | -78/+127 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | x86/MCE/AMD: Don't report L1 BTB MCA errors on some family 17h models | Yazen Ghannam | 2019-04-23 | 3 | -13/+48 | |
| * | | | | | | | | | | | | x86/MCE: Add an MCE-record filtering function | Yazen Ghannam | 2019-04-23 | 3 | -0/+11 | |
| * | | | | | | | | | | | | x86/mce: Fix debugfs_simple_attr.cocci warnings | YueHaibing | 2019-04-19 | 1 | -4/+4 | |
| * | | | | | | | | | | | | x86/mce: Remove mce_report_event() | Borislav Petkov | 2019-03-29 | 1 | -18/+2 | |
| * | | | | | | | | | | | | x86/mce: Handle varying MCA bank counts | Yazen Ghannam | 2019-03-27 | 2 | -22/+14 | |
| * | | | | | | | | | | | | x86/mce: Fix machine_check_poll() tests for error types | Tony Luck | 2019-03-27 | 1 | -7/+37 | |
| * | | | | | | | | | | | | x86/MCE: Group AMD function prototypes in <asm/mce.h> | Yazen Ghannam | 2019-03-24 | 1 | -14/+11 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge tag 'edac_for_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 2019-05-07 | 1 | -12/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | arm64: dts: stratix10: Use new Stratix10 EDAC bindings | Thor Thayer | 2019-04-10 | 1 | -12/+13 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2019-05-07 | 6 | -68/+231 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'pm-x86' | Rafael J. Wysocki | 2019-05-06 | 6 | -68/+231 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | x86: tsc: Rework time_cpufreq_notifier() | Rafael J. Wysocki | 2019-04-25 | 1 | -15/+14 | |
| | * | | | | | | | | | | | PM / arch: x86: MSR_IA32_ENERGY_PERF_BIAS sysfs interface | Rafael J. Wysocki | 2019-04-07 | 1 | -4/+89 | |
| | * | | | | | | | | | | | PM / arch: x86: Rework the MSR_IA32_ENERGY_PERF_BIAS handling | Rafael J. Wysocki | 2019-04-07 | 5 | -53/+132 | |
* | | | | | | | | | | | | | Merge tag 'acpi-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2019-05-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'acpica' | Rafael J. Wysocki | 2019-05-06 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | |