aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-08-11sched: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-2/+2
2017-08-11cgroup: remove unneeded checksDan Carpenter1-2/+2
2017-08-11cgroup: misc changesTejun Heo1-21/+2
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2-2/+2
2017-08-11PM / s2idle: Rename platform operations structureRafael J. Wysocki1-15/+15
2017-08-11PM / s2idle: Rename ->enter_freeze to ->enter_s2idleRafael J. Wysocki1-1/+1
2017-08-11PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki2-27/+27
2017-08-11PM / s2idle: Rename PM_SUSPEND_FREEZE to PM_SUSPEND_TO_IDLERafael J. Wysocki2-24/+24
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit1-1/+1
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner1-1/+1
2017-08-10sched/autogroup: Fix error reporting printk text in autogroup_create()Anshuman Khandual1-2/+1
2017-08-10sched/fair: Fix wake_affine() for !NUMA_BALANCINGPeter Zijlstra1-68/+122
2017-08-10locking/lockdep: Apply crossrelease to completionsByungchul Park1-0/+11
2017-08-10locking/lockdep: Make print_circular_bug() aware of crossreleaseByungchul Park1-20/+47
2017-08-10locking/lockdep: Handle non(or multi)-acquisition of a crosslockByungchul Park1-26/+56
2017-08-10locking/lockdep: Detect and handle hist_lock ring buffer overwriteByungchul Park1-5/+47
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park4-23/+492
2017-08-10locking/lockdep: Make check_prev_add() able to handle external stack_traceByungchul Park1-21/+19
2017-08-10locking/lockdep: Change the meaning of check_prev_add()'s return valueByungchul Park1-3/+4
2017-08-10locking/lockdep: Add a function building a chain between two classesByungchul Park1-0/+70
2017-08-10locking/lockdep: Refactor lookup_chain_cache()Byungchul Park1-48/+93
2017-08-10locking/lockdep: Avoid creating redundant linksPeter Zijlstra3-0/+33
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra2-95/+1
2017-08-10locking: Introduce smp_mb__after_spinlock()Peter Zijlstra1-2/+2
2017-08-10jump_label: Provide hotplug context variantsMarc Zyngier1-4/+18
2017-08-10jump_label: Split out code under the hotplug lockMarc Zyngier1-9/+19
2017-08-10jump_label: Move CPU hotplug lockingMarc Zyngier1-2/+4
2017-08-10jump_label: Add RELEASE barrier after text changesPeter Zijlstra1-2/+9
2017-08-10cpuset: Make nr_cpusets privatePaolo Bonzini1-0/+7
2017-08-10jump_label: Fix concurrent static_key_enable/disable()Paolo Bonzini1-22/+37
2017-08-10locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed()Kirill Tkhai1-3/+30
2017-08-10locking/rwsem-spinlock: Add killable versions of __down_read()Kirill Tkhai1-9/+28
2017-08-10locking/osq_lock: Fix osq_lock queue corruptionPrateek Sood1-0/+13
2017-08-10sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng1-6/+0
2017-08-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar12-54/+103
2017-08-10sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi2-18/+7
2017-08-10sched/debug: Show task state in /proc/sched_debugXie XiuQi1-6/+12
2017-08-10sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai1-2/+3
2017-08-10sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian1-5/+0
2017-08-10sched/deadline: Change return value of cpudl_find()Byungchul Park2-16/+16
2017-08-10sched/deadline: Make find_later_rq() choose a closer CPU in topologyByungchul Park1-13/+14
2017-08-10sched/numa: Scale scan period with tasks in group and shared/privateRik van Riel1-25/+86
2017-08-10sched/numa: Slow down scan rate if shared faults dominateRik van Riel1-14/+25
2017-08-10sched/pelt: Fix false running accountingVincent Guittot1-0/+12
2017-08-10sched: Mark pick_next_task_dl() and build_sched_domain() as staticViresh Kumar2-2/+2
2017-08-10sched/cpupri: Don't re-initialize 'struct cpupri'Viresh Kumar1-2/+0
2017-08-10sched/deadline: Don't re-initialize 'struct cpudl'Viresh Kumar1-1/+0
2017-08-10sched/topology: Drop memset() from init_rootdomain()Viresh Kumar1-3/+1
2017-08-10sched/fair: Drop always true parameter of update_cfs_rq_load_avg()Viresh Kumar1-8/+7
2017-08-10sched/fair: Avoid checking cfs_rq->nr_running twiceViresh Kumar1-7/+9