index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-30
task_work: allow TWA_SIGNAL without a rescheduling IPI
Jens Axboe
1
-6
/
+19
2022-04-29
kernel: make taskstats available from all net namespaces
xu xin
1
-0
/
+1
2022-04-29
taskstats: version 12 with thread group and exe info
Dr. Thomas Orgis
2
-2
/
+31
2022-04-29
kexec: remove redundant assignments
Michal Orzel
1
-2
/
+0
2022-04-29
ptrace: remove redudant check of #ifdef PTRACE_SINGLESTEP
Tiezhu Yang
1
-6
/
+0
2022-04-29
lib/Kconfig.debug: remove more CONFIG_..._VALUE indirections
Rasmus Villemoes
2
-3
/
+3
2022-04-29
kernel: pid_namespace: use NULL instead of using plain integer as pointer
Haowen Bai
1
-1
/
+1
2022-04-29
seccomp: Use FIFO semantics to order notifications
Sargun Dhillon
1
-1
/
+1
2022-04-29
ftrace: cleanup ftrace_graph_caller enable and disable
Chengming Zhou
1
-0
/
+18
2022-04-29
sched/fair: Remove cfs_rq_tg_path()
Dietmar Eggemann
1
-19
/
+0
2022-04-29
sched/fair: Remove sched_trace_*() helper functions
Dietmar Eggemann
1
-98
/
+0
2022-04-29
sched/fair: Refactor cpu_util_without()
Dietmar Eggemann
1
-100
/
+57
2022-04-29
timekeeping: Mark NMI safe time accessors as notrace
Kurt Kanzenbach
1
-2
/
+2
2022-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-14
/
+17
2022-04-28
Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+1
2022-04-27
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
25
-456
/
+1533
2022-04-27
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-1
/
+1
2022-04-27
tracing: Remove check of list iterator against head past the loop body
Jakob Koschel
3
-20
/
+26
2022-04-27
tracing: Replace usage of found with dedicated list iterator variable
Jakob Koschel
2
-21
/
+18
2022-04-27
tracing: Remove usage of list iterator variable after the loop
Jakob Koschel
1
-8
/
+7
2022-04-27
tracing: Remove usage of list iterator after the loop body
Jakob Koschel
1
-4
/
+9
2022-04-27
tracing: Introduce trace clock tai
Kurt Kanzenbach
1
-0
/
+1
2022-04-27
ring-buffer: Have 32 bit time stamps use all 64 bits
Steven Rostedt (Google)
1
-10
/
+18
2022-04-27
ring-buffer: Have absolute time stamps handle large numbers
Steven Rostedt (Google)
1
-5
/
+44
2022-04-27
x86/split_lock: Make life miserable for split lockers
Tony Luck
1
-0
/
+5
2022-04-26
tracing: make tracer_init_tracefs initcall asynchronous
Mark-PK Tsai
1
-10
/
+22
2022-04-26
tracing: Avoid adding tracer option before update_tracer_options
Mark-PK Tsai
1
-0
/
+7
2022-04-26
ring-buffer: Simplify if-if to if-else
Wan Jiabing
1
-2
/
+2
2022-04-26
tracing: Use WARN instead of printk and WARN_ON
Guo Zhengkui
1
-9
/
+3
2022-04-26
tracing: Fix sleeping function called from invalid context on RT kernel
Jun Miao
1
-3
/
+3
2022-04-26
tracing: Change `if (strlen(glob))` to `if (glob[0])`
Ammar Faizi
1
-1
/
+1
2022-04-26
tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_parse()
Ammar Faizi
1
-1
/
+2
2022-04-26
tracing: Make tp_printk work on syscall tracepoints
Jeff Xie
1
-24
/
+11
2022-04-26
tracing: Fix tracing_map_sort_entries() kernel-doc comment
Yang Li
1
-1
/
+2
2022-04-26
tracing: Fix kernel-doc
Jiapeng Chong
1
-1
/
+1
2022-04-26
tracing: Fix inconsistent style of mini-HOWTO
Oscar Shiang
1
-2
/
+2
2022-04-26
tracing: Separate hist state updates from hist registration
Tom Zanussi
1
-18
/
+48
2022-04-26
tracing: Have existing event_command.parse() implementations use helpers
Tom Zanussi
4
-151
/
+69
2022-04-26
tracing: Remove redundant trigger_ops params
Tom Zanussi
4
-60
/
+36
2022-04-26
tracing: Remove logic for registering multiple event triggers at a time
Tom Zanussi
3
-77
/
+45
2022-04-26
tracing: Cleanup double word in comment
Tom Rix
1
-2
/
+2
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
15
-115
/
+52
2022-04-26
kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is set
Adam Zabrocki
1
-1
/
+1
2022-04-26
printk: remove @console_locked
John Ogness
1
-15
/
+14
2022-04-26
printk: extend console_lock for per-console locking
John Ogness
1
-56
/
+205
2022-04-25
bpf: Make BTF type match stricter for release arguments
Kumar Kartikeya Dwivedi
2
-7
/
+25
2022-04-25
bpf: Teach verifier about kptr_get kfunc helpers
Kumar Kartikeya Dwivedi
1
-5
/
+53
2022-04-25
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
4
-25
/
+204
2022-04-25
bpf: Populate pairs of btf_id and destructor kfunc in btf
Kumar Kartikeya Dwivedi
1
-0
/
+108
2022-04-25
bpf: Adapt copy_map_value for multiple offset case
Kumar Kartikeya Dwivedi
1
-1
/
+87
[prev]
[next]