summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-22Merge tag 'rcu-urgent.2022.07.21a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-24/+74
2022-07-22kcsan: test: Add a .kunitconfig to run KCSAN testsDavid Gow1-0/+24
2022-07-22swiotlb: clean up some coding style and minor issuesTianyu Lan1-11/+15
2022-07-21bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi1-3/+14
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi2-66/+54
2022-07-21Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney21-627/+675
2022-07-21Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney18-457/+1140
2022-07-21rcu: Add irqs-disabled indicator to expedited RCU CPU stall warningsZqiang1-2/+3
2022-07-21rcu: Diagnose extended sync_rcu_do_polled_gp() loopsPaul E. McKenney1-1/+6
2022-07-21rcu: Put panic_on_rcu_stall() after expedited RCU CPU stall warningsZqiang1-1/+1
2022-07-21rcutorture: Test polled expedited grace-period primitivesPaul E. McKenney1-13/+74
2022-07-21rcu: Add polled expedited grace-period primitivesPaul E. McKenney3-5/+104
2022-07-21rcutorture: Verify that polled GP API sees synchronous grace periodsPaul E. McKenney1-0/+10
2022-07-21rcu: Make Tiny RCU grace periods visible to polled APIsPaul E. McKenney1-2/+5
2022-07-21rcu: Make polled grace-period API account for expedited grace periodsPaul E. McKenney3-6/+20
2022-07-21rcu: Switch polled grace-period APIs to ->gp_seq_polledPaul E. McKenney2-4/+96
2022-07-21resource: Introduce alloc_free_mem_region()Dan Williams1-35/+143
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-41/+90
2022-07-21watch-queue: remove spurious double semicolonLinus Torvalds1-1/+1
2022-07-21cxl/acpi: Track CXL resources in iomem_resourceDan Williams1-0/+7
2022-07-21bpf: Check attach_func_proto more carefully in check_helper_callStanislav Fomichev1-1/+3
2022-07-21sched/core: Fix the bug that task won't enqueue into core tree when update co...Cruz Zhao1-4/+5
2022-07-21nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne1-6/+9
2022-07-21sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli1-1/+4
2022-07-20module: Replace kmap() with kmap_local_page()Fabio M. De Francesco1-4/+4
2022-07-20watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds1-16/+37
2022-07-20Merge branch irq/loongarch into irq/irqchip-nextMarc Zyngier1-1/+1
2022-07-20genirq: Use for_each_action_of_desc in actions_show()Paran Lee1-1/+1
2022-07-20genirq/generic_chip: Export irq_unmap_generic_chipJianmin Lv1-1/+1
2022-07-19rcu/nocb: Avoid polling when my_rdp->nocb_head_rdp list is emptyZqiang1-5/+19
2022-07-19rcu/nocb: Add option to opt rcuo kthreads out of RT priorityUladzislau Rezki (Sony)3-2/+23