index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-20
genirq: Introduce irq_can_move_in_process_context()
Anup Patel
1
-0
/
+10
2025-02-20
genirq: Introduce common irq_force_complete_move() implementation
Thomas Gleixner
2
-0
/
+12
2025-02-19
bpf: Add bpf_copy_from_user_task_str() kfunc
Jordan Rome
1
-0
/
+45
2025-02-19
VFS: change kern_path_locked() and user_path_locked_at() to never return nega...
NeilBrown
1
-6
/
+6
2025-02-19
cgroup/dmem: Don't open-code css_for_each_descendant_pre
Friedrich Vock
1
-39
/
+11
2025-02-18
bpf: fix env->peak_states computation
Eduard Zingerman
1
-2
/
+13
2025-02-18
bpf: free verifier states when they are no longer referenced
Eduard Zingerman
1
-24
/
+67
2025-02-18
bpf: use list_head to track explored states and free list
Eduard Zingerman
1
-38
/
+36
2025-02-18
bpf: do not update state->loop_entry in get_loop_entry()
Eduard Zingerman
1
-11
/
+2
2025-02-18
bpf: make state->dfs_depth < state->loop_entry->dfs_depth an invariant
Eduard Zingerman
1
-3
/
+3
2025-02-18
bpf: detect infinite loop in get_loop_entry()
Eduard Zingerman
1
-18
/
+21
2025-02-18
bpf: don't do clean_live_states when state->loop_entry->branches > 0
Eduard Zingerman
1
-0
/
+4
2025-02-18
bpf: copy_verifier_state() should copy 'loop_entry' field
Eduard Zingerman
1
-0
/
+3
2025-02-18
bpf: skip non exist keys in generic_map_lookup_batch
Yan Zhai
1
-13
/
+5
2025-02-18
ftrace: Have ftrace pages output reflect freed pages
Steven Rostedt
1
-3
/
+12
2025-02-18
ftrace: Update the mcount_loc check of skipped entries
Steven Rostedt
1
-1
/
+22
2025-02-18
scripts/sorttable: Zero out weak functions in mcount_loc table
Steven Rostedt
1
-1
/
+5
2025-02-18
PM: EM: Slightly reduce em_check_capacity_update() overhead
Rafael J. Wysocki
1
-2
/
+2
2025-02-18
PM: EM: Drop unused parameter from em_adjust_new_capacity()
Rafael J. Wysocki
1
-3
/
+2
2025-02-18
PM: hibernate: Replace deprecated kmap_atomic() with kmap_local_page()
David Reaver
1
-8
/
+8
2025-02-18
sched_ext: idle: Introduce node-aware idle cpu kfunc helpers
Andrea Righi
1
-0
/
+182
2025-02-18
x86: Move sysctls into arch/x86
Joel Granados
1
-56
/
+0
2025-02-18
Merge tag 'v6.14-rc3' into x86/core, to pick up fixes
Ingo Molnar
11
-75
/
+137
2025-02-18
can: Switch to use hrtimer_setup()
Nam Cao
1
-5
/
+0
2025-02-18
tracing/osnoise: Switch to use hrtimer_setup()
Nam Cao
1
-4
/
+2
2025-02-18
watchdog: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+1
2025-02-18
bpf: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+1
2025-02-18
time: Switch to hrtimer_setup()
Nam Cao
5
-14
/
+8
2025-02-18
perf: Switch to use hrtimer_setup()
Nam Cao
1
-4
/
+3
2025-02-18
fork: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+1
2025-02-18
sched: Switch to use hrtimer_setup()
Nam Cao
4
-13
/
+9
2025-02-18
kallsyms: Remove KALLSYMS_ABSOLUTE_PERCPU
Brian Gerst
1
-10
/
+2
2025-02-18
posix-timers: Invoke cond_resched() during exit_itimers()
Benjamin Segall
1
-1
/
+3
2025-02-18
hrtimers: Replace hrtimer_clock_to_base_table with switch-case
Andy Shevchenko
1
-17
/
+12
2025-02-18
uprobes: Don't use %pK through printk
Thomas Weißschuh
1
-1
/
+1
2025-02-18
sched: Compact RSEQ concurrency IDs with reduced threads and affinity
Mathieu Desnoyers
1
-3
/
+22
2025-02-17
bpf: Allow struct_ops prog to return referenced kptr
Amery Hung
2
-5
/
+43
2025-02-17
bpf: Support getting referenced kptr from struct_ops argument
Amery Hung
3
-9
/
+54
2025-02-17
bpf: Make every prog keep a copy of ctx_arg_info
Amery Hung
3
-17
/
+19
2025-02-17
Merge tag 'vfs-6.14-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-50
/
+84
2025-02-17
Merge 6.14-rc3 into tty-next
Greg Kroah-Hartman
23
-121
/
+296
2025-02-17
Merge 6.14-rc3 into driver-core-next
Greg Kroah-Hartman
11
-75
/
+137
2025-02-16
Merge tag 'irq_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+0
2025-02-16
Merge tag 'sched_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+3
2025-02-16
sched_ext: idle: Per-node idle cpumasks
Andrea Righi
3
-55
/
+233
2025-02-16
sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODE
Andrea Righi
3
-11
/
+43
2025-02-16
sched_ext: idle: Make idle static keys private
Andrea Righi
3
-28
/
+32
2025-02-15
Merge tag 'trace-ring-buffer-v6.14-rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-9
/
+31
2025-02-15
ring-buffer: Update pages_touched to reflect persistent buffer content
Steven Rostedt
1
-0
/
+5
2025-02-15
tracing: Do not allow mmap() of persistent ring buffer
Steven Rostedt
1
-0
/
+4
[prev]
[next]