summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
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: prepare for more bpf syscall to be used from kernel and user space.Benjamin Tissoires-4/+6
2022-08-25bpf: Add CGROUP prefix to cgroup_iter_orderHao Luo-16/+16
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-105/+222
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-25cgroup: bpf: enable bpf programs to integrate with rstatYosry Ahmed-0/+48
2022-08-25bpf: Introduce cgroup iterHao Luo-0/+287
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-24bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi-9/+33
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-23bpf: Move bpf_loop and bpf_for_each_map_elem under CAP_BPFKumar Kartikeya Dwivedi-4/+4
2022-08-23bpf: expose bpf_strtol and bpf_strtoul to all program typesStanislav Fomichev-5/+5
2022-08-23bpf: Use cgroup_{common,current}_func_proto in more hooksStanislav Fomichev-11/+46
2022-08-23bpf: Introduce cgroup_{common,current}_func_protoStanislav Fomichev-53/+98
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-23cpufreq: schedutil: Move max CPU capacity to sugov_policyLukasz Luba-15/+15
2022-08-23sched/fair: Don't init util/runnable_avg for !fair taskChengming Zhou-14/+14
2022-08-23sched/fair: Move task sched_avg attach to enqueue_task_fair()Chengming Zhou-8/+3
2022-08-23sched/fair: Allow changing cgroup of new forked taskChengming Zhou-20/+12
2022-08-23sched/fair: Fix another detach on unattached task corner caseChengming Zhou-0/+11
2022-08-23sched/fair: Combine detach into dequeue when migrating taskChengming Zhou-12/+16
2022-08-23sched/fair: Update comments in enqueue/dequeue_entity()Chengming Zhou-2/+4
2022-08-23sched/fair: Reset sched_avg last_update_time before set_task_rq()Chengming Zhou-1/+1
2022-08-23sched/fair: Remove redundant cpu_cgrp_subsys->fork()Chengming Zhou-49/+6
2022-08-23sched/fair: Maintain task se depth in set_task_rq()Chengming Zhou-8/+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
2022-08-21ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong-0/+10
2022-08-21tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)-3/+4
2022-08-21tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn-1/+1
2022-08-20kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima-4/+5
2022-08-20kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap-0/+1
2022-08-19locking: Add __lockfunc to slow path functionsNamhyung Kim-5/+5
2022-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-30/+5