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
2023-10-24
sched: Add cpus_share_resources API
Barry Song
-0
/
+26
2023-10-24
sched/core: Fix RQCF_ACT_SKIP leak
Hao Jia
-4
/
+1
2023-10-24
printk: printk: Remove unnecessary statements'len = 0;'
Li kunyu
-2
/
+0
2023-10-23
bpf: print full verifier states on infinite loop detection
Eduard Zingerman
-0
/
+4
2023-10-23
bpf: correct loop detection for iterators convergence
Eduard Zingerman
-4
/
+203
2023-10-23
bpf: exact states comparison for iterator convergence checks
Eduard Zingerman
-31
/
+187
2023-10-23
bpf: extract same_callsites() as utility function
Eduard Zingerman
-5
/
+15
2023-10-23
bpf: move explored_state() closer to the beginning of verifier.c
Eduard Zingerman
-15
/
+13
2023-10-24
Merge tag 'topic/vmemdup-user-array-2023-10-24-1' of git://anongit.freedeskto...
Dave Airlie
-2
/
+2
2023-10-24
kprobes: unused header files removed
wuqiang.matt
-2
/
+0
2023-10-23
bpf, tcx: Get rid of tcx_link_const
Daniel Borkmann
-2
/
+2
2023-10-23
tracing/histograms: Simplify last_cmd_set()
Christophe JAILLET
-9
/
+2
2023-10-23
Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/t...
Frederic Weisbecker
-144
/
+387
2023-10-23
Merge tag 'v6.6-rc7' into sched/core, to pick up fixes
Ingo Molnar
-88
/
+244
2023-10-23
dma-debug: Fix a typo in a debugging eye-catcher
Chuck Lever
-1
/
+1
2023-10-23
swiotlb: rewrite comment explaining why the source is preserved on DMA_FROM_D...
Sean Christopherson
-5
/
+7
2023-10-22
dma-direct: warn when coherent allocations aren't supported
Christoph Hellwig
-1
/
+3
2023-10-22
dma-direct: simplify the use atomic pool logic in dma_direct_alloc
Christoph Hellwig
-15
/
+10
2023-10-22
dma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbol
Christoph Hellwig
-10
/
+11
2023-10-22
dma-direct: add dependencies to CONFIG_DMA_GLOBAL_POOL
Christoph Hellwig
-0
/
+2
2023-10-21
Merge tag 'sched-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1
/
+2
2023-10-21
Merge tag 'perf-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-6
/
+33
2023-10-21
Merge tag 'probes-fixes-v6.6-rc6.2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-0
/
+64
2023-10-20
bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
Hou Tao
-10
/
+16
2023-10-20
bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
Hou Tao
-4
/
+0
2023-10-20
bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()
Hou Tao
-2
/
+14
2023-10-20
bpf: Re-enable unit_size checking for global per-cpu allocator
Hou Tao
-10
/
+12
2023-10-20
tracing: Move readpos from seq_buf to trace_seq
Matthew Wilcox (Oracle)
-6
/
+10
2023-10-20
tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()
Dan Carpenter
-1
/
+1
2023-10-20
sched/fair: Remove unused 'curr' argument from pick_next_entity()
Yiwei Lin
-4
/
+4
2023-10-20
tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
Francis Laniel
-0
/
+64
2023-10-20
sched/nohz: Update comments about NEWILB_KICK
Joel Fernandes (Google)
-2
/
+13
2023-10-20
module: Do not offer sha224 for built-in module signing
Dimitri John Ledkov
-5
/
+0
2023-10-20
crypto: pkcs7 - remove sha1 support
Dimitri John Ledkov
-5
/
+0
2023-10-19
bpf: Let bpf_iter_task_new accept null task ptr
Chuyi Zhou
-3
/
+17
2023-10-19
bpf: teach the verifier to enforce css_iter and task_iter in RCU CS
Chuyi Zhou
-13
/
+41
2023-10-19
bpf: Introduce css open-coded iterator kfuncs
Chuyi Zhou
-0
/
+68
2023-10-19
bpf: Introduce task open coded iterator kfuncs
Chuyi Zhou
-0
/
+93
2023-10-19
bpf: Introduce css_task open-coded iterator kfuncs
Chuyi Zhou
-0
/
+84
2023-10-19
cgroup: Prepare for using css_task_iter_*() in BPF
Chuyi Zhou
-6
/
+12
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-29
/
+87
2023-10-19
bpf: Add sockptr support for setsockopt
Breno Leitao
-2
/
+3
2023-10-19
bpf: Add sockptr support for getsockopt
Breno Leitao
-9
/
+11
2023-10-19
locking: export contention tracepoints for bcachefs six locks
Brian Foster
-0
/
+3
2023-10-19
Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-4
/
+4
2023-10-19
fs: create helper file_user_path() for user displayed mapped file path
Amir Goldstein
-1
/
+1
2023-10-19
file: convert to SLAB_TYPESAFE_BY_RCU
Christian Brauner
-7
/
+5
2023-10-19
perf: Disallow mis-matched inherited group reads
Peter Zijlstra
-6
/
+33
2023-10-18
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
-12
/
+12
2023-10-18
gcov: annotate struct gcov_iterator with __counted_by
Kees Cook
-1
/
+1
[prev]
[next]