Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | sched_domain: Annotate RCU pointers properly | Joel Fernandes (Google) | 2019-04-03 | 2 | -12/+12 | |
| * | | | | | | sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcu | Joel Fernandes (Google) | 2019-04-03 | 2 | -2/+2 | |
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-05-06 | 2 | -2/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | watchdog: Fix typo in comment | Arash Fotouhi | 2019-04-18 | 1 | -1/+1 | |
| * | | | | | | | perf/core: Add perf_pmu_resched() as global function | Stephane Eranian | 2019-04-16 | 1 | -0/+10 | |
| * | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2019-04-16 | 3 | -38/+38 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar | 2019-04-16 | 16 | -67/+116 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | perf/core: Make perf_swevent_init_cpu() static | Valdis Kletnieks | 2019-04-03 | 1 | -1/+1 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-05-06 | 16 | -794/+895 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | locking/lockdep: Remove unnecessary unlikely() | zhengbin | 2019-04-29 | 1 | -1/+1 | |
| * | | | | | | | | | locking/static_key: Don't take sleeping locks in __static_key_slow_dec_deferr... | Jakub Kicinski | 2019-04-29 | 1 | -19/+13 | |
| * | | | | | | | | | locking/static_key: Factor out the fast path of static_key_slow_dec() | Jakub Kicinski | 2019-04-29 | 1 | -8/+15 | |
| * | | | | | | | | | locking/static_key: Add support for deferred static branches | Jakub Kicinski | 2019-04-29 | 1 | -7/+10 | |
| * | | | | | | | | | locking/lockdep: Test all incompatible scenarios at once in check_irq_usage() | Frederic Weisbecker | 2019-04-29 | 2 | -67/+167 | |
| * | | | | | | | | | locking/lockdep: Generate LOCKF_ bit composites | Peter Zijlstra | 2019-04-18 | 1 | -6/+22 | |
| * | | | | | | | | | locking/lockdep: Use expanded masks on find_usage_*() functions | Frederic Weisbecker | 2019-04-18 | 1 | -10/+10 | |
| * | | | | | | | | | locking/lockdep: Map remaining magic numbers to lock usage mask names | Frederic Weisbecker | 2019-04-18 | 1 | -4/+7 | |
| * | | | | | | | | | locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PR... | Frederic Weisbecker | 2019-04-18 | 1 | -4/+6 | |
| * | | | | | | | | | locking/rwsem: Prevent unneeded warning during locking selftest | Waiman Long | 2019-04-14 | 1 | -1/+2 | |
| * | | | | | | | | | locking/rwsem: Enable lock event counting | Waiman Long | 2019-04-10 | 3 | -0/+32 | |
| * | | | | | | | | | locking/lock_events: Don't show pvqspinlock events on bare metal | Waiman Long | 2019-04-10 | 1 | -1/+27 | |
| * | | | | | | | | | locking/lock_events: Make lock_events available for all archs & other locks | Waiman Long | 2019-04-10 | 4 | -132/+173 | |
| * | | | | | | | | | locking/qspinlock_stat: Introduce generic lockevent_*() counting APIs | Waiman Long | 2019-04-10 | 5 | -114/+181 | |
| * | | | | | | | | | locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macro | Waiman Long | 2019-04-10 | 2 | -8/+16 | |
| * | | | | | | | | | locking/rwsem: Add debug check for __down_read*() | Waiman Long | 2019-04-10 | 2 | -5/+10 | |
| * | | | | | | | | | locking/rwsem: Micro-optimize rwsem_try_read_lock_unqueued() | Waiman Long | 2019-04-10 | 1 | -10/+5 | |
| * | | | | | | | | | locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.h | Waiman Long | 2019-04-10 | 1 | -0/+7 | |
| * | | | | | | | | | locking/rwsem: Move owner setting code from rwsem.c to rwsem.h | Waiman Long | 2019-04-10 | 3 | -22/+20 | |
| * | | | | | | | | | locking/rwsem: Relocate rwsem_down_read_failed() | Waiman Long | 2019-04-10 | 1 | -86/+86 | |
| * | | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2019-04-10 | 7 | -33/+44 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | locking/rwsem: Optimize down_read_trylock() | Waiman Long | 2019-04-03 | 1 | -5/+8 | |
| * | | | | | | | | | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs | Waiman Long | 2019-04-03 | 4 | -346/+2 | |
| * | | | | | | | | | | locking/rwsem: Remove arch specific rwsem files | Waiman Long | 2019-04-03 | 2 | -0/+132 | |
| * | | | | | | | | | | locking/static_key: Fix false positive warnings on concurrent dec/inc | Peter Zijlstra | 2019-04-03 | 1 | -8/+13 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-05-06 | 4 | -195/+409 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | irq_work: Do not raise an IPI when queueing work on the local CPU | Nicholas Piggin | 2019-04-18 | 1 | -33/+42 | |
| * | | | | | | | | | | genirq/devres: Use struct_size() in devm_kzalloc() | Gustavo A. R. Silva | 2019-04-16 | 1 | -2/+1 | |
| * | | | | | | | | | | genirq/timings: Add array suffix computation code | Daniel Lezcano | 2019-04-05 | 1 | -5/+457 | |
| * | | | | | | | | | | genirq/timings: Remove variance computation code | Daniel Lezcano | 2019-04-05 | 1 | -250/+2 | |
| * | | | | | | | | | | genirq: Prevent use-after-free and work list corruption | Prasad Sodagudi | 2019-03-24 | 1 | -1/+3 | |
* | | | | | | | | | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2019-05-06 | 10 | -250/+458 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | stacktrace: Provide common infrastructure | Thomas Gleixner | 2019-04-29 | 1 | -0/+173 | |
| * | | | | | | | | | | | stacktrace: Remove obsolete functions | Thomas Gleixner | 2019-04-29 | 1 | -14/+0 | |
| * | | | | | | | | | | | livepatch: Simplify stack trace retrieval | Thomas Gleixner | 2019-04-29 | 1 | -13/+9 | |
| * | | | | | | | | | | | tracing: Remove the last struct stack_trace usage | Thomas Gleixner | 2019-04-29 | 1 | -21/+16 | |
| * | | | | | | | | | | | tracing: Simplify stack trace retrieval | Thomas Gleixner | 2019-04-29 | 1 | -27/+13 | |
| * | | | | | | | | | | | tracing: Make ftrace_trace_userstack() static and conditional | Thomas Gleixner | 2019-04-29 | 2 | -14/+8 | |
| * | | | | | | | | | | | tracing: Use percpu stack trace buffer more intelligently | Thomas Gleixner | 2019-04-29 | 1 | -36/+37 | |
| * | | | | | | | | | | | tracing: Simplify stacktrace retrieval in histograms | Thomas Gleixner | 2019-04-29 | 1 | -9/+3 | |
| * | | | | | | | | | | | lockdep: Simplify stack trace handling | Thomas Gleixner | 2019-04-29 | 1 | -27/+28 |