summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2021-11-01bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao-0/+6
2021-11-01bpf: Factor out helpers for ctx access checkingHou Tao-14/+2
2021-11-01bpf: Factor out a helper to prepare trampoline for struct_ops progHou Tao-10/+19
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+29
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-577/+1199
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4375/+4986
2021-11-01Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+30
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-70/+58
2021-11-01cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.cHe Fengqing-47/+45
2021-11-01cgroup: Fix rootcg cpu.stat guest double countingDan Schatzberg-2/+0
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds-10/+8
2021-11-01bpf: Disallow unprivileged bpf by defaultPawan Gupta-0/+7
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-2/+3
2021-10-31Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/...Joerg Roedel-5/+8
2021-10-31sched/fair: Cleanup newidle_balanceVincent Guittot-5/+3
2021-10-31sched/fair: Remove sysctl_sched_migration_cost conditionVincent Guittot-2/+1
2021-10-31sched/fair: Wait before decaying max_newidle_lb_costVincent Guittot-10/+28
2021-10-31sched/fair: Skip update_blocked_averages if we are defering load balanceVincent Guittot-3/+6
2021-10-31sched/fair: Account update_blocked_averages in newidle_balance costVincent Guittot-4/+7
2021-10-30locking: Remove spin_lock_flags() etcArnd Bergmann-2/+1
2021-10-29tracing/histogram: Fix semicolon.cocci warningskernel test robot-1/+1
2021-10-29exit/syscall_user_dispatch: Send ordinary signals on failureEric W. Biederman-4/+8
2021-10-29signal: Implement force_fatal_sigEric W. Biederman-9/+17
2021-10-29exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman-1/+1
2021-10-29Merge tag 'trace-v5.15-rc6-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+11
2021-10-29tracing: Fix misspelling of "missing"Steven Rostedt (VMware)-1/+1
2021-10-29ftrace: Fix kernel-doc formatting issuesSteven Rostedt (VMware)-8/+10
2021-10-29Merge branch 'for-next/scs' into for-next/coreWill Deacon-0/+1
2021-10-29Merge tag 'irqchip-5.16' into irq/coreBorislav Petkov-156/+202
2021-10-28bpf: Add bpf_kallsyms_lookup_name helperKumar Kartikeya Dwivedi-0/+27
2021-10-28bpf: Add bloom filter map implementationJoanne Koong-7/+233
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-15/+30
2021-10-28Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-13/+27
2021-10-28Merge tag 'trace-v5.15-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2021-10-28Merge branch irq/irq_cpu_offline into irq/irqchip-nextMarc Zyngier-0/+9
2021-10-28Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-nextMarc Zyngier-67/+35
2021-10-27tracing: Do not warn when connecting eprobe to non existing eventSteven Rostedt (VMware)-2/+2
2021-10-27bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet-9/+15
2021-10-27bpf: Fixes possible race in update_prog_stats() for 32bit archesEric Dumazet-2/+4
2021-10-27tracing: Show size of requested perf bufferRobin H. Johnson-1/+2
2021-10-27ftrace: do CPU checking after preemption disabled王贇-3/+3
2021-10-27ftrace: disable preemption when recursion locked王贇-21/+11
2021-10-27fsnotify: clarify contract for create event hooksAmir Goldstein-4/+2
2021-10-27dma-mapping: use 'bitmap_zalloc()' when applicableChristophe JAILLET-3/+2
2021-10-26tracing/histogram: Optimize division by a power of 2Kalesh Singh-0/+4
2021-10-26tracing/histogram: Covert expr to const if both operands are constantsKalesh Singh-30/+74
2021-10-26tracing/histogram: Simplify handling of .sym-offset in expressionsKalesh Singh-26/+17
2021-10-26tracing: Fix operator precedence for hist triggers expressionKalesh Singh-70/+140
2021-10-26tracing: Add division and multiplication support for hist triggersKalesh Singh-1/+71