summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-05-15memremap: split devm_memremap_pages() and memremap() infrastructureDan Williams
2018-05-16resource: switch to proc_create_seq_dataChristoph Hellwig
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-05-15tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend
2018-05-15Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and...Paul E. McKenney
2018-05-15rcutorture: Print end-of-test statePaul E. McKenney
2018-05-15rcu: Drop early GP request check from rcu_gp_kthread()Paul E. McKenney
2018-05-15rcu: Simplify and inline cpu_needs_another_gp()Paul E. McKenney
2018-05-15rcu: The rcu_gp_cleanup() function does not need cpu_needs_another_gp()Paul E. McKenney
2018-05-15rcu: Make rcu_start_this_gp() check for out-of-range requestsPaul E. McKenney
2018-05-15rcu: Add funnel locking to rcu_start_this_gp()Paul E. McKenney
2018-05-15rcu: Make rcu_start_future_gp() caller select grace periodPaul E. McKenney
2018-05-15rcu: Inline rcu_start_gp_advanced() into rcu_start_future_gp()Paul E. McKenney
2018-05-15rcu: Clear request other than RCU_GP_FLAG_INIT at GP endPaul E. McKenney
2018-05-15rcu: Cleanup, don't put ->completed into an intPaul E. McKenney
2018-05-15rcu: Switch __rcu_process_callbacks() to rcu_accelerate_cbs()Paul E. McKenney
2018-05-15rcu: Avoid __call_rcu_core() root rcu_node ->lock acquisitionPaul E. McKenney
2018-05-15rcu: Make rcu_migrate_callbacks wake GP kthread when neededPaul E. McKenney
2018-05-15rcu: Convert ->need_future_gp[] array to booleanPaul E. McKenney
2018-05-15rcu: Make rcu_future_needs_gp() check all ->need_future_gps[] elementsPaul E. McKenney
2018-05-15rcu: Avoid losing ->need_future_gp[] values due to GP start/end racesPaul E. McKenney
2018-05-15rcu: Make rcu_gp_cleanup() more accurately predict need for new GPPaul E. McKenney
2018-05-15rcu: Make rcu_gp_kthread() check for early-boot activityPaul E. McKenney
2018-05-15rcu: Add accessor macros for the ->need_future_gp[] arrayPaul E. McKenney
2018-05-15rcu: Make rcu_start_future_gp()'s grace-period check more precisePaul E. McKenney
2018-05-15rcu: Improve non-root rcu_cbs_completed() accuracyPaul E. McKenney
2018-05-15rcu: Add leaf-node macrosPaul E. McKenney
2018-05-15srcu: Add cleanup_srcu_struct_quiesced()Paul E. McKenney
2018-05-15rcu: Declare rcu_eqs_special_set() in public headerYury Norov
2018-05-15rcu: Update rcu_bind_gp_kthread() header commentPaul E. McKenney
2018-05-15rcu: Move __rcu_read_lock() and __rcu_read_unlock() to tree_plugin.hPaul E. McKenney
2018-05-15softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney
2018-05-15rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney
2018-05-15rcu: Remove deprecated RCU debugfs tracing codeByungchul Park
2018-05-15rcu: Call wake_nocb_leader_defer() with 'FORCE' when nocb_q_count is highByungchul Park
2018-05-15rcu: Don't allocate rcu_nocb_mask if no one needs itPaul E. McKenney
2018-05-15rcu: Inline rcu_preempt_do_callback() into its sole callerByungchul Park
2018-05-15rcu: exp: Protect all sync_rcu_preempt_exp_done() with rcu_node lockBoqun Feng
2018-05-15rcu: exp: Fix "must hold exp_mutex" comments for QS reporting functionsBoqun Feng
2018-05-15rcu: Parallelize expedited grace-period initializationPaul E. McKenney
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend
2018-05-15cpufreq: schedutil: Don't set next_freq to UINT_MAXViresh Kumar
2018-05-15Revert "cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessar...Dietmar Eggemann
2018-05-15Merge tag 'v4.17-rc5' into locking/core, to pick up fixesIngo Molnar
2018-05-14audit: use inline function to set audit contextRichard Guy Briggs
2018-05-14bpf: enable stackmap with build_id in nmi contextSong Liu
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs