index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-22
9
-52
/
+124
|
\
|
*
tracing/probes: Reject symbol/symstr type for uprobe
Masami Hiramatsu (Google)
2022-12-15
4
-10
/
+22
|
*
tracing/probes: Add symstr type for dynamic events
Masami Hiramatsu (Google)
2022-12-15
5
-26
/
+91
|
*
kprobes: kretprobe events missing on 2-core KVM guest
wuqiang
2022-12-15
2
-8
/
+3
|
*
kprobes: Fix check for probe enabled in kill_kprobe()
Li Huafei
2022-11-28
1
-8
/
+8
|
*
test_kprobes: Fix implicit declaration error of test_kprobes
Li Hua
2022-11-23
1
-0
/
+1
|
*
tracing: Fix race where eprobes can be called before the event
Steven Rostedt (Google)
2022-11-23
1
-0
/
+3
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-12-22
11
-44
/
+97
|
\
\
|
*
|
RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpid
Anup Patel
2022-12-07
2
-0
/
+30
|
*
|
RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPU
Anup Patel
2022-12-07
3
-6
/
+16
|
*
|
RISC-V: Export sbi_get_mvendorid() and friends
Anup Patel
2022-12-07
1
-0
/
+3
|
*
|
RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.h
Anup Patel
2022-12-07
2
-8
/
+8
|
*
|
RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()
Anup Patel
2022-12-07
1
-14
/
+22
|
*
|
RISC-V: KVM: Remove redundant includes of asm/csr.h
Anup Patel
2022-12-07
5
-5
/
+0
|
*
|
RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.h
Anup Patel
2022-12-07
1
-1
/
+0
|
*
|
RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()
Anup Patel
2022-12-07
1
-4
/
+7
|
*
|
RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()
Christophe JAILLET
2022-12-07
1
-3
/
+1
|
*
|
RISC-V: KVM: Exit run-loop immediately if xfer_to_guest fails
Anup Patel
2022-12-07
1
-2
/
+3
|
*
|
RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()
Bo Liu
2022-12-07
1
-1
/
+1
|
*
|
RISC-V: KVM: Add exit logic to main.c
XiakaiPan
2022-12-07
1
-0
/
+6
*
|
|
Merge tag 'block-6.2-2022-12-19' of git://git.kernel.dk/linux
Linus Torvalds
2022-12-22
9
-38
/
+47
|
\
\
\
|
*
|
|
block: don't clear REQ_ALLOC_CACHE for non-polled requests
Jens Axboe
2022-12-16
1
-2
/
+1
|
*
|
|
block: fix use-after-free of q->q_usage_counter
Ming Lei
2022-12-15
1
-4
/
+5
|
*
|
|
block, bfq: only do counting of pending-request for BFQ_GROUP_IOSCHED
Yuwei Guan
2022-12-15
3
-4
/
+10
|
*
|
|
blk-iolatency: Fix memory leak on add_disk() failures
Tejun Heo
2022-12-14
1
-0
/
+2
|
*
|
|
loop: Fix the max_loop commandline argument treatment when it is set to 0
Isaac J. Manjarres
2022-12-14
1
-16
/
+12
|
*
|
|
block/blk-iocost (gcc13): keep large values in a new enum
Jiri Slaby (SUSE)
2022-12-14
1
-0
/
+2
|
*
|
|
block, bfq: replace 0/1 with false/true in bic apis
Yu Kuai
2022-12-14
2
-6
/
+6
|
*
|
|
block, bfq: don't return bfqg from __bfq_bic_change_cgroup()
Yu Kuai
2022-12-14
1
-5
/
+3
|
*
|
|
block, bfq: fix possible uaf for 'bfqq->bic'
Yu Kuai
2022-12-14
1
-1
/
+6
*
|
|
|
Merge tag 'io_uring-6.2-2022-12-19' of git://git.kernel.dk/linux
Linus Torvalds
2022-12-22
6
-30
/
+44
|
\
\
\
\
|
*
|
|
|
MAINTAINERS: io_uring: Add include/trace/events/io_uring.h
Ammar Faizi
2022-12-19
1
-0
/
+1
|
*
|
|
|
io_uring/net: fix cleanup after recycle
Pavel Begunkov
2022-12-19
1
-1
/
+1
|
*
|
|
|
io_uring/net: ensure compat import handlers clear free_iov
Jens Axboe
2022-12-19
1
-0
/
+1
|
*
|
|
|
io_uring: include task_work run after scheduling in wait for events
Jens Axboe
2022-12-18
1
-1
/
+10
|
*
|
|
|
io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_work
Jens Axboe
2022-12-17
1
-2
/
+1
|
*
|
|
|
io_uring: use call_rcu_hurry if signaling an eventfd
Dylan Yudaken
2022-12-15
1
-1
/
+1
|
*
|
|
|
io_uring: fix overflow handling regression
Pavel Begunkov
2022-12-15
2
-2
/
+2
|
*
|
|
|
io_uring: ease timeout flush locking requirements
Pavel Begunkov
2022-12-14
2
-7
/
+4
|
*
|
|
|
io_uring: revise completion_lock locking
Pavel Begunkov
2022-12-14
3
-15
/
+20
|
*
|
|
|
io_uring: protect cq_timeouts with timeout_lock
Pavel Begunkov
2022-12-14
1
-1
/
+3
|
|
/
/
/
*
|
|
|
Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
2022-12-21
22
-1338
/
+991
|
\
\
\
\
|
*
|
|
|
cifs: update internal module number
Steve French
2022-12-19
1
-2
/
+2
|
*
|
|
|
cifs: don't leak -ENOMEM in smb2_open_file()
Paulo Alcantara
2022-12-19
1
-2
/
+2
|
*
|
|
|
cifs: use origin fullpath for automounts
Paulo Alcantara
2022-12-19
4
-10
/
+53
|
*
|
|
|
cifs: set correct status of tcon ipc when reconnecting
Paulo Alcantara
2022-12-19
1
-1
/
+3
|
*
|
|
|
cifs: optimize reconnect of nested links
Paulo Alcantara
2022-12-19
1
-5
/
+4
|
*
|
|
|
cifs: fix source pathname comparison of dfs supers
Paulo Alcantara
2022-12-19
1
-1
/
+15
|
*
|
|
|
cifs: fix confusing debug message
Paulo Alcantara
2022-12-19
1
-1
/
+3
|
*
|
|
|
cifs: don't block in dfs_cache_noreq_update_tgthint()
Paulo Alcantara
2022-12-19
4
-274
/
+269
[next]