summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'leds-for-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-081-9/+18
|\
| * ARM: dts: omap4-droid4: Update backlight dt propertiesDan Murphy2019-04-071-9/+18
* | Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-071-0/+28
|\ \
| * | LS1021A: dtsi: add ftm quad decoder entriesPatrick Havelange2019-04-251-0/+28
* | | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-074-28/+28
|\ \ \
| * | | acpi: Create subtable parsing infrastructureKeith Busch2019-04-044-28/+28
* | | | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-077-7/+0
|\ \ \ \
| * | | | Make anon_inodes unconditionalDavid Howells2019-04-197-7/+0
* | | | | Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-05-074-4/+4
|\ \ \ \ \
| * | | | | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-064-4/+4
* | | | | | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-8/+2
|\ \ \ \ \ \
| * | | | | | spufs: switch to ->free_inode()Al Viro2019-05-021-8/+2
| | |/ / / / | |/| | | |
* | | | | | 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-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-0752-882/+284
|\ \ \ \ \ \ \ \
| * | | | | | | | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-253-6/+0