summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-02-20PM: EM: use kfree_rcu() to simplify the codeLi RongQing
2025-02-20genirq: Introduce irq_can_move_in_process_context()Anup Patel
2025-02-20genirq: Introduce common irq_force_complete_move() implementationThomas Gleixner
2025-02-19bpf: Add bpf_copy_from_user_task_str() kfuncJordan Rome
2025-02-19VFS: change kern_path_locked() and user_path_locked_at() to never return nega...NeilBrown
2025-02-19cgroup/dmem: Don't open-code css_for_each_descendant_preFriedrich Vock
2025-02-18bpf: fix env->peak_states computationEduard Zingerman
2025-02-18bpf: free verifier states when they are no longer referencedEduard Zingerman
2025-02-18bpf: use list_head to track explored states and free listEduard Zingerman
2025-02-18bpf: do not update state->loop_entry in get_loop_entry()Eduard Zingerman
2025-02-18bpf: make state->dfs_depth < state->loop_entry->dfs_depth an invariantEduard Zingerman
2025-02-18bpf: detect infinite loop in get_loop_entry()Eduard Zingerman
2025-02-18bpf: don't do clean_live_states when state->loop_entry->branches > 0Eduard Zingerman
2025-02-18bpf: copy_verifier_state() should copy 'loop_entry' fieldEduard Zingerman
2025-02-18bpf: skip non exist keys in generic_map_lookup_batchYan Zhai
2025-02-18ftrace: Have ftrace pages output reflect freed pagesSteven Rostedt
2025-02-18ftrace: Update the mcount_loc check of skipped entriesSteven Rostedt
2025-02-18scripts/sorttable: Zero out weak functions in mcount_loc tableSteven Rostedt
2025-02-18PM: EM: Slightly reduce em_check_capacity_update() overheadRafael J. Wysocki
2025-02-18PM: EM: Drop unused parameter from em_adjust_new_capacity()Rafael J. Wysocki
2025-02-18PM: hibernate: Replace deprecated kmap_atomic() with kmap_local_page()David Reaver
2025-02-18sched_ext: idle: Introduce node-aware idle cpu kfunc helpersAndrea Righi
2025-02-18x86: Move sysctls into arch/x86Joel Granados
2025-02-18Merge tag 'v6.14-rc3' into x86/core, to pick up fixesIngo Molnar
2025-02-18can: Switch to use hrtimer_setup()Nam Cao
2025-02-18tracing/osnoise: Switch to use hrtimer_setup()Nam Cao
2025-02-18watchdog: Switch to use hrtimer_setup()Nam Cao
2025-02-18bpf: Switch to use hrtimer_setup()Nam Cao
2025-02-18time: Switch to hrtimer_setup()Nam Cao
2025-02-18perf: Switch to use hrtimer_setup()Nam Cao
2025-02-18fork: Switch to use hrtimer_setup()Nam Cao
2025-02-18sched: Switch to use hrtimer_setup()Nam Cao
2025-02-18kallsyms: Remove KALLSYMS_ABSOLUTE_PERCPUBrian Gerst
2025-02-18posix-timers: Invoke cond_resched() during exit_itimers()Benjamin Segall
2025-02-18hrtimers: Replace hrtimer_clock_to_base_table with switch-caseAndy Shevchenko
2025-02-18uprobes: Don't use %pK through printkThomas Weißschuh
2025-02-18sched: Compact RSEQ concurrency IDs with reduced threads and affinityMathieu Desnoyers
2025-02-17bpf: Allow struct_ops prog to return referenced kptrAmery Hung
2025-02-17bpf: Support getting referenced kptr from struct_ops argumentAmery Hung
2025-02-17bpf: Make every prog keep a copy of ctx_arg_infoAmery Hung
2025-02-17Merge tag 'vfs-6.14-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-17Merge 6.14-rc3 into tty-nextGreg Kroah-Hartman
2025-02-17Merge 6.14-rc3 into driver-core-nextGreg Kroah-Hartman
2025-02-16Merge tag 'irq_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-02-16Merge tag 'sched_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-02-16sched_ext: idle: Per-node idle cpumasksAndrea Righi
2025-02-16sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODEAndrea Righi
2025-02-16sched_ext: idle: Make idle static keys privateAndrea Righi
2025-02-15Merge tag 'trace-ring-buffer-v6.14-rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-02-15ring-buffer: Update pages_touched to reflect persistent buffer contentSteven Rostedt