aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-28s390/topology: add detection of dedicated vs shared CPUsMartin Schwidefsky5-4/+56
2017-09-28s390/sclp: Use setup_timer and mod_timerHimanshu Jha2-10/+4
2017-09-28s390/cpumf: remove superfluous nr_cpumask_bits checkHeiko Carstens1-5/+1
2017-09-28s390/zcrypt: Explicitly check input data length.Harald Freudenberger1-3/+3
2017-09-28s390/cmf: use tod_to_ns()Sebastian Ott1-5/+3
2017-09-28s390/cmf: avg_utilizationSebastian Ott1-23/+35
2017-09-28s390/cmf: read from hw bufferSebastian Ott1-31/+14
2017-09-28s390/cmf: simplify copy_blockSebastian Ott1-17/+3
2017-09-28s390/cmf: simplify cmb_copy_waitSebastian Ott1-49/+23
2017-09-28s390/cmf: simplify set_schib_waitSebastian Ott1-47/+23
2017-09-28s390/cmf: set_schib_wait add timeoutSebastian Ott1-7/+8
2017-09-28s390/char: fix cdev_add usageJean Delvare3-6/+3
2017-09-28samples/kprobes: Add s390 case in kprobe example moduleJohannes Thumshirn1-0/+8
2017-09-28s390/ptrace: add runtime instrumention register get/setAlice Frosi2-0/+110
2017-09-28s390/runtime_instrumentation: clean up struct runtime_instr_cbAlice Frosi3-48/+48
2017-09-28s390: add support for FORTIFY_SOURCEHeiko Carstens4-2/+5
2017-09-28s390: get rid of exit_thread()Heiko Carstens2-8/+0
2017-09-28s390/guarded storage: simplify task exit handlingHeiko Carstens3-10/+6
2017-09-28s390/ptrace: fix guarded storage regset handlingHeiko Carstens1-11/+22
2017-09-28s390/guarded storage: fix possible memory corruptionHeiko Carstens1-0/+2
2017-09-28s390/runtime instrumentation: simplify task exit handlingHeiko Carstens3-19/+20
2017-09-28s390/runtime instrumention: fix possible memory corruptionHeiko Carstens1-2/+2
2017-09-28s390: convert release_thread() into a static inline functionHeiko Carstens2-5/+1
2017-09-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-0/+8
2017-09-27Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds21-67/+247
2017-09-27Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds15-315/+375
2017-09-27quota: Fix quota corruption with generic/232 testJan Kara1-0/+4
2017-09-26Merge tag 'mmc-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-47/+15
2017-09-26vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher1-2/+2
2017-09-26Merge branch 'WIP.x86/fpu' into x86/fpu, because it's readyIngo Molnar15-315/+375
2017-09-26x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVESEric Biggers1-1/+1
2017-09-26x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_user_to_xstate()Eric Biggers1-11/+5
2017-09-26x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate()Eric Biggers1-7/+4
2017-09-26x86/fpu: Copy the full header in copy_user_to_xstate()Eric Biggers1-2/+5
2017-09-26x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_kernel_to_xstate()Eric Biggers1-10/+2
2017-09-26x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate()Eric Biggers1-6/+4
2017-09-26x86/fpu: Copy the full state_header in copy_kernel_to_xstate()Eric Biggers1-2/+4
2017-09-26x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu__restore_sig()Eric Biggers1-7/+9
2017-09-26x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstateregs_set()Eric Biggers1-13/+6
2017-09-26x86/fpu: Introduce validate_xstate_header()Eric Biggers2-0/+28
2017-09-26x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|write]()Ingo Molnar3-10/+10
2017-09-26x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar5-8/+8
2017-09-26x86/fpu: Simplify and speed up fpu__copy()Ingo Molnar1-12/+3
2017-09-26x86/fpu: Fix stale comments about lazy FPU logicIngo Molnar1-6/+3
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar11-35/+35
2017-09-26x86/fpu: Remove fpu__current_fpstate_write_begin/end()Ingo Molnar2-65/+0
2017-09-26x86/fpu: Fix fpu__activate_fpstate_read() and update commentsIngo Molnar1-7/+10
2017-09-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-09-25fix a typo in put_compat_shm_info()Al Viro1-1/+1
2017-09-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds25-175/+226