summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-02-20locktorture: Use private random-number generatorsPaul E. McKenney
2020-02-20locktorture: Print ratio of acquisitions, not failuresPaul E. McKenney
2020-02-20rcu: Add a trace event for kfree_rcu() use of kfree_bulk()Uladzislau Rezki (Sony)
2020-02-20rcu: Support kfree_bulk() interface in kfree_rcu()Uladzislau Rezki (Sony)
2020-02-20rcu: Make nocb_gp_wait() double-check unexpected-callback warningPaul E. McKenney
2020-02-20rcu: Tighten rcu_lockdep_assert_cblist_protected() checkPaul E. McKenney
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-20bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultMasami Hiramatsu
2020-02-20tracing: Clear trace_state when starting traceMasami Hiramatsu
2020-02-20tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)
2020-02-20tracing: Have synthetic event test use raw_smp_processor_id()Steven Rostedt (VMware)
2020-02-20tracing: Fix number printing bug in print_synth_event()Tom Zanussi
2020-02-20tracing: Check that number of vals matches number of synth event fieldsTom Zanussi
2020-02-20tracing: Make synth_event trace functions endian-correctTom Zanussi
2020-02-20tracing: Make sure synth_event_trace() example always uses u64Tom Zanussi
2020-02-20sched/fair: Remove wake_cap()Morten Rasmussen
2020-02-20sched/core: Remove for_each_lower_domain()Valentin Schneider
2020-02-20sched/topology: Remove SD_BALANCE_WAKE on asymmetric capacity systemsMorten Rasmussen
2020-02-20sched/fair: Add asymmetric CPU capacity wakeup scanMorten Rasmussen
2020-02-20sched/core: Remove duplicate assignment in sched_tick_remote()Scott Wood
2020-02-20PM / hibernate: fix typo "reserverd_size" -> "reserved_size"Alexandre Belloni
2020-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-02-19bpf: Fix a potential deadlock with bpf_map_do_batchYonghong Song
2020-02-19bpf: Do not grab the bucket spinlock by default on htab batch opsBrian Vazquez
2020-02-19bpf: Add bpf_read_branch_records() helperDaniel Xu
2020-02-19s390: remove obsolete ieee_emulation_warningsStephen Kitt
2020-02-18Merge tag 'dma-mapping-5.6' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-02-18bpf: Allow bpf_perf_event_read_value in all BPF programsSong Liu