aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched/tracing: Fix trace_sched_switch task-state printingPeter Zijlstra2017-09-292-8/+12
* sched/debug: Remove unused variablePeter Zijlstra2017-09-291-2/+0
* sched/debug: Convert TASK_state to hexPeter Zijlstra2017-09-291-14/+14
* sched/debug: Implement consistent task-state printingPeter Zijlstra2017-09-292-20/+21
* Merge tag 'acpi-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-09-281-7/+9
|\
| * Merge branch 'acpi-apei'Rafael J. Wysocki2017-09-281-7/+9
| |\
| | * ACPI / APEI: clear error status before acknowledging the errorTyler Baicar2017-09-271-7/+9
* | | Merge tag 'pm-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-283-2/+11
|\ \ \
| * \ \ Merge branches 'pm-opp' and 'pm-cpufreq'Rafael J. Wysocki2017-09-282-2/+4
| |\ \ \
| | * | | cpufreq: docs: Drop intel-pstate.txt from index.txtRafael J. Wysocki2017-09-281-2/+0
| | * | | cpufreq: dt: Fix sysfs duplicate filename creation for platform-deviceSuniel Mahesh2017-09-261-0/+4
| * | | | PM / OPP: Call notifier without holding opp_table->lockViresh Kumar2017-09-261-0/+7
| | |/ / | |/| |
* | | | Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-09-2815-56/+81
|\ \ \ \
| * | | | xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong2017-09-261-15/+2
| * | | | xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino2017-09-261-1/+1
| * | | | xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong2017-09-261-2/+10
| * | | | xfs: update i_size after unwritten conversion in dio completionEryu Guan2017-09-265-19/+28
| * | | | iomap_dio_rw: Allocate AIO completion queue before submitting dioChandan Rajendra2017-09-261-7/+7
| * | | | xfs: validate bdev support for DAX inode flagRoss Zwisler2017-09-261-1/+2
| * | | | xfs: remove redundant re-initialization of total_nr_pagesColin Ian King2017-09-251-2/+0
| * | | | xfs: Output warning message when discard option was enabled even though the d...Kenjiro Nakayama2017-09-251-0/+10
| * | | | xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan2017-09-251-1/+1
| * | | | xfs: kill meaningless variable 'zero'Eryu Guan2017-09-251-3/+1
| * | | | fs/xfs: Use %pS printk format for direct addressesHelge Deller2017-09-251-1/+1
| * | | | xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong2017-09-251-1/+13
| * | | | xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong2017-09-251-3/+5
* | | | | Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Linus Torvalds2017-09-282-16/+0
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-09-2819-164/+231
|\ \ \ \ \
| * | | | | IB/hfi1: Unsuccessful PCIe caps tuning should not fail driver loadHarish Chegondi2017-09-271-29/+21
| * | | | | IB/hfi1: On error, fix use after free during user context setupMichael J. Ruhl2017-09-271-19/+22
| * | | | | Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0"Alex Estrin2017-09-271-13/+0
| * | | | | IB/hfi1: Return correct value in general interrupt handlerKamenee Arumugam2017-09-271-1/+3
| * | | | | IB/hfi1: Check eeprom config partition validityJan Sokolowski2017-09-271-5/+15
| * | | | | IB/hfi1: Only reset QSFP after link up and turn off AOC TXSebastian Sanchez2017-09-273-3/+15
| * | | | | IB/hfi1: Turn off AOC TX after offline substatesSebastian Sanchez2017-09-272-21/+65
| * | | | | IB/mlx5: Fix NULL deference on mlx5_ib_update_xlt failureIlya Lesokhin2017-09-251-10/+17
| * | | | | IB/mlx5: Simplify mlx5_ib_cont_pagesIlya Lesokhin2017-09-251-30/+17
| * | | | | IB/ipoib: Fix inconsistency with free_netdev and free_rdma_netdevAlex Vesker2017-09-252-6/+19
| * | | | | IB/ipoib: Fix sysfs Pkey create<->remove possible deadlockShalom Lagziel2017-09-251-6/+14
| * | | | | IB: Correct MR length field to be 64-bitParav Pandit2017-09-254-5/+5
| * | | | | IB/core: Fix qp_sec use after free accessParav Pandit2017-09-251-1/+3
| * | | | | IB/core: Fix typo in the name of the tag-matching cap structLeon Romanovsky2017-09-254-15/+15
| | |/ / / | |/| | |
* | | | | Merge tag 'seccomp-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-281-7/+16
|\ \ \ \ \
| * | | | | seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov2017-09-271-7/+16
| |/ / / /
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-09-273-0/+8
|\ \ \ \ \
| * | | | | quota: Fix quota corruption with generic/232 testJan Kara2017-09-271-0/+4
| * | | | | isofs: fix build regressionArnd Bergmann2017-09-181-0/+2
| * | | | | quota: add missing lock into __dquot_transfer()Konstantin Khlebnikov2017-09-181-0/+2
* | | | | | Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-09-2721-67/+247
|\ \ \ \ \ \
| * | | | | | selftests: timers: set-timer-lat: Fix hang when testing unsupported alarmsShuah Khan2017-09-251-3/+6