summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-0563-1268/+1395
|\
| * Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2019-02-1363-1268/+1395
| |\
| | *-------. Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney2019-02-0937-715/+296
| | |\ \ \ \ \
| | | | | | | * RCU/torture.txt: Remove section MODULE PARAMETERSJunchang Wang2019-01-261-167/+2
| | | | | | | * MAINTAINERS: Add myself as the maintainer for the nolibc header file(s)Willy Tarreau2019-01-261-0/+6
| | | | | | | * tools headers: Move the nolibc header from rcutorture to tools/include/nolibc/Willy Tarreau2019-01-262-2/+2
| | | | | | | * rcutorture/nolibc: Add a bit of documentation to explain how to use nolibcWilly Tarreau2019-01-261-13/+79
| | | | | | | * rcutorture/nolibc: Fix some poor indentation and alignmentWilly Tarreau2019-01-261-7/+7
| | | | | | | * rcutorture/nolibc: Fix the clobbered registers in the MIPS syscall definitionWilly Tarreau2019-01-261-6/+6
| | | | | | | * rcuperf: Stop abusing IS_ENABLED()Paul E. McKenney2019-01-261-1/+7
| | | | | | | * rcutorture: Add grace period after CPU offlinePaul E. McKenney2019-01-264-4/+18
| | | | | | | * torture: Explain and simplify odd "for" loop in mkinitrd.shPaul E. McKenney2019-01-261-8/+15
| | | | | | | * rcutorture: Record grace periods in forward-progress histogramPaul E. McKenney2019-01-261-7/+22
| | | | | | * | srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior2019-01-264-44/+26
| | | | | | * | srcu: Check for invalid idx argument in srcu_read_unlock()Paul E. McKenney2019-01-261-0/+1
| | | | | | |/
| | | | | * | locking/locktorture: Convert to SPDX license identifierPaul E. McKenney2019-02-091-16/+3
| | | | | * | linux/torture: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
| | | | | * | torture: Convert to SPDX license identifierPaul E. McKenney2019-02-091-16/+3
| | | | | * | linux/srcu: Convert to SPDX license identifierPaul E. McKenney2019-02-093-45/+6
| | | | | * | linux/rcutree: Convert to SPDX license identifierPaul E. McKenney2019-02-091-16/+3
| | | | | * | linux/rcutiny: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
| | | | | * | linux/rcu_sync: Convert to SPDX license identifierPaul E. McKenney2019-02-091-14/+1
| | | | | * | linux/rcu_segcblist: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
| | | | | * | linux/rcupdate: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
| | | | | * | linux/rcu_node_tree: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
| | | | | * | rcu/update: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
| | | | | * | rcu/tree: Convert to SPDX license identifierPaul E. McKenney2019-02-094-61/+9
| | | | | * | rcu/tiny: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
| | | | | * | rcu/sync: Convert to SPDX license identifierPaul E. McKenney2019-02-091-14/+1
| | | | | * | rcu/srcu: Convert to SPDX license identifierPaul E. McKenney2019-02-092-30/+4
| | | | | * | rcu/rcutorture: Convert to SPDX license identifierPaul E. McKenney2019-02-091-16/+3
| | | | | * | rcu/rcu_segcblist: Convert to SPDX license identifierPaul E. McKenney2019-02-092-30/+4
| | | | | * | rcu/rcuperf: Convert to SPDX license identifierPaul E. McKenney2019-02-091-16/+3
| | | | | * | rcu/rcu.h: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
| | | | | |/
| | | | * | virt/kvm: Replace spin_is_locked() with lockdepPaul E. McKenney2019-01-261-1/+1
| | | | * | include/asm-generic: Remove spin_is_locked() commentPaul E. McKenney2019-01-261-3/+0
| | | | |/
| | | * | rcu: Add sparse check to rcu_assign_pointer()Joel Fernandes (Google)2019-01-261-6/+7
| | | * | rcu: Fix obsolete DYNTICK_IRQ_NONIDLE commentPaul E. McKenney2019-01-261-1/+1
| | | * | rcu: Repair rcu_nmi_exit() docbook headerPaul E. McKenney2019-01-261-1/+0
| | | * | rcu: Remove preemption disabling from expedited CPU selectionPaul E. McKenney2019-01-261-2/+0
| | | * | rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCUPaul E. McKenney2019-01-264-12/+8
| | | * | rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney2019-01-2610-33/+29
| | | * | rcu: Docbook for rcu_head_init() and rcu_head_after_call_rcu()Paul E. McKenney2019-01-261-3/+3
| | | |/
| | * | doc: Fix outdated linksJunchang Wang2019-01-261-2/+2
| | * | doc: CPU-hotplug notifiers cannot invoke synchronize_srcu() or srcu_barrier()Paul E. McKenney2019-01-261-7/+13
| | * | doc: Now jiffies_till_sched_qs solicits help from cond_resched()Paul E. McKenney2019-01-261-13/+14
| | |/
| | * Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEADPaul E. McKenney2019-01-264-78/+114
| | |\
| | | * rcu: Prevent needless ->gp_seq_needed update in __note_gp_changes()Zhang, Jun2019-01-261-1/+1
| | | * rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun2019-01-261-6/+14
| | | * rcu: Add sysrq rcu_node-dump capabilityPaul E. McKenney2019-01-262-0/+30