summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
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
2023-07-05bpf: Fix max stack depth check for async callbacksKumar Kartikeya Dwivedi-2/+3
2023-07-05Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-4/+2
2023-07-05tracing/boot: Test strscpy() against less than zero for errorSteven Rostedt (Google)-4/+4
2023-07-05tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra-1/+1
2023-07-05bpf: Remove unnecessary ring buffer size checkHou Tao-15/+11
2023-07-04module: fix init_module_from_file() error handlingLinus Torvalds-16/+23
2023-07-03Merge tag 'kgdb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds-2/+17
2023-07-03bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...SeongJae Park-4/+2
2023-07-03kdb: move kdb_send_sig() declaration to a better header fileDaniel Thompson-1/+0
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-6/+15
2023-07-01Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds-0/+1
2023-07-01pid: use struct_size_t() helperChristian Brauner-2/+2
2023-06-30Merge tag 'livepatching-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2023-06-30Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-155/+1917
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds-23/+665
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+12
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-0/+2
2023-06-30pid: Replace struct pid 1-element array with flex-arrayKees Cook-3/+6
2023-06-30kdb: Handle LF in the command parserDouglas Anderson-1/+15