summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-01-04rcu: Make TASKS_TRACE_RCU select IRQ_WORKPaul E. McKenney
2021-01-04rcu-tasks: Add RCU-tasks self testsUladzislau Rezki (Sony)
2021-01-04rcu: Add lockdep_assert_irqs_disabled() to raw_spin_unlock_rcu_node() macrosPaul E. McKenney
2021-01-04rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and calleesPaul E. McKenney
2021-01-04locking: Remove duplicate include of percpu-rwsem.hWang Qing
2021-01-04sched/core: Allow try_invoke_on_locked_down_task() with irqs disabledPeter Zijlstra
2021-01-04kcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state()Marco Elver
2021-01-04rcu: Do not NMI offline CPUsPaul E. McKenney
2021-01-04rcu: For RCU grace-period kthread starvation, dump last CPU it ran onPaul E. McKenney
2021-01-04rcu: Mark obtuse portion of stall warning as internal debugPaul E. McKenney
2021-01-04scftorture: Add debug output for wrong-CPU warningPaul E. McKenney
2021-01-04rcutorture: Add testing for RCU's global memory orderingPaul E. McKenney
2021-01-04rcutorture: Add reader-side tests of polling grace-period APIPaul E. McKenney
2021-01-04rcutorture: Add writer-side tests of polling grace-period APIPaul E. McKenney
2021-01-04rcutorture: Prepare for ->start_gp_poll and ->poll_gp_statePaul E. McKenney
2021-01-04srcu: Add comment explaining cookie overflow/wrapPaul E. McKenney
2021-01-04srcu: Provide polling interfaces for Tree SRCU grace periodsPaul E. McKenney
2021-01-04srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney
2021-01-04srcu: Provide internal interface to start a Tree SRCU grace periodPaul E. McKenney
2021-01-04srcu: Provide internal interface to start a Tiny SRCU grace periodPaul E. McKenney
2021-01-04srcu: Make Tiny SRCU use multi-bit grace-period counterPaul E. McKenney
2021-01-04rcu: Enable rcu_normal_after_boot unconditionally for RTJulia Cartwright
2021-01-04rcu: Unconditionally use rcuc threads on PREEMPT_RTScott Wood
2021-01-04rcu: Make RCU_BOOST default on CONFIG_PREEMPT_RTSebastian Andrzej Siewior
2021-01-04rcu: Record kvfree_call_rcu() call stack for KASANZqiang
2021-01-04rcu/tree: Make rcu_do_batch count how many callbacks were executedJoel Fernandes (Google)
2021-01-04Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2021-01-03bpf: Fix a task_iter bug caused by a merge conflict resolutionYonghong Song
2021-01-01Merge tag 'io_uring-5.11-2021-01-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-30kernel/io_uring: cancel io_uring before task worksPavel Begunkov
2020-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-12-28Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2020-12-28Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2020-12-27Merge tag 'locking-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-12-27Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-12-27Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-12-25genirq: Fix export of irq_to_desc() for powerpc KVMMichael Ellerman
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-24bpf: Use thread_group_leader()Jonathan Lemon
2020-12-24bpf: Save correct stopping point in file seq iterationJonathan Lemon
2020-12-22Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2020-12-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-22Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-12-22kasan: rename (un)poison_shadow to (un)poison_rangeAndrey Konovalov
2020-12-22Merge branch 'pm-cpufreq'Rafael J. Wysocki
2020-12-22bpf: Add schedule point in htab_init_buckets()Eric Dumazet
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn
2020-12-18timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill"Colin Ian King
2020-12-18genirq/msi: Initialize msi_alloc_info before calling msi_domain_prepare_irqs()Zenghui Yu