summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-02-21vdso: Add generic time data storageThomas Weißschuh-4/+4
2025-02-21kernel: Fix "select" wording on HZ_250 descriptionBagas Sanjaya-1/+1
2025-02-20bpf: Do not allow tail call in strcut_ops program with __ref argumentAmery Hung-1/+19
2025-02-20bpf: Use preempt_count() directly in bpf_send_signal_common()Hou Tao-1/+1
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov-206/+429
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-35/+49
2025-02-21Merge tag 'drm-misc-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-39/+11
2025-02-20bpf: Support selective sampling for bpf timestampingJason Xing-0/+1
2025-02-20PM: EM: use kfree_rcu() to simplify the codeLi RongQing-9/+1
2025-02-20genirq: Introduce irq_can_move_in_process_context()Anup Patel-0/+10
2025-02-20genirq: Introduce common irq_force_complete_move() implementationThomas Gleixner-0/+12
2025-02-19bpf: Add bpf_copy_from_user_task_str() kfuncJordan Rome-0/+45
2025-02-19VFS: change kern_path_locked() and user_path_locked_at() to never return nega...NeilBrown-6/+6
2025-02-19cgroup/dmem: Don't open-code css_for_each_descendant_preFriedrich Vock-39/+11
2025-02-18bpf: fix env->peak_states computationEduard Zingerman-2/+13
2025-02-18bpf: free verifier states when they are no longer referencedEduard Zingerman-24/+67
2025-02-18bpf: use list_head to track explored states and free listEduard Zingerman-38/+36
2025-02-18bpf: do not update state->loop_entry in get_loop_entry()Eduard Zingerman-11/+2
2025-02-18bpf: make state->dfs_depth < state->loop_entry->dfs_depth an invariantEduard Zingerman-3/+3
2025-02-18bpf: detect infinite loop in get_loop_entry()Eduard Zingerman-18/+21
2025-02-18bpf: don't do clean_live_states when state->loop_entry->branches > 0Eduard Zingerman-0/+4
2025-02-18bpf: copy_verifier_state() should copy 'loop_entry' fieldEduard Zingerman-0/+3
2025-02-18bpf: skip non exist keys in generic_map_lookup_batchYan Zhai-13/+5
2025-02-18ftrace: Have ftrace pages output reflect freed pagesSteven Rostedt-3/+12
2025-02-18ftrace: Update the mcount_loc check of skipped entriesSteven Rostedt-1/+22
2025-02-18scripts/sorttable: Zero out weak functions in mcount_loc tableSteven Rostedt-1/+5
2025-02-18PM: EM: Slightly reduce em_check_capacity_update() overheadRafael J. Wysocki-2/+2
2025-02-18PM: EM: Drop unused parameter from em_adjust_new_capacity()Rafael J. Wysocki-3/+2
2025-02-18PM: hibernate: Replace deprecated kmap_atomic() with kmap_local_page()David Reaver-8/+8
2025-02-18sched_ext: idle: Introduce node-aware idle cpu kfunc helpersAndrea Righi-0/+182
2025-02-18x86: Move sysctls into arch/x86Joel Granados-56/+0
2025-02-18Merge tag 'v6.14-rc3' into x86/core, to pick up fixesIngo Molnar-75/+137
2025-02-18can: Switch to use hrtimer_setup()Nam Cao-5/+0
2025-02-18tracing/osnoise: Switch to use hrtimer_setup()Nam Cao-4/+2
2025-02-18watchdog: Switch to use hrtimer_setup()Nam Cao-2/+1
2025-02-18bpf: Switch to use hrtimer_setup()Nam Cao-2/+1
2025-02-18time: Switch to hrtimer_setup()Nam Cao-14/+8
2025-02-18perf: Switch to use hrtimer_setup()Nam Cao-4/+3
2025-02-18fork: Switch to use hrtimer_setup()Nam Cao-2/+1
2025-02-18sched: Switch to use hrtimer_setup()Nam Cao-13/+9
2025-02-18kallsyms: Remove KALLSYMS_ABSOLUTE_PERCPUBrian Gerst-10/+2
2025-02-18posix-timers: Invoke cond_resched() during exit_itimers()Benjamin Segall-1/+3
2025-02-18hrtimers: Replace hrtimer_clock_to_base_table with switch-caseAndy Shevchenko-17/+12
2025-02-18uprobes: Don't use %pK through printkThomas Weißschuh-1/+1
2025-02-18sched: Compact RSEQ concurrency IDs with reduced threads and affinityMathieu Desnoyers-3/+22
2025-02-17bpf: Allow struct_ops prog to return referenced kptrAmery Hung-5/+43
2025-02-17bpf: Support getting referenced kptr from struct_ops argumentAmery Hung-9/+54
2025-02-17bpf: Make every prog keep a copy of ctx_arg_infoAmery Hung-17/+19
2025-02-17Merge tag 'vfs-6.14-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-50/+84
2025-02-17Merge 6.14-rc3 into tty-nextGreg Kroah-Hartman-121/+296