aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-11-01tracing/osnoise: Support a list of trace_array *trGravatar Daniel Bristot de Oliveira 1-69/+192
2021-11-01tracing/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()Gravatar Daniel Bristot de Oliveira 1-5/+2
2021-11-01tracing/osnoise: Split workload start from the tracer startGravatar Daniel Bristot de Oliveira 1-23/+36
2021-11-01tracing/osnoise: Improve comments about barrier need for NMI callbacksGravatar Daniel Bristot de Oliveira 1-1/+7
2021-11-01tracing/osnoise: Do not follow tracing_cpumaskGravatar Daniel Bristot de Oliveira 1-18/+6
2021-11-01bpf: Add missing map_delete_elem method to bloom filter mapGravatar Eric Dumazet 1-0/+6
2021-11-01bpf: Bloom filter map naming fixupsGravatar Joanne Koong 1-23/+26
2021-11-01bpf: Add dummy BPF STRUCT_OPS for test purposeGravatar Hou Tao 2-0/+6
2021-11-01bpf: Factor out helpers for ctx access checkingGravatar Hou Tao 1-14/+2
2021-11-01bpf: Factor out a helper to prepare trampoline for struct_ops progGravatar Hou Tao 1-10/+19
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-6/+29
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 23-577/+1199
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 21-4375/+4986
2021-11-01Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-5/+30
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 7-70/+58
2021-11-01cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.cGravatar He Fengqing 2-47/+45
2021-11-01cgroup: Fix rootcg cpu.stat guest double countingGravatar Dan Schatzberg 1-2/+0
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-10/+8
2021-11-01bpf: Disallow unprivileged bpf by defaultGravatar Pawan Gupta 1-0/+7
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 2-2/+3
2021-10-31Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/...Gravatar Joerg Roedel 1-5/+8
2021-10-31sched/fair: Cleanup newidle_balanceGravatar Vincent Guittot 1-5/+3
2021-10-31sched/fair: Remove sysctl_sched_migration_cost conditionGravatar Vincent Guittot 1-2/+1
2021-10-31sched/fair: Wait before decaying max_newidle_lb_costGravatar Vincent Guittot 2-10/+28
2021-10-31sched/fair: Skip update_blocked_averages if we are defering load balanceGravatar Vincent Guittot 1-3/+6
2021-10-31sched/fair: Account update_blocked_averages in newidle_balance costGravatar Vincent Guittot 1-4/+7
2021-10-30locking: Remove spin_lock_flags() etcGravatar Arnd Bergmann 1-2/+1
2021-10-29tracing/histogram: Fix semicolon.cocci warningsGravatar kernel test robot 1-1/+1
2021-10-29Merge tag 'trace-v5.15-rc6-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-9/+11
2021-10-29tracing: Fix misspelling of "missing"Gravatar Steven Rostedt (VMware) 1-1/+1
2021-10-29ftrace: Fix kernel-doc formatting issuesGravatar Steven Rostedt (VMware) 1-8/+10
2021-10-29Merge branch 'for-next/scs' into for-next/coreGravatar Will Deacon 1-0/+1
2021-10-29Merge tag 'irqchip-5.16' into irq/coreGravatar Borislav Petkov 24-156/+202
2021-10-28bpf: Add bpf_kallsyms_lookup_name helperGravatar Kumar Kartikeya Dwivedi 1-0/+27
2021-10-28bpf: Add bloom filter map implementationGravatar Joanne Koong 4-7/+233
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 6-15/+30
2021-10-28Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 4-13/+27
2021-10-28Merge tag 'trace-v5.15-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2021-10-28Merge branch irq/irq_cpu_offline into irq/irqchip-nextGravatar Marc Zyngier 2-0/+9
2021-10-28Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-nextGravatar Marc Zyngier 3-67/+35
2021-10-27tracing: Do not warn when connecting eprobe to non existing eventGravatar Steven Rostedt (VMware) 1-2/+2
2021-10-27bpf: Use u64_stats_t in struct bpf_prog_statsGravatar Eric Dumazet 2-9/+15
2021-10-27bpf: Fixes possible race in update_prog_stats() for 32bit archesGravatar Eric Dumazet 1-2/+4
2021-10-27tracing: Show size of requested perf bufferGravatar Robin H. Johnson 1-1/+2
2021-10-27ftrace: do CPU checking after preemption disabledGravatar 王贇 1-3/+3
2021-10-27ftrace: disable preemption when recursion lockedGravatar 王贇 3-21/+11
2021-10-27fsnotify: clarify contract for create event hooksGravatar Amir Goldstein 2-4/+2
2021-10-26tracing/histogram: Optimize division by a power of 2Gravatar Kalesh Singh 1-0/+4
2021-10-26tracing/histogram: Covert expr to const if both operands are constantsGravatar Kalesh Singh 1-30/+74