index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
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
2022-09-01
Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-08-28
Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-08-28
vmcoreinfo: add kallsyms_num_syms symbol
Stephen Brennan
2022-08-27
Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-08-26
wait_on_bit: add an acquire memory barrier
Mikulas Patocka
2022-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2022-08-25
bpf: Don't use tnum_range on array range checking for poke descriptors
Daniel Borkmann
2022-08-25
audit: move audit_return_fixup before the filters
Richard Guy Briggs
2022-08-25
bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZERO
Kumar Kartikeya Dwivedi
2022-08-25
Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-08-25
cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
Tetsuo Handa
2022-08-24
Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2022-08-23
Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-08-23
Merge tag 'audit-pr-20220823' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-08-24
bpf: Fix a data-race around bpf_jit_limit.
Kuniyuki Iwashima
2022-08-23
Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-08-23
Merge tag 'linux-kselftest-kunit-fixes-6.0-rc3' of git://git.kernel.org/pub/s...
Linus Torvalds
2022-08-23
cgroup: Fix race condition at rebind_subsystems()
Jing-Ting Wu
2022-08-22
audit: fix potential double free on error path from fsnotify_add_inode_mark
Gaosheng Cui
2022-08-22
ftrace: Fix build warning for ops_references_rec() not used
Wang Jingjin
2022-08-21
Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-08-21
tracing: Have filter accept "common_cpu" to be consistent
Steven Rostedt (Google)
2022-08-21
tracing/probes: Have kprobes and uprobes use $COMM too
Steven Rostedt (Google)
2022-08-21
tracing/eprobes: Have event probes be consistent with kprobes and uprobes
Steven Rostedt (Google)
2022-08-21
tracing/eprobes: Fix reading of string fields
Steven Rostedt (Google)
2022-08-21
tracing/eprobes: Do not hardcode $comm as a string
Steven Rostedt (Google)
2022-08-21
tracing/eprobes: Do not allow eprobes to use $stack, or % for regs
Steven Rostedt (Google)
2022-08-21
ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead
Yang Jihong
2022-08-21
tracing/perf: Fix double put of trace event when init fails
Steven Rostedt (Google)
2022-08-21
tracing: React to error return from traceprobe_parse_event_name()
Lukas Bulwahn
2022-08-20
kprobes: don't call disarm_kprobe() for disabled kprobes
Kuniyuki Iwashima
2022-08-20
kernel/sys_ni: add compat entry for fadvise64_64
Randy Dunlap
2022-08-18
Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-08-18
bpf, cgroup: Fix kernel BUG in purge_effective_progs
Pu Lehui
2022-08-17
net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()
David Howells
2022-08-18
bpf: Restrict bpf_sys_bpf to CAP_PERFMON
YiFei Zhu
2022-08-17
cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlock
Tejun Heo
2022-08-15
sched/psi: Remove unused parameter nbytes of psi_trigger_create()
Hao Jia
2022-08-15
sched/psi: Zero the memory of struct psi_group
Hao Jia
2022-08-15
module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=m
David Gow
2022-08-14
Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-08-13
Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-08-13
Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-08-12
xen: remove XEN_SCRUB_PAGES in xen.config
Lukas Bulwahn
2022-08-11
Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-08-10
bpf: Shut up kern_sys_bpf warning.
Alexei Starovoitov
2022-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2022-08-10
net: refactor bpf_sk_reuseport_detach()
Hawkins Jiawei
2022-08-10
Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
2022-08-10
bpf: Only allow sleepable program for resched-able iterator
Hou Tao
[next]