summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-18/+18
|\
| * acpi: Create subtable parsing infrastructureKeith Busch2019-04-041-18/+18
* | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-072-2/+0
|\ \
| * | Make anon_inodes unconditionalDavid Howells2019-04-192-2/+0
* | | Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-05-071-1/+1
|\ \ \
| * | | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-0727-358/+512
|\ \ \ \
| * | | | x86/fpu: Fault-in user stack if copy_fpstate_to_sigframe() failsSebastian Andrzej Siewior2019-05-061-16/+15
| * | | | x86/pkeys: Add PKRU value to init_fpstateSebastian Andrzej Siewior2019-04-122-0/+11
| * | | | x86/fpu: Restore regs in copy_fpstate_to_sigframe() in order to use the fastpathSebastian Andrzej Siewior2019-04-121-12/+13
| * | | | x86/fpu: Add a fastpath to copy_fpstate_to_sigframe()Sebastian Andrzej Siewior2019-04-121-12/+22
| * | | | x86/fpu: Add a fastpath to __fpu__restore_sig()Sebastian Andrzej Siewior2019-04-121-2/+21
| * | | | x86/fpu: Defer FPU state load until return to userspaceRik van Riel2019-04-1210-72/+184
| * | | | x86/fpu: Merge the two code paths in __fpu__restore_sig()Sebastian Andrzej Siewior2019-04-121-85/+54
| * | | | x86/fpu: Restore from kernel memory on the 64-bit path tooSebastian Andrzej Siewior2019-04-122-13/+92
| * | | | x86/fpu: Inline copy_user_to_fpregs_zeroing()Sebastian Andrzej Siewior2019-04-111-1/+19
| * | | | x86/fpu: Update xstate's PKRU value on write_pkru()Sebastian Andrzej Siewior2019-04-111-2/+19
| * | | | x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOADRik van Riel2019-04-111-1/+11
| * | | | x86/fpu: Always store the registers in copy_fpstate_to_sigframe()Rik van Riel2019-04-111-5/+14
| * | | | x86/entry: Add TIF_NEED_FPU_LOADSebastian Andrzej Siewior2019-04-112-0/+10
| * | | | x86/fpu: Eager switch PKRU stateRik van Riel2019-04-114-4/+31
| * | | | x86/pkeys: Don't check if PKRU is zero before writing itSebastian Andrzej Siewior2019-04-111-7/+0
| * | | | x86/fpu: Only write PKRU if it is different from currentSebastian Andrzej Siewior2019-04-111-0/+7
| * | | | x86/pkeys: Provide *pkru() helpersSebastian Andrzej Siewior2019-04-113-5/+11
| * | | | x86/fpu: Use a feature number instead of mask in two more helpersSebastian Andrzej Siewior2019-04-105-32/+30
| * | | | x86/fpu: Make __raw_xsave_addr() use a feature number instead of maskSebastian Andrzej Siewior2019-04-101-11/+11
| * | | | x86/fpu: Add an __fpregs_load_activate() internal helperRik van Riel2019-04-102-8/+25
| * | | | 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-073-4/+4
|\ \ \ \
| * | | | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-094-5/+5
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-0721-795/+182
|\ \ \ \ \
| * | | | | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-252-3/+0
| * | | | | crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()Eric Biggers2019-04-081-8/+5
| * | | | | crypto: x86 - convert to use crypto_simd_usable()Eric Biggers2019-03-2212-36/+44
| * | | | | 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-076-78/+127
|\ \ \ \ \ \