Age | Commit message (Expand) | Author |
2017-09-29 | sched/debug: Convert TASK_state to hex | Peter Zijlstra |
2017-09-29 | sched/debug: Implement consistent task-state printing | Peter Zijlstra |
2017-09-28 | Merge tag 'acpi-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds |
2017-09-28 | Merge tag 'pm-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2017-09-28 | Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2017-09-28 | Revert "Bluetooth: Add option for disabling legacy ioctl interfaces" | Linus Torvalds |
2017-09-28 | Merge branch 'acpi-apei' | Rafael J. Wysocki |
2017-09-28 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds |
2017-09-28 | Merge branches 'pm-opp' and 'pm-cpufreq' | Rafael J. Wysocki |
2017-09-28 | Merge tag 'seccomp-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-09-27 | seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter() | Oleg Nesterov |
2017-09-28 | cpufreq: docs: Drop intel-pstate.txt from index.txt | Rafael J. Wysocki |
2017-09-27 | ACPI / APEI: clear error status before acknowledging the error | Tyler Baicar |
2017-09-27 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2017-09-27 | Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/li... | Linus Torvalds |
2017-09-27 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2017-09-27 | IB/hfi1: Unsuccessful PCIe caps tuning should not fail driver load | Harish Chegondi |
2017-09-27 | IB/hfi1: On error, fix use after free during user context setup | Michael J. Ruhl |
2017-09-27 | Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0" | Alex Estrin |
2017-09-27 | IB/hfi1: Return correct value in general interrupt handler | Kamenee Arumugam |
2017-09-27 | IB/hfi1: Check eeprom config partition validity | Jan Sokolowski |
2017-09-27 | IB/hfi1: Only reset QSFP after link up and turn off AOC TX | Sebastian Sanchez |
2017-09-27 | IB/hfi1: Turn off AOC TX after offline substates | Sebastian Sanchez |
2017-09-27 | quota: Fix quota corruption with generic/232 test | Jan Kara |
2017-09-26 | Merge tag 'mmc-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul... | Linus Torvalds |
2017-09-26 | vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets | Andreas Gruenbacher |
2017-09-26 | xfs: revert "xfs: factor rmap btree size into the indlen calculations" | Darrick J. Wong |
2017-09-26 | xfs: Capture state of the right inode in xfs_iflush_done | Carlos Maiolino |
2017-09-26 | xfs: perag initialization should only touch m_ag_max_usable for AG 0 | Darrick J. Wong |
2017-09-26 | xfs: update i_size after unwritten conversion in dio completion | Eryu Guan |
2017-09-26 | iomap_dio_rw: Allocate AIO completion queue before submitting dio | Chandan Rajendra |
2017-09-26 | xfs: validate bdev support for DAX inode flag | Ross Zwisler |
2017-09-26 | Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready | Ingo Molnar |
2017-09-26 | x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVES | Eric Biggers |
2017-09-26 | x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_u... | Eric Biggers |
2017-09-26 | x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate() | Eric Biggers |
2017-09-26 | x86/fpu: Copy the full header in copy_user_to_xstate() | Eric Biggers |
2017-09-26 | x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_k... | Eric Biggers |
2017-09-26 | x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate() | Eric Biggers |
2017-09-26 | x86/fpu: Copy the full state_header in copy_kernel_to_xstate() | Eric Biggers |
2017-09-26 | x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu_... | Eric Biggers |
2017-09-26 | x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstate... | Eric Biggers |
2017-09-26 | x86/fpu: Introduce validate_xstate_header() | Eric Biggers |
2017-09-26 | x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|writ... | Ingo Molnar |
2017-09-26 | x86/fpu: Rename fpu__activate_curr() to fpu__initialize() | Ingo Molnar |
2017-09-26 | x86/fpu: Simplify and speed up fpu__copy() | Ingo Molnar |
2017-09-26 | x86/fpu: Fix stale comments about lazy FPU logic | Ingo Molnar |
2017-09-26 | x86/fpu: Rename fpu::fpstate_active to fpu::initialized | Ingo Molnar |
2017-09-26 | x86/fpu: Remove fpu__current_fpstate_write_begin/end() | Ingo Molnar |
2017-09-26 | x86/fpu: Fix fpu__activate_fpstate_read() and update comments | Ingo Molnar |