summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-03-20rcutorture: Create nocb kthreads only when testing rcu in CONFIG_RCU_NOCB_CPU...Zqiang-0/+6
2023-03-19kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Zhen Lei-13/+9
2023-03-19Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-17/+16
2023-03-19tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptrCosta Shulyupin-2/+2
2023-03-19ring-buffer: remove obsolete comment for free_buffer_page()Vlastimil Babka-4/+0
2023-03-19tracing: Make splice_read available againSung-hun Kim-0/+2
2023-03-19fork: remove use of percpu_counter_sum_allDave Chinner-5/+0
2023-03-19Merge tag 'perf_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+3
2023-03-19ftrace: Set direct_ops storage-class-specifier to staticTom Rix-1/+1
2023-03-19trace/hwlat: Do not start per-cpu thread if it is already runningTero Kristo-0/+4
2023-03-19trace/hwlat: Do not wipe the contents of per-cpu thread dataTero Kristo-3/+0
2023-03-19tracing/osnoise: set several trace_osnoise.c variables storage-class-specifie...Tom Rix-5/+5
2023-03-19tracing: Fix wrong return in kprobe_event_gen_test.cAnton Gusev-2/+2
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+19
2023-03-17bpf: Allow ld_imm64 instruction to point to kfunc.Alexei Starovoitov-6/+11
2023-03-17cgroup: fix display of forceidle time at rootJosh Don-3/+1
2023-03-17cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappersKamalesh Babulal-61/+61
2023-03-17workqueue: Print backtraces from CPUs with hung CPU bound workqueuesPetr Mladek-0/+66
2023-03-17workqueue: Warn when a rescuer could not be createdPetr Mladek-1/+6
2023-03-17workqueue: Interrupted create_worker() is not a repeated eventPetr Mladek-2/+7
2023-03-17workqueue: Warn when a new worker could not be createdPetr Mladek-3/+11
2023-03-17workqueue: Fix hung time report of worker poolsPetr Mladek-3/+7
2023-03-17workqueue: Simplify a pr_warn() call in wq_select_unbound_cpu()Ammar Faizi-4/+2
2023-03-17workqueue: move to use bus_get_dev_root()Greg Kroah-Hartman-1/+7
2023-03-17cpu/hotplug: move to use bus_get_dev_root()Greg Kroah-Hartman-6/+17
2023-03-17sched/debug: Put sched/domains files under the verbose flagPhil Auld-3/+49
2023-03-17kallsyms, bpf: Move find_kallsyms_symbol_value out of internal headerViktor Malik-7/+1
2023-03-16bpf: Remove misleading spec_v1 check on var-offset stack readLuis Gerhorst-10/+6
2023-03-16bpf: Remove bpf_cpumask_kptr_get() kfuncDavid Vernet-29/+0
2023-03-16bpf: Mark struct bpf_cpumask as rcu protectedDavid Vernet-0/+1
2023-03-16bpf: Free struct bpf_cpumask in call_rcu handlerDavid Vernet-5/+14
2023-03-15bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesViktor Malik-29/+28
2023-03-15perf: Fix check before add_event_to_groups() in perf_group_detach()Budimir Markovic-1/+1
2023-03-15perf: fix perf_event_context->timeSong Liu-1/+1
2023-03-15perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...Yang Jihong-1/+1
2023-03-15swiotlb: fix the deadlock in swiotlb_do_find_slotsGuoRui.Yu-4/+6
2023-03-14sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds-3/+3
2023-03-14Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-1/+14
2023-03-14cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace()Tejun Heo-2/+12
2023-03-14padata: use alignment when calculating the number of worker threadsAnthony Yznaga-1/+1
2023-03-14padata: Make kobj_type structure constantThomas Weißschuh-1/+1
2023-03-13bpf: Allow helpers access trusted PTR_TO_BTF_ID.Alexei Starovoitov-0/+15
2023-03-13bpf: Fix bpf_strncmp proto.Alexei Starovoitov-1/+1
2023-03-13bpf: Disable migration when freeing stashed local kptr using obj dropDave Marchevsky-6/+8
2023-03-13Merge branch 'bpf: Allow reads from uninit stack'Alexei Starovoitov-1/+10
2023-03-13bpf: fix precision propagation verbose loggingAndrii Nakryiko-2/+2
2023-03-12Merge tag 'kernel.fork.v6.3-rc2' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-03-12Merge tag 'vfs.misc.v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2023-03-12fork: allow kernel code to call copy_processMike Christie-1/+1
2023-03-12fork: Add kernel_clone_args flag to ignore signalsMike Christie-0/+3