summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-07-12bpf: Simplify code of destroy_mem_alloc() with kmemdup().Alexei Starovoitov-5/+2
2023-07-12bpf: Rename few bpf_mem_alloc fields.Alexei Starovoitov-28/+29
2023-07-12Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-14/+40
2023-07-12ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian-9/+15
2023-07-12tracing: arm64: Avoid missing-prototype warningsArnd Bergmann-2/+7
2023-07-12bpf: teach verifier actual bounds of bpf_get_smp_processor_id() resultAndrii Nakryiko-11/+26
2023-07-11bpf: Support ->fill_link_info for perf_eventYafang Shao-3/+153
2023-07-11bpf: Add a common helper bpf_copy_to_user()Yafang Shao-14/+20
2023-07-11bpf: Expose symbol's respective addressYafang Shao-12/+4
2023-07-11bpf: Clear the probe_addr for uprobeYafang Shao-2/+3
2023-07-11bpf: Protect probed address based on kptr_restrict settingYafang Shao-1/+4
2023-07-11bpf: Support ->fill_link_info for kprobe_multiYafang Shao-0/+37
2023-07-11bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui-16/+24
2023-07-11cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHEDMiaohe Lin-22/+22
2023-07-11PM: QoS: Restore support for default value on frequency QoSChungkai Yang-2/+7
2023-07-11PM: hibernate: Fix writing maj:min to /sys/power/resumeAzat Khuzhin-0/+1
2023-07-10tracing/user_events: Fix struct arg size match checkBeau Belgrave-0/+3
2023-07-11fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)-0/+16
2023-07-10smp: Reduce NMI traffic from CSD waiters to CSD destinationImran Khan-1/+9
2023-07-10smp: Reduce logging due to dump_stack of CSD waitersImran Khan-1/+2
2023-07-10cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_h...Waiman Long-8/+16
2023-07-10cgroup/cpuset: Improve temporary cpumasks handlingWaiman Long-29/+13
2023-07-10cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handlingWaiman Long-55/+86
2023-07-10cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long-3/+30
2023-07-10cgroup: fix obsolete comment above for_each_css()Miaohe Lin-1/+1
2023-07-10workqueue: add cmdline parameter `workqueue.unbound_cpus` to further constrai...tiozhang-0/+17
2023-07-10workqueue: Warn attempt to flush system-wide workqueues.Tetsuo Handa-6/+5
2023-07-10cpuset: Allow setscheduler regardless of manipulated taskMichal Koutný-3/+16
2023-07-10cgroup/cpuset: avoid unneeded cpuset_mutex re-lockMiaohe Lin-5/+4
2023-07-10cgroup/cpuset: simplify the percpu kthreads check in update_tasks_cpumask()Miaohe Lin-1/+1
2023-07-10cgroup: minor cleanup for cgroup_extra_stat_show()Miaohe Lin-4/+5
2023-07-10kernel: params: Remove unnecessary ‘0’ values from errLi zeming-1/+1
2023-07-10module: Ignore RISC-V mapping symbols tooPalmer Dabbelt-1/+1
2023-07-10cgroup: remove unneeded return value of cgroup_rm_cftypes_locked()Miaohe Lin-6/+3
2023-07-11kernel: kprobes: Remove unnecessary ‘0’ valuesLi zeming-3/+3
2023-07-11kprobes: Remove unnecessary ‘NULL’ values from correct_ret_addrLi zeming-1/+1
2023-07-11fprobe: add unlock to match a succeeded ftrace_test_recursion_trylockZe Gao-1/+3
2023-07-11kernel/trace: Fix cleanup logic of enable_trace_eprobeTzvetomir Stoyanov (VMware)-2/+16
2023-07-10perf/ring_buffer: Use local_try_cmpxchg in __perf_output_beginUros Bizjak-2/+3
2023-07-10perf/core: Use local64_try_cmpxchg in perf_swevent_set_periodUros Bizjak-9/+9
2023-07-10sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan-9/+22
2023-07-10sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin-1/+1
2023-07-09Merge tag 'dma-mapping-6.5-2023-07-09' of git://git.infradead.org/users/hch/d...Linus Torvalds-11/+35
2023-07-09Merge tag 'irq_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+1
2023-07-08fork: lock VMAs of the parent process when forkingSuren Baghdasaryan-0/+1
2023-07-06Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-5/+5
2023-07-06bpf: make preloaded map iterators to display map elements countAnton Protopopov-260/+275
2023-07-06bpf: populate the per-cpu insertions/deletions counters for hashmapsAnton Protopopov-2/+20
2023-07-06bpf: add a new kfunc to return current bpf_map elements countAnton Protopopov-1/+38
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-109/+1