summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2024-10-03bpf: Call kfree(obj) only once in free_one()Markus Elfring
2024-10-03bpf: Constify struct btf_kind_operationsChristophe JAILLET
2024-10-03sched: psi: fix bogus pressure spikes from aggregation raceJohannes Weiner
2024-10-03tracing/hwlat: Fix a race during cpuhp processingWei Li
2024-10-03tracing/timerlat: Fix a race during cpuhp processingWei Li
2024-10-03tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li
2024-10-03tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li
2024-10-03tracing: Fix trace_check_vprintf() when tp_printk is usedSteven Rostedt
2024-10-03audit: Reorganize kerneldoc parameter namesJulia Lawall
2024-10-03bpf: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak
2024-10-02Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds