summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-229-52/+124
|\
| * tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)2022-12-154-10/+22
| * tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)2022-12-155-26/+91
| * kprobes: kretprobe events missing on 2-core KVM guestwuqiang2022-12-152-8/+3
| * kprobes: Fix check for probe enabled in kill_kprobe()Li Huafei2022-11-281-8/+8
| * test_kprobes: Fix implicit declaration error of test_kprobesLi Hua2022-11-231-0/+1
| * tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2022-11-231-0/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-2211-44/+97
|\ \
| * | RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpidAnup Patel2022-12-072-0/+30
| * | RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPUAnup Patel2022-12-073-6/+16
| * | RISC-V: Export sbi_get_mvendorid() and friendsAnup Patel2022-12-071-0/+3
| * | RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.hAnup Patel2022-12-072-8/+8
| * | RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()Anup Patel2022-12-071-14/+22
| * | RISC-V: KVM: Remove redundant includes of asm/csr.hAnup Patel2022-12-075-5/+0
| * | RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.hAnup Patel2022-12-071-1/+0
| * | RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()Anup Patel2022-12-071-4/+7
| * | RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()Christophe JAILLET2022-12-071-3/+1
| * | RISC-V: KVM: Exit run-loop immediately if xfer_to_guest failsAnup Patel2022-12-071-2/+3
| * | RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()Bo Liu2022-12-071-1/+1
| * | RISC-V: KVM: Add exit logic to main.cXiakaiPan2022-12-071-0/+6
* | | Merge tag 'block-6.2-2022-12-19' of git://git.kernel.dk/linuxLinus Torvalds2022-12-229-38/+47
|\ \ \
| * | | block: don't clear REQ_ALLOC_CACHE for non-polled requestsJens Axboe2022-12-161-2/+1
| * | | block: fix use-after-free of q->q_usage_counterMing Lei2022-12-151-4/+5
| * | | block, bfq: only do counting of pending-request for BFQ_GROUP_IOSCHEDYuwei Guan2022-12-153-4/+10
| * | | blk-iolatency: Fix memory leak on add_disk() failuresTejun Heo2022-12-141-0/+2
| * | | loop: Fix the max_loop commandline argument treatment when it is set to 0Isaac J. Manjarres2022-12-141-16/+12
| * | | block/blk-iocost (gcc13): keep large values in a new enumJiri Slaby (SUSE)2022-12-141-0/+2
| * | | block, bfq: replace 0/1 with false/true in bic apisYu Kuai2022-12-142-6/+6
| * | | block, bfq: don't return bfqg from __bfq_bic_change_cgroup()Yu Kuai2022-12-141-5/+3
| * | | block, bfq: fix possible uaf for 'bfqq->bic'Yu Kuai2022-12-141-1/+6
* | | | Merge tag 'io_uring-6.2-2022-12-19' of git://git.kernel.dk/linuxLinus Torvalds2022-12-226-30/+44
|\ \ \ \
| * | | | MAINTAINERS: io_uring: Add include/trace/events/io_uring.hAmmar Faizi2022-12-191-0/+1
| * | | | io_uring/net: fix cleanup after recyclePavel Begunkov2022-12-191-1/+1
| * | | | io_uring/net: ensure compat import handlers clear free_iovJens Axboe2022-12-191-0/+1
| * | | | io_uring: include task_work run after scheduling in wait for eventsJens Axboe2022-12-181-1/+10
| * | | | io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_workJens Axboe2022-12-171-2/+1
| * | | | io_uring: use call_rcu_hurry if signaling an eventfdDylan Yudaken2022-12-151-1/+1
| * | | | io_uring: fix overflow handling regressionPavel Begunkov2022-12-152-2/+2
| * | | | io_uring: ease timeout flush locking requirementsPavel Begunkov2022-12-142-7/+4
| * | | | io_uring: revise completion_lock lockingPavel Begunkov2022-12-143-15/+20
| * | | | io_uring: protect cq_timeouts with timeout_lockPavel Begunkov2022-12-141-1/+3
| |/ / /
* | | | Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-12-2122-1338/+991
|\ \ \ \
| * | | | cifs: update internal module numberSteve French2022-12-191-2/+2
| * | | | cifs: don't leak -ENOMEM in smb2_open_file()Paulo Alcantara2022-12-191-2/+2
| * | | | cifs: use origin fullpath for automountsPaulo Alcantara2022-12-194-10/+53
| * | | | cifs: set correct status of tcon ipc when reconnectingPaulo Alcantara2022-12-191-1/+3
| * | | | cifs: optimize reconnect of nested linksPaulo Alcantara2022-12-191-5/+4
| * | | | cifs: fix source pathname comparison of dfs supersPaulo Alcantara2022-12-191-1/+15
| * | | | cifs: fix confusing debug messagePaulo Alcantara2022-12-191-1/+3
| * | | | cifs: don't block in dfs_cache_noreq_update_tgthint()Paulo Alcantara2022-12-194-274/+269