summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)2023-07-133-26/+9
* tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)2023-07-131-5/+7
* tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)2023-07-131-0/+2
* tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)2023-07-131-2/+2
* fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is runningMasami Hiramatsu (Google)2023-07-131-0/+6
* fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)2023-07-112-0/+16
* kernel: kprobes: Remove unnecessary ‘0’ valuesLi zeming2023-07-101-3/+3
* kprobes: Remove unnecessary ‘NULL’ values from correct_ret_addrLi zeming2023-07-101-1/+1
* fprobe: add unlock to match a succeeded ftrace_test_recursion_trylockZe Gao2023-07-101-1/+3
* kernel/trace: Fix cleanup logic of enable_trace_eprobeTzvetomir Stoyanov (VMware)2023-07-101-2/+16
* fprobe: Release rethook after the ftrace_ops is unregisteredJiri Olsa2023-06-271-9/+3
* workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds2023-06-231-5/+8
* Merge tag 'net-6.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-06-233-14/+21
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-213-14/+21
| |\
| | * bpf: Force kprobe multi expected_attach_type for kprobe_multi linkJiri Olsa2023-06-211-0/+5
| | * bpf/btf: Accept function names that contain dotsFlorent Revest2023-06-211-12/+8
| | * bpf: ensure main program has an extableKrister Johansen2023-06-141-2/+5
| | * bpf: Fix verifier id tracking of scalars on spillMaxim Mikityanskiy2023-06-081-0/+3
* | | Merge tag 'cgroup-for-6.4-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-232-5/+23
|\ \ \
| * | | cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng2023-06-121-3/+17
| * | | cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in freezer_css_{on...Tetsuo Handa2023-06-121-2/+6
* | | | Merge tag 'timers-urgent-2023-06-21' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-212-13/+13
|\ \ \ \
| * | | | tick/common: Align tick period during sched_timer setupThomas Gleixner2023-06-162-13/+13
* | | | | Merge tag 'trace-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-06-212-84/+208
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tracing/user_events: Add auto cleanup and future persist flagBeau Belgrave2023-06-141-13/+126
| * | | | tracing/user_events: Track refcount consistently via put/getBeau Belgrave2023-06-141-28/+41
| * | | | tracing/user_events: Store register flags on eventsBeau Belgrave2023-06-141-6/+10
| * | | | tracing/user_events: Remove user_ns walk for groupsBeau Belgrave2023-06-141-37/+5
| * | | | tracing/user_events: Fix the incorrect trace record for empty arguments eventssunliming2023-06-141-2/+2
| * | | | tracing: Modify print_fields() for fields output ordersunliming2023-06-141-1/+1
| * | | | tracing/user_events: Handle matching arguments that is null from dyn_eventssunliming2023-06-141-0/+2
| * | | | tracing/user_events: Prevent same name but different args eventsunliming2023-06-141-6/+30
* | | | | Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds2023-06-131-1/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | kexec: support purgatories with .text.hot sectionsRicardo Ribalda2023-06-121-1/+13
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-06-091-7/+9
|\ \ \ \ \
| * | | | | vhost: Fix worker hangs due to missed wake up callsMike Christie2023-06-081-7/+9
* | | | | | Merge tag 'cgroup-for-6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-092-11/+10
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | cgroup: always put cset in cgroup_css_set_put_forkJohn Sperbeck2023-05-231-9/+8
| * | | | | cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()Qi Zheng2023-05-221-2/+2
* | | | | | Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-06-084-4/+27
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-084-4/+27
| |\ \ \ \
| | * | | | bpf: Add extra path pointer check to d_path helperJiri Olsa2023-06-071-1/+11
| | * | | | bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal2023-06-061-0/+9
| | * | | | bpf: Fix elem_size not being set for inner mapsRhys Rustad-Elliott2023-06-031-2/+6
| | * | | | bpf: Fix UAF in task local storageKP Singh2023-06-021-1/+1
* | | | | | Merge tag 'probes-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-031-1/+1
|\ \ \ \ \ \
| * | | | | | tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello2023-05-311-1/+1
* | | | | | | Merge tag 'modules-6.4-rc5-second-pull' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-06-021-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | module/decompress: Fix error checking on zstd decompressionLucas De Marchi2023-06-011-1/+1
* | | | | | | fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2023-06-014-43/+75