aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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 nega...NeilBrown1-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/g...Linus 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/ke...Linus Torvalds1-4/+0
2025-02-16Merge tag 'sched_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2025-02-16sched_ext: idle: Per-node idle cpumasksAndrea Righi3-55/+233
2025-02-16sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODEAndrea Righi3-11/+43
2025-02-16sched_ext: idle: Make idle static keys privateAndrea Righi3-28/+32
2025-02-15Merge tag 'trace-ring-buffer-v6.14-rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-9/+31
2025-02-15ring-buffer: Update pages_touched to reflect persistent buffer contentSteven Rostedt1-0/+5
2025-02-15tracing: Do not allow mmap() of persistent ring bufferSteven Rostedt1-0/+4