platform/kernel/linux-rpi.git
2020-03-22 Paul E. McKenneyMerge branches 'doc.2020.02.27a', 'fixes.2020.03.21a...
2020-03-21 Paul E. McKenneyrcu: Make rcu_barrier() account for offline no-CBs...
2020-03-21 Paul E. McKenneyrcu: Mark rcu_state.gp_seq to detect concurrent writes
2020-02-27 SeongJae ParkDocumentation/memory-barriers: Fix typos
2020-02-27 Paul E. McKenneydoc: Add rcutorture scripting to torture.txt
2020-02-27 SeongJae Parkdoc/RCU/rcu: Use https instead of http if possible
2020-02-27 SeongJae Parkdoc/RCU/rcu: Use absolute paths for non-rst files
2020-02-27 SeongJae Parkdoc/RCU/rcu: Use ':ref:' for links to other docs
2020-02-27 SeongJae Parkdoc/RCU/listRCU: Update example function name
2020-02-27 SeongJae Parkdoc/RCU/listRCU: Fix typos in a example code snippets
2020-02-27 SeongJae Parkdoc/RCU/Design: Remove remaining HTML tags in ReST...
2020-02-27 Joel Fernandes... doc: Add some more RCU list patterns in the kernel
2020-02-21 Paul E. McKenneyrcutorture: Set KCSAN Kconfig options to detect more...
2020-02-21 Paul E. McKenneyrcutorture: Manually clean up after rcu_barrier() failure
2020-02-21 Paul E. McKenneyrcutorture: Make rcu_torture_barrier_cbs() post from...
2020-02-21 Joel Fernandes... rcuperf: Measure memory footprint during kfree_rcu...
2020-02-21 Paul E. McKenneyrcutorture: Annotation lockless accesses to rcu_torture...
2020-02-21 Paul E. McKenneyrcutorture: Add READ_ONCE() to rcu_torture_count and...
2020-02-21 Paul E. McKenneyrcutorture: Fix stray access to rcu_fwd_cb_nodelay
2020-02-21 Paul E. McKenneyrcutorture: Fix rcu_torture_one_read()/rcu_torture_writ...
2020-02-21 Paul E. McKenneyrcutorture: Make kvm-find-errors.sh abort on bad directory
2020-02-21 Paul E. McKenneyrcutorture: Summarize summary of build and run results
2020-02-21 Paul E. McKenneyrcutorture: Add 100-CPU configuration
2020-02-21 Paul E. McKenneytorture: Allow disabling of boottime CPU-hotplug tortur...
2020-02-21 Paul E. McKenneyrcutorture: Suppress boottime bad-sequence warnings
2020-02-21 Paul E. McKenneyrcutorture: Allow boottime stall warnings to be suppressed
2020-02-21 Paul E. McKenneytorture: Forgive -EBUSY from boottime CPU-hotplug opera...
2020-02-21 Paul E. McKenneyrcutorture: Refrain from callback flooding during boot
2020-02-21 Paul E. McKenneytorture: Make results-directory date format completion...
2020-02-21 Paul E. McKenneyrcutorture: Suppress forward-progress complaints during...
2020-02-21 Paul E. McKenneysrcu: Hold srcu_struct ->lock when updating ->srcu_gp_seq
2020-02-21 Paul E. McKenneysrcu: Fix process_srcu()/srcu_batches_completed() datarace
2020-02-21 Paul E. McKenneysrcu: Fix __call_srcu()/srcu_get_delay() datarace
2020-02-21 Paul E. McKenneysrcu: Fix __call_srcu()/process_srcu() datarace
2020-02-21 Jules Irengercu: Add missing annotation for exit_tasks_rcu_finish()
2020-02-21 Jules Irengercu: Add missing annotation for exit_tasks_rcu_start()
2020-02-21 Paul E. McKenneyrcu-tasks: *_ONCE() for rcu_tasks_cbs_head
2020-02-21 Paul E. McKenneyrcu: Update __call_rcu() comments
2020-02-21 Colin Ian Kingrcu: Fix spelling mistake "leval" -> "level"
2020-02-21 Paul E. McKenneyrcu: React to callback overload by boosting RCU readers
2020-02-21 Paul E. McKenneyrcu: React to callback overload by aggressively seeking...
2020-02-21 Paul E. McKenneyrcu: Clear ->core_needs_qs at GP end or self-reported QS
2020-02-20 Paul E. McKenneylocktorture: Forgive apparent unfairness if CPU hotplug
2020-02-20 Paul E. McKenneylocktorture: Use private random-number generators
2020-02-20 Paul E. McKenneylocktorture: Allow CPU-hotplug to be disabled via ...
2020-02-20 Paul E. McKenneylocktorture: Print ratio of acquisitions, not failures
2020-02-20 Uladzislau... rcu: Add a trace event for kfree_rcu() use of kfree_bulk()
2020-02-20 Uladzislau... rcu: Support kfree_bulk() interface in kfree_rcu()
2020-02-20 Paul E. McKenneyrcu: Make nocb_gp_wait() double-check unexpected-callba...
2020-02-20 Paul E. McKenneyrcu: Tighten rcu_lockdep_assert_cblist_protected()...
2020-02-20 Paul E. McKenneyrcu: Optimize and protect atomic_cmpxchg() loop
2020-02-20 Jules Irengercu/nocb: Add missing annotation for rcu_nocb_bypass_un...
2020-02-20 Jules Irengercu: Add missing annotation for rcu_nocb_bypass_lock()
2020-02-20 Paul E. McKenneyrcu: Don't flag non-starting GPs before GP kthread...
2020-02-20 Amol Groverrculist: Add brackets around cond argument in __list_ch...
2020-02-20 Paul E. McKenneyrcu: Fix rcu_barrier_callback() race condition
2020-02-20 Paul E. McKenneyrcu: Add WRITE_ONCE() to rcu_state ->gp_start
2020-02-20 Paul E. McKenneyrcu: Remove dead code from rcu_segcblist_insert_pend_cbs()
2020-02-20 Eric Dumazettimer: Use hlist_unhashed_lockless() in timer_pending()
2020-02-20 Paul E. McKenneyrcu: Add *_ONCE() to rcu_node ->boost_kthread_status
2020-02-20 Paul E. McKenneyrcu: Add *_ONCE() to rcu_data ->rcu_forced_tick
2020-02-20 Paul E. McKenneyrcu: Add READ_ONCE() to rcu_data ->gpwrap
2020-02-20 SeongJae Parkrcu: Fix typos in file-header comments
2020-02-20 Paul E. McKenneyrcu: Add *_ONCE() for grace-period progress indicators
2020-02-20 Paul E. McKenneyrcu: Add READ_ONCE() to rcu_segcblist ->tails[]
2020-02-20 Paul E. McKenneylocking/rtmutex: rcu: Add WRITE_ONCE() to rt_mutex...
2020-02-20 Paul E. McKenneyrcu: Add WRITE_ONCE() to rcu_node ->qsmaskinitnext
2020-02-20 Paul E. McKenneyrcu: Add WRITE_ONCE() to rcu_state ->gp_req_activity
2020-02-20 Paul E. McKenneyrcu: Add READ_ONCE() to rcu_node ->gp_seq
2020-02-20 Paul E. McKenneyrcu: Add WRITE_ONCE to rcu_node ->exp_seq_rq store
2020-02-20 Paul E. McKenneyrcu: Add WRITE_ONCE() to rcu_node ->qsmask update
2020-02-20 Paul E. McKenneyrcu: Provide debug symbols and line numbers in KCSAN...
2020-02-20 Paul E. McKenneyrcu: Fix exp_funnel_lock()/rcu_exp_wait_wake() datarace
2020-02-20 Paul E. McKenneyrcu: Warn on for_each_leaf_node_cpu_mask() from non...
2020-02-20 Madhuparna... nfs: Fix nfs_access_get_cached_rcu() sparse error
2020-02-10 Linus TorvaldsLinux 5.6-rc1
2020-02-10 Linus TorvaldsMerge tag 'kbuild-v5.6-2' of git://git./linux/kernel...
2020-02-09 Linus TorvaldsMerge tag 'zonefs-5.6-rc1' of git://git./linux/kernel...
2020-02-09 Marc Zyngierirqchip/gic-v4.1: Avoid 64bit division for the sake...
2020-02-09 Linus TorvaldsMerge tag '5.6-rc-smb3-plugfest-patches' of git://git...
2020-02-09 Linus TorvaldsMerge branch 'work.vboxsf' of git://git./linux/kernel...
2020-02-09 Linus TorvaldsMerge tag 'x86-urgent-2020-02-09' of git://git./linux...
2020-02-09 Linus TorvaldsMerge tag 'smp-urgent-2020-02-09' of git://git./linux...
2020-02-09 Linus TorvaldsMerge tag 'perf-urgent-2020-02-09' of git://git./linux...
2020-02-09 Linus TorvaldsMerge tag 'timers-urgent-2020-02-09' of git://git....
2020-02-09 Linus TorvaldsMerge tag 'irq-urgent-2020-02-09' of git://git./linux...
2020-02-09 Linus TorvaldsMerge tag 'efi-urgent-2020-02-09' of git://git./linux...
2020-02-09 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2020-02-09 Linus TorvaldsMerge git://git./linux/kernel/git/netdev/net
2020-02-08 Hans de Goedefs: Add VirtualBox guest shared folder (vboxsf) support
2020-02-08 Linus TorvaldsMerge tag 'powerpc-5.6-2' of git://git./linux/kernel...
2020-02-08 Linus TorvaldsFix up remaining devm_ioremap_nocache() in SGI IOC3...
2020-02-08 Linus TorvaldsMerge tag 'armsoc-late' of git://git./linux/kernel...
2020-02-08 Linus TorvaldsMerge tag 'armsoc-defconfig' of git://git./linux/kernel...
2020-02-08 Linus TorvaldsMerge tag 'armsoc-drivers' of git://git./linux/kernel...
2020-02-08 Linus TorvaldsMerge tag 'armsoc-dt' of git://git./linux/kernel/git...
2020-02-08 Linus TorvaldsMerge tag 'armsoc-soc' of git://git./linux/kernel/git...
2020-02-08 Linus TorvaldsMerge tag 'compat-ioctl-fix' of git://git./linux/kernel...
2020-02-08 Linus TorvaldsMerge branch 'merge.nfs-fs_parse.1' of git://git./linux...
2020-02-08 Linus TorvaldsMerge branch 'work.misc' of git://git./linux/kernel...
next