summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-10-09locking/ww_mutex: Adjust to lockdep nest_lock requirementsThomas Hellström
2024-10-09bpf: Constify ctl_table argument of filter functionThomas Weißschuh
2024-10-08tracepoint: Remove SRCU protectionSteven Rostedt
2024-10-08tracing: Remove definition of trace_*_rcuidle()Steven Rostedt
2024-10-08tracepoints: Use new static branch APIJosh Poimboeuf
2024-10-08Merge tag 'sched_ext-for-6.12-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-10-08bpf, lsm: Remove bpf_lsm_key_free hookThomas Weißschuh
2024-10-08tracing: Remove TRACE_EVENT_FL_FILTERED logicZheng Yejian
2024-10-08tracing/branch-profiler: Replace deprecated strncpy with strscpyJustin Stitt
2024-10-08ftrace: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())Li Chen
2024-10-08cgroup/rstat: Tracking cgroup-level niced CPU timeJoshua Hahn
2024-10-08cgroup/bpf: use a dedicated workqueue for cgroup bpf destructionChen Ridong
2024-10-07bpf: Fix memory leak in bpf_core_applyJiri Olsa
2024-10-07sched_ext, scx_qmap: Add and use SCX_ENQ_CPU_SELECTEDTejun Heo
2024-10-07sched/core: Add ENQUEUE_RQ_SELECTED to indicate whether ->select_task_rq() wa...Tejun Heo
2024-10-07sched/core: Make select_task_rq() take the pointer to wake_flags instead of v...Tejun Heo
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro
2024-10-07get rid of ...lookup...fdget_rcu() familyAl Viro
2024-10-07uprobes: fold xol_take_insn_slot() into xol_get_insn_slot()Oleg Nesterov
2024-10-07uprobes: kill xol_area->slot_countOleg Nesterov
2024-10-07uprobes: deny mremap(xol_vma)Oleg Nesterov
2024-10-07uprobes: pass utask to xol_get_insn_slot() and xol_free_insn_slot()Oleg Nesterov
2024-10-07uprobes: move the initialization of utask->xol_vaddr from pre_ssout() to xol_...Oleg Nesterov
2024-10-07uprobes: simplify xol_take_insn_slot() and its callerOleg Nesterov
2024-10-07uprobes: kill the unnecessary put_uprobe/xol_free_insn_slot in uprobe_free_ut...Oleg Nesterov
2024-10-07uprobes: sanitiize xol_free_insn_slot()Oleg Nesterov
2024-10-07uprobes: don't abuse get_utask() in pre_ssout() and prepare_uretprobe()Oleg Nesterov
2024-10-07uprobes: switch to RCU Tasks Trace flavor for better performanceAndrii Nakryiko
2024-10-07sched/wait: Remove unused bit_wait_io_timeoutDr. David Alan Gilbert
2024-10-07sched/fair: fix the comment for PREEMPT_SHORTHuang Shijie
2024-10-07sched/fair: optimize the PLACE_LAG when se->vlag is zeroHuang Shijie
2024-10-07sched/fair: remove the DOUBLE_TICK featureHuang Shijie
2024-10-07softirq: use bit waits instead of var waits.NeilBrown
2024-10-07sched: Document wait_var_event() family of functions and wake_up_var()NeilBrown
2024-10-07sched: Improve documentation for wake_up_bit/wait_on_bit family of functionsNeilBrown
2024-10-07sched: change wake_up_bit() and related function to expect unsigned long *NeilBrown
2024-10-07locking/spinlocks: Make __raw_* lock ops staticGeert Uytterhoeven
2024-10-06Merge branch 'timers/vfs' into timers/coreThomas Gleixner
2024-10-06timekeeping: Add percpu counter for tracking floor swap eventsJeff Layton
2024-10-06timekeeping: Add interfaces for handling timestamps with a floor valueJeff Layton
2024-10-05function_graph: Remove unnecessary initialization in ftrace_graph_ret_addr()Oleg Nesterov
2024-10-05function_graph: Support recording and printing the function return addressDonglin Peng
2024-10-04rv: Fix a typoAndrew Kreimer
2024-10-04sched_ext: scx_cgroup_exit() may be called without successful scx_cgroup_init()Tejun Heo
2024-10-04sched_ext: Improve error reporting during loadingTejun Heo
2024-10-04Merge tag 'trace-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-10-04Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-10-04Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-10-04prctl: arch-agnostic prctl for shadow stackMark Brown
2024-10-03bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contractEduard Zingerman