index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-03
tracing: Remove unused variable 'dups'
Chen Zhongjin
1
-3
/
+2
2022-10-02
Merge tag 'perf-urgent-2022-10-02' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+9
2022-09-30
sched: Fix more TASK_state comparisons
Peter Zijlstra
1
-3
/
+7
2022-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-5
/
+6
2022-09-29
utsname: contribute changes to RNG
Jason A. Donenfeld
2
-0
/
+5
2022-09-29
bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampoline
Martin KaFai Lau
1
-0
/
+23
2022-09-29
ring-buffer: Fix race between reset page and reading page
Steven Rostedt (Google)
1
-0
/
+33
2022-09-29
tracing/user_events: Use bits vs bytes for enabled status page data
Beau Belgrave
1
-8
/
+67
2022-09-29
tracing/user_events: Use refcount instead of atomic for ref tracking
Beau Belgrave
1
-29
/
+24
2022-09-29
tracing/user_events: Ensure user provided strings are safely formatted
Beau Belgrave
1
-32
/
+59
2022-09-29
tracing/user_events: Use WRITE instead of READ for io vector import
Beau Belgrave
1
-1
/
+2
2022-09-29
tracing/user_events: Use NULL for strstr checks
Beau Belgrave
1
-3
/
+3
2022-09-29
tracing: Fix spelling mistake "preapre" -> "prepare"
Colin Ian King
1
-1
/
+1
2022-09-29
tracing: Wake up waiters when tracing is disabled
Steven Rostedt (Google)
1
-0
/
+6
2022-09-29
tracing: Add ioctl() to force ring buffer waiters to wake up
Steven Rostedt (Google)
1
-0
/
+22
2022-09-29
printk: Mark __printk percpu data ready __ro_after_init
Thomas Gleixner
1
-1
/
+1
2022-09-29
printk: Remove bogus comment vs. boot consoles
Thomas Gleixner
1
-3
/
+0
2022-09-29
printk: Remove write only variable nr_ext_console_drivers
Thomas Gleixner
1
-9
/
+0
2022-09-29
printk: Make pr_flush() static
Thomas Gleixner
1
-2
/
+3
2022-09-29
perf/x86/amd: Support PERF_SAMPLE_PHY_ADDR
Ravi Bangoria
1
-1
/
+2
2022-09-29
Merge branch 'v6.0-rc7'
Peter Zijlstra
30
-132
/
+152
2022-09-28
tracing: Wake up ring buffer waiters on closing of the file
Steven Rostedt (Google)
1
-0
/
+15
2022-09-28
ring-buffer: Add ring_buffer_wake_waiters()
Steven Rostedt (Google)
1
-0
/
+39
2022-09-28
bpf: Handle show_fdinfo for the parameterized task BPF iterators
Kui-Feng Lee
1
-0
/
+18
2022-09-28
bpf: Handle bpf_link_info for the parameterized task BPF iterators.
Kui-Feng Lee
1
-0
/
+18
2022-09-28
bpf: Parameterize task iterators.
Kui-Feng Lee
1
-22
/
+166
2022-09-29
kbuild: build init/built-in.a just once
Masahiro Yamada
1
-3
/
+3
2022-09-28
sched: Fix TASK_state comparisons
Peter Zijlstra
2
-3
/
+7
2022-09-28
Kbuild: add Rust support
Miguel Ojeda
1
-0
/
+1
2022-09-28
kallsyms: increase maximum kernel symbol length to 512
Miguel Ojeda
1
-2
/
+2
2022-09-28
kallsyms: support "big" kernel symbols
Miguel Ojeda
1
-4
/
+22
2022-09-27
ring-buffer: Check pending waiters when doing wake ups as well
Steven Rostedt (Google)
1
-1
/
+2
2022-09-27
ring-buffer: Have the shortest_full queue be the shortest not longest
Steven Rostedt (Google)
1
-1
/
+1
2022-09-27
bpf: Check flags for branch stack in bpf_read_branch_records helper
Jiri Olsa
1
-0
/
+3
2022-09-27
perf, hw_breakpoint: Fix use-after-free if perf_event_open() fails
Marco Elver
1
-3
/
+1
2022-09-27
perf: Use sample_flags for raw_data
Namhyung Kim
1
-1
/
+2
2022-09-27
perf: Use sample_flags for addr
Namhyung Kim
1
-0
/
+5
2022-09-27
ring-buffer: Allow splice to read previous partially read pages
Steven Rostedt (Google)
1
-1
/
+9
2022-09-27
ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_caller
Song Liu
1
-1
/
+5
2022-09-27
ftrace: Properly unset FTRACE_HASH_FL_MOD
Zheng Yejian
1
-2
/
+6
2022-09-27
tracing/eprobe: Fix alloc event dir failed when event name no set
Tao Chen
1
-2
/
+1
2022-09-27
tracing: Disable interrupt or preemption before acquiring arch_spinlock_t
Waiman Long
1
-0
/
+23
2022-09-26
bpf: Enforce W^X for bpf trampoline
Song Liu
1
-17
/
+5
2022-09-26
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
2
-8
/
+28
2022-09-26
bpf: Return value in kprobe get_func_ip only for entry address
Jiri Olsa
1
-1
/
+4
2022-09-26
bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBT
Jiri Olsa
1
-2
/
+18
2022-09-26
ftrace: Keep the resolved addr in kallsyms_callback
Jiri Olsa
1
-2
/
+1
2022-09-26
kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flag
Jiri Olsa
1
-1
/
+5
2022-09-26
mm: remove the vma linked list
Liam R. Howlett
1
-18
/
+1
2022-09-26
bpf: remove VMA linked list
Liam R. Howlett
1
-5
/
+5
[prev]
[next]