summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-6.5-2023-07-09' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-07-091-11/+35
|\
| * swiotlb: reduce the number of areas to match actual memory pool sizePetr Tesarik2023-06-291-3/+24
| * swiotlb: always set the number of areas before allocating the poolPetr Tesarik2023-06-291-8/+11
* | Merge tag 'irq_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-091-3/+1
|\ \
| * | irqdomain: Use return value of strreplace()Andy Shevchenko2023-06-301-3/+1
* | | fork: lock VMAs of the parent process when forkingSuren Baghdasaryan2023-07-081-0/+1
* | | Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2023-07-062-5/+5
|\ \ \
| * | | tracing/boot: Test strscpy() against less than zero for errorSteven Rostedt (Google)2023-07-051-4/+4
| * | | tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra2023-07-051-1/+1
* | | | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-109/+1
|\ \ \ \
| * | | | syscalls: Remove file path comments from headersSohil Mehta2023-06-221-109/+1
* | | | | Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-051-4/+2
|\ \ \ \ \
| * | | | | bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...SeongJae Park2023-07-031-4/+2
* | | | | | module: fix init_module_from_file() error handlingLinus Torvalds2023-07-041-16/+23
* | | | | | Merge tag 'kgdb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2023-07-033-2/+17
|\ \ \ \ \ \
| * | | | | | kdb: move kdb_send_sig() declaration to a better header fileDaniel Thompson2023-07-031-1/+0
| * | | | | | kdb: Handle LF in the command parserDouglas Anderson2023-06-301-1/+15
| * | | | | | kdb: include kdb_private.h for function prototypesArnd Bergmann2023-06-291-0/+2
* | | | | | | Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-07-012-6/+15
|\ \ \ \ \ \ \
| * | | | | | | kbuild: generate KSYMTAB entries by modpostMasahiro Yamada2023-06-221-0/+12
| * | | | | | | Revert "kheaders: substituting --sort in archive creation"Masahiro Yamada2023-05-281-6/+3
* | | | | | | | Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-07-011-0/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-6.5/cxl-perf' into for-6.5/cxlDan Williams2023-06-251-0/+1
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | perf: Allow a PMU to have a parentJonathan Cameron2023-05-301-0/+1
| | | |_|/ / / / | | |/| | | | |
* | | | | | | | pid: use struct_size_t() helperChristian Brauner2023-07-012-2/+2
* | | | | | | | Merge tag 'livepatching-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-301-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | livepatch: Make 'klp_stack_entries' staticJosh Poimboeuf2023-06-051-1/+1
* | | | | | | | | Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-06-3014-155/+1917
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tracing/probes: Fix tracepoint event with $arg* to fetch correct argumentMasami Hiramatsu (Google)2023-06-231-2/+8
| * | | | | | | | | tracing/probes: Fix to return NULL and keep using current argcMasami Hiramatsu (Google)2023-06-231-1/+2
| * | | | | | | | | tracing/probes: Add BTF retval type supportMasami Hiramatsu (Google)2023-06-062-7/+63
| * | | | | | | | | tracing/probes: Add $arg* meta argument for all function argsMasami Hiramatsu (Google)2023-06-064-12/+212
| * | | | | | | | | tracing/probes: Support function parameters if BTF is availableMasami Hiramatsu (Google)2023-06-066-31/+270
| * | | | | | | | | tracing/probes: Move event parameter fetching code to common parserMasami Hiramatsu (Google)2023-06-066-132/+155
| * | | | | | | | | tracing/probes: Add tracepoint support on fprobe_eventsMasami Hiramatsu (Google)2023-06-065-16/+151
| * | | | | | | | | tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)2023-06-069-7/+1100
| * | | | | | | | | tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURNMasami Hiramatsu (Google)2023-06-062-1/+6
| * | | | | | | | | fprobe: Pass return address to the handlersMasami Hiramatsu (Google)2023-06-064-6/+10
* | | | | | | | | | Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-06-309-23/+665
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | tracing/boot: Replace strlcpy with strscpyAzeem Shaikh2023-06-221-4/+4
| * | | | | | | | | tracing/timerlat: Add user-space interfaceDaniel Bristot de Oliveira2023-06-222-5/+377
| * | | | | | | | | tracing/osnoise: Skip running osnoise if all instances are offDaniel Bristot de Oliveira2023-06-221-3/+28
| * | | | | | | | | tracing/osnoise: Switch from PF_NO_SETAFFINITY to migrate_disableDaniel Bristot de Oliveira2023-06-221-0/+68
| * | | | | | | | | ftrace: Show all functions with addresses in available_filter_functions_addrsJiri Olsa2023-06-221-0/+37
| * | | | | | | | | function_graph: Support recording and printing the return value of functionDonglin Peng2023-06-205-11/+148
| * | | | | | | | | fgraph: Add declaration of "struct fgraph_ret_regs"Steven Rostedt (Google)2023-06-201-0/+3
| |/ / / / / / / /
* | | | | | | | | Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-301-0/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | riscv: Add prctl controls for userspace vector managementAndy Chiu2023-06-081-0/+12
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-06-301-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kcsan: Don't expect 64 bits atomic builtins from 32 bits architecturesChristophe Leroy2023-06-091-0/+2
| | |_|_|_|/ / / / | |/| | | | | | |