summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-07-13sched: don't account throttle time for empty groupsJosh Don
2023-07-13kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa
2023-07-12tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella
2023-07-12kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song
2023-07-12tracing: Stop FORTIFY_SOURCE complaining about stack trace callerSteven Rostedt (Google)
2023-07-12ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian
2023-07-12bpf: Add object leak check.Hou Tao
2023-07-12bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu.Alexei Starovoitov
2023-07-12bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().Alexei Starovoitov
2023-07-12rcu: Export rcu_request_urgent_qs_task()Paul E. McKenney
2023-07-12bpf: Allow reuse from waiting_for_gp_ttrace list.Alexei Starovoitov
2023-07-12bpf: Add a hint to allocated objects.Alexei Starovoitov
2023-07-12bpf: Change bpf_mem_cache draining process.Alexei Starovoitov
2023-07-12bpf: Further refactor alloc_bulk().Alexei Starovoitov
2023-07-12bpf: Factor out inc/dec of active flag into helpers.Alexei Starovoitov
2023-07-12bpf: Refactor alloc_bulk().Alexei Starovoitov
2023-07-12bpf: Let free_all() return the number of freed elements.Alexei Starovoitov
2023-07-12bpf: Simplify code of destroy_mem_alloc() with kmemdup().Alexei Starovoitov
2023-07-12bpf: Rename few bpf_mem_alloc fields.Alexei Starovoitov
2023-07-12Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-07-12ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian
2023-07-12tracing: arm64: Avoid missing-prototype warningsArnd Bergmann
2023-07-12bpf: teach verifier actual bounds of bpf_get_smp_processor_id() resultAndrii Nakryiko
2023-07-11bpf: Support ->fill_link_info for perf_eventYafang Shao
2023-07-11bpf: Add a common helper bpf_copy_to_user()Yafang Shao
2023-07-11bpf: Expose symbol's respective addressYafang Shao
2023-07-11bpf: Clear the probe_addr for uprobeYafang Shao
2023-07-11bpf: Protect probed address based on kptr_restrict settingYafang Shao
2023-07-11bpf: Support ->fill_link_info for kprobe_multiYafang Shao
2023-07-11bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui
2023-07-11cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHEDMiaohe Lin
2023-07-11PM: QoS: Restore support for default value on frequency QoSChungkai Yang
2023-07-11PM: hibernate: Fix writing maj:min to /sys/power/resumeAzat Khuzhin
2023-07-10tracing/user_events: Fix struct arg size match checkBeau Belgrave
2023-07-11fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)
2023-07-10smp: Reduce NMI traffic from CSD waiters to CSD destinationImran Khan
2023-07-10smp: Reduce logging due to dump_stack of CSD waitersImran Khan
2023-07-10cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_h...Waiman Long
2023-07-10cgroup/cpuset: Improve temporary cpumasks handlingWaiman Long
2023-07-10cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handlingWaiman Long
2023-07-10cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long
2023-07-10cgroup: fix obsolete comment above for_each_css()Miaohe Lin
2023-07-10workqueue: add cmdline parameter `workqueue.unbound_cpus` to further constrai...tiozhang
2023-07-10workqueue: Warn attempt to flush system-wide workqueues.Tetsuo Handa
2023-07-10cpuset: Allow setscheduler regardless of manipulated taskMichal Koutný
2023-07-10cgroup/cpuset: avoid unneeded cpuset_mutex re-lockMiaohe Lin
2023-07-10cgroup/cpuset: simplify the percpu kthreads check in update_tasks_cpumask()Miaohe Lin
2023-07-10cgroup: minor cleanup for cgroup_extra_stat_show()Miaohe Lin
2023-07-10kernel: params: Remove unnecessary ‘0’ values from errLi zeming
2023-07-10module: Ignore RISC-V mapping symbols tooPalmer Dabbelt