summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)2019-04-032-12/+12
| * | | | | | sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcuJoel Fernandes (Google)2019-04-032-2/+2
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-062-2/+12
|\ \ \ \ \ \ \
| * | | | | | | watchdog: Fix typo in commentArash Fotouhi2019-04-181-1/+1
| * | | | | | | perf/core: Add perf_pmu_resched() as global functionStephane Eranian2019-04-161-0/+10
| * | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-04-163-38/+38
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-04-1616-67/+116
| |\ \ \ \ \ \ \ \
| * | | | | | | | | perf/core: Make perf_swevent_init_cpu() staticValdis Kletnieks2019-04-031-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-0616-794/+895
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | locking/lockdep: Remove unnecessary unlikely()zhengbin2019-04-291-1/+1
| * | | | | | | | | locking/static_key: Don't take sleeping locks in __static_key_slow_dec_deferr...Jakub Kicinski2019-04-291-19/+13
| * | | | | | | | | locking/static_key: Factor out the fast path of static_key_slow_dec()Jakub Kicinski2019-04-291-8/+15
| * | | | | | | | | locking/static_key: Add support for deferred static branchesJakub Kicinski2019-04-291-7/+10
| * | | | | | | | | locking/lockdep: Test all incompatible scenarios at once in check_irq_usage()Frederic Weisbecker2019-04-292-67/+167
| * | | | | | | | | locking/lockdep: Generate LOCKF_ bit compositesPeter Zijlstra2019-04-181-6/+22
| * | | | | | | | | locking/lockdep: Use expanded masks on find_usage_*() functionsFrederic Weisbecker2019-04-181-10/+10
| * | | | | | | | | locking/lockdep: Map remaining magic numbers to lock usage mask namesFrederic Weisbecker2019-04-181-4/+7
| * | | | | | | | | locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PR...Frederic Weisbecker2019-04-181-4/+6
| * | | | | | | | | locking/rwsem: Prevent unneeded warning during locking selftestWaiman Long2019-04-141-1/+2
| * | | | | | | | | locking/rwsem: Enable lock event countingWaiman Long2019-04-103-0/+32
| * | | | | | | | | locking/lock_events: Don't show pvqspinlock events on bare metalWaiman Long2019-04-101-1/+27
| * | | | | | | | | locking/lock_events: Make lock_events available for all archs & other locksWaiman Long2019-04-104-132/+173
| * | | | | | | | | locking/qspinlock_stat: Introduce generic lockevent_*() counting APIsWaiman Long2019-04-105-114/+181
| * | | | | | | | | locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macroWaiman Long2019-04-102-8/+16
| * | | | | | | | | locking/rwsem: Add debug check for __down_read*()Waiman Long2019-04-102-5/+10
| * | | | | | | | | locking/rwsem: Micro-optimize rwsem_try_read_lock_unqueued()Waiman Long2019-04-101-10/+5
| * | | | | | | | | locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long2019-04-101-0/+7
| * | | | | | | | | locking/rwsem: Move owner setting code from rwsem.c to rwsem.hWaiman Long2019-04-103-22/+20
| * | | | | | | | | locking/rwsem: Relocate rwsem_down_read_failed()Waiman Long2019-04-101-86/+86
| * | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-107-33/+44
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | locking/rwsem: Optimize down_read_trylock()Waiman Long2019-04-031-5/+8
| * | | | | | | | | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-034-346/+2
| * | | | | | | | | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-032-0/+132
| * | | | | | | | | | locking/static_key: Fix false positive warnings on concurrent dec/incPeter Zijlstra2019-04-031-8/+13
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-064-195/+409
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | irq_work: Do not raise an IPI when queueing work on the local CPUNicholas Piggin2019-04-181-33/+42
| * | | | | | | | | | genirq/devres: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-04-161-2/+1
| * | | | | | | | | | genirq/timings: Add array suffix computation codeDaniel Lezcano2019-04-051-5/+457
| * | | | | | | | | | genirq/timings: Remove variance computation codeDaniel Lezcano2019-04-051-250/+2
| * | | | | | | | | | genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi2019-03-241-1/+3
* | | | | | | | | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-0610-250/+458
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | stacktrace: Provide common infrastructureThomas Gleixner2019-04-291-0/+173
| * | | | | | | | | | | stacktrace: Remove obsolete functionsThomas Gleixner2019-04-291-14/+0
| * | | | | | | | | | | livepatch: Simplify stack trace retrievalThomas Gleixner2019-04-291-13/+9
| * | | | | | | | | | | tracing: Remove the last struct stack_trace usageThomas Gleixner2019-04-291-21/+16
| * | | | | | | | | | | tracing: Simplify stack trace retrievalThomas Gleixner2019-04-291-27/+13
| * | | | | | | | | | | tracing: Make ftrace_trace_userstack() static and conditionalThomas Gleixner2019-04-292-14/+8
| * | | | | | | | | | | tracing: Use percpu stack trace buffer more intelligentlyThomas Gleixner2019-04-291-36/+37
| * | | | | | | | | | | tracing: Simplify stacktrace retrieval in histogramsThomas Gleixner2019-04-291-9/+3
| * | | | | | | | | | | lockdep: Simplify stack trace handlingThomas Gleixner2019-04-291-27/+28