summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched/x86: Remove unnecessary TBM3 check to update topologyTim Chen2017-01-191-4/+2
* locking/mutex, sched/wait: Fix the mutex_lock_io_nested() defineIngo Molnar2017-01-141-1/+1
* fs/jbd2, locking/mutex, sched/wait: Use mutex_lock_io() for journal->j_checkp...Tejun Heo2017-01-142-7/+7
* locking/mutex, sched/wait: Add mutex_lock_io()Tejun Heo2017-01-142-0/+28
* sched/core: Separate out io_schedule_prepare() and io_schedule_finish()Tejun Heo2017-01-142-10/+31
* sched/core: move IO scheduling accounting from io_schedule_timeout() into sch...Tejun Heo2017-01-141-7/+61
* sched/fair: Explain why MIN_SHARES isn't scaled in calc_cfs_shares()Dietmar Eggemann2017-01-141-0/+12
* sched/core: Fix group_entity's share updateVincent Guittot2017-01-141-13/+37
* sched/completions: Fix complete_all() semanticsPeter Zijlstra2017-01-141-4/+6
* sched/deadline: Show leftover runtime and abs deadline in /proc/*/schedTommaso Cucinotta2017-01-142-0/+10
* sched/clock: Provide better clock continuityPeter Zijlstra2017-01-141-34/+65
* sched/clock: Delay switching sched_clock to stablePeter Zijlstra2017-01-144-29/+31
* sched/clock: Update static_key usagePeter Zijlstra2017-01-141-8/+4
* sched/clock, clocksource: Add optional cs::mark_unstable() methodThomas Gleixner2017-01-143-0/+18
* sched/core: Add debugging code to catch missing update_rq_clock() callsMatt Fleming2017-01-142-10/+75
* sched/core: Add missing update_rq_clock() call in set_user_nice()Peter Zijlstra2017-01-141-0/+2
* sched/core: Add missing update_rq_clock() call for task_hot()Peter Zijlstra2017-01-141-0/+2
* sched/core: Add missing update_rq_clock() in detach_task_cfs_rq()Peter Zijlstra2017-01-141-0/+3
* sched/core: Add missing update_rq_clock() in post_init_entity_util_avg()Peter Zijlstra2017-01-142-0/+2
* sched/fair: Push rq lock pin/unpin into idle_balance()Matt Fleming2017-01-141-12/+15
* sched/core: Reset RQCF_ACT_SKIP before unpinning rq->lockMatt Fleming2017-01-141-1/+4
* sched/core: Add wrappers for lockdep_(un)pin_lock()Matt Fleming2017-01-147-61/+76
* sched/cputime: Rename vtime_account_user() to vtime_flush()Frederic Weisbecker2017-01-146-12/+11
* sched/cputime, s390: Implement delayed accounting of system timeMartin Schwidefsky2017-01-143-79/+125
* sched/cputime, ia64: Accumulate cputime and account only on tick/task switchFrederic Weisbecker2017-01-142-15/+53
* sched/cputime, powerpc/vtime: Accumulate cputime and account only on tick/tas...Frederic Weisbecker2017-01-141-43/+77
* sched/cputime, powerpc: Migrate stolen_time field to the accounting structureFrederic Weisbecker2017-01-143-5/+4
* sched/cputime, powerpc: Prepare accounting structure for cputime flush on tickFrederic Weisbecker2017-01-144-25/+34
* sched/cputime: Export account_guest_time()Frederic Weisbecker2017-01-142-1/+2
* sched/cputime: Allow accounting system time using cpustat indexFrederic Weisbecker2017-01-142-5/+7
* sched/cputime, ia64: Fix incorrect start cputime assignment on task switchFrederic Weisbecker2017-01-141-1/+1
* sched/cputime, powerpc32: Fix stale scaled stime on context switchFrederic Weisbecker2017-01-141-0/+1
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-01-136-82/+117
|\
| * Merge branch 'tracepoint-updates-4.10' of git://git.kernel.org/pub/scm/linux/...Chris Mason2017-01-113-72/+91
| |\
| | * btrfs: make tracepoint format strings more compactDavid Sterba2017-01-091-56/+56
| | * Btrfs: add truncated_len for ordered extent tracepointsLiu Bo2017-01-091-0/+4
| | * Btrfs: add 'inode' for extent map tracepointLiu Bo2017-01-092-5/+9
| | * btrfs: fix crash when tracepoint arguments are freed by wq callbacksDavid Sterba2017-01-092-13/+24
| * | Merge branch 'misc-4.10' into for-chris-4.10-20170104David Sterba2017-01-044-10/+26
| |\ \ | | |/ | |/|
| | * Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo2017-01-031-2/+9
| | * Btrfs: fix lockdep warning about log_mutexLiu Bo2017-01-031-3/+10
| | * Btrfs: use down_read_nested to make lockdep silentLiu Bo2017-01-031-1/+2
| | * btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney2017-01-031-1/+1
| | * btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney2017-01-031-0/+3
| | * btrfs: return the actual error value from from btrfs_uuid_tree_iteratePan Bian2016-12-191-3/+1
| |/
* | Merge tag 'ceph-for-4.10-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2017-01-132-2/+7
|\ \
| * | ceph: fix get_oldest_context()Geng, Jichao2017-01-121-2/+2
| * | ceph: fix mds cluster availability checkYan, Zheng2017-01-121-0/+5
* | | Merge tag 'vfio-v4.10-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-01-133-10/+18
|\ \ \
| * | | vfio/type1: Remove pid_namespace.h includeAlex Williamson2017-01-131-1/+0