platform/kernel/linux-rpi.git
2018-12-01 Paul E. McKenneyrcutorture: Add call_rcu() flooding forward-progress...
2018-12-01 Paul E. McKenneyMerge branches 'bug.2018.11.12a', 'consolidate.2018...
2018-12-01 Paul E. McKenneyrcutorture/formal: Replace synchronize_sched() with...
2018-12-01 Paul E. McKenneytools/kernel.h: Replace synchronize_sched() with synchr...
2018-12-01 Paul E. McKenneynet/decnet: Replace rcu_barrier_bh() with rcu_barrier()
2018-12-01 Paul E. McKenneynet/core/skmsg: Replace call_rcu_sched() with call_rcu()
2018-12-01 Paul E. McKenneylivepatch: Replace synchronize_sched() with synchronize...
2018-12-01 Paul E. McKenneycgroups: Replace synchronize_sched() with synchronize_rcu()
2018-12-01 Paul E. McKenneytypes: Remove call_rcu_bh() and call_rcu_sched()
2018-12-01 Paul E. McKenneypercpu-rwsem: Replace synchronize_sched() with synchron...
2018-12-01 Paul E. McKenneynet/bridge: Replace call_rcu_bh() and rcu_barrier_bh()
2018-12-01 Paul E. McKenneynet/core: Replace call_rcu_bh() and synchronize_rcu_bh()
2018-12-01 Paul E. McKenneynet/sched: Replace call_rcu_bh() and rcu_barrier_bh()
2018-11-27 Paul E. McKenneysrcu: Use "ssp" instead of "sp" for srcu_struct pointer
2018-11-27 Dennis Kreinsrcu: Lock srcu_data structure in srcu_gp_start()
2018-11-27 Paul E. McKenneymm: Replace call_rcu_sched() with call_rcu()
2018-11-27 Paul E. McKenneyslab: Replace synchronize_sched() with synchronize_rcu()
2018-11-27 Paul E. McKenneypercpu-refcount: Replace call_rcu_sched() with call_rcu()
2018-11-27 Paul E. McKenneyevents: Replace synchronize_sched() with synchronize_rcu()
2018-11-27 Paul E. McKenneyworkqueue: Replace call_rcu_sched() with call_rcu()
2018-11-27 Paul E. McKenneymodules: Replace synchronize_sched() and call_rcu_sched()
2018-11-27 Paul E. McKenneysched/membarrier: synchronize_sched() with synchronize_...
2018-11-27 Paul E. McKenneylockdep: Replace synchronize_sched() with synchronize_rcu()
2018-11-27 Paul E. McKenneykprobes: Replace synchronize_sched() with synchronize_rcu()
2018-11-27 Paul E. McKenneymain: Replace rcu_barrier_sched() with rcu_barrier()
2018-11-27 Paul E. McKenneytracing: Replace synchronize_sched() and call_rcu_sched()
2018-11-27 Paul E. McKenneyfs/file: Replace synchronize_sched() with synchronize_rcu()
2018-11-27 Paul E. McKenneycpufreq/cpufreq_governor: Replace synchronize_sched...
2018-11-27 Paul E. McKenneycpufreq/intel_pstate: Replace synchronize_sched() with...
2018-11-27 Paul E. McKenneydrivers/vhost: Replace synchronize_rcu_bh() with synchr...
2018-11-27 Paul E. McKenneyethernet/realtek: Replace synchronize_sched() with...
2018-11-27 Paul E. McKenneyethernet/sis: Replace synchronize_sched() with synchron...
2018-11-27 Paul E. McKenneydrivers/ipmi: Replace synchronize_sched() with synchron...
2018-11-27 Paul E. McKenneycrypto/pcrypt: Replace synchronize_rcu_bh() with synchr...
2018-11-12 Lance RoyKVM: arm/arm64: vgic: Replace spin_is_locked() with...
2018-11-12 Lance Roymm: Replace spin_is_locked() with lockdep
2018-11-12 Lance Roylocking/mutex: Replace spin_is_locked() with lockdep
2018-11-12 Lance Royuserfaultfd: Replace spin_is_locked() with lockdep
2018-11-12 Lance Roysmsc: Replace spin_is_locked() with lockdep
2018-11-12 Lance Roysfc: Replace spin_is_locked() with lockdep
2018-11-12 Paul E. McKenneycheckpatch.pl: Suggest lockdep instead of asserting...
2018-11-12 Joe Perchescheckpatch: Create table of obsolete APIs and apply...
2018-11-12 Paul E. McKenneyMAINTAINERS: Add Joel Fernandes as RCU reviewer
2018-11-12 Paul E. McKenneyrcu: Avoid signed integer overflow in rcu_preempt_defer...
2018-11-12 Paul E. McKenneyrcu: Replace this_cpu_ptr() with __this_cpu_read()
2018-11-12 Paul E. McKenneyrcu: Speed up expedited GPs when interrupting RCU reader
2018-11-12 Paul E. McKenneyrcu: Trace end of grace period before end of grace...
2018-11-12 Zhouyi Zhourcu: Adjust the comment of function rcu_is_watching
2018-11-12 Paul E. McKenneyrcu: Add jiffies-since-GP-activity to show_rcu_gp_kthre...
2018-11-12 Paul E. McKenneyrcu: Add state name to show_rcu_gp_kthreads() output
2018-11-12 Paul E. McKenneyrcu: Parameterize rcu_check_gp_start_stall()
2018-11-12 Paul E. McKenneyrcu: Avoid double multiply by HZ
2018-11-12 Paul E. McKenneyMAINTAINERS: Update from @linux.vnet.ibm.com to @linux...
2018-11-12 Joel Fernandes... doc: Fix "struction" typo in RCU memory-ordering docume...
2018-11-12 Joel Fernandes... doc: Correct parameter in stallwarn
2018-11-12 Paul E. McKenneydoc: RCU scheduler spinlock rcu_read_unlock() restricti...
2018-11-12 Joel Fernandes... doc: Make listing in RCU perf/scale requirements use...
2018-11-12 Joel Fernandes... doc: Remove obsolete (non-)requirement about disabling...
2018-11-12 Joel Fernandes... doc: Make reader aware of rcu_dereference_protected
2018-11-12 Joel Fernandes... doc: rcu: Encourage use of rcu_barrier in checklist
2018-11-12 Joel Fernandes... doc: rcu: Remove obsolete checklist item about synchron...
2018-11-12 Joel Fernandes... doc: rcu: Remove obsolete suggestion from checklist
2018-11-12 Joel Fernandes... doc: rcu: Add more rationale for using rcu_read_lock_sc...
2018-11-12 Joel Fernandes... doc: rcu: Update core and full API in whatisRCU
2018-11-12 Paul E. McKenneydoc: Document rcutorture forward-progress test kernel...
2018-11-12 Joel Fernandes... doc: rcu: Update description of gp_seq fields in rcu_data
2018-11-12 Joel Fernandes... doc: rcu: Better clarify the rcu_segcblist ->len field
2018-11-12 Joel Fernandes... doc: rcu: Update Data-Structures for RCU flavor consoli...
2018-11-12 Joel Fernandes... doc: Remove rcu_dynticks from Data-Structures
2018-11-12 Joel Fernandes... doc: Update information about resched_cpu
2018-11-12 Paul E. McKenneyrcu: Eliminate BUG_ON() for kernel/rcu/update.c
2018-11-12 Paul E. McKenneyrcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.h
2018-11-11 Paul E. McKenneyrcu: Stop expedited grace periods from relying on stop...
2018-11-09 Paul E. McKenneysrcu: Prevent __call_srcu() counter wrap with read...
2018-11-09 Randy Dunlapsrcu: Fix kernel-doc missing notation
2018-11-09 Lance Royx86/PCI: Replace spin_is_locked() with lockdep
2018-11-09 Willy Tarreaurcutorture: Make use of nolibc when available
2018-11-09 Willy Tarreaurcutorture: Import a copy of nolibc
2018-11-09 Willy Tarreaurcutorture: Check initrd/init instead of initrd only
2018-11-09 Willy Tarreaurcutorture: Always strip using the cross-compiler
2018-11-09 Paul E. McKenneyrcutorture: Add cross-compile capability to initrd.sh
2018-11-09 Paul E. McKenneyrcutorture: Make initrd/init execute in userspace
2018-11-09 Paul E. McKenneyrcutorture: Add initrd support for systems lacking...
2018-11-09 Connor Shurcutorture: Automatically create initrd directory
2018-11-09 Joel Fernandes... doc: Remove rcu_preempt_state reference in stallwarn
2018-11-09 Joel Fernandes... doc: Clarify RCU data-structure comment about rcu_tree...
2018-11-09 Paul E. McKenneydoc: Set down forward-progress requirements
2018-11-09 Paul E. McKenneypowerpc: Convert hugepd_free() to use call_rcu()
2018-11-09 Paul E. McKenneys390/mm: Convert tlb_table_flush() to use call_rcu()
2018-11-09 Paul E. McKenneysparc/oprofile: Convert timer_stop() to use synchronize...
2018-11-09 Paul E. McKenneysched/membarrier: Replace synchronize_sched() with...
2018-11-09 Paul E. McKenneyrcu: Consolidate the RCU update functions invoked by...
2018-11-09 Paul E. McKenneyrcu: Eliminate synchronize_rcu_mult()
2018-11-09 Joel Fernandes... rcu: Fix rcu_{node,data} comments about gp_seq_needed
2018-11-09 Joel Fernandes... rcu: Remove unused rcu_state externs
2018-11-09 Paul E. McKenneyrcu: Eliminate BUG_ON() for kernel/rcu/tree.c
2018-11-09 Paul E. McKenneyrcu: Eliminate BUG_ON() for sync.c
2018-11-04 Linus TorvaldsLinux 4.20-rc1
2018-11-04 Linus TorvaldsMerge tag 'tags/upstream-4.20-rc1' of git://git.infrade...
2018-11-04 Linus TorvaldsMerge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org...
next