aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-02-20bpf: Do not allow tail call in strcut_ops program with __ref argumentAmery Hung1-1/+19
2025-02-20bpf: Use preempt_count() directly in bpf_send_signal_common()Hou Tao1-1/+1
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov30-206/+429
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-35/+49
2025-02-21Merge tag 'drm-misc-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesDave Airlie1-39/+11
2025-02-20bpf: Support selective sampling for bpf timestampingJason Xing1-0/+1
2025-02-20PM: EM: use kfree_rcu() to simplify the codeLi RongQing1-9/+1
2025-02-20genirq: Introduce irq_can_move_in_process_context()Anup Patel1-0/+10
2025-02-20genirq: Introduce common irq_force_complete_move() implementationThomas Gleixner2-0/+12
2025-02-19bpf: Add bpf_copy_from_user_task_str() kfuncJordan Rome1-0/+45
2025-02-19VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentryNeilBrown1-6/+6
2025-02-19cgroup/dmem: Don't open-code css_for_each_descendant_preFriedrich Vock1-39/+11
2025-02-18bpf: fix env->peak_states computationEduard Zingerman1-2/+13
2025-02-18bpf: free verifier states when they are no longer referencedEduard Zingerman1-24/+67
2025-02-18bpf: use list_head to track explored states and free listEduard Zingerman1-38/+36
2025-02-18bpf: do not update state->loop_entry in get_loop_entry()Eduard Zingerman1-11/+2
2025-02-18bpf: make state->dfs_depth < state->loop_entry->dfs_depth an invariantEduard Zingerman1-3/+3
2025-02-18bpf: detect infinite loop in get_loop_entry()Eduard Zingerman1-18/+21
2025-02-18bpf: don't do clean_live_states when state->loop_entry->branches > 0Eduard Zingerman1-0/+4
2025-02-18bpf: copy_verifier_state() should copy 'loop_entry' fieldEduard Zingerman1-0/+3
2025-02-18bpf: skip non exist keys in generic_map_lookup_batchYan Zhai1-13/+5
2025-02-18ftrace: Have ftrace pages output reflect freed pagesSteven Rostedt1-3/+12
2025-02-18ftrace: Update the mcount_loc check of skipped entriesSteven Rostedt1-1/+22
2025-02-18scripts/sorttable: Zero out weak functions in mcount_loc tableSteven Rostedt1-1/+5
2025-02-18PM: EM: Slightly reduce em_check_capacity_update() overheadRafael J. Wysocki1-2/+2
2025-02-18PM: EM: Drop unused parameter from em_adjust_new_capacity()Rafael J. Wysocki1-3/+2
2025-02-18PM: hibernate: Replace deprecated kmap_atomic() with kmap_local_page()David Reaver1-8/+8
2025-02-18sched_ext: idle: Introduce node-aware idle cpu kfunc helpersAndrea Righi1-0/+182
2025-02-18x86: Move sysctls into arch/x86Joel Granados1-56/+0
2025-02-18Merge tag 'v6.14-rc3' into x86/core, to pick up fixesIngo Molnar11-75/+137
2025-02-18can: Switch to use hrtimer_setup()Nam Cao1-5/+0
2025-02-18tracing/osnoise: Switch to use hrtimer_setup()Nam Cao1-4/+2
2025-02-18watchdog: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-18bpf: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-18time: Switch to hrtimer_setup()Nam Cao5-14/+8
2025-02-18perf: Switch to use hrtimer_setup()Nam Cao1-4/+3
2025-02-18fork: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-18sched: Switch to use hrtimer_setup()Nam Cao4-13/+9
2025-02-18kallsyms: Remove KALLSYMS_ABSOLUTE_PERCPUBrian Gerst1-10/+2
2025-02-18posix-timers: Invoke cond_resched() during exit_itimers()Benjamin Segall1-1/+3
2025-02-18hrtimers: Replace hrtimer_clock_to_base_table with switch-caseAndy Shevchenko1-17/+12
2025-02-18uprobes: Don't use %pK through printkThomas Weißschuh1-1/+1
2025-02-18sched: Compact RSEQ concurrency IDs with reduced threads and affinityMathieu Desnoyers1-3/+22
2025-02-17bpf: Allow struct_ops prog to return referenced kptrAmery Hung2-5/+43
2025-02-17bpf: Support getting referenced kptr from struct_ops argumentAmery Hung3-9/+54
2025-02-17bpf: Make every prog keep a copy of ctx_arg_infoAmery Hung3-17/+19
2025-02-17Merge tag 'vfs-6.14-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-50/+84
2025-02-17Merge 6.14-rc3 into tty-nextGreg Kroah-Hartman23-121/+296
2025-02-17Merge 6.14-rc3 into driver-core-nextGreg Kroah-Hartman11-75/+137
2025-02-16Merge tag 'irq_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0