aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-10lkdtm: Convert to refcount_t testingKees Cook3-18/+85
2017-02-10kref: Implement 'struct kref' using refcount_tPeter Zijlstra1-18/+11
2017-02-10refcount_t: Introduce a special purpose refcount typePeter Zijlstra2-0/+307
2017-02-01sched/wake_q: Clarify queue reinit commentDavidlohr Bueso1-2/+2
2017-02-01sched/wait, rcuwait: Fix typo in commentDavidlohr Bueso1-1/+1
2017-01-30locking/mutex: Fix lockdep_assert_held() failPeter Zijlstra3-35/+11
2017-01-30locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock()Steven Rostedt (VMware)1-1/+1
2017-01-22locking/rwsem: Reinit wake_q after useWaiman Long2-2/+11
2017-01-20locking/rwsem: Remove unnecessary atomic_long_t castsWaiman Long1-7/+6
2017-01-19jump_labels: Move header guard #endif down where it belongsLuis R. Rodriguez1-2/+2
2017-01-18locking/atomic, kref: Implement kref_put_lock()Peter Zijlstra2-11/+26
2017-01-14locking/ww_mutex: Turn off __must_check for nowIngo Molnar1-2/+1
2017-01-14locking/atomic, kref: Avoid more abusePeter Zijlstra1-1/+1
2017-01-14locking/atomic, kref: Use kref_get_unless_zero() morePeter Zijlstra2-8/+2
2017-01-14locking/atomic, kref: Kill kref_sub()Peter Zijlstra6-112/+36
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra56-117/+121
2017-01-14locking/atomic, kref: Add KREF_INIT()Peter Zijlstra5-8/+6