index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
logo.gif
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-09
linux/torture: Convert to SPDX license identifier
Paul E. McKenney
1
-15
/
+2
2019-02-09
torture: Convert to SPDX license identifier
Paul E. McKenney
1
-16
/
+3
2019-02-09
linux/srcu: Convert to SPDX license identifier
Paul E. McKenney
3
-45
/
+6
2019-02-09
linux/rcutree: Convert to SPDX license identifier
Paul E. McKenney
1
-16
/
+3
2019-02-09
linux/rcutiny: Convert to SPDX license identifier
Paul E. McKenney
1
-15
/
+2
2019-02-09
linux/rcu_sync: Convert to SPDX license identifier
Paul E. McKenney
1
-14
/
+1
2019-02-09
linux/rcu_segcblist: Convert to SPDX license identifier
Paul E. McKenney
1
-15
/
+2
2019-02-09
linux/rcupdate: Convert to SPDX license identifier
Paul E. McKenney
1
-15
/
+2
2019-02-09
linux/rcu_node_tree: Convert to SPDX license identifier
Paul E. McKenney
1
-15
/
+2
2019-02-09
rcu/update: Convert to SPDX license identifier
Paul E. McKenney
1
-15
/
+2
2019-02-09
rcu/tree: Convert to SPDX license identifier
Paul E. McKenney
4
-61
/
+9
2019-02-09
rcu/tiny: Convert to SPDX license identifier
Paul E. McKenney
1
-15
/
+2
2019-02-09
rcu/sync: Convert to SPDX license identifier
Paul E. McKenney
1
-14
/
+1
2019-02-09
rcu/srcu: Convert to SPDX license identifier
Paul E. McKenney
2
-30
/
+4
2019-02-09
rcu/rcutorture: Convert to SPDX license identifier
Paul E. McKenney
1
-16
/
+3
2019-02-09
rcu/rcu_segcblist: Convert to SPDX license identifier
Paul E. McKenney
2
-30
/
+4
2019-02-09
rcu/rcuperf: Convert to SPDX license identifier
Paul E. McKenney
1
-16
/
+3
2019-02-09
rcu/rcu.h: Convert to SPDX license identifier
Paul E. McKenney
1
-15
/
+2
2019-01-26
RCU/torture.txt: Remove section MODULE PARAMETERS
Junchang Wang
1
-167
/
+2
2019-01-26
MAINTAINERS: Add myself as the maintainer for the nolibc header file(s)
Willy Tarreau
1
-0
/
+6
2019-01-26
tools headers: Move the nolibc header from rcutorture to tools/include/nolibc/
Willy Tarreau
2
-2
/
+2
2019-01-26
rcutorture/nolibc: Add a bit of documentation to explain how to use nolibc
Willy Tarreau
1
-13
/
+79
2019-01-26
rcutorture/nolibc: Fix some poor indentation and alignment
Willy Tarreau
1
-7
/
+7
2019-01-26
rcutorture/nolibc: Fix the clobbered registers in the MIPS syscall definition
Willy Tarreau
1
-6
/
+6
2019-01-26
rcuperf: Stop abusing IS_ENABLED()
Paul E. McKenney
1
-1
/
+7
2019-01-26
rcutorture: Add grace period after CPU offline
Paul E. McKenney
4
-4
/
+18
2019-01-26
torture: Explain and simplify odd "for" loop in mkinitrd.sh
Paul E. McKenney
1
-8
/
+15
2019-01-26
rcutorture: Record grace periods in forward-progress histogram
Paul E. McKenney
1
-7
/
+22
2019-01-26
srcu: Remove srcu_queue_delayed_work_on()
Sebastian Andrzej Siewior
4
-44
/
+26
2019-01-26
srcu: Check for invalid idx argument in srcu_read_unlock()
Paul E. McKenney
1
-0
/
+1
2019-01-26
virt/kvm: Replace spin_is_locked() with lockdep
Paul E. McKenney
1
-1
/
+1
2019-01-26
include/asm-generic: Remove spin_is_locked() comment
Paul E. McKenney
1
-3
/
+0
2019-01-26
rcu: Add sparse check to rcu_assign_pointer()
Joel Fernandes (Google)
1
-6
/
+7
2019-01-26
rcu: Fix obsolete DYNTICK_IRQ_NONIDLE comment
Paul E. McKenney
1
-1
/
+1
2019-01-26
rcu: Repair rcu_nmi_exit() docbook header
Paul E. McKenney
1
-1
/
+0
2019-01-26
rcu: Remove preemption disabling from expedited CPU selection
Paul E. McKenney
1
-2
/
+0
2019-01-26
rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCU
Paul E. McKenney
4
-12
/
+8
2019-01-26
rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()
Paul E. McKenney
10
-33
/
+29
2019-01-26
rcu: Docbook for rcu_head_init() and rcu_head_after_call_rcu()
Paul E. McKenney
1
-3
/
+3
2019-01-26
doc: Fix outdated links
Junchang Wang
1
-2
/
+2
2019-01-26
doc: CPU-hotplug notifiers cannot invoke synchronize_srcu() or srcu_barrier()
Paul E. McKenney
1
-7
/
+13
2019-01-26
doc: Now jiffies_till_sched_qs solicits help from cond_resched()
Paul E. McKenney
1
-13
/
+14
2019-01-26
rcu: Prevent needless ->gp_seq_needed update in __note_gp_changes()
Zhang, Jun
1
-1
/
+1
2019-01-26
rcu: Do RCU GP kthread self-wakeup from softirq and interrupt
Zhang, Jun
1
-6
/
+14
2019-01-26
rcu: Add sysrq rcu_node-dump capability
Paul E. McKenney
2
-0
/
+30
2019-01-26
rcu: Protect rcu_check_gp_kthread_starvation() access to ->gp_flags
Paul E. McKenney
1
-1
/
+1
2019-01-26
rcu: Improve diagnostics for failed RCU grace-period start
Paul E. McKenney
2
-23
/
+34
2019-01-26
rcu: Update NOCB comments
Paul E. McKenney
1
-17
/
+16
2019-01-26
rcu: Remove unused rcu_cpu_kthread_cpu per-CPU variable
Paul E. McKenney
1
-4
/
+0
2019-01-26
rcu: Move rcu_cpu_has_work to rcu_data structure
Paul E. McKenney
2
-13
/
+5
[next]