summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-11-26tracing: Fix __print_hex_dump scopePiotr Maziarz
2019-11-22tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi
2019-11-22ftrace: Use BIT() macroEnrico Weigelt, metux IT consult
2019-11-20ftrace: Return ENOTSUPP when DYNAMIC_FTRACE_WITH_DIRECT_CALLS is not configuredAlexei Starovoitov
2019-11-18ftrace: Rename ftrace_graph_stub to ftrace_stub_graphSteven Rostedt (VMware)
2019-11-18ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...Steven Rostedt (VMware)
2019-11-14ftrace: Add modify_ftrace_direct()Steven Rostedt (VMware)
2019-11-14tracing: Use seq_buf_hex_dump() to dump buffersPiotr Maziarz
2019-11-14seq_buf: Add printing formatted hex dumpsPiotr Maziarz
2019-11-14lib/bsearch: Use generic type for comparator functionAndy Shevchenko
2019-11-14lib/sort: Move swap, cmp and cmp_r function types for wider useAndy Shevchenko
2019-11-14fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)
2019-11-13tracing: Declare newly exported APIs in include/linux/trace.hDivya Indi
2019-11-13ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)
2019-11-13ftrace/x86: Add register_ftrace_direct() for custom trampolinesSteven Rostedt (VMware)
2019-11-13ftrace: Add ftrace_find_direct_func()Steven Rostedt (VMware)
2019-11-13ftrace: Add register_ftrace_direct()Steven Rostedt (VMware)
2019-11-04ftrace: Introduce PERMANENT ftrace_ops flagMiroslav Benes
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-01Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-11-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-11-01Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-10-31net: increase SOMAXCONN to 4096Eric Dumazet
2019-10-31efi/efi_test: Lock down /dev/efi_test and require CAP_SYS_ADMINJavier Martinez Canillas
2019-10-31x86, efi: Never relocate kernel below lowest acceptable addressKairui Song
2019-10-31Merge tag 'dmaengine-fix-5.4-rc6' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds
2019-10-30net: annotate lockless accesses to sk->sk_napi_idEric Dumazet
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-30SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust
2019-10-29net/mlx5: Fix flow counter list auto bits structRoi Dayan
2019-10-29Merge tag 'fuse-fixes-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-10-28net: fix sk_page_frag() recursion from memory reclaimTejun Heo
2019-10-28net: add skb_queue_empty_lockless()Eric Dumazet
2019-10-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-10-28perf/headers: Fix spelling s/EACCESS/EACCES/, s/privilidge/privilege/Geert Uytterhoeven
2019-10-28vsock/virtio: remove unused 'work' field from 'struct virtio_vsock_pkt'Stefano Garzarella
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-10-26Merge tag 'driver-core-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-10-25net: hwbm: if CONFIG_NET_HWBM unset, make stub functions staticBen Dooks (Codethink)
2019-10-25Merge tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo
2019-10-24vxlan: add adjacent link to limit depth levelTaehee Yoo
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo
2019-10-24team: fix nested locking lockdep warningTaehee Yoo
2019-10-24bonding: use dynamic lockdep key instead of subclassTaehee Yoo
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-24net: core: limit nested device depthTaehee Yoo