index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2022-12-12
livepatch: Call klp_match_callback() in klp_find_callback() to avoid code dup...
Zhen Lei
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2022-12-12
Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2022-12-12
Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-12-12
Merge tag 'livepatching-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-12
Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-12-12
Merge tag 'sched-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-12-12
Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-12
Merge tag 'locking-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-12-12
Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
2022-12-12
Merge tag 'pm-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2022-12-12
Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-12-12
Merge tag 'smp-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-12-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-12-12
Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-12-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2022-12-12
Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-12-12
Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-12-12
Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-12
Merge tag 'seccomp-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-12-12
Merge tag 'kcsan.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-12
Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-12
Merge branches 'powercap', 'pm-x86', 'pm-opp' and 'pm-misc'
Rafael J. Wysocki
2022-12-12
tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line
Yang Jihong
2022-12-12
Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'
Rafael J. Wysocki
2022-12-11
relay: fix type mismatch when allocating memory in relay_create_buf()
Gavrilov Ilia
2022-12-11
kernel: kcsan: kcsan_test: build without structleak plugin
Anders Roxell
2022-12-11
relay: use strscpy() is more robust and safer
Xu Panda
2022-12-11
lockdep: allow instrumenting lockdep.c with KMSAN
Alexander Potapenko
2022-12-10
bpf: use check_ids() for active_lock comparison
Eduard Zingerman
2022-12-10
bpf: states_equal() must build idmap for all function frames
Eduard Zingerman
2022-12-10
bpf: regsafe() must not skip check_ids()
Eduard Zingerman
2022-12-10
tracing/osnoise: Add preempt and/or irq disabled options
Daniel Bristot de Oliveira
2022-12-10
tracing/osnoise: Add PANIC_ON_STOP option
Daniel Bristot de Oliveira
2022-12-10
tracing: Fix some checker warnings
David Howells
2022-12-10
tracing/osnoise: Make osnoise_options static
Daniel Bristot de Oliveira
2022-12-10
tracing: remove unnecessary trace_trigger ifdef
Ross Zwisler
2022-12-10
ring-buffer: Handle resize in early boot up
Steven Rostedt
2022-12-10
tracing/hist: Fix issue of losting command info in error_log
Zheng Yejian
2022-12-10
tracing: Fix issue of missing one synthetic field
Zheng Yejian
2022-12-10
tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'
Zheng Yejian
2022-12-10
tracing/hist: Fix wrong return value in parse_action_params()
Zheng Yejian
2022-12-09
tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACE
Masami Hiramatsu (Google)
2022-12-09
tracing/probes: Handle system names with hyphens
Steven Rostedt (Google)
2022-12-09
trace/kprobe: remove duplicated calls of ring_buffer_event_data
Song Chen
2022-12-09
tracing: Add nohitcount option for suppressing display of raw hitcount
Masami Hiramatsu (Google)
2022-12-09
tracing: Add .graph suffix option to histogram value
Masami Hiramatsu (Google)
2022-12-09
tracing: Add .percent suffix option to histogram values
Masami Hiramatsu (Google)
2022-12-09
tracing: Allow multiple hitcount values in histograms
Tom Zanussi
[prev]
[next]