summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-22bpf: Simplify bpf_prog_pack_[size|mask]Song Liu
2022-07-22bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)Song Liu
2022-07-22ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu
2022-07-22ftrace: Add modify_ftrace_direct_multi_nolockSong Liu
2022-07-22Merge tag 'rcu-urgent.2022.07.21a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-07-22kcsan: test: Add a .kunitconfig to run KCSAN testsDavid Gow
2022-07-21bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi
2022-07-21Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney
2022-07-21Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney
2022-07-21rcu: Add irqs-disabled indicator to expedited RCU CPU stall warningsZqiang
2022-07-21rcu: Diagnose extended sync_rcu_do_polled_gp() loopsPaul E. McKenney
2022-07-21rcu: Put panic_on_rcu_stall() after expedited RCU CPU stall warningsZqiang
2022-07-21rcutorture: Test polled expedited grace-period primitivesPaul E. McKenney
2022-07-21rcu: Add polled expedited grace-period primitivesPaul E. McKenney
2022-07-21rcutorture: Verify that polled GP API sees synchronous grace periodsPaul E. McKenney
2022-07-21rcu: Make Tiny RCU grace periods visible to polled APIsPaul E. McKenney
2022-07-21rcu: Make polled grace-period API account for expedited grace periodsPaul E. McKenney
2022-07-21rcu: Switch polled grace-period APIs to ->gp_seq_polledPaul E. McKenney
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-21watch-queue: remove spurious double semicolonLinus Torvalds
2022-07-21bpf: Check attach_func_proto more carefully in check_helper_callStanislav Fomichev
2022-07-21sched/core: Fix the bug that task won't enqueue into core tree when update co...Cruz Zhao
2022-07-21nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne
2022-07-21sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli
2022-07-20watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds
2022-07-20Merge branch irq/loongarch into irq/irqchip-nextMarc Zyngier
2022-07-20genirq: Use for_each_action_of_desc in actions_show()Paran Lee
2022-07-20genirq/generic_chip: Export irq_unmap_generic_chipJianmin Lv
2022-07-19rcu/nocb: Avoid polling when my_rdp->nocb_head_rdp list is emptyZqiang
2022-07-19rcu/nocb: Add option to opt rcuo kthreads out of RT priorityUladzislau Rezki (Sony)
2022-07-19rcu: Add nocb_cb_kthread check to rcu_is_callbacks_kthread()Zqiang
2022-07-19rcu/nocb: Add an option to offload all CPUs on bootJoel Fernandes
2022-07-19rcu/nocb: Fix NOCB kthreads spawn failure with rcu_nocb_rdp_deoffload() direc...Zqiang
2022-07-19rcu/nocb: Invert rcu_state.barrier_mutex VS hotplug lock locking orderZqiang
2022-07-19rcu/nocb: Add/del rdp to iterate from rcuog itselfFrederic Weisbecker
2022-07-19rcu/tree: Add comment to describe GP-done condition in fqs loopNeeraj Upadhyay
2022-07-19rcu: Initialize first_gp_fqs at declaration in rcu_gp_fqs()Paul E. McKenney
2022-07-19rcu/kvfree: Remove useless monitor_todo flagJoel Fernandes (Google)
2022-07-19rcu: Cleanup RCU urgency state for offline CPUZqiang
2022-07-19rcu: tiny: Record kvfree_call_rcu() call stack for KASANJohannes Berg
2022-07-19locking/csd_lock: Change csdlock_debug from early_param to __setupChen Zhongjin
2022-07-19srcu: Make expedited RCU grace periods block even less frequentlyNeeraj Upadhyay
2022-07-19rcu: Forbid RCU_STRICT_GRACE_PERIOD in TINY_RCU kernelsPaul E. McKenney
2022-07-19srcu: Block less aggressively for expedited grace periodsPaul E. McKenney
2022-07-19rcu: Immediately boost preempted readers for strict grace periodsZqiang
2022-07-19rcu: Add rnp->cbovldmask check in rcutree_migrate_callbacks()Zqiang
2022-07-19rcu: Avoid tracing a few functions executed in stop machinePatrick Wang
2022-07-19rcu: Decrease FQS scan wait time in case of callback overloadingPaul E. McKenney