aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-01-04rcu: Do not NMI offline CPUsPaul E. McKenney1-5/+12
2021-01-04rcu: For RCU grace-period kthread starvation, dump last CPU it ran onPaul E. McKenney1-1/+8
2021-01-04rcu: Mark obtuse portion of stall warning as internal debugPaul E. McKenney1-1/+1
2021-01-04scftorture: Add debug output for wrong-CPU warningPaul E. McKenney1-1/+5
2021-01-04rcutorture: Add testing for RCU's global memory orderingPaul E. McKenney1-6/+92
2021-01-04rcutorture: Add reader-side tests of polling grace-period APIPaul E. McKenney1-0/+10
2021-01-04rcutorture: Add writer-side tests of polling grace-period APIPaul E. McKenney1-7/+72
2021-01-04rcutorture: Prepare for ->start_gp_poll and ->poll_gp_statePaul E. McKenney1-5/+5
2021-01-04srcu: Add comment explaining cookie overflow/wrapPaul E. McKenney1-0/+15
2021-01-04srcu: Provide polling interfaces for Tree SRCU grace periodsPaul E. McKenney1-4/+63
2021-01-04srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney1-2/+53
2021-01-04srcu: Provide internal interface to start a Tree SRCU grace periodPaul E. McKenney1-29/+37
2021-01-04srcu: Provide internal interface to start a Tiny SRCU grace periodPaul E. McKenney1-6/+11
2021-01-04srcu: Make Tiny SRCU use multi-bit grace-period counterPaul E. McKenney1-2/+3
2021-01-04rcu: Enable rcu_normal_after_boot unconditionally for RTJulia Cartwright1-1/+3
2021-01-04rcu: Unconditionally use rcuc threads on PREEMPT_RTScott Wood1-1/+3
2021-01-04rcu: Make RCU_BOOST default on CONFIG_PREEMPT_RTSebastian Andrzej Siewior1-2/+2
2021-01-04rcu: Record kvfree_call_rcu() call stack for KASANZqiang1-0/+1
2021-01-04rcu/tree: Make rcu_do_batch count how many callbacks were executedJoel Fernandes (Google)3-7/+7
2021-01-04Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-4/+21
2021-01-03bpf: Fix a task_iter bug caused by a merge conflict resolutionYonghong Song1-0/+1
2021-01-01Merge tag 'io_uring-5.11-2021-01-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2020-12-30kernel/io_uring: cancel io_uring before task worksPavel Begunkov1-0/+2
2020-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-10/+10
2020-12-28Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+10
2020-12-28Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2-15/+17
2020-12-27Merge tag 'locking-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+6
2020-12-27Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-15/+4
2020-12-27Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-33/+20
2020-12-25genirq: Fix export of irq_to_desc() for powerpc KVMMichael Ellerman1-1/+1
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-20/+67
2020-12-24bpf: Use thread_group_leader()Jonathan Lemon1-1/+1
2020-12-24bpf: Save correct stopping point in file seq iterationJonathan Lemon1-1/+2
2020-12-22Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-30/+76
2020-12-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2020-12-22Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds6-8/+384
2020-12-22kasan: rename (un)poison_shadow to (un)poison_rangeAndrey Konovalov1-2/+2
2020-12-22Merge branch 'pm-cpufreq'Rafael J. Wysocki1-30/+76
2020-12-22bpf: Add schedule point in htab_init_buckets()Eric Dumazet1-0/+1
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+16
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn1-0/+2
2020-12-18timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill"Colin Ian King1-1/+1
2020-12-18genirq/msi: Initialize msi_alloc_info before calling msi_domain_prepare_irqs()Zenghui Yu1-1/+1
2020-12-18softirq: Avoid bad tracing / lockdep interactionPeter Zijlstra1-1/+1
2020-12-18jump_label: Fix usage in module __initPeter Zijlstra1-3/+5
2020-12-18bpf: Remove unused including <linux/version.h>Tian Tao1-1/+0
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds36-352/+662
2020-12-17Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-89/+121
2020-12-17Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-3/+3
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0