summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-08-01Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-448/+837
2022-08-01rseq: Kill process when unknown flags are encountered in ABI structuresMathieu Desnoyers-2/+2
2022-08-01rseq: Deprecate RSEQ_CS_FLAG_NO_RESTART_ON_* flagsMathieu Desnoyers-15/+8
2022-08-01kernel: remove platform_has() infrastructureJuergen Gross-28/+1
2022-07-31Merge tag 'x86_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+1
2022-07-31Merge tag 'locking_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+20
2022-07-30rv/reactor: Add the panic reactorDaniel Bristot de Oliveira-0/+52
2022-07-30rv/reactor: Add the printk reactorDaniel Bristot de Oliveira-1/+52
2022-07-30rv/monitor: Add the wwnr monitorDaniel Bristot de Oliveira-0/+146
2022-07-30rv/monitor: Add the wip monitorDaniel Bristot de Oliveira-36/+29
2022-07-30rv/monitor: Add the wip monitor skeleton created by dot2kDaniel Bristot de Oliveira-0/+155
2022-07-30Documentation/rv: Add a basic documentationDaniel Bristot de Oliveira-0/+6
2022-07-30rv/include: Add deterministic automata monitor definition via C macrosDaniel Bristot de Oliveira-0/+30
2022-07-30rv: Add runtime reactors interfaceDaniel Bristot de Oliveira-0/+564
2022-07-30rv: Add Runtime Verification (RV) interfaceDaniel Bristot de Oliveira-0/+844
2022-07-30locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs...Waiman Long-10/+20
2022-07-29Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-6/+9
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks-2/+6
2022-07-29kernel/hung_task: fix address space of proc_dohung_task_timeout_secsBen Dooks-1/+1
2022-07-29bpf: Remove unneeded semicolonYang Li-1/+1
2022-07-29bpf: Fix NULL pointer dereference when registering bpf trampolineXu Kuohai-1/+4
2022-07-29bpf: Fix test_progs -j error with fentry/fexit testsSong Liu-1/+1
2022-07-29Merge tag 'wq-for-5.19-rc8-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+4
2022-07-29workqueue: Avoid a false warning in unbind_workers()Lai Jiangshan-1/+4
2022-07-29Merge branches 'pm-devfreq', 'pm-qos', 'pm-tools' and 'pm-docs'Rafael J. Wysocki-2/+2
2022-07-29Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em'Rafael J. Wysocki-9/+28
2022-07-29bpf: btf: Fix vsnprintf return value checkFedor Tokarev-1/+1
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-47/+114
2022-07-28cgroup: Skip subtree root in cgroup_update_dfl_csses()Waiman Long-0/+9
2022-07-28watch_queue: Fix missing locking in add_watch_to_object()Linus Torvalds-22/+36
2022-07-28watch_queue: Fix missing rcu annotationDavid Howells-1/+1
2022-07-28swiotlb: fix passing local variable to debugfs_create_ulong()Tianyu Lan-3/+9
2022-07-28dma-mapping: reformat comment to suppress htmldoc warningLogan Gunthorpe-9/+9
2022-07-28Merge tag 'irqchip-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-42/+135
2022-07-27cgroup: remove "no" prefixed mount optionsTejun Heo-20/+4
2022-07-27x86/configs: Update configs in x86_debug.configLukas Bulwahn-2/+1
2022-07-27watchdog: export lockup_detector_reconfigureLaurent Dufour-5/+16
2022-07-26PM: QoS: Add check to make sure CPU freq is non-negativeShivnandan Kumar-2/+2
2022-07-26PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa-1/+12
2022-07-26bpf, devmap: Compute proper xdp_frame len redirecting framesLorenzo Bianconi-2/+2
2022-07-26dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA supportLogan Gunthorpe-0/+18
2022-07-26dma-direct: support PCI P2PDMA pages in dma-direct map_sgLogan Gunthorpe-7/+44
2022-07-26dma-mapping: allow EREMOTEIO return code for P2PDMA transfersLogan Gunthorpe-1/+4
2022-07-25Merge branch irq/misc-5.20 into irq/irqchip-nextMarc Zyngier-7/+9
2022-07-24io_uring: move to separate directoryJens Axboe-1/+1
2022-07-24tracing: Auto generate event name when creating a group of eventsLinyu Yuan-27/+40
2022-07-24tracing: eprobe: Remove duplicate is_good_name() operationLinyu Yuan-2/+0
2022-07-24tracing: eprobe: Add missing log indexLinyu Yuan-0/+1
2022-07-24Merge tag 'sched_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+4
2022-07-23cgroup: Make !percpu threadgroup_rwsem operations optionalTejun Heo-8/+53