// SPDX-License-Identifier: GPL-2.0 /* * Split spinlock implementation out into its own file, so it can be * compiled in a FTRACE-compatible way. */ #include <linux/spinlock.h> #include <linux/export.h> #include <linux/jump_label.h> #include <asm/paravirt.h>
__visible void __native_queued_spin_unlock(struct qspinlock *lock) { native_queued_spin_unlock(lock); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Peter Zijlstra | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Peter Zijlstra | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Pan Xinhui | 6 | 50.00% | 1 | 33.33% |
Peter Zijlstra | 5 | 41.67% | 1 | 33.33% |
Waiman Long | 1 | 8.33% | 1 | 33.33% |
Total | 12 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Peter Zijlstra | 14 | 87.50% | 1 | 50.00% |
Pan Xinhui | 2 | 12.50% | 1 | 50.00% |
Total | 16 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Peter Zijlstra | 91 | 68.42% | 2 | 22.22% |
Jeremy Fitzhardinge | 27 | 20.30% | 3 | 33.33% |
Pan Xinhui | 12 | 9.02% | 1 | 11.11% |
Greg Kroah-Hartman | 1 | 0.75% | 1 | 11.11% |
Waiman Long | 1 | 0.75% | 1 | 11.11% |
Paul Gortmaker | 1 | 0.75% | 1 | 11.11% |
Total | 133 | 100.00% | 9 | 100.00% |