summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | exit: Guarantee make_task_dead leaks the tsk when calling do_task_exitEric W. Biederman2022-01-081-0/+2
| * | | | | kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman2022-01-083-17/+7
| * | | | | kthread: Never put_user the set_child_tid addressEric W. Biederman2021-12-221-1/+1
| * | | | | kthread: Warn about failed allocations for the init kthreadEric W. Biederman2021-12-211-1/+1
| * | | | | fork: Rename bad_fork_cleanup_threadgroup_lock to bad_fork_cleanup_delayacctEric W. Biederman2021-12-201-3/+3
| * | | | | fork: Stop protecting back_fork_cleanup_cgroup_lock with CONFIG_NUMAEric W. Biederman2021-12-201-1/+1
| * | | | | exit/kthread: Fix the kerneldoc comment for kthread_complete_and_exitEric W. Biederman2021-12-141-1/+1
| * | | | | exit/kthread: Move the exit code for kernel threads into struct kthreadEric W. Biederman2021-12-131-2/+5
| * | | | | kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman2021-12-133-25/+26
| * | | | | exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2021-12-132-9/+21
| * | | | | exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-131-3/+3
| * | | | | exit: Implement kthread_exitEric W. Biederman2021-12-131-4/+19
| * | | | | exit: Stop exporting do_exitEric W. Biederman2021-12-131-1/+0
| * | | | | exit: Stop poorly open coding do_task_dead in make_task_deadEric W. Biederman2021-12-131-2/+1
| * | | | | exit: Move oops specific logic from do_exit into make_task_deadEric W. Biederman2021-12-133-41/+41
| * | | | | exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-0/+9
| * | | | | Merge SA_IMMUTABLE-fixes-for-v5.16-rc2Eric W. Biederman2021-12-032-9/+31
| |\ \ \ \ \
| * | | | | | signal: Requeue ptrace signalsEric W. Biederman2021-11-171-1/+2
| * | | | | | signal: Requeue signals in the appropriate queueEric W. Biederman2021-11-171-7/+14
| * | | | | | signal: In get_signal test for signal_group_exit every time through the loopEric W. Biederman2021-11-171-10/+10
* | | | | | | Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-161-2/+48
|\ \ \ \ \ \ \
| * | | | | | | swiotlb: Add CONFIG_HAS_IOMEM check around swiotlb_mem_remap()Wei Liu2022-01-041-0/+7
| * | | | | | | swiotlb: Add swiotlb bounce buffer remap function for HV IVMTianyu Lan2021-12-201-2/+41
* | | | | | | | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-1617-247/+800
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing: Add ustring operation to filtering string pointersSteven Rostedt2022-01-141-24/+57
| * | | | | | | | tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() failsNikita Yushchenko2022-01-131-4/+16
| * | | | | | | | tracing: Remove duplicate warnings when calling trace_create_file()Yuntao Wang2022-01-131-9/+3
| * | | | | | | | tracing/kprobes: 'nmissed' not showed correctly for kretprobeXiangyang Zhang2022-01-131-1/+4
| * | | | | | | | tracing: Add test for user space strings when filtering on string pointersSteven Rostedt2022-01-131-3/+63
| * | | | | | | | tracing: Have syscall trace events use trace_event_buffer_lock_reserve()Steven Rostedt2022-01-131-4/+2
| * | | | | | | | ftrace: Add test to make sure compiled time sorts workSteven Rostedt (VMware)2022-01-132-0/+37
| * | | | | | | | scripts: ftrace - move the sort-processing in ftrace_initYinan Liu2022-01-131-2/+9
| * | | | | | | | tracing/probes: check the return value of kstrndup() for pbufXiaoke Wang2022-01-131-0/+2
| * | | | | | | | tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang2022-01-131-0/+5
| * | | | | | | | tracing: Account bottom half disabled sections.Sebastian Andrzej Siewior2022-01-132-2/+8
| * | | | | | | | tracing: Add helper functions to simplify event_command.parse() callback hand...Tom Zanussi2022-01-102-0/+366
| * | | | | | | | tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi2022-01-104-28/+20
| * | | | | | | | tracing: Change event_trigger_ops func() to trigger()Tom Zanussi2022-01-104-26/+37
| * | | | | | | | tracing: Change event_command func() to parse()Tom Zanussi2022-01-104-39/+44
| * | | | | | | | tracing: Use trace_iterator_reset() in tracing_read_pipe()Steven Rostedt (VMware)2021-12-111-2/+1
| * | | | | | | | tracing: Use memset_startat helper in trace_iterator_reset()Xiu Jianfeng2021-12-111-8/+1
| * | | | | | | | tracing: Do not let synth_events block other dyn_event systems during createBeau Belgrave2021-12-111-6/+7
| * | | | | | | | tracing: Iterate trace_[ku]probe objects directlyJiri Olsa2021-12-112-24/+12
| * | | | | | | | tracing: Make trace_marker{,_raw} stream-likeJohn Keeping2021-12-071-10/+8
| * | | | | | | | tracing: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)2021-12-062-4/+2
| * | | | | | | | tracing: Fix synth_event_add_val() kernel-doc commentQiujun Huang2021-12-061-1/+1
| * | | | | | | | tracing/uprobes: Use trace_event_buffer_reserve() helperSteven Rostedt (VMware)2021-12-061-7/+4
| * | | | | | | | tracing/kprobes: Do not open code event reserve logicSteven Rostedt (VMware)2021-12-061-18/+7
| * | | | | | | | tracing: Have eprobes use filtering logic of trace eventsSteven Rostedt (VMware)2021-12-061-11/+5
| * | | | | | | | tracing: Disable preemption when using the filter bufferSteven Rostedt (VMware)2021-12-062-27/+36