aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-09-20Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-6/+2
2022-09-13Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Gravatar Andrei Vagin 2-6/+2
2022-09-10Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 3-13/+9
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2022-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-0/+1
2022-09-08kprobes: Prohibit probes in gate areaGravatar Christian A. Ehrhardt 1-0/+1
2022-09-07dma-mapping: mark dma_supported staticGravatar Christoph Hellwig 1-2/+1
2022-09-07swiotlb: fix a typoGravatar Chao Gao 1-1/+1
2022-09-07swiotlb: avoid potential left shift overflowGravatar Chao Gao 1-1/+4
2022-09-07dma-debug: improve search for partial syncsGravatar Robin Murphy 1-4/+2
2022-09-07Revert "swiotlb: panic if nslabs is too small"Gravatar Yu Zhao 1-5/+1
2022-09-06rv/reactor: add __init/__exit annotations to module init/exit funcsGravatar Xiu Jianfeng 2-4/+4
2022-09-06tracing: Fix to check event_mutex is held while accessing trigger listGravatar Masami Hiramatsu (Google) 1-1/+2
2022-09-06tracing: hold caller_addr to hardirq_{enable,disable}_ipGravatar Yipeng Zou 1-2/+2
2022-09-06tracepoint: Allow trace events in modules with TAINT_TESTGravatar Alison Schofield 1-2/+3
2022-09-06rv/monitors: Make monitor's automata definition staticGravatar Daniel Bristot de Oliveira 2-2/+2
2022-09-05IB/core: Fix a nested dead lock as part of ODP flowGravatar Yishai Hadas 1-0/+1
2022-09-05sched/debug: fix dentry leak in update_sched_domain_debugfsGravatar Greg Kroah-Hartman 1-1/+1
2022-09-01Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-9/+12
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+1
2022-08-28vmcoreinfo: add kallsyms_num_syms symbolGravatar Stephen Brennan 1-0/+1
2022-08-27Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2022-08-26wait_on_bit: add an acquire memory barrierGravatar Mikulas Patocka 1-1/+1
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 4-9/+12
2022-08-25bpf: Don't use tnum_range on array range checking for poke descriptorsGravatar Daniel Borkmann 1-6/+4
2022-08-25audit: move audit_return_fixup before the filtersGravatar Richard Guy Briggs 1-2/+2
2022-08-25bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZEROGravatar Kumar Kartikeya Dwivedi 1-0/+3
2022-08-25Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+2
2022-08-25cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Gravatar Tetsuo Handa 1-0/+2
2022-08-24Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-46/+33
2022-08-23Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-33/+60
2022-08-23Merge tag 'audit-pr-20220823' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2022-08-24bpf: Fix a data-race around bpf_jit_limit.Gravatar Kuniyuki Iwashima 1-1/+1
2022-08-23Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 2-4/+6
2022-08-23Merge tag 'linux-kselftest-kunit-fixes-6.0-rc3' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-1/+1
2022-08-23cgroup: Fix race condition at rebind_subsystems()Gravatar Jing-Ting Wu 1-0/+1
2022-08-22audit: fix potential double free on error path from fsnotify_add_inode_markGravatar Gaosheng Cui 1-0/+1
2022-08-22ftrace: Fix build warning for ops_references_rec() not usedGravatar Wang Jingjin 1-46/+33
2022-08-21Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-21/+119
2022-08-21tracing: Have filter accept "common_cpu" to be consistentGravatar Steven Rostedt (Google) 1-0/+1
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooGravatar Steven Rostedt (Google) 1-2/+3
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesGravatar Steven Rostedt (Google) 1-6/+64
2022-08-21tracing/eprobes: Fix reading of string fieldsGravatar Steven Rostedt (Google) 1-0/+21
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringGravatar Steven Rostedt (Google) 1-2/+3
2022-08-21tracing/eprobes: Do not allow eprobes to use $stack, or % for regsGravatar Steven Rostedt (Google) 1-8/+13
2022-08-21ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadGravatar Yang Jihong 1-0/+10
2022-08-21tracing/perf: Fix double put of trace event when init failsGravatar Steven Rostedt (Google) 1-3/+4
2022-08-21tracing: React to error return from traceprobe_parse_event_name()Gravatar Lukas Bulwahn 1-1/+1
2022-08-20kprobes: don't call disarm_kprobe() for disabled kprobesGravatar Kuniyuki Iwashima 1-4/+5
2022-08-20kernel/sys_ni: add compat entry for fadvise64_64Gravatar Randy Dunlap 1-0/+1