summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-07-29bpf: btf: Fix vsnprintf return value checkFedor Tokarev
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-28cgroup: Skip subtree root in cgroup_update_dfl_csses()Waiman Long
2022-07-28watch_queue: Fix missing locking in add_watch_to_object()Linus Torvalds
2022-07-28watch_queue: Fix missing rcu annotationDavid Howells
2022-07-28Merge tag 'irqchip-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2022-07-27cgroup: remove "no" prefixed mount optionsTejun Heo
2022-07-27x86/configs: Update configs in x86_debug.configLukas Bulwahn
2022-07-26PM: QoS: Add check to make sure CPU freq is non-negativeShivnandan Kumar
2022-07-26PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa
2022-07-26bpf, devmap: Compute proper xdp_frame len redirecting framesLorenzo Bianconi
2022-07-25Merge branch irq/misc-5.20 into irq/irqchip-nextMarc Zyngier
2022-07-24io_uring: move to separate directoryJens Axboe
2022-07-24tracing: Auto generate event name when creating a group of eventsLinyu Yuan
2022-07-24tracing: eprobe: Remove duplicate is_good_name() operationLinyu Yuan
2022-07-24tracing: eprobe: Add missing log indexLinyu Yuan
2022-07-24Merge tag 'sched_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-07-23cgroup: Make !percpu threadgroup_rwsem operations optionalTejun Heo
2022-07-22cgroup: Add "no" prefixed mount optionsTejun Heo
2022-07-22cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...Tejun Heo
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