index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2025-02-24
uprobes: Reject the shared zeropage in uprobe_write_opcode()
Tong Tiangen
-0
/
+5
2025-02-24
seccomp: avoid the lock trip seccomp_filter_release in common case
Mateusz Guzik
-0
/
+10
2025-02-24
perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list
Luo Gengkun
-2
/
+9
2025-02-24
perf/core: Add RCU read lock protection to perf_iterate_ctx()
Breno Leitao
-1
/
+2
2025-02-24
sched_ext: idle: Introduce scx_bpf_nr_node_ids()
Andrea Righi
-0
/
+11
2025-02-23
bpf: Refactor check_ctx_access()
Amery Hung
-36
/
+20
2025-02-22
Merge tag 'sched-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-6
/
+30
2025-02-22
Merge tag 'perf-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-1
/
+1
2025-02-22
Merge tag 'ftrace-v6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-24
/
+41
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-0
/
+1
2025-02-21
Merge tag 'drm-fixes-2025-02-22' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-39
/
+11
2025-02-21
sched: Add unlikey branch hints to several system calls
Colin Ian King
-5
/
+5
2025-02-21
sched/core: Remove duplicate included header file stats.h
Thorsten Blum
-1
/
+0
2025-02-21
locking/mutex: Add MUTEX_WARN_ON() into fast path
Yunhui Cui
-0
/
+2
2025-02-21
irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by irqchips that need it
Jason Gunthorpe
-0
/
+1
2025-02-21
tracing: Fix memory leak when reading set_event file
Adrian Huang
-2
/
+9
2025-02-21
ftrace: Correct preemption accounting for function tracing.
Sebastian Andrzej Siewior
-4
/
+2
2025-02-21
fprobe: Fix accounting of when to unregister from function graph
Steven Rostedt
-3
/
+3
2025-02-21
fprobe: Always unregister fgraph function from ops
Steven Rostedt
-4
/
+2
2025-02-21
ftrace: Do not add duplicate entries in subops manager ops
Steven Rostedt
-0
/
+3
2025-02-21
ftrace: Fix accounting of adding subops to a manager ops
Steven Rostedt
-11
/
+22
2025-02-21
mm/memremap: Pass down MEMREMAP_* flags to arch_memremap_wb()
Kirill A. Shutemov
-2
/
+3
2025-02-21
Merge tag 'v6.14-rc3' into x86/mm, to pick up fixes before merging new changes
Ingo Molnar
-121
/
+296
2025-02-21
perf/core: Move perf_event sysctls into kernel/events
Joel Granados
-76
/
+83
2025-02-21
Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...
Ingo Molnar
-172
/
+381
2025-02-21
rseq: Fix rseq registration with CONFIG_DEBUG_RSEQ
Michael Jeanson
-3
/
+8
2025-02-21
kcmp: improve performance adding an unlikely hint to task comparisons
Colin Ian King
-1
/
+1
2025-02-21
vdso: Remove remnants of architecture-specific time storage
Thomas Weißschuh
-16
/
+15
2025-02-21
vdso: Add generic time data storage
Thomas Weißschuh
-4
/
+4
2025-02-21
kernel: Fix "select" wording on HZ_250 description
Bagas Sanjaya
-1
/
+1
2025-02-20
bpf: Do not allow tail call in strcut_ops program with __ref argument
Amery Hung
-1
/
+19
2025-02-20
bpf: Use preempt_count() directly in bpf_send_signal_common()
Hou Tao
-1
/
+1
2025-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4
Alexei Starovoitov
-206
/
+429
2025-02-20
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-35
/
+49
2025-02-21
Merge tag 'drm-misc-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
-39
/
+11
2025-02-20
bpf: Support selective sampling for bpf timestamping
Jason Xing
-0
/
+1
2025-02-20
PM: EM: use kfree_rcu() to simplify the code
Li RongQing
-9
/
+1
2025-02-20
genirq: Introduce irq_can_move_in_process_context()
Anup Patel
-0
/
+10
2025-02-20
genirq: Introduce common irq_force_complete_move() implementation
Thomas Gleixner
-0
/
+12
2025-02-19
bpf: Add bpf_copy_from_user_task_str() kfunc
Jordan Rome
-0
/
+45
2025-02-19
VFS: change kern_path_locked() and user_path_locked_at() to never return nega...
NeilBrown
-6
/
+6
2025-02-19
cgroup/dmem: Don't open-code css_for_each_descendant_pre
Friedrich Vock
-39
/
+11
2025-02-18
bpf: fix env->peak_states computation
Eduard Zingerman
-2
/
+13
2025-02-18
bpf: free verifier states when they are no longer referenced
Eduard Zingerman
-24
/
+67
2025-02-18
bpf: use list_head to track explored states and free list
Eduard Zingerman
-38
/
+36
2025-02-18
bpf: do not update state->loop_entry in get_loop_entry()
Eduard Zingerman
-11
/
+2
2025-02-18
bpf: make state->dfs_depth < state->loop_entry->dfs_depth an invariant
Eduard Zingerman
-3
/
+3
2025-02-18
bpf: detect infinite loop in get_loop_entry()
Eduard Zingerman
-18
/
+21
2025-02-18
bpf: don't do clean_live_states when state->loop_entry->branches > 0
Eduard Zingerman
-0
/
+4
2025-02-18
bpf: copy_verifier_state() should copy 'loop_entry' field
Eduard Zingerman
-0
/
+3
[prev]
[next]