index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2021-11-19
Merge tag 'trace-v5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-11-19
Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/s...
Linus Torvalds
2021-11-19
signal: Replace force_fatal_sig with force_exit_sig when in doubt
Eric W. Biederman
2021-11-19
signal: Don't always set SA_IMMUTABLE for forced signals
Eric W. Biederman
2021-11-18
tracing: Don't use out-of-sync va_list in event printing
Nikita Yushchenko
2021-11-18
tracing: Use memset_startat() to zero struct trace_iterator
Kees Cook
2021-11-18
Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-11-18
tracing/histogram: Fix UAF in destroy_hist_field()
Kalesh Singh
2021-11-18
Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-11-18
Merge branch 'rework/printk_safe-removal' into for-linus
Petr Mladek
2021-11-16
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-11-15
bpf: Fix toctou on read-only map's constant scalar tracking
Daniel Borkmann
2021-11-15
bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
Dmitrii Banshchikov
2021-11-14
Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-11-14
tracing: Add length protection to histogram string copies
Steven Rostedt (VMware)
2021-11-14
Merge tag 'timers-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-11-14
Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-11-14
Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2021-11-14
Merge tag 'perf_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-11-13
Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-11-12
tracing/histogram: Fix check for missing operands in an expression
Kalesh Singh
2021-11-12
tracing/histogram: Do not copy the fixed-size char array field over the field...
Masami Hiramatsu
2021-11-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2021-11-12
bpf: Fix inner map state pruning regression.
Alexei Starovoitov
2021-11-12
tracing/osnoise: Make osnoise_instances static
Daniel Bristot de Oliveira
2021-11-11
Merge tag 'kcsan.2021.11.11a' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-11-11
Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-11-11
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-11-11
perf/core: Avoid put_page() when GUP fails
Greg Thelen
2021-11-11
preempt: Restore preemption model selection configs
Valentin Schneider
2021-11-11
sched/fair: Prevent dead task groups from regaining cfs_rq's
Mathias Krause
2021-11-11
sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()
Vincent Donnefort
2021-11-11
PCI/MSI: Move non-mask check back into low level accessors
Thomas Gleixner
2021-11-10
Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2021-11-10
Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-11-10
Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
2021-11-10
ftrace/direct: Fix lockup in modify_ftrace_direct_multi
Jiri Olsa
2021-11-10
ring-buffer: Protect ring_buffer_reset() from reentrancy
Steven Rostedt (VMware)
2021-11-10
printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces
Nicholas Piggin
2021-11-09
Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-09
kernel/resource: disallow access to exclusive system RAM regions
David Hildenbrand
2021-11-09
kernel/resource: clean up and optimize iomem_is_exclusive()
David Hildenbrand
2021-11-09
kcov: replace local_irq_save() with a local_lock_t
Sebastian Andrzej Siewior
2021-11-09
kcov: avoid enable+disable interrupts if !in_task()
Sebastian Andrzej Siewior
2021-11-09
kcov: allocate per-CPU memory on the relevant node
Sebastian Andrzej Siewior
2021-11-09
kernel/fork.c: unshare(): use swap() to make code cleaner
Ran Xiaokai
2021-11-09
extable: use is_kernel_text() helper
Kefeng Wang
2021-11-09
sections: move is_kernel_inittext() into sections.h
Kefeng Wang
2021-11-09
sections: move and rename core_kernel_data() to is_kernel_core_data()
Kefeng Wang
[next]