aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-03-21ftrace: Remove the legacy _ftrace_direct APIFlorent Revest1-393/+0
2023-03-21ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multiFlorent Revest1-4/+6
2023-03-21ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()Florent Revest2-2/+6
2023-03-21entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-upFrederic Weisbecker1-1/+2
2023-03-21sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2-11/+47
2023-03-21entry: Fix noinstr warning in __enter_from_user_mode()Josh Poimboeuf1-1/+1
2023-03-20mm: hugetlb: move hugeltb sysctls to its own fileKefeng Wang1-32/+0
2023-03-20userfaultfd: move unprivileged_userfaultfd sysctl to its own fileZhangPeng1-11/+0
2023-03-20refscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney1-1/+1
2023-03-20rcuscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney1-4/+3
2023-03-20rcutorture: Create nocb kthreads only when testing rcu in CONFIG_RCU_NOCB_CPU...Zqiang1-0/+6
2023-03-19kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Zhen Lei5-13/+9
2023-03-19Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-17/+16
2023-03-19tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptrCosta Shulyupin1-2/+2
2023-03-19ring-buffer: remove obsolete comment for free_buffer_page()Vlastimil Babka1-4/+0
2023-03-19tracing: Make splice_read available againSung-hun Kim1-0/+2
2023-03-19fork: remove use of percpu_counter_sum_allDave Chinner1-5/+0
2023-03-19Merge tag 'perf_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2023-03-19ftrace: Set direct_ops storage-class-specifier to staticTom Rix1-1/+1
2023-03-19trace/hwlat: Do not start per-cpu thread if it is already runningTero Kristo1-0/+4
2023-03-19trace/hwlat: Do not wipe the contents of per-cpu thread dataTero Kristo1-3/+0
2023-03-19tracing/osnoise: set several trace_osnoise.c variables storage-class-specifie...Tom Rix1-5/+5
2023-03-19tracing: Fix wrong return in kprobe_event_gen_test.cAnton Gusev1-2/+2
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-5/+19
2023-03-17bpf: Allow ld_imm64 instruction to point to kfunc.Alexei Starovoitov1-6/+11
2023-03-17cgroup: fix display of forceidle time at rootJosh Don1-3/+1
2023-03-17cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappersKamalesh Babulal5-61/+61
2023-03-17workqueue: Print backtraces from CPUs with hung CPU bound workqueuesPetr Mladek1-0/+66
2023-03-17workqueue: Warn when a rescuer could not be createdPetr Mladek1-1/+6
2023-03-17workqueue: Interrupted create_worker() is not a repeated eventPetr Mladek1-2/+7
2023-03-17workqueue: Warn when a new worker could not be createdPetr Mladek1-3/+11
2023-03-17workqueue: Fix hung time report of worker poolsPetr Mladek1-3/+7
2023-03-17workqueue: Simplify a pr_warn() call in wq_select_unbound_cpu()Ammar Faizi1-4/+2
2023-03-17workqueue: move to use bus_get_dev_root()Greg Kroah-Hartman1-1/+7
2023-03-17cpu/hotplug: move to use bus_get_dev_root()Greg Kroah-Hartman1-6/+17
2023-03-17sched/debug: Put sched/domains files under the verbose flagPhil Auld1-3/+49
2023-03-17kallsyms, bpf: Move find_kallsyms_symbol_value out of internal headerViktor Malik2-7/+1
2023-03-16bpf: Remove misleading spec_v1 check on var-offset stack readLuis Gerhorst1-10/+6
2023-03-16bpf: Remove bpf_cpumask_kptr_get() kfuncDavid Vernet1-29/+0
2023-03-16bpf: Mark struct bpf_cpumask as rcu protectedDavid Vernet1-0/+1
2023-03-16bpf: Free struct bpf_cpumask in call_rcu handlerDavid Vernet1-5/+14
2023-03-15bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesViktor Malik4-29/+28
2023-03-15perf: Fix check before add_event_to_groups() in perf_group_detach()Budimir Markovic1-1/+1
2023-03-15perf: fix perf_event_context->timeSong Liu1-1/+1
2023-03-15perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...Yang Jihong1-1/+1
2023-03-15swiotlb: fix the deadlock in swiotlb_do_find_slotsGuoRui.Yu1-4/+6
2023-03-14sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds2-3/+3
2023-03-14Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-1/+14
2023-03-14cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace()Tejun Heo1-2/+12
2023-03-14padata: use alignment when calculating the number of worker threadsAnthony Yznaga1-1/+1