summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-08-30perf/hw_breakpoint: Optimize constant number of breakpoint slotsMarco Elver
2022-08-30perf/hw_breakpoint: Mark data __ro_after_initMarco Elver
2022-08-30perf/hw_breakpoint: Optimize list of per-task breakpointsMarco Elver
2022-08-30perf/hw_breakpoint: Clean up headersMarco Elver
2022-08-30perf/hw_breakpoint: Provide hw_breakpoint_is_used() and use in testMarco Elver
2022-08-30perf/hw_breakpoint: Add KUnit test for constraints accountingMarco Elver
2022-08-30Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...Ingo Molnar
2022-08-29audit: use time_after to compare timewuchi
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-28vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan
2022-08-27Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-27sched: Add update_current_exec_runtime helperShang XiaoJing
2022-08-26audit: free audit_proctitle only on task exitRichard Guy Briggs
2022-08-26audit: explicitly check audit_context->context enum valueRichard Guy Briggs
2022-08-26cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all()Tetsuo Handa
2022-08-26Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo
2022-08-26audit: audit_context pid unused, context enum comment fixRichard Guy Briggs
2022-08-26cgroup: Homogenize cgroup_get_from_id() return valueMichal Koutný
2022-08-26cgroup: cgroup: Honor caller's cgroup NS when resolving cgroup idMichal Koutný
2022-08-26cgroup: Honor caller's cgroup NS when resolving pathMichal Koutný
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2022-08-25bpf: prepare for more bpf syscall to be used from kernel and user space.Benjamin Tissoires
2022-08-25bpf: Add CGROUP prefix to cgroup_iter_orderHao Luo
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-25bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann
2022-08-25audit: move audit_return_fixup before the filtersRichard Guy Briggs
2022-08-25bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZEROKumar Kartikeya Dwivedi
2022-08-25cgroup: bpf: enable bpf programs to integrate with rstatYosry Ahmed
2022-08-25bpf: Introduce cgroup iterHao Luo
2022-08-25Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-25cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa
2022-08-24bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi
2022-08-24Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2022-08-23Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-08-23Merge tag 'audit-pr-20220823' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-23bpf: Move bpf_loop and bpf_for_each_map_elem under CAP_BPFKumar Kartikeya Dwivedi
2022-08-23bpf: expose bpf_strtol and bpf_strtoul to all program typesStanislav Fomichev
2022-08-23bpf: Use cgroup_{common,current}_func_proto in more hooksStanislav Fomichev
2022-08-23bpf: Introduce cgroup_{common,current}_func_protoStanislav Fomichev
2022-08-24bpf: Fix a data-race around bpf_jit_limit.Kuniyuki Iwashima
2022-08-23Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-23Merge tag 'linux-kselftest-kunit-fixes-6.0-rc3' of git://git.kernel.org/pub/s...Linus Torvalds
2022-08-23cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu
2022-08-23cpufreq: schedutil: Move max CPU capacity to sugov_policyLukasz Luba
2022-08-23sched/fair: Don't init util/runnable_avg for !fair taskChengming Zhou
2022-08-23sched/fair: Move task sched_avg attach to enqueue_task_fair()Chengming Zhou
2022-08-23sched/fair: Allow changing cgroup of new forked taskChengming Zhou
2022-08-23sched/fair: Fix another detach on unattached task corner caseChengming Zhou