summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-10-14sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloadsMathieu Desnoyers
2024-10-14sched: idle: Optimize the generic idle loop by removing needless memory barrierZhongqiu Han
2024-10-14Merge branch 'tip/sched/urgent'Peter Zijlstra
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra
2024-10-14sched/psi: Fix mistaken CPU pressure indication after corrupted task state bugJohannes Weiner
2024-10-11Merge tag 'rcu.fixes.6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-10-11audit: change context data from secid to lsm_propCasey Schaufler
2024-10-11audit: use an lsm_prop in audit_namesCasey Schaufler
2024-10-11lsm: use lsm_prop in security_inode_getsecidCasey Schaufler
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler
2024-10-11audit: update shutdown LSM dataCasey Schaufler
2024-10-11lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler
2024-10-11audit: maintain an lsm_prop in audit_contextCasey Schaufler
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler
2024-10-11locking/csd-lock: Switch from sched_clock() to ktime_get_mono_fast_ns()Paul E. McKenney
2024-10-11sched/core: Dequeue PSI signals for blocked tasks that are delayedPeter Zijlstra
2024-10-11sched: Fix delayed_dequeue vs switched_from_fair()Peter Zijlstra
2024-10-11sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long
2024-10-11sched/deadline: Use hrtick_enabled_dl() before start_hrtick_dl()Phil Auld
2024-10-10bpf: Fix unpopulated path_size when uprobe_multi fields unsetTyrone Wu
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt
2024-10-10fgragh: No need to invoke the function call_filter_check_discard()Steven Rostedt
2024-10-10sched_ext: Don't hold scx_tasks_lock for too longTejun Heo
2024-10-10sched_ext: Move scx_tasks_lock handling into scx_task_iter helpersTejun Heo
2024-10-10sched_ext: bypass mode shouldn't depend on ops.select_cpu()Tejun Heo
2024-10-10sched_ext: Move scx_buildin_idle_enabled check to scx_bpf_select_cpu_dfl()Tejun Heo
2024-10-10sched_ext: Start schedulers with consistent p->scx.slice valuesTejun Heo
2024-10-10Revert "sched_ext: Use shorter slice while bypassing"Tejun Heo
2024-10-10Merge tag 'trace-ringbuffer-v6.12-rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-10-10clocksource: Remove unused clocksource_change_ratingDr. David Alan Gilbert
2024-10-10fgraph: Simplify return address printing in function graph tracerMasami Hiramatsu (Google)
2024-10-10bpf: fix kfunc btf caching for modulesToke Høiland-Jørgensen
2024-10-10rcu/nocb: Fix rcuog wake-up from offline softirqFrederic Weisbecker
2024-10-10sched_ext: use correct function name in pick_task_scx() warning messageHonglei Wang
2024-10-10bpf: fix argument type in bpf_loop documentationMatteo Croce
2024-10-10timekeeping: Add percpu counter for tracking floor swap eventsJeff Layton
2024-10-10timekeeping: Add interfaces for handling timestamps with a floor valueJeff Layton
2024-10-09bpf: fix unpopulated name_len field in perf_event link infoTyrone Wu
2024-10-09bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel
2024-10-09tracing: Use atomic64_inc_return() in trace_clock_counter()Uros Bizjak
2024-10-09trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun
2024-10-09bpf: Check the remaining info_cnt before repeating btf fieldsHou Tao
2024-10-09Merge tag 'mm-hotfixes-stable-2024-10-09-15-46' of git://git.kernel.org/pub/s...Linus Torvalds
2024-10-09tracing/perf: Add might_fault check to syscall probesMathieu Desnoyers
2024-10-09tracing/ftrace: Add might_fault check to syscall probesMathieu Desnoyers
2024-10-09tracing/perf: disable preemption in syscall probeMathieu Desnoyers
2024-10-09tracing/ftrace: disable preemption in syscall probeMathieu Desnoyers
2024-10-09resource, kunit: fix user-after-free in resource_test_region_intersects()Huang Ying
2024-10-09kthread: unpark only parked kthreadFrederic Weisbecker
2024-10-09ring-buffer: Do not have boot mapped buffers hook to CPU hotplugSteven Rostedt