summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-0831-42/+112
|\
| * syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-2127-36/+45
| * unicore32: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+12
| * Move EM_UNICORE to uapi/linux/elf-em.hDmitry V. Levin2019-03-211-2/+1
| * nios2: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+6
| * nds32: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+9
| * Move EM_NDS32 to uapi/linux/elf-em.hDmitry V. Levin2019-03-211-2/+1
| * m68k: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+12
| * hexagon: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+8
| * Move EM_HEXAGON to uapi/linux/elf-em.hDmitry V. Levin2019-03-211-5/+1
| * h8300: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+6
| * c6x: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+7
| * arc: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+11
| * Move EM_ARCOMPACT and EM_ARCV2 to uapi/linux/elf-em.hDmitry V. Levin2019-03-211-5/+1
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-0838-38/+0
|\ \
| * \ Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-22114-1133/+1208
| |\ \
| * | | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-0638-38/+0
* | | | 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