| Commit message (Expand) | Author | Files | Lines |
2017-09-28 | sbus: char: Move D7S_MINOR to include/linux/miscdevice.h | Corentin Labbe | 2 | -1/+1 |
2017-09-28 | sparc: time: Remove unneeded linux/miscdevice.h include | Corentin Labbe | 1 | -1/+0 |
2017-09-28 | sparc64: mmu_context: Add missing include files | Guenter Roeck | 1 | -0/+2 |
2017-09-27 | quota: Fix quota corruption with generic/232 test | Jan Kara | 1 | -0/+4 |
2017-09-26 | vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets | Andreas Gruenbacher | 1 | -2/+2 |
2017-09-26 | x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVES | Eric Biggers | 1 | -1/+1 |
2017-09-26 | x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_u... | Eric Biggers | 1 | -11/+5 |
2017-09-26 | x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate() | Eric Biggers | 1 | -7/+4 |
2017-09-26 | x86/fpu: Copy the full header in copy_user_to_xstate() | Eric Biggers | 1 | -2/+5 |
2017-09-26 | x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_k... | Eric Biggers | 1 | -10/+2 |
2017-09-26 | x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate() | Eric Biggers | 1 | -6/+4 |
2017-09-26 | x86/fpu: Copy the full state_header in copy_kernel_to_xstate() | Eric Biggers | 1 | -2/+4 |
2017-09-26 | x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu_... | Eric Biggers | 1 | -7/+9 |
2017-09-26 | x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstate... | Eric Biggers | 1 | -13/+6 |
2017-09-26 | x86/fpu: Introduce validate_xstate_header() | Eric Biggers | 2 | -0/+28 |
2017-09-26 | x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|writ... | Ingo Molnar | 3 | -10/+10 |
2017-09-26 | x86/fpu: Rename fpu__activate_curr() to fpu__initialize() | Ingo Molnar | 5 | -8/+8 |
2017-09-26 | x86/fpu: Simplify and speed up fpu__copy() | Ingo Molnar | 1 | -12/+3 |
2017-09-26 | x86/fpu: Fix stale comments about lazy FPU logic | Ingo Molnar | 1 | -6/+3 |
2017-09-26 | x86/fpu: Rename fpu::fpstate_active to fpu::initialized | Ingo Molnar | 11 | -35/+35 |
2017-09-26 | x86/fpu: Remove fpu__current_fpstate_write_begin/end() | Ingo Molnar | 2 | -65/+0 |
2017-09-26 | x86/fpu: Fix fpu__activate_fpstate_read() and update comments | Ingo Molnar | 1 | -7/+10 |
2017-09-26 | fix a typo in put_compat_shm_info() | Al Viro | 1 | -1/+1 |
2017-09-25 | nvme-fcloop: fix port deletes and callbacks | James Smart | 1 | -64/+38 |
2017-09-25 | nvmet-fc: sync header templates with comments | James Smart | 1 | -5/+8 |
2017-09-25 | nvmet-fc: ensure target queue id within range. | James Smart | 1 | -0/+3 |
2017-09-25 | nvmet-fc: on port remove call put outside lock | James Smart | 1 | -1/+5 |
2017-09-25 | nvme-rdma: don't fully stop the controller in error recovery | Sagi Grimberg | 1 | -1/+1 |
2017-09-25 | nvme-rdma: give up reconnect if state change fails | Sagi Grimberg | 1 | -1/+6 |
2017-09-25 | nvme-core: Use nvme_wq to queue async events and fw activation | Sagi Grimberg | 1 | -2/+2 |
2017-09-25 | nvme: fix sqhd reference when admin queue connect fails | James Smart | 1 | -1/+2 |
2017-09-25 | gfs2: Fix debugfs glocks dump | Andreas Gruenbacher | 1 | -9/+5 |
2017-09-25 | selftests: timers: set-timer-lat: Fix hang when testing unsupported alarms | Shuah Khan | 1 | -3/+6 |
2017-09-25 | selftests: timers: set-timer-lat: fix hang when std out/err are redirected | Shuah Khan | 1 | -3/+1 |
2017-09-25 | selftests/memfd: correct run_tests.sh permission | Li Zhijian | 1 | -0/+0 |
2017-09-25 | selftests/seccomp: Support glibc 2.26 siginfo_t.h | Kees Cook | 1 | -5/+13 |
2017-09-25 | selftests: futex: Makefile: fix for loops in targets to run silently | Shuah Khan | 1 | -3/+3 |
2017-09-25 | selftests: Makefile: fix for loops in targets to run silently | Shuah Khan | 1 | -7/+7 |
2017-09-25 | selftests: mqueue: Use full path to run tests from Makefile | Shuah Khan | 1 | -2/+2 |
2017-09-25 | selftests: futex: copy sub-dir test scripts for make O=dir run | Shuah Khan | 1 | -1/+4 |
2017-09-25 | block: fix a crash caused by wrong API | Shaohua Li | 1 | -1/+1 |
2017-09-25 | fs: Fix page cache inconsistency when mixing buffered and AIO DIO | Lukas Czerner | 3 | -21/+67 |
2017-09-25 | nvmet: implement valid sqhd values in completions | James Smart | 3 | -6/+12 |
2017-09-25 | nvme-fabrics: Allow 0 as KATO value | Guilherme G. Piccoli | 1 | -9/+9 |
2017-09-25 | nvme: allow timed-out ios to retry | James Smart | 1 | -2/+0 |
2017-09-25 | nvme: stop aer posting if controller state not live | James Smart | 1 | -2/+3 |
2017-09-25 | nvme-pci: Print invalid SGL only once | Keith Busch | 1 | -12/+18 |
2017-09-25 | nvme-pci: initialize queue memory before interrupts | Keith Busch | 1 | -2/+2 |
2017-09-25 | nvmet-fc: fix failing max io queue connections | James Smart | 1 | -3/+3 |
2017-09-25 | nvme-fc: use transport-specific sgl format | James Smart | 1 | -6/+7 |