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-01-08
bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()
Hou Tao
-6
/
+0
2025-01-08
bpf: Disable migration before calling ops->map_free()
Hou Tao
-13
/
+11
2025-01-08
bpf: Disable migration in bpf_selem_free_rcu
Hou Tao
-0
/
+3
2025-01-08
bpf: Disable migration when destroying inode storage
Hou Tao
-4
/
+5
2025-01-08
bpf: Remove migrate_{disable|enable} from bpf_task_storage_lock helpers
Hou Tao
-8
/
+7
2025-01-08
bpf: Remove migrate_{disable|enable} from bpf_cgrp_storage_lock helpers
Hou Tao
-8
/
+7
2025-01-08
bpf: Remove migrate_{disable|enable} in htab_elem_free
Hou Tao
-2
/
+0
2025-01-08
bpf: Remove migrate_{disable|enable} in ->map_for_each_callback
Hou Tao
-10
/
+7
2025-01-08
bpf: Remove migrate_{disable|enable} from LPM trie
Hou Tao
-16
/
+4
2025-01-08
cgroup/cpuset: remove kernfs active break
Chen Ridong
-25
/
+0
2025-01-08
bpf: Return error for missed kprobe multi bpf program execution
Jiri Olsa
-1
/
+1
2025-01-08
bpf: Move out synchronize_rcu_tasks_trace from mutex CS
Pu Lehui
-8
/
+13
2025-01-08
bpf: Fix range_tree_set() error handling
Soma Nakata
-1
/
+5
2025-01-08
rcu: Use kthread preferred affinity for RCU exp kworkers
Frederic Weisbecker
-86
/
+19
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
-28
/
+11
2025-01-08
kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() aut...
Frederic Weisbecker
-24
/
+35
2025-01-08
rcu: Use kthread preferred affinity for RCU boost
Frederic Weisbecker
-17
/
+21
2025-01-08
kthread: Implement preferred affinity
Frederic Weisbecker
-7
/
+61
2025-01-08
kthread: Default affine kthread to its preferred NUMA node
Frederic Weisbecker
-1
/
+105
2025-01-08
kthread: Make sure kthread hasn't started while binding it
Frederic Weisbecker
-0
/
+7
2025-01-08
sched,arm64: Handle CPU isolation on last resort fallback rq selection
Frederic Weisbecker
-1
/
+1
2025-01-08
sched_ext: switch class when preempted by higher priority scheduler
Honglei Wang
-1
/
+2
2025-01-08
sched_ext: Replace rq_lock() to raw_spin_rq_lock() in scx_ops_bypass()
Changwoo Min
-6
/
+6
2025-01-08
sched_ext: keep running prev when prev->scx.slice != 0
Henry Huang
-4
/
+7
2025-01-07
tracing/hist: Support POLLPRI event for poll on histogram
Masami Hiramatsu (Google)
-3
/
+26
2025-01-07
tracing/hist: Add poll(POLLIN) support on hist file
Masami Hiramatsu (Google)
-3
/
+81
2025-01-07
tracing: Fix using ret variable in tracing_set_tracer()
Steven Rostedt
-2
/
+1
2025-01-07
kernel/ksysfs.c: simplify bin_attribute definition
Thomas Weißschuh
-17
/
+4
2025-01-06
bpf: Allow bpf_for/bpf_repeat calls while holding a spinlock
Emil Tsalapatis
-1
/
+19
2025-01-06
sched_ext: Include remaining task time slice in error state dump
Andrea Righi
-2
/
+2
2025-01-06
sched_ext: update scx_bpf_dsq_insert() doc for SCX_DSQ_LOCAL_ON
Andrea Righi
-3
/
+1
2025-01-06
sched_ext: idle: small CPU iteration refactoring
Andrea Righi
-4
/
+2
2025-01-06
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-0
/
+1
2025-01-06
kernel/cgroup: Add "dmem" memory accounting cgroup
Maarten Lankhorst
-0
/
+862
2025-01-05
Merge tag 'mm-hotfixes-stable-2025-01-04-18-02' of git://git.kernel.org/pub/s...
Linus Torvalds
-1
/
+1
2025-01-04
padata: fix sysfs store callback check
Thomas Weißschuh
-1
/
+1
2025-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-20
/
+61
2025-01-03
Merge tag 'sched_ext-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-2
/
+2
2025-01-03
Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-9
/
+14
2025-01-03
bpf: Reject struct_ops registration that uses module ptr and the module btf_i...
Martin KaFai Lau
-5
/
+21
2025-01-03
Merge tag 'ftrace-v6.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-7
/
+3
2025-01-02
ftrace: Fix function profiler's filtering functionality
Kohei Enju
-6
/
+2
2025-01-02
fgraph: Add READ_ONCE() when accessing fgraph_array[]
Zilin Guan
-1
/
+1
2025-01-02
kallsyms: Use kthread_run_on_cpu()
Frederic Weisbecker
-3
/
+1
2024-12-31
tracing: Have process_string() also allow arrays
Steven Rostedt
-0
/
+12
2024-12-30
bpf: Use refcount_t instead of atomic_t for mmap_count
Pei Xiao
-4
/
+4
2024-12-30
kcov: mark in_softirq_really() as __always_inline
Arnd Bergmann
-1
/
+1
2024-12-30
bpf: Remove unused MT_ENTRY define
Lorenzo Pieralisi
-2
/
+0
2024-12-30
bpf: Fix holes in special_kfunc_list if !CONFIG_NET
Thomas Weißschuh
-0
/
+3
2024-12-30
bpf, verifier: Improve precision of BPF_MUL
Matan Shachnai
-44
/
+36
[prev]
[next]