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
2024-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
17
-91
/
+163
2024-12-12
bpf: Check size for BTF-based ctx access of pointer members
Kumar Kartikeya Dwivedi
1
-0
/
+6
2024-12-12
bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogs
Eduard Zingerman
1
-2
/
+5
2024-12-12
printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAX
Kuan-Wei Chiu
1
-1
/
+1
2024-12-11
stop_machine: Fix rcu_momentary_eqs() call in multi_cpu_stop()
Mukesh Ojha
1
-1
/
+1
2024-12-11
locking/csd-lock: make CSD lock debug tunables writable in /sys
Rik van Riel
1
-2
/
+2
2024-12-11
sched_ext: Fix invalid irq restore in scx_ops_bypass()
Tejun Heo
1
-1
/
+1
2024-12-11
genirq/kexec: Prevent redundant IRQ masking by checking state before shutdown
Eliav Farber
1
-6
/
+2
2024-12-11
kexec: Consolidate machine_kexec_mask_interrupts() implementation
Eliav Farber
3
-1
/
+47
2024-12-11
fs: don't block write during exec on pre-content watched files
Amir Goldstein
1
-6
/
+6
2024-12-11
cgroup/cpuset: Prevent leakage of isolated CPUs into sched domains
Waiman Long
1
-1
/
+9
2024-12-10
cgroup/cpuset: Remove stale text
Costa Shulyupin
1
-7
/
+2
2024-12-10
Merge tag 'probes-fixes-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+5
2024-12-10
bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
Jann Horn
1
-1
/
+5
2024-12-10
bpf: fix potential error return
Anton Protopopov
1
-1
/
+5
2024-12-10
bpf: check changes_pkt_data property for extension programs
Eduard Zingerman
1
-4
/
+12
2024-12-10
bpf: track changes_pkt_data property for global functions
Eduard Zingerman
1
-1
/
+31
2024-12-10
bpf: refactor bpf_helper_changes_pkt_data to use helper number
Eduard Zingerman
2
-2
/
+2
2024-12-10
bpf: add find_containing_subprog() utility function
Eduard Zingerman
1
-4
/
+24
2024-12-10
bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog
Jiri Olsa
1
-0
/
+4
2024-12-10
bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors
Jann Horn
1
-0
/
+7
2024-12-10
sched: deadline: Cleanup goto label in pick_earliest_pushable_dl_task
John Stultz
1
-4
/
+1
2024-12-10
rseq: Validate read-only fields under DEBUG_RSEQ config
Mathieu Desnoyers
1
-0
/
+98
2024-12-09
Merge tag 'sched_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
6
-12
/
+17
2024-12-09
futex: fix user access on powerpc
Linus Torvalds
1
-2
/
+2
2024-12-09
uprobes: Guard against kmemdup() failing in dup_return_instance()
Andrii Nakryiko
1
-0
/
+2
2024-12-09
perf/core: Export perf_exclude_event()
Namhyung Kim
1
-2
/
+1
2024-12-09
uprobes: Reuse return_instances between multiple uretprobes within task
Andrii Nakryiko
1
-13
/
+70
2024-12-09
uprobes: Ensure return_instance is detached from the list before freeing
Andrii Nakryiko
1
-1
/
+1
2024-12-09
uprobes: Decouple return_instance list traversal and freeing
Andrii Nakryiko
1
-16
/
+21
2024-12-09
uprobes: Simplify session consumer tracking
Andrii Nakryiko
1
-35
/
+37
2024-12-09
sched/fair: Untangle NEXT_BUDDY and pick_next_task()
Peter Zijlstra
2
-2
/
+11
2024-12-09
sched/fair: Mark m*_vruntime() with __maybe_unused
Andy Shevchenko
1
-2
/
+2
2024-12-09
sched/fair: Fix variable declaration position
Vincent Guittot
1
-2
/
+4
2024-12-09
sched/fair: Do not try to migrate delayed dequeue task
Vincent Guittot
1
-4
/
+8
2024-12-09
sched/fair: Rename cfs_rq.nr_running into nr_queued
Vincent Guittot
3
-22
/
+22
2024-12-09
sched/fair: Remove unused cfs_rq.idle_nr_running
Vincent Guittot
3
-16
/
+1
2024-12-09
sched/fair: Rename cfs_rq.idle_h_nr_running into h_nr_idle
Vincent Guittot
3
-29
/
+28
2024-12-09
sched/fair: Removed unsued cfs_rq.h_nr_delayed
Vincent Guittot
3
-30
/
+12
2024-12-09
sched/fair: Use the new cfs_rq.h_nr_runnable
Vincent Guittot
3
-16
/
+13
2024-12-09
sched/fair: Add new cfs_rq.h_nr_runnable
Vincent Guittot
3
-2
/
+20
2024-12-09
sched/fair: Rename h_nr_running into h_nr_queued
Vincent Guittot
5
-53
/
+53
2024-12-09
Merge branch 'sched/urgent'
Peter Zijlstra
5
-14
/
+57
2024-12-09
sched/eevdf: More PELT vs DELAYED_DEQUEUE
Peter Zijlstra
4
-8
/
+54
2024-12-09
sched/fair: Fix sched_can_stop_tick() for fair tasks
Vincent Guittot
1
-1
/
+1
2024-12-09
sched/fair: Fix NEXT_BUDDY
K Prateek Nayak
1
-5
/
+2
2024-12-09
livepatch: Add stack_order sysfs attribute
Wardenjohn
1
-0
/
+24
2024-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
14
-90
/
+179
2024-12-08
Merge tag 'irq_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+4
2024-12-08
Merge tag 'timers_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-7
/
+18
[prev]
[next]