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