summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-10-23bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()Andrii Nakryiko
2024-10-23bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa
2024-10-23cgroup/freezer: Add cgroup CGRP_FROZEN flag update helperChen Ridong
2024-10-23cgroup/freezer: Reduce redundant traversal for cgroup_freezeChen Ridong
2024-10-23sched_ext: Introduce LLC awareness to the default idle selection policyAndrea Righi
2024-10-23sched_ext: Clarify ops.select_cpu() for single-CPU tasksAndrea Righi
2024-10-23uprobe: Add support for session consumerJiri Olsa
2024-10-23uprobe: Add data pointer to consumer handlersJiri Olsa
2024-10-23sched: Fix pick_next_task_fair() vs try_to_wake_up() racePeter Zijlstra
2024-10-23perf: Fix missing RCU reader protection in perf_event_clear_cpumask()Kan Liang
2024-10-23srcu: Replace WARN_ON_ONCE() with BUILD_BUG_ON() if possibleZhen Lei
2024-10-23rcu: Stop stall warning from dumping stacks if grace period endsPaul E. McKenney
2024-10-23rcu: Delete unused rcu_gp_might_be_stalled() functionPaul E. McKenney
2024-10-23posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan
2024-10-23sysctl: Reorganize kerneldoc parameter namesJulia Lawall
2024-10-23ucounts: constify sysctl table user_tableThomas Weißschuh
2024-10-23tracing: Consider the NULL character when validating the event lengthLeo Yan
2024-10-23tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski
2024-10-22audit: Use str_yes_no() helper functionThorsten Blum
2024-10-22bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann
2024-10-22bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-10-22bpf: Preserve param->string when parsing mount optionsHou Tao
2024-10-22rcu: Remove unused declaration rcu_segcblist_offload()Yue Haibing
2024-10-21bpf: Implement bpf_send_signal_task() kfuncPuranjay Mohan
2024-10-21cgroup/bpf: only cgroup v2 can be attached by bpf programsChen Ridong
2024-10-21Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"Chen Ridong
2024-10-21sched_getattr: port to copy_struct_to_userAleksa Sarai
2024-10-21Merge tag 'v6.12-rc4' into sched/core, to resolve conflictIngo Molnar
2024-10-21uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma
2024-10-20Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-10-19module: Reformat struct for code styleMatthew Maurer
2024-10-19module: Additional validation in elf_validity_cache_strtabMatthew Maurer
2024-10-19module: Factor out elf_validity_cache_strtabMatthew Maurer
2024-10-19module: Group section index calculations togetherMatthew Maurer
2024-10-19module: Factor out elf_validity_cache_index_strMatthew Maurer
2024-10-19module: Factor out elf_validity_cache_index_symMatthew Maurer
2024-10-19module: Factor out elf_validity_cache_index_modMatthew Maurer
2024-10-19module: Factor out elf_validity_cache_index_infoMatthew Maurer
2024-10-19module: Factor out elf_validity_cache_secstringsMatthew Maurer
2024-10-19module: Factor out elf_validity_cache_sechdrsMatthew Maurer
2024-10-19module: Factor out elf_validity_ehdrMatthew Maurer
2024-10-19module: Take const arg in validate_section_offsetMatthew Maurer
2024-10-19Merge tag 'ftrace-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-19ring-buffer: Use str_low_high() helper in ring_buffer_producer()Thorsten Blum
2024-10-19ring-buffer: Reorganize kerneldoc parameter namesJulia Lawall
2024-10-19ring-buffer: Limit time with disabled interrupts in rb_check_pages()Petr Pavlu
2024-10-18fgraph: Allocate ret_stack_list with proper sizeSteven Rostedt
2024-10-18fgraph: Use CPU hotplug mechanism to initialize idle shadow stacksSteven Rostedt
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-18sched_ext: improve WAKE_SYNC behavior for default idle CPU selectionAndrea Righi