summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* io_uring/poll: remove outdated comments of cachingLin Ma2022-11-211-6/+1
* io_uring: allow multishot recv CQEs to overflowDylan Yudaken2022-11-211-6/+2
* io_uring: revert "io_uring fix multishot accept ordering"Dylan Yudaken2022-11-211-4/+4
* io_uring: do not always force run task_work in io_uring_registerDylan Yudaken2022-11-212-3/+6
* io_uring: fix two assignments in if conditionsXinghui Li2022-11-212-9/+14
* io_uring/net: move mm accounting to a slower pathPavel Begunkov2022-11-212-18/+16
* io_uring: move zc reporting from the hot pathPavel Begunkov2022-11-213-12/+42
* io_uring/net: inline io_notif_flush()Pavel Begunkov2022-11-212-11/+10
* io_uring/net: rename io_uring_tx_zerocopy_callbackPavel Begunkov2022-11-211-4/+3
* io_uring/net: preset notif tw handlerPavel Begunkov2022-11-211-6/+3
* io_uring/net: remove extra notif rsrc setupPavel Begunkov2022-11-211-1/+0
* io_uring: move kbuf put out of generic tw completePavel Begunkov2022-11-212-6/+6
* io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flagStefan Metzmacher2022-11-214-1/+38
* Linux 6.1-rc6v6.1-rc6Linus Torvalds2022-11-211-1/+1
* Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-11-214-20/+45
|\
| * tracing/eprobe: Fix eprobe filter to make a filter correctlyMasami Hiramatsu (Google)2022-11-181-1/+1
| * tracing/eprobe: Fix warning in filter creationRafael Mendonca2022-11-181-1/+1
| * kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei2022-11-181-1/+7
| * rethook: fix a potential memleak in rethook_alloc()Yi Yang2022-11-181-1/+3
| * tracing/eprobe: Fix memory leak of filter stringRafael Mendonca2022-11-181-0/+1
| * tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing2022-11-181-0/+4
| * tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing2022-11-181-16/+28
* | Merge tag 'trace-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-11-219-46/+74
|\ \
| * | tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2022-11-201-0/+3
| * | tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian2022-11-181-4/+5
| * | tracing: Remove unused __bad_type_size() methodQiujun Huang2022-11-181-2/+0
| * | tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing2022-11-181-3/+2
| * | tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing2022-11-171-10/+6
| * | ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng2022-11-171-0/+1
| * | ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin2022-11-171-2/+2
| * | ftrace: Optimize the allocation for mcount entriesWang Wensheng2022-11-171-1/+1
| * | ftrace: Fix the possible incorrect kernel messageWang Wensheng2022-11-171-1/+1
| * | tracing: Fix warning on variable 'struct trace_array'Aashish Sharma2022-11-171-2/+2
| * | tracing: Fix memory leak in tracing_read_pipe()Wang Yufen2022-11-171-0/+1
| |/
| * ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)2022-11-171-0/+12
| * tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)2022-11-163-21/+38
* | Merge tag 'x86_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-202-1/+4
|\ \
| * | x86/fpu: Drop fpregs lock before inheriting FPU permissionsMel Gorman2022-11-101-1/+1
| * | x86/sgx: Add overflow check in sgx_validate_offset_length()Borys Popławski2022-11-081-0/+3
* | | Merge tag 'sched_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-11-202-19/+52
|\ \ \
| * | | sched: Fix race in task_call_func()Peter Zijlstra2022-11-141-17/+35
| * | | rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encounteredMathieu Desnoyers2022-11-141-2/+17
| | |/ | |/|
* | | Merge tag 'perf_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-11-204-9/+31
|\ \ \
| * | | perf/x86/intel/pt: Fix sampling using single range outputAdrian Hunter2022-11-161-0/+9
| * | | perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and ...Ravi Bangoria2022-11-161-3/+2
| * | | perf/x86/amd/uncore: Fix memory leak for events arraySandipan Das2022-11-091-0/+1
| * | | perf: Improve missing SIGTRAP checkingMarco Elver2022-11-081-6/+19
| | |/ | |/|
* | | Merge tag 'locking_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-11-201-1/+1
|\ \ \
| * | | locking: Fix qspinlock/x86 inline asm errorGuo Jin2022-11-161-1/+1
| | |/ | |/|
* | | Merge tag 'powerpc-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-11-201-1/+1
|\ \ \