platform/kernel/linux-starfive.git
2020-09-03 Paul E. McKenneyMerge branch 'strictgp.2020.08.24a' into HEAD
2020-09-03 Paul E. McKenneyMerge branch 'scftorture.2020.08.24a' into HEAD
2020-09-03 Paul E. McKenneyMerge branches 'doc.2020.08.24a', 'fixes.2020.09.03b...
2020-09-03 Zqiangrcu: Shrink each possible cpu krcp
2020-09-03 Joel Fernandes... rcu/segcblist: Prevent useless GP start if no CBs to...
2020-08-25 Paul E. McKenneytorture: Add gdb support
2020-08-25 Paul E. McKenneyrcutorture: Allow pointer leaks to test diagnostic...
2020-08-25 Paul E. McKenneyrcutorture: Hoist OOM registry up one level
2020-08-25 Colin Ian Kingrefperf: Avoid null pointer dereference when buf fails...
2020-08-25 Paul E. McKenneyrcutorture: Properly synchronize with OOM notifier
2020-08-25 Paul E. McKenneyrcutorture: Properly set rcu_fwds for OOM handling
2020-08-25 Paul E. McKenneytorture: Add kvm.sh --help and update help message
2020-08-25 Paul E. McKenneyrcutorture: Add CONFIG_PROVE_RCU_LIST to TREE05
2020-08-25 Paul E. McKenneytorture: Update initrd documentation
2020-08-25 Alexander A... rcutorture: Replace HTTP links with HTTPS ones
2020-08-25 Wei Yongjunlocktorture: Make function torture_percpu_rwsem_init...
2020-08-25 Paul Gortmakertorture: document --allcpus argument added to the kvm...
2020-08-25 Joel Fernandes... rcutorture: Output number of elapsed grace periods
2020-08-25 Paul E. McKenneyrcutorture: Remove KCSAN stubs
2020-08-25 Paul E. McKenneyrcu: Remove unused "cpu" parameter from rcu_report_qs_rdp()
2020-08-25 Paul E. McKenneyrcu: Report QS for outermost PREEMPT=n rcu_read_unlock...
2020-08-25 Paul E. McKenneyrcu: Execute RCU reader shortly after rcu_core for...
2020-08-25 Paul E. McKenneyrcu: Provide optional RCU-reader exit delay for strict GPs
2020-08-25 Paul E. McKenneyrcu: IPI all CPUs at GP end for strict GPs
2020-08-25 Paul E. McKenneyrcu: IPI all CPUs at GP start for strict GPs
2020-08-25 Paul E. McKenneyrcu: Attempt QS when CPU discovers GP for strict GPs
2020-08-25 Paul E. McKenneyrcu: Do full report for .need_qs for strict GPs
2020-08-25 Paul E. McKenneyrcu: Always set .need_qs from __rcu_read_lock() for...
2020-08-25 Paul E. McKenneyrcu: Force DEFAULT_RCU_BLIMIT to 1000 for strict RCU GPs
2020-08-25 Paul E. McKenneyrcu: Restrict default jiffies_till_first_fqs for strict...
2020-08-25 Paul E. McKenneyrcu: Reduce leaf fanout for strict RCU grace periods
2020-08-25 Paul E. McKenneyrcu: Add Kconfig option for strict RCU grace periods
2020-08-25 Paul E. McKenneyrcuperf: Change rcuperf to rcuscale
2020-08-25 Paul E. McKenneyscftorture: Add cond_resched() to test loop
2020-08-25 Paul E. McKenneyscftorture: Adapt memory-ordering test to UP operation
2020-08-25 Paul E. McKenneyscftorture: Block scftorture_invoker() kthreads for...
2020-08-25 Paul E. McKenneyscftorture: Check unexpected "switch" statement value
2020-08-25 Wei Yongjunscftorture: Make symbol 'scf_torture_rand' static
2020-08-25 Paul E. McKenneyscftorture: Prevent compiler from reducing race probabi...
2020-08-25 Paul E. McKenneyscftorture: Flag errors in torture-compatible manner
2020-08-25 Paul E. McKenneyscftorture: Consolidate scftorture_invoke_one() scf_che...
2020-08-25 Paul E. McKenneyscftorture: Consolidate scftorture_invoke_one() check...
2020-08-25 Paul E. McKenneyscftorture: Add smp_call_function() memory-ordering...
2020-08-25 Paul E. McKenneyscftorture: Add smp_call_function_many() memory-orderin...
2020-08-25 Paul E. McKenneyscftorture: Add smp_call_function_single() memory-order...
2020-08-25 Paul E. McKenneyscftorture: Summarize per-thread statistics
2020-08-25 Paul E. McKenneytick-sched: Clarify "NOHZ: local_softirq_pending" warning
2020-08-25 Paul E. McKenneyscftorture: Implement weighted primitive selection
2020-08-25 Paul E. McKenneytorture: Add scftorture to the rcutorture scripting
2020-08-25 Paul E. McKenneytorture: Declare parse-console.sh independence from...
2020-08-25 Paul E. McKenneyscftorture: Add smp_call_function() torture test
2020-08-25 Paul E. McKenneyrcu: Remove unused __rcu_is_watching() function
2020-08-25 Joel Fernandes... rcu: Make FQS more aggressive in complaining about...
2020-08-25 Joel Fernandes... rcu: Clarify comments about FQS loop reporting quiescen...
2020-08-25 Paul E. McKenneyrcu/nocb: Add a warning for non-GP kthread running...
2020-08-25 Paul E. McKenneyrcu: Move rcu_cpu_started per-CPU variable to rcu_data
2020-08-25 Madhuparna... kvm: mmu: page_track: Fix RCU list API usage
2020-08-25 Madhuparna... rculist: Introduce list/hlist_for_each_entry_srcu(...
2020-08-25 Tobias Klauserrcu: Fix kerneldoc comments in rcupdate.h
2020-08-25 Paul E. McKenneyrcu: Add READ_ONCE() to rcu_do_batch() access to rcu_cp...
2020-08-25 Paul E. McKenneyrcu: Add READ_ONCE() to rcu_do_batch() access to rcu_ki...
2020-08-25 Paul E. McKenneyrcu: Add READ_ONCE() to rcu_do_batch() access to rcu_re...
2020-08-25 Paul E. McKenneyrcu: Add READ_ONCE() to rcu_do_batch() access to rcu_di...
2020-08-25 Paul E. McKenneynocb: Remove show_rcu_nocb_state() false positive printout
2020-08-25 Neeraj Upadhyayrcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp()
2020-08-25 Neeraj Upadhyayrcu/tree: Force quiescent state on callback overload
2020-08-25 Paul E. McKenneynocb: Clarify RCU nocb CPU error message
2020-08-25 Joel Fernandes... rcu/trace: Use gp_seq_req in acceleration's rcu_grace_p...
2020-08-25 Joel Fernandes... rcu/trace: Print negative GP numbers correctly
2020-08-25 Paul E. McKenneyrcu: Initialize at declaration time in rcu_exp_handler()
2020-08-25 Paul E. McKenneysrcu: Remove KCSAN stubs
2020-08-25 Paul E. McKenneyrcu: Remove KCSAN stubs from update.c
2020-08-25 Paul E. McKenneyrcu: Remove KCSAN stubs
2020-08-24 Randy Dunlapdoc: Drop doubled words from RCU requirements documentation
2020-08-24 Randy Dunlapdoc: Drop doubled words from RCU Data-Structures.rst
2020-08-24 Tobias Klauserdocs: Fix typo in synchronize_rcu() function name
2020-08-16 Linus TorvaldsLinux 5.9-rc1
2020-08-16 Linus TorvaldsMerge tag 'io_uring-5.9-2020-08-15' of git://git.kernel...
2020-08-16 Mike Rapoportparisc: fix PMD pages allocation by restoring pmd_alloc...
2020-08-16 Linus TorvaldsMerge tag 'block-5.9-2020-08-14' of git://git.kernel...
2020-08-16 Linus TorvaldsMerge tag 'riscv-for-linus-5.9-mw1' of git://git./linux...
2020-08-16 Linus TorvaldsMerge tag 'sh-for-5.9' of git://git.libc.org/linux-sh
2020-08-15 Jens Axboeio_uring: short circuit -EAGAIN for blocking read attempt
2020-08-15 Jens Axboeio_uring: sanitize double poll handling
2020-08-15 Linus TorvaldsMerge tag 'perf-tools-2020-08-14' of git://git./linux...
2020-08-15 Linus TorvaldsMerge tag 'x86-urgent-2020-08-15' of git://git./linux...
2020-08-15 Linus TorvaldsMerge tag 'sched-urgent-2020-08-15' of git://git./linux...
2020-08-15 Linus TorvaldsMerge tag 'perf-urgent-2020-08-15' of git://git./linux...
2020-08-15 Linus TorvaldsMerge tag 'locking-urgent-2020-08-15' of git://git...
2020-08-15 Linus TorvaldsMerge tag '9p-for-5.9-rc1' of git://github.com/martinet...
2020-08-15 Linus TorvaldsMerge tag '5.9-rc-smb3-fixes-part2' of git://git.samba...
2020-08-15 Linus TorvaldsMerge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org...
2020-08-15 Linus TorvaldsMerge tag 'edac_updates_for_5.9_pt2' of git://git....
2020-08-15 Linus TorvaldsMerge tag 'devicetree-fixes-for-5.9' of git://git....
2020-08-15 Linus TorvaldsMerge tag 'acpi-5.9-rc1-2' of git://git./linux/kernel...
2020-08-15 Linus TorvaldsMerge tag 'pm-5.9-rc1-3' of git://git./linux/kernel...
2020-08-15 Linus TorvaldsMerge tag 'mfd-next-5.9-1' of git://git./linux/kernel...
2020-08-15 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2020-08-15 Krzysztof Kozlowskivirtio: pci: constify ioreadX() iomem argument (as...
2020-08-15 Krzysztof Kozlowskintb: intel: constify ioreadX() iomem argument (as in...
next