summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-02-20rcu: Optimize and protect atomic_cmpxchg() loopPaul E. McKenney
2020-02-20rcu/nocb: Add missing annotation for rcu_nocb_bypass_unlock()Jules Irenge
2020-02-20rcu: Add missing annotation for rcu_nocb_bypass_lock()Jules Irenge
2020-02-20rcu: Don't flag non-starting GPs before GP kthread is runningPaul E. McKenney
2020-02-20rcu: Fix rcu_barrier_callback() race conditionPaul E. McKenney
2020-02-20rcu: Add WRITE_ONCE() to rcu_state ->gp_startPaul E. McKenney
2020-02-20rcu: Remove dead code from rcu_segcblist_insert_pend_cbs()Paul E. McKenney
2020-02-20timer: Use hlist_unhashed_lockless() in timer_pending()Eric Dumazet
2020-02-20rcu: Add *_ONCE() to rcu_node ->boost_kthread_statusPaul E. McKenney
2020-02-20rcu: Add *_ONCE() to rcu_data ->rcu_forced_tickPaul E. McKenney
2020-02-20rcu: Add READ_ONCE() to rcu_data ->gpwrapPaul E. McKenney
2020-02-20rcu: Fix typos in file-header commentsSeongJae Park
2020-02-20rcu: Add *_ONCE() for grace-period progress indicatorsPaul E. McKenney
2020-02-20rcu: Add READ_ONCE() to rcu_segcblist ->tails[]Paul E. McKenney
2020-02-20locking/rtmutex: rcu: Add WRITE_ONCE() to rt_mutex ->ownerPaul E. McKenney
2020-02-20rcu: Add WRITE_ONCE() to rcu_node ->qsmaskinitnextPaul E. McKenney
2020-02-20rcu: Add WRITE_ONCE() to rcu_state ->gp_req_activityPaul E. McKenney
2020-02-20rcu: Add READ_ONCE() to rcu_node ->gp_seqPaul E. McKenney
2020-02-20rcu: Add WRITE_ONCE to rcu_node ->exp_seq_rq storePaul E. McKenney
2020-02-20rcu: Add WRITE_ONCE() to rcu_node ->qsmask updatePaul E. McKenney
2020-02-20rcu: Provide debug symbols and line numbers in KCSAN runsPaul E. McKenney
2020-02-20rcu: Fix exp_funnel_lock()/rcu_exp_wait_wake() dataracePaul E. McKenney
2020-02-20rcu: Warn on for_each_leaf_node_cpu_mask() from non-leafPaul E. McKenney
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-09Merge tag 'smp-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-09Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-02-09Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-02-09Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-02-07genirq: Clarify that irq wake state is orthogonal to enable/disableStephen Boyd
2020-02-07cgroup1: switch to use of errorfc() et.al.Al Viro
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-07get rid of cg_invalf()Al Viro
2020-02-07smp/up: Make smp_call_function_single() match SMP semanticsPaul E. McKenney
2020-02-06Merge tag 'kgdb-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-02-06Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no r...Daniel Thompson
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2020-02-05ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)
2020-02-05ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)
2020-02-05tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover
2020-02-05tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover
2020-02-05Merge branch 'linus' into perf/urgent, to synchronize with upstreamIngo Molnar
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-02-05kallsyms: fix type of kallsyms_token_table[]Masahiro Yamada
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-04bpf: Fix modifier skipping logicAlexei Starovoitov