summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-07-30rv/reactor: Add the printk reactorDaniel Bristot de Oliveira3-1/+52
2022-07-30rv/monitor: Add the wwnr monitorDaniel Bristot de Oliveira4-0/+146
2022-07-30rv/monitor: Add the wip monitorDaniel Bristot de Oliveira3-36/+29
2022-07-30rv/monitor: Add the wip monitor skeleton created by dot2kDaniel Bristot de Oliveira2-0/+155
2022-07-30Documentation/rv: Add a basic documentationDaniel Bristot de Oliveira2-0/+6
2022-07-30rv/include: Add deterministic automata monitor definition via C macrosDaniel Bristot de Oliveira3-0/+30
2022-07-30rv: Add runtime reactors interfaceDaniel Bristot de Oliveira5-0/+564
2022-07-30rv: Add Runtime Verification (RV) interfaceDaniel Bristot de Oliveira8-0/+844
2022-07-30locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs...Waiman Long1-10/+20
2022-07-29Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-6/+9
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks1-2/+6
2022-07-29kernel/hung_task: fix address space of proc_dohung_task_timeout_secsBen Dooks1-1/+1
2022-07-29bpf: Remove unneeded semicolonYang Li1-1/+1
2022-07-29bpf: Fix NULL pointer dereference when registering bpf trampolineXu Kuohai1-1/+4
2022-07-29bpf: Fix test_progs -j error with fentry/fexit testsSong Liu1-1/+1
2022-07-29Merge tag 'wq-for-5.19-rc8-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+4
2022-07-29workqueue: Avoid a false warning in unbind_workers()Lai Jiangshan1-1/+4
2022-07-29Merge branches 'pm-devfreq', 'pm-qos', 'pm-tools' and 'pm-docs'Rafael J. Wysocki1-2/+2
2022-07-29Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em'Rafael J. Wysocki2-9/+28
2022-07-29bpf: btf: Fix vsnprintf return value checkFedor Tokarev1-1/+1
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-47/+114
2022-07-28cgroup: Skip subtree root in cgroup_update_dfl_csses()Waiman Long1-0/+9
2022-07-28watch_queue: Fix missing locking in add_watch_to_object()Linus Torvalds1-22/+36
2022-07-28watch_queue: Fix missing rcu annotationDavid Howells1-1/+1
2022-07-28swiotlb: fix passing local variable to debugfs_create_ulong()Tianyu Lan1-3/+9
2022-07-28dma-mapping: reformat comment to suppress htmldoc warningLogan Gunthorpe1-9/+9
2022-07-28Merge tag 'irqchip-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner18-42/+135
2022-07-27cgroup: remove "no" prefixed mount optionsTejun Heo1-20/+4
2022-07-27x86/configs: Update configs in x86_debug.configLukas Bulwahn1-2/+1
2022-07-27watchdog: export lockup_detector_reconfigureLaurent Dufour1-5/+16
2022-07-26PM: QoS: Add check to make sure CPU freq is non-negativeShivnandan Kumar1-2/+2
2022-07-26PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa1-1/+12
2022-07-26bpf, devmap: Compute proper xdp_frame len redirecting framesLorenzo Bianconi1-2/+2
2022-07-26dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA supportLogan Gunthorpe1-0/+18
2022-07-26dma-direct: support PCI P2PDMA pages in dma-direct map_sgLogan Gunthorpe2-7/+44
2022-07-26dma-mapping: allow EREMOTEIO return code for P2PDMA transfersLogan Gunthorpe1-1/+4
2022-07-25Merge branch irq/misc-5.20 into irq/irqchip-nextMarc Zyngier2-7/+9
2022-07-24io_uring: move to separate directoryJens Axboe1-1/+1
2022-07-24tracing: Auto generate event name when creating a group of eventsLinyu Yuan6-27/+40
2022-07-24tracing: eprobe: Remove duplicate is_good_name() operationLinyu Yuan1-2/+0
2022-07-24tracing: eprobe: Add missing log indexLinyu Yuan1-0/+1
2022-07-24Merge tag 'sched_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+4
2022-07-23cgroup: Make !percpu threadgroup_rwsem operations optionalTejun Heo3-8/+53
2022-07-22cgroup: Add "no" prefixed mount optionsTejun Heo1-5/+15
2022-07-22cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...Tejun Heo1-3/+13
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski15-282/+724
2022-07-22bpf: Simplify bpf_prog_pack_[size|mask]Song Liu1-54/+17
2022-07-22bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)Song Liu1-17/+141
2022-07-22ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu1-26/+216
2022-07-22ftrace: Add modify_ftrace_direct_multi_nolockSong Liu1-24/+62