summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-10-27tracing: Show size of requested perf bufferRobin H. Johnson
2021-10-27ftrace: do CPU checking after preemption disabled王贇
2021-10-27ftrace: disable preemption when recursion locked王贇
2021-10-26tracing/histogram: Optimize division by a power of 2Kalesh Singh
2021-10-26tracing/histogram: Covert expr to const if both operands are constantsKalesh Singh
2021-10-26tracing/histogram: Simplify handling of .sym-offset in expressionsKalesh Singh
2021-10-26tracing: Fix operator precedence for hist triggers expressionKalesh Singh
2021-10-26tracing: Add division and multiplication support for hist triggersKalesh Singh
2021-10-26tracing: Add support for creating hist trigger variables from literalKalesh Singh
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-10-26test_kprobes: Move it from kernel/ to lib/Tiezhu Yang
2021-10-26kprobes: Add a test case for stacktrace from kretprobe handlerMasami Hiramatsu
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen
2021-10-26tracing/hwlat: Make some internal symbols staticWang ShaoBo
2021-10-26tracing: Fix missing trace_boot_init_histograms kstrdup NULL checksMathieu Desnoyers
2021-10-26genirq: Hide irq_cpu_{on,off}line() behind a deprecated optionMarc Zyngier
2021-10-26irq: remove handle_domain_{irq,nmi}()Mark Rutland
2021-10-26irq: remove CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYMark Rutland
2021-10-26signal: Add an optional check for altstack sizeThomas Gleixner
2021-10-25trace/timerlat: Add migrate-disabled field to the timerlat headerDaniel Bristot de Oliveira
2021-10-25trace/osnoise: Add migrate-disabled field to the osnoise headerDaniel Bristot de Oliveira
2021-10-25perf/core: allow ftrace for functions in kernel/event/core.cSong Liu
2021-10-25ftrace: Make ftrace_profile_pages_init staticchongjiapeng
2021-10-25irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYMark Rutland
2021-10-25irq: add generic_handle_arch_irq()Mark Rutland
2021-10-25irq: unexport handle_irq_desc()Mark Rutland
2021-10-25irq: simplify handle_domain_{irq,nmi}()Mark Rutland
2021-10-24Merge tag 'sched_urgent_for_v5.15_rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-10-22cgroup: Fix memory leak caused by missing cgroup_bpf_offlineQuanyang Wang
2021-10-22bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()Xu Kuohai
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer
2021-10-22bpf: Add BTF_KIND_DECL_TAG typedef supportYonghong Song
2021-10-22sched/core: Remove rq_relock()Peng Wang
2021-10-22sched: Improve wake_up_all_idle_cpus() take #2Peter Zijlstra
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-21Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-21bpf: Add verified_insns to bpf_prog_info and fdinfoDave Marchevsky
2021-10-21bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen
2021-10-21kprobes: convert tests to kunitSven Schnelle
2021-10-21tracing: use %ps format string to print symbolsArnd Bergmann
2021-10-21ftrace/direct: Do not disable when switching direct callersSteven Rostedt (VMware)
2021-10-21ftrace: Add multi direct modify interfaceJiri Olsa
2021-10-21ftrace: Add multi direct register/unregister interfaceJiri Olsa
2021-10-21ftrace: Add ftrace_add_rec_direct functionJiri Olsa
2021-10-21tracing: Fix selftest config check for function graph start up testSteven Rostedt (VMware)
2021-10-20tracing: Add trampoline/graph selftestJiri Olsa
2021-10-20x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)
2021-10-20Merge tag 'dma-mapping-5.15-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-10-20genirq: Export irq_gc_noop()Florian Fainelli
2021-10-20genirq: Export irq_gc_{unmask_enable,mask_disable}_regFlorian Fainelli