summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-05-15rcu: Avoid __call_rcu_core() root rcu_node ->lock acquisitionPaul E. McKenney-4/+4
2018-05-15rcu: Make rcu_migrate_callbacks wake GP kthread when neededPaul E. McKenney-2/+6
2018-05-15rcu: Convert ->need_future_gp[] array to booleanPaul E. McKenney-4/+4
2018-05-15rcu: Make rcu_future_needs_gp() check all ->need_future_gps[] elementsPaul E. McKenney-2/+3
2018-05-15rcu: Avoid losing ->need_future_gp[] values due to GP start/end racesPaul E. McKenney-2/+1
2018-05-15rcu: Make rcu_gp_cleanup() more accurately predict need for new GPPaul E. McKenney-24/+10
2018-05-15rcu: Make rcu_gp_kthread() check for early-boot activityPaul E. McKenney-0/+6
2018-05-15rcu: Add accessor macros for the ->need_future_gp[] arrayPaul E. McKenney-10/+23
2018-05-15rcu: Make rcu_start_future_gp()'s grace-period check more precisePaul E. McKenney-13/+5
2018-05-15rcu: Improve non-root rcu_cbs_completed() accuracyPaul E. McKenney-0/+15
2018-05-15rcu: Add leaf-node macrosPaul E. McKenney-7/+12
2018-05-15srcu: Add cleanup_srcu_struct_quiesced()Paul E. McKenney-17/+29
2018-05-15rcu: Declare rcu_eqs_special_set() in public headerYury Norov-1/+0
2018-05-15rcu: Update rcu_bind_gp_kthread() header commentPaul E. McKenney-2/+1
2018-05-15rcu: Move __rcu_read_lock() and __rcu_read_unlock() to tree_plugin.hPaul E. McKenney-48/+44
2018-05-15softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney-16/+1
2018-05-15rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney-17/+17
2018-05-15rcu: Remove deprecated RCU debugfs tracing codeByungchul Park-12/+5
2018-05-15rcu: Call wake_nocb_leader_defer() with 'FORCE' when nocb_q_count is highByungchul Park-1/+1
2018-05-15rcu: Don't allocate rcu_nocb_mask if no one needs itPaul E. McKenney-2/+2
2018-05-15rcu: Inline rcu_preempt_do_callback() into its sole callerByungchul Park-11/+1
2018-05-15rcu: exp: Protect all sync_rcu_preempt_exp_done() with rcu_node lockBoqun Feng-3/+25
2018-05-15rcu: exp: Fix "must hold exp_mutex" comments for QS reporting functionsBoqun Feng-7/+3
2018-05-15rcu: Parallelize expedited grace-period initializationPaul E. McKenney-78/+120
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend-60/+88
2018-05-15cpufreq: schedutil: Don't set next_freq to UINT_MAXViresh Kumar-12/+6
2018-05-15Revert "cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessar...Dietmar Eggemann-5/+1
2018-05-15Merge tag 'v4.17-rc5' into locking/core, to pick up fixesIngo Molnar-164/+164
2018-05-14audit: use inline function to set audit contextRichard Guy Briggs-5/+4
2018-05-14bpf: enable stackmap with build_id in nmi contextSong Liu-6/+53
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs-39/+35
2018-05-14audit: convert sessionid unset to a macroRichard Guy Briggs-2/+2
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig-7/+7
2018-05-14softirq/core: Turn default irq_cpustat_t to standard per-cpuFrederic Weisbecker-2/+2
2018-05-14Merge tag 'v4.17-rc5' into irq/core, to pick up fixesIngo Molnar-362/+409
2018-05-14locking/lockdep: Move sanity check to inside lockdep_print_held_locks()Tetsuo Handa-16/+13
2018-05-14locking/lockdep: Use for_each_process_thread() for debug_show_all_locks()Tetsuo Handa-35/+8
2018-05-14sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain-10/+24
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman-21/+48
2018-05-14Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar-131/+166
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-67/+91
2018-05-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-56/+1
2018-05-13genirq/msi: Allow level-triggered MSIs to be exposed by MSI providersMarc Zyngier-9/+24
2018-05-13timer_list: Remove unused function pointer typedefChen Lin-2/+0
2018-05-13timers: Adjust a kernel-doc commentMauro Carvalho Chehab-7/+7
2018-05-13tick: Prefer a lower rating device only if it's CPU local deviceSudeep Holla-1/+2
2018-05-12Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman-56/+1
2018-05-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+5
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-41/+67
2018-05-11init: fix false positives in W+X checkingJeffrey Hugo-0/+5