index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/locktorture: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
1
-16
/
+3
*
linux/torture: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
1
-15
/
+2
*
torture: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
1
-16
/
+3
*
linux/srcu: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
3
-45
/
+6
*
linux/rcutree: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
1
-16
/
+3
*
linux/rcutiny: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
1
-15
/
+2
*
linux/rcu_sync: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
1
-14
/
+1
*
linux/rcu_segcblist: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
1
-15
/
+2
*
linux/rcupdate: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
1
-15
/
+2
*
linux/rcu_node_tree: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
1
-15
/
+2
*
rcu/update: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
1
-15
/
+2
*
rcu/tree: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
4
-61
/
+9
*
rcu/tiny: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
1
-15
/
+2
*
rcu/sync: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
1
-14
/
+1
*
rcu/srcu: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
2
-30
/
+4
*
rcu/rcutorture: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
1
-16
/
+3
*
rcu/rcu_segcblist: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
2
-30
/
+4
*
rcu/rcuperf: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
1
-16
/
+3
*
rcu/rcu.h: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
1
-15
/
+2
*
Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEAD
Paul E. McKenney
2019-01-26
4
-78
/
+114
|
\
|
*
rcu: Prevent needless ->gp_seq_needed update in __note_gp_changes()
Zhang, Jun
2019-01-26
1
-1
/
+1
|
*
rcu: Do RCU GP kthread self-wakeup from softirq and interrupt
Zhang, Jun
2019-01-26
1
-6
/
+14
|
*
rcu: Add sysrq rcu_node-dump capability
Paul E. McKenney
2019-01-26
2
-0
/
+30
|
*
rcu: Protect rcu_check_gp_kthread_starvation() access to ->gp_flags
Paul E. McKenney
2019-01-26
1
-1
/
+1
|
*
rcu: Improve diagnostics for failed RCU grace-period start
Paul E. McKenney
2019-01-26
2
-23
/
+34
|
*
rcu: Update NOCB comments
Paul E. McKenney
2019-01-26
1
-17
/
+16
|
*
rcu: Remove unused rcu_cpu_kthread_cpu per-CPU variable
Paul E. McKenney
2019-01-26
1
-4
/
+0
|
*
rcu: Move rcu_cpu_has_work to rcu_data structure
Paul E. McKenney
2019-01-26
2
-13
/
+5
|
*
rcu: Remove unused rcu_cpu_kthread_loops per-CPU variable
Paul E. McKenney
2019-01-26
2
-3
/
+0
|
*
rcu: Move rcu_cpu_kthread_status to rcu_data structure
Paul E. McKenney
2019-01-26
2
-5
/
+5
|
*
rcu: Move rcu_cpu_kthread_task to rcu_data structure
Paul E. McKenney
2019-01-26
2
-7
/
+10
|
*
rcu: Accommodate zero jiffies_till_first_fqs and kthread kicking
Paul E. McKenney
2019-01-26
1
-1
/
+1
*
|
rcu: Remove wrapper definitions for obsolete RCU update functions
Paul E. McKenney
2019-01-26
1
-53
/
+0
*
|
rcu: Discard separate per-CPU callback counts
Paul E. McKenney
2019-01-26
4
-75
/
+21
*
|
rcu: Inline _synchronize_rcu_expedited() into synchronize_rcu_expedited()
Paul E. McKenney
2019-01-26
1
-45
/
+36
*
|
rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu()
Paul E. McKenney
2019-01-26
3
-91
/
+73
*
|
rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu_expedited()
Paul E. McKenney
2019-01-26
1
-56
/
+49
*
|
rcu: Determine expedited-GP IPI handler at build time
Paul E. McKenney
2019-01-26
4
-37
/
+38
*
|
rcu: Inline rcu_kthread_do_work() into its sole remaining caller
Paul E. McKenney
2019-01-26
1
-6
/
+1
*
|
rcu: Eliminate RCU_BH_FLAVOR and RCU_SCHED_FLAVOR
Paul E. McKenney
2019-01-26
2
-4
/
+0
*
|
rcu: Inline force_quiescent_state() into rcu_force_quiescent_state()
Paul E. McKenney
2019-01-26
1
-15
/
+6
*
|
rcu: Make expedited IPI handler return after handling critical section
Paul E. McKenney
2019-01-26
1
-0
/
+1
*
|
rcu: Rename and comment changes due to only one rcuo kthread per CPU
Paul E. McKenney
2019-01-26
3
-6
/
+6
*
|
sched: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
2019-01-26
2
-3
/
+3
*
|
sched: Replace call_rcu_sched() with call_rcu()
Paul E. McKenney
2019-01-26
2
-3
/
+3
|
/
*
tools/memory-model: Make scripts take "-j" abbreviation for "--jobs"
Paul E. McKenney
2019-01-21
1
-2
/
+12
*
tools/memory-model: Add scripts to check github litmus tests
Paul E. McKenney
2019-01-21
13
-93
/
+739
*
tools/memory-model: Model smp_mb__after_unlock_lock()
Andrea Parri
2019-01-21
3
-2
/
+6
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-01-18
10
-22
/
+109
|
\
|
*
RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUT
Jason Gunthorpe
2019-01-14
4
-13
/
+59
[next]