aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-07-13sched/topology: Record number of cores in sched groupTim C Chen2-1/+12
2023-07-13sched/fair: Determine active load balance for SMT sched groupsTim C Chen1-3/+77
2023-07-13sched/psi: make psi_cgroups_enabled staticMiaohe Lin1-1/+1
2023-07-13sched/core: introduce sched_core_idle_cpu()Cruz Zhao2-1/+14
2023-07-13sched: add throttled time stat for throttled childrenJosh Don4-1/+100
2023-07-13sched: don't account throttle time for empty groupsJosh Don1-3/+15
2023-07-13kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa1-0/+8
2023-07-12tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella1-3/+5
2023-07-12kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song1-3/+2
2023-07-12tracing: Stop FORTIFY_SOURCE complaining about stack trace callerSteven Rostedt (Google)1-2/+19
2023-07-12ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian1-14/+31
2023-07-12bpf: Add object leak check.Hou Tao1-0/+35
2023-07-12bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu.Alexei Starovoitov1-14/+6
2023-07-12bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().Alexei Starovoitov1-3/+126
2023-07-12rcu: Export rcu_request_urgent_qs_task()Paul E. McKenney1-2/+0
2023-07-12bpf: Allow reuse from waiting_for_gp_ttrace list.Alexei Starovoitov1-6/+10
2023-07-12bpf: Add a hint to allocated objects.Alexei Starovoitov1-19/+31
2023-07-12bpf: Change bpf_mem_cache draining process.Alexei Starovoitov1-9/+9
2023-07-12bpf: Further refactor alloc_bulk().Alexei Starovoitov1-12/+18
2023-07-12bpf: Factor out inc/dec of active flag into helpers.Alexei Starovoitov1-12/+18
2023-07-12bpf: Refactor alloc_bulk().Alexei Starovoitov1-20/+26
2023-07-12bpf: Let free_all() return the number of freed elements.Alexei Starovoitov1-2/+6
2023-07-12bpf: Simplify code of destroy_mem_alloc() with kmemdup().Alexei Starovoitov1-5/+2
2023-07-12bpf: Rename few bpf_mem_alloc fields.Alexei Starovoitov1-28/+29
2023-07-12Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-14/+40
2023-07-12ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian1-9/+15
2023-07-12tracing: arm64: Avoid missing-prototype warningsArnd Bergmann3-2/+7
2023-07-12bpf: teach verifier actual bounds of bpf_get_smp_processor_id() resultAndrii Nakryiko1-11/+26
2023-07-11bpf: Support ->fill_link_info for perf_eventYafang Shao2-3/+153
2023-07-11bpf: Add a common helper bpf_copy_to_user()Yafang Shao1-14/+20
2023-07-11bpf: Expose symbol's respective addressYafang Shao1-12/+4
2023-07-11bpf: Clear the probe_addr for uprobeYafang Shao2-2/+3
2023-07-11bpf: Protect probed address based on kptr_restrict settingYafang Shao1-1/+4
2023-07-11bpf: Support ->fill_link_info for kprobe_multiYafang Shao1-0/+37
2023-07-11bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui1-16/+24
2023-07-11cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHEDMiaohe Lin1-22/+22
2023-07-11PM: QoS: Restore support for default value on frequency QoSChungkai Yang1-2/+7
2023-07-11PM: hibernate: Fix writing maj:min to /sys/power/resumeAzat Khuzhin1-0/+1
2023-07-10tracing/user_events: Fix struct arg size match checkBeau Belgrave1-0/+3
2023-07-11fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)2-0/+16
2023-07-10smp: Reduce NMI traffic from CSD waiters to CSD destinationImran Khan1-1/+9
2023-07-10smp: Reduce logging due to dump_stack of CSD waitersImran Khan1-1/+2
2023-07-10cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_h...Waiman Long1-8/+16
2023-07-10cgroup/cpuset: Improve temporary cpumasks handlingWaiman Long1-29/+13
2023-07-10cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handlingWaiman Long1-55/+86
2023-07-10cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long1-3/+30
2023-07-10cgroup: fix obsolete comment above for_each_css()Miaohe Lin1-1/+1
2023-07-10workqueue: add cmdline parameter `workqueue.unbound_cpus` to further constrai...tiozhang1-0/+17
2023-07-10workqueue: Warn attempt to flush system-wide workqueues.Tetsuo Handa1-6/+5
2023-07-10cpuset: Allow setscheduler regardless of manipulated taskMichal Koutný1-3/+16