summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-215-21/+119
|\
| * tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)2022-08-211-0/+1
| * tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)2022-08-211-2/+3
| * tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)2022-08-211-6/+64
| * tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)2022-08-211-0/+21
| * tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)2022-08-211-2/+3
| * tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)2022-08-211-8/+13
| * ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong2022-08-211-0/+10
| * tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)2022-08-211-3/+4
| * tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn2022-08-211-1/+1
* | Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-181-1/+1
|\ \
| * | net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()David Howells2022-08-171-1/+1
* | | Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-141-1/+0
|\ \ \
| * | | xen: remove XEN_SCRUB_PAGES in xen.configLukas Bulwahn2022-08-121-1/+0
* | | | Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-132-3/+4
|\ \ \ \
| * | | | time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64Youngmin Nam2022-08-091-2/+2
| * | | | posix-timers: Make do_clock_gettime() staticJiri Slaby2022-08-061-1/+2
* | | | | Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-131-25/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye2022-08-041-25/+0
* | | | | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-116-23/+51
|\ \ \ \ \
| * | | | | bpf: Shut up kern_sys_bpf warning.Alexei Starovoitov2022-08-101-0/+8
| * | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-08-105-17/+40
| |\ \ \ \ \
| | * | | | | bpf: Only allow sleepable program for resched-able iteratorHou Tao2022-08-101-1/+10
| | * | | | | bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao2022-08-101-0/+2
| | * | | | | bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao2022-08-101-0/+6
| | * | | | | bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov2022-08-101-6/+14
| | * | | | | bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi2022-08-091-5/+1
| | * | | | | bpf: Use proper target btf when exporting attach_btf_obj_idStanislav Fomichev2022-08-081-4/+3
| | * | | | | bpf: Cleanup ftrace hash in bpf_trampoline_putJiri Olsa2022-08-051-1/+4
| * | | | | | net: refactor bpf_sk_reuseport_detach()Hawkins Jiawei2022-08-101-6/+3
| |/ / / / /
* | | | | | Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-08-101-35/+150
|\ \ \ \ \ \
| * | | | | | resource: Introduce alloc_free_mem_region()Dan Williams2022-07-211-35/+143
| * | | | | | cxl/acpi: Track CXL resources in iomem_resourceDan Williams2022-07-211-0/+7
* | | | | | | Merge tag 'rproc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2022-08-081-2/+8
|\ \ \ \ \ \ \
| * | | | | | | dma-mapping: Add dma_release_coherent_memory to DMA APIMark-PK Tsai2022-06-241-2/+8
* | | | | | | | Merge tag 'sysctl-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-08-081-11/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | kernel/sysctl.c: Remove trailing white spaceFanjun Kong2022-08-081-6/+6
| * | | | | | | | kernel/sysctl.c: Clean up indentation, replace spaces with tab.Fanjun Kong2022-08-081-2/+2
| * | | | | | | | sysctl: Merge adjacent CONFIG_TREE_RCU blocksGeert Uytterhoeven2022-08-081-3/+1
* | | | | | | | | Merge tag 'modules-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-086-33/+356
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | module: Replace kmap() with kmap_local_page()Fabio M. De Francesco2022-07-201-4/+4
| * | | | | | | | module: Show the last unloaded module's taint flag(s)Aaron Tomlin2022-07-141-5/+11
| * | | | | | | | module: Use strscpy() for last_unloaded_moduleAaron Tomlin2022-07-141-1/+1
| * | | | | | | | module: Modify module_flags() to accept show_state argumentAaron Tomlin2022-07-143-6/+9
| * | | | | | | | module: Move module's Kconfig items in kernel/module/Christophe Leroy2022-07-121-0/+293
| * | | | | | | | module: Use vzalloc() instead of vmalloc()/memset(0)Yang Yingliang2022-07-111-2/+1
| * | | | | | | | module: Increase readability of module_kallsyms_lookup_name()Christophe Leroy2022-07-111-14/+24
| * | | | | | | | module: Fix ERRORs reported by checkpatch.plChristophe Leroy2022-07-112-4/+7
| * | | | | | | | module: Add support for default value for module async_probeSaravana Kannan2022-07-111-1/+10
* | | | | | | | | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-076-30/+78
|\ \ \ \ \ \ \ \ \