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
2024-03-21
locking/qspinlock: Always evaluate lockevent* non-event parameter once
Waiman Long
-3
/
+3
2024-03-21
Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-3
/
+18
2024-03-21
bpf-next: Avoid goto in regs_refine_cond_op()
Harishankar Vishwanathan
-9
/
+13
2024-03-20
bpf: report RCU QS in cpumap kthread
Yan Zhai
-0
/
+3
2024-03-19
bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programs
Andrii Nakryiko
-4
/
+22
2024-03-19
bpf: pass whole link instead of prog when triggering raw tracepoint
Andrii Nakryiko
-15
/
+12
2024-03-19
bpf: flatten bpf_probe_register call chain
Andrii Nakryiko
-6
/
+1
2024-03-19
bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog types
Yonghong Song
-6
/
+4
2024-03-19
Merge tag 'pm-6.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
-0
/
+11
2024-03-19
bpf/lpm_trie: Inline longest_prefix_match for fastpath
Jesper Dangaard Brouer
-5
/
+13
2024-03-19
timers: Fix removed self-IPI on global timer's enqueue in nohz_full
Frederic Weisbecker
-1
/
+11
2024-03-19
timers/migration: Fix endless timer requeue after idle interrupts
Frederic Weisbecker
-2
/
+9
2024-03-18
Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
-712
/
+1007
2024-03-18
bpf: Check return from set_memory_rox()
Christophe Leroy
-12
/
+32
2024-03-18
bpf: Remove arch_unprotect_bpf_trampoline()
Christophe Leroy
-7
/
+0
2024-03-18
bpf: Remove unnecessary err < 0 check in bpf_struct_ops_map_update_elem
Martin KaFai Lau
-2
/
+0
2024-03-18
tracing: Use div64_u64() instead of do_div()
Thorsten Blum
-3
/
+2
2024-03-18
tracing: Support to dump instance traces by ftrace_dump_on_oops
Huang Yiwei
-43
/
+119
2024-03-18
ftrace: Fix most kernel-doc warnings
Randy Dunlap
-44
/
+46
2024-03-18
tracing: Decrement the snapshot if the snapshot trigger fails to register
Steven Rostedt (Google)
-1
/
+4
2024-03-18
tracing: Fix snapshot counter going between two tracers that use it
Steven Rostedt (Google)
-1
/
+1
2024-03-18
tracing: Use init_utsname()->release
John Garry
-2
/
+2
2024-03-18
tracing/user_events: Introduce multi-format events
Beau Belgrave
-12
/
+90
2024-03-18
tracing/user_events: Prepare find/delete for same name events
Beau Belgrave
-48
/
+59
2024-03-18
tracing: Add snapshot refcount
Vincent Donnefort
-36
/
+129
2024-03-18
ring-buffer: Make wake once of ring_buffer_wait() more robust
Steven Rostedt (Google)
-13
/
+21
2024-03-17
Merge tag 'timers-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-20
/
+0
2024-03-17
ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...
linke li
-1
/
+1
2024-03-17
ring-buffer: Zero ring-buffer sub-buffers
Vincent Donnefort
-3
/
+6
2024-03-17
tracing: Move saved_cmdline code into trace_sched_switch.c
Steven Rostedt (Google)
-512
/
+528
2024-03-17
tracing: Move open coded processing of tgid_map into helper function
Steven Rostedt (Google)
-15
/
+23
2024-03-17
tracing: Have saved_cmdlines arrays all in one allocation
Steven Rostedt (Google)
-10
/
+8
2024-03-16
timer/migration: Remove buggy early return on deactivation
Frederic Weisbecker
-20
/
+0
2024-03-15
bpf: Clarify bpf_arena comments.
Alexei Starovoitov
-7
/
+18
2024-03-15
printk: Update @console_may_schedule in console_trylock_spinning()
John Ogness
-0
/
+6
2024-03-15
Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
-0
/
+1
2024-03-14
bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
Christophe Leroy
-3
/
+9
2024-03-14
bpf: preserve sleepable bit in subprog info
Andrii Nakryiko
-0
/
+1
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-52
/
+68
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-843
/
+965
2024-03-14
Merge tag 'trace-ring-buffer-v6.8-rc7-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-76
/
+125
2024-03-14
Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
-168
/
+433
2024-03-14
bpf: Temporarily disable atomic operations in BPF arena
Puranjay Mohan
-1
/
+9
2024-03-14
sched/fair: Fix typos in comments
Ingo Molnar
-34
/
+34
2024-03-13
kernel/hung_task.c: export sysctl_hung_task_timeout_secs
Kent Overstreet
-0
/
+1
2024-03-13
pidfs: remove config option
Christian Brauner
-6
/
+0
2024-03-13
PM: EM: Force device drivers to provide power in uW
Lukasz Luba
-0
/
+11
2024-03-13
Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-29
/
+60
2024-03-13
Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
-231
/
+815
2024-03-13
swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZE
Will Deacon
-7
/
+11
[prev]
[next]