summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | vmlinux: Avoid weak reference to notes sectionArd Biesheuvel2024-05-021-2/+2
| * | | | | | | | | | | | kallsyms: Avoid weak references for kallsyms symbolsArd Biesheuvel2024-05-022-24/+12
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | kprobe/ftrace: fix build error due to bad function definitionLinus Torvalds2024-05-171-1/+1
* | | | | | | | | | | | Merge tag 'net-6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-171-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | bpf: save extended inner map info for percpu array maps as wellAndrii Nakryiko2024-05-151-2/+2
* | | | | | | | | | | | Merge tag 'trace-user-events-v6.10' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-171-1/+75
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tracing/user_events: Fix non-spaced field matchingBeau Belgrave2024-05-131-1/+75
* | | | | | | | | | | | | Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-173-16/+560
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ring-buffer: Add cast to unsigned long addr passed to virt_to_page()Steven Rostedt (Google)2024-05-151-1/+1
| * | | | | | | | | | | | | ring-buffer: Have mmapped ring buffer keep track of missed eventsSteven Rostedt (Google)2024-05-131-6/+47
| * | | | | | | | | | | | | tracing: Allow user-space mapping of the ring-bufferVincent Donnefort2024-05-132-5/+100
| * | | | | | | | | | | | | ring-buffer: Introducing ring-buffer mapping functionsVincent Donnefort2024-05-131-3/+411
| * | | | | | | | | | | | | ring-buffer: Allocate sub-buffers with __GFP_COMPVincent Donnefort2024-05-131-3/+3
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge tag 'trace-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2024-05-173-45/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian2024-05-141-16/+23
| * | | | | | | | | | | | | ftrace: Remove unused global 'ftrace_direct_func_count'Dr. David Alan Gilbert2024-05-142-12/+0
| * | | | | | | | | | | | | ftrace: Remove unused list 'ftrace_direct_funcs'Dr. David Alan Gilbert2024-05-141-8/+0
| * | | | | | | | | | | | | tracing: Improve benchmark test performance by using do_div()Thorsten Blum2024-05-131-1/+1
| * | | | | | | | | | | | | ftrace: Use asynchronous grace period for register_ftrace_direct()Paul E. McKenney2024-05-131-4/+9
| * | | | | | | | | | | | | ftrace: Replaces simple_strtoul in ftraceYuran Pereira2024-05-131-4/+3
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-1711-57/+171
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | kprobe/ftrace: bail out if ftrace was killedStephen Brennan2024-05-162-0/+7
| * | | | | | | | | | | | | rethook: honor CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING in rethook_try_get()Andrii Nakryiko2024-05-011-0/+2
| * | | | | | | | | | | | | ftrace: make extra rcu_is_watching() validation check optionalAndrii Nakryiko2024-05-011-0/+13
| * | | | | | | | | | | | | uprobes: reduce contention on uprobes_tree accessJonathan Haslam2024-05-011-11/+11
| * | | | | | | | | | | | | rethook: Remove warning messages printed for finding return address of a frame.Kui-Feng Lee2024-05-011-1/+1
| * | | | | | | | | | | | | tracing/probes: support '%pD' type for print struct file's nameYe Bin2024-05-012-23/+36
| * | | | | | | | | | | | | tracing/probes: support '%pd' type for print struct dentry's nameYe Bin2024-05-015-1/+65
| * | | | | | | | | | | | | uprobes: add speculative lockless system-wide uprobe filter checkAndrii Nakryiko2024-05-011-3/+7
| * | | | | | | | | | | | | uprobes: prepare uprobe args buffer lazilyAndrii Nakryiko2024-05-011-21/+28
| * | | | | | | | | | | | | uprobes: encapsulate preparation of uprobe args bufferAndrii Nakryiko2024-05-011-37/+41
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-1730-34/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | sysctl: treewide: constify argument ctl_table_root::permissions(table)Thomas Weißschuh2024-04-241-1/+1
| * | | | | | | | | | | | | bpf: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-241-1/+0
| * | | | | | | | | | | | | delayacct: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-241-1/+0
| * | | | | | | | | | | | | kprobes: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-241-1/+0
| * | | | | | | | | | | | | printk: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-241-1/+0
| * | | | | | | | | | | | | scheduler: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-246-6/+0
| * | | | | | | | | | | | | seccomp: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-241-1/+0
| * | | | | | | | | | | | | timekeeping: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-241-1/+0
| * | | | | | | | | | | | | ftrace: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-242-2/+0
| * | | | | | | | | | | | | umh: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-241-1/+0
| * | | | | | | | | | | | | kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-2415-18/+1
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-05-174-18/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'topic/kdump-hotplug' into nextMichael Ellerman2024-05-133-18/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | crash: add a new kexec flag for hotplug supportSourabh Jain2024-04-233-11/+13
| | * | | | | | | | | | | | | crash: forward memory_notify arg to arch crash hotplug handlerSourabh Jain2024-04-231-7/+7
| * | | | | | | | | | | | | | powerpc/dexcr: Add DEXCR prctl interfaceBenjamin Gray2024-05-061-0/+16
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge tag 'wq-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2024-05-151-178/+275
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-6.10' into test-merge-for-6.10Tejun Heo2024-05-151-178/+275
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \