summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-10-02Merge tag 'perf-urgent-2022-10-02' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+9
2022-09-24Merge tag 'cgroup-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+4
2022-09-24Merge tag 'wq-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+2
2022-09-23cgroup: cgroup_get_from_id() must check the looked-up kn is a directoryMing Lei-1/+4
2022-09-20Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+2
2022-09-13Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Andrei Vagin-6/+2
2022-09-10Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/d...Linus Torvalds-13/+9
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-0/+1
2022-09-08kprobes: Prohibit probes in gate areaChristian A. Ehrhardt-0/+1
2022-09-07dma-mapping: mark dma_supported staticChristoph Hellwig-2/+1
2022-09-07swiotlb: fix a typoChao Gao-1/+1
2022-09-07swiotlb: avoid potential left shift overflowChao Gao-1/+4
2022-09-07dma-debug: improve search for partial syncsRobin Murphy-4/+2
2022-09-07Revert "swiotlb: panic if nslabs is too small"Yu Zhao-5/+1
2022-09-06rv/reactor: add __init/__exit annotations to module init/exit funcsXiu Jianfeng-4/+4
2022-09-06tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)-1/+2
2022-09-06tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou-2/+2
2022-09-06tracepoint: Allow trace events in modules with TAINT_TESTAlison Schofield-2/+3
2022-09-06rv/monitors: Make monitor's automata definition staticDaniel Bristot de Oliveira-2/+2
2022-09-06perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong-0/+9
2022-09-05IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas-0/+1
2022-09-05sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman-1/+1
2022-09-01Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-9/+12
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+1
2022-08-28vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan-0/+1
2022-08-27Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka-1/+1
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-9/+12
2022-08-25bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann-6/+4
2022-08-25audit: move audit_return_fixup before the filtersRichard Guy Briggs-2/+2
2022-08-25bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZEROKumar Kartikeya Dwivedi-0/+3
2022-08-25Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+2
2022-08-25cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa-0/+2
2022-08-24Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-46/+33
2022-08-23Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-33/+60
2022-08-23Merge tag 'audit-pr-20220823' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2022-08-24bpf: Fix a data-race around bpf_jit_limit.Kuniyuki Iwashima-1/+1
2022-08-23Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-4/+6
2022-08-23Merge tag 'linux-kselftest-kunit-fixes-6.0-rc3' of git://git.kernel.org/pub/s...Linus Torvalds-1/+1
2022-08-23cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu-0/+1
2022-08-22audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui-0/+1
2022-08-22ftrace: Fix build warning for ops_references_rec() not usedWang Jingjin-46/+33
2022-08-21Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-21/+119
2022-08-21tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)-0/+1
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)-2/+3
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)-6/+64
2022-08-21tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)-0/+21
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)-2/+3
2022-08-21tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)-8/+13