summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-06-29rcu: gp_max is protected by root rcu_node's lockWei Yang-2/+2
2020-06-29rcu: Stop shrinker loopPeter Enderborg-1/+1
2020-06-29rcu: Replace 1 with trueJules Irenge-1/+1
2020-06-29lockdep: Complain only once about RCU in extended quiescent statePaul E. McKenney-3/+1
2020-06-29rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstrPaul E. McKenney-1/+4
2020-06-29rcu: Remove initialized but unused rnp from check_slow_task()Paul E. McKenney-2/+0
2020-06-29tick/nohz: Narrow down noise while setting current task's tick dependencyFrederic Weisbecker-7/+15
2020-06-29rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seqLihao Liang-2/+2
2020-06-29rcu: Expedited grace-period sleeps to idle priorityPaul E. McKenney-1/+1
2020-06-29rcu: No-CBs-related sleeps to idle priorityPaul E. McKenney-1/+1
2020-06-29rcu: Priority-boost-related sleeps to idle priorityPaul E. McKenney-1/+1
2020-06-29rcu: Grace-period-kthread related sleeps to idle priorityPaul E. McKenney-3/+3
2020-06-29rcu: Add comment documenting rcu_callback_map's purposePaul E. McKenney-0/+1
2020-06-29rcu: Add callbacks-invoked countersPaul E. McKenney-0/+5
2020-06-29rcu: Simplify the calculation of rcu_state.ncpusWei Yang-6/+3
2020-06-29rcu: Initialize and destroy rcu_synchronize only when necessaryWei Yang-5/+7
2020-06-29docs: RCU: Convert stallwarn.txt to ReSTMauro Carvalho Chehab-2/+2
2020-06-29docs: RCU: Convert torture.txt to ReSTMauro Carvalho Chehab-1/+1
2020-06-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-2/+2
2020-06-29x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware)-0/+8
2020-06-29cgroup: unexport cgroup_rstat_updatedChristoph Hellwig-1/+0
2020-06-29tracing: Only allow trace_array_printk() to be used by instancesSteven Rostedt (VMware)-3/+7
2020-06-29dma-mapping: warn when coherent pool is depletedDavid Rientjes-1/+5
2020-06-28Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-30/+37
2020-06-28Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-7/+25
2020-06-28sched/cfs: change initial value of runnable_avgVincent Guittot-1/+1
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra-21/+3
2020-06-28sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra-3/+3
2020-06-28sched/core: Fix ttwu() racePeter Zijlstra-5/+28
2020-06-28sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli-1/+2
2020-06-28sched/deadline: Initialize ->dl_boostedJuri Lelli-0/+1
2020-06-28sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood-1/+1
2020-06-27Merge tag 'dma-mapping-5.8-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-28/+39
2020-06-27Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds-29/+47
2020-06-26Merge tag 'pm-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-4/+11
2020-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-29/+9
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab-1/+1
2020-06-26kgdb: Avoid suspicious RCU usage warningDouglas Anderson-0/+4
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg-1/+3
2020-06-26mm: remove vmalloc_execChristoph Hellwig-1/+3
2020-06-26kexec: do not verify the signature without the lockdown or mandatory signatureLianbo Jiang-28/+6
2020-06-25blktrace: Provide event for request mergingJan Kara-0/+10
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-25/+40
2020-06-25Merge tag 'trace-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-6/+27
2020-06-26fork: annotate data race in copy_process()Weilong Chen-1/+1
2020-06-25rcu: Fixup noinstr warningsPeter Zijlstra-7/+25
2020-06-25bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend-2/+2
2020-06-25console: Fix trivia typo 'change' -> 'chance'Andy Shevchenko-1/+1
2020-06-25console: Propagate error code from console ->setup()Andy Shevchenko-3/+3
2020-06-25cpuidle: Rearrange s2idle-specific idle state entry codeRafael J. Wysocki-4/+11