summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-06-29rcu/tree: Skip entry into the page allocator for PREEMPT_RTJoel Fernandes (Google)
2020-06-29rcu/tree: Keep kfree_rcu() awake during lock contentionJoel Fernandes (Google)
2020-06-29rcu: Fix a kernel-doc warnings for "count"Mauro Carvalho Chehab
2020-06-29kernel/rcu/tree.c: Fix kernel-doc warningsRandy Dunlap
2020-06-29rcu: grpnum just records group numberWei Yang
2020-06-29rcu: grplo/grphi just records CPU numberWei Yang
2020-06-29rcu: gp_max is protected by root rcu_node's lockWei Yang
2020-06-29rcu: Stop shrinker loopPeter Enderborg
2020-06-29rcu: Replace 1 with trueJules Irenge
2020-06-29lockdep: Complain only once about RCU in extended quiescent statePaul E. McKenney
2020-06-29rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstrPaul E. McKenney
2020-06-29rcu: Remove initialized but unused rnp from check_slow_task()Paul E. McKenney
2020-06-29tick/nohz: Narrow down noise while setting current task's tick dependencyFrederic Weisbecker
2020-06-29rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seqLihao Liang
2020-06-29rcu: Expedited grace-period sleeps to idle priorityPaul E. McKenney
2020-06-29rcu: No-CBs-related sleeps to idle priorityPaul E. McKenney
2020-06-29rcu: Priority-boost-related sleeps to idle priorityPaul E. McKenney
2020-06-29rcu: Grace-period-kthread related sleeps to idle priorityPaul E. McKenney
2020-06-29rcu: Add comment documenting rcu_callback_map's purposePaul E. McKenney
2020-06-29rcu: Add callbacks-invoked countersPaul E. McKenney
2020-06-29rcu: Simplify the calculation of rcu_state.ncpusWei Yang
2020-06-29rcu: Initialize and destroy rcu_synchronize only when necessaryWei Yang
2020-06-29docs: RCU: Convert stallwarn.txt to ReSTMauro Carvalho Chehab
2020-06-29docs: RCU: Convert torture.txt to ReSTMauro Carvalho Chehab
2020-06-28Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-06-28Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-28sched/cfs: change initial value of runnable_avgVincent Guittot
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra
2020-06-28sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra
2020-06-28sched/core: Fix ttwu() racePeter Zijlstra
2020-06-28sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli
2020-06-28sched/deadline: Initialize ->dl_boostedJuri Lelli
2020-06-28sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood
2020-06-27Merge tag 'dma-mapping-5.8-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-06-27Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds
2020-06-26Merge tag 'pm-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-26kgdb: Avoid suspicious RCU usage warningDouglas Anderson
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg
2020-06-26mm: remove vmalloc_execChristoph Hellwig
2020-06-26kexec: do not verify the signature without the lockdown or mandatory signatureLianbo Jiang
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-25Merge tag 'trace-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-06-25rcu: Fixup noinstr warningsPeter Zijlstra
2020-06-25cpuidle: Rearrange s2idle-specific idle state entry codeRafael J. Wysocki
2020-06-25kdb: Make kdb_printf() console handling more robustSumit Garg
2020-06-25kdb: Check status of console prior to invoking handlersSumit Garg
2020-06-25kdb: Re-factor kdb_printf() message write codeSumit Garg
2020-06-24Merge tag 'for-linus-2020-06-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-23tracing/boottime: Fix kprobe multiple eventsSascha Ortmann