aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-04-09sparc: mv sparc sysctls into their own file under arch/sparc/kernelJoel Granados1-35/+0
2025-04-09stack_tracer: move sysctl registration to kernel/trace/trace_stack.cJoel Granados2-11/+21
2025-04-09tracing: Move trace sysctls into trace.cJoel Granados2-25/+35
2025-04-09signal: Move signal ctl tables into signal.cJoel Granados2-8/+11
2025-04-09panic: Move panic ctl tables into panic.cJoel Granados2-31/+30
2025-04-08genirq/generic-chip: Fix incorrect lock guard conversionsGeert Uytterhoeven1-2/+2
2025-04-08Merge tag 'probes-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds2-30/+166
2025-04-08Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds4-164/+247
2025-04-08sched_ext: Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo1-42/+7
2025-04-08srcu: Use rcu_seq_done_exact() for polling APIJoel Fernandes1-1/+1
2025-04-08sched/isolation: Make use of more than one housekeeping cpuPhil Auld2-2/+2
2025-04-08sched/rt: Fix race in push_rt_taskHarshit Agarwal1-28/+26
2025-04-08sched: Add annotations to RT_GROUP_SCHED fieldsMichal Koutný1-4/+4
2025-04-08rcu: Comment on the extraneous delta test on rcu_seq_done_exact()Frederic Weisbecker1-0/+9
2025-04-08sched: Add RT_GROUP WARN checks for non-root task_groupsMichal Koutný1-2/+12
2025-04-08rcu: Add warning to ensure rcu_seq_done_exact() is workingJoel Fernandes1-0/+6
2025-04-08sched: Do not construct nor expose RT_GROUP_SCHED structures if disabledMichal Koutný2-12/+33
2025-04-08rcu: Replace magic number with meaningful constant in rcu_seq_done_exact()Joel Fernandes1-1/+4
2025-04-08sched: Bypass bandwitdh checks with runtime disabled RT_GROUP_SCHEDMichal Koutný3-3/+8
2025-04-08sched: Skip non-root task_groups with disabled RT_GROUP_SCHEDMichal Koutný3-4/+14
2025-04-08sched: Add commadline option for RT_GROUP_SCHED togglingMichal Koutný2-0/+42
2025-04-08sched: Always initialize rt_rq's task_groupMichal Koutný2-5/+4
2025-04-08sched: Remove unneeed macro wrapMichal Koutný1-2/+0
2025-04-08sched: Convert CONFIG_RT_GROUP_SCHED macros to code conditionsMichal Koutný2-7/+5
2025-04-08sched/fair: Allow decaying util_est when util_avg > CPU capaPierre Gondois1-7/+0
2025-04-08sched/topology: Refinement to topology_span_sane speedupSteve Wahl1-33/+19
2025-04-08sched/topology: improve topology_span_sane speedSteve Wahl1-25/+58
2025-04-08sched: Fix trace_sched_switch(.prev_state)Peter Zijlstra1-2/+4
2025-04-08perf: Make perf_pmu_unregister() useablePeter Zijlstra1-50/+270
2025-04-08perf: Rename perf_event_exit_task(.child)Peter Zijlstra1-30/+32
2025-04-08perf: Unify perf_event_free_task() / perf_event_exit_task_context()Peter Zijlstra1-68/+25
2025-04-08perf: Simplify perf_event_release_kernel()Peter Zijlstra1-8/+7
2025-04-08perf: Simplify perf_event_free_task() waitPeter Zijlstra1-22/+3
2025-04-08perf: Simplify child event tear-downPeter Zijlstra1-2/+6
2025-04-08perf: Ensure bpf_perf_link path is properly serializedPeter Zijlstra1-4/+30
2025-04-08perf: Fix hang while freeing sigtrap eventFrederic Weisbecker1-46/+18
2025-04-08rcutorture: Split out beginning and end from rcu_torture_one_read()Paul E. McKenney1-43/+81
2025-04-08sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecationTejun Heo1-1/+4
2025-04-08sched_ext: Remove cpu.weight / cpu.idle unimplemented warningsTejun Heo1-40/+1
2025-04-08sched_ext: Use kvzalloc for large exit_dump allocationBreno Leitao1-2/+2
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-1/+1
2025-04-08tracing: fprobe: Cleanup fprobe hash when module unloadingMasami Hiramatsu (Google)1-2/+101
2025-04-07cgroup/cpuset: Add warnings to catch inconsistency in exclusive CPUsWaiman Long1-10/+33
2025-04-07cgroup/cpuset: Fix obsolete comment in cpuset_css_offline()Waiman Long1-4/+5
2025-04-07cgroup/cpuset: Always use cpu_active_maskWaiman Long1-9/+23
2025-04-07uprobes: Avoid false-positive lockdep splat on CONFIG_PREEMPT_RT=y in the ri_timer() uprobe timer callback, use raw_write_seqcount_*()Andrii Nakryiko1-2/+13
2025-04-07sched_ext: idle: Introduce scx_bpf_select_cpu_and()Andrea Righi2-0/+56
2025-04-07sched_ext: idle: Accept an arbitrary cpumask in scx_select_cpu_dfl()Andrea Righi1-4/+44
2025-04-07sched_ext: idle: Explicitly pass allowed cpumask to scx_select_cpu_dfl()Andrea Righi3-11/+14
2025-04-07sched_ext: idle: Extend topology optimizations to all tasksAndrea Righi1-22/+51