summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu2019-11-141-3/+24
* tracing: use kvcalloc for tgid_map array allocationYuming Han2019-11-141-1/+1
* tracing/hwlat: Fix a few trivial nitsSrivatsa S. Bhat (VMware)2019-11-141-2/+2
* tracing: Use generic type for comparator functionAndy Shevchenko2019-11-144-15/+13
* lib/bsearch: Use generic type for comparator functionAndy Shevchenko2019-11-142-2/+2
* lib/sort: Move swap, cmp and cmp_r function types for wider useAndy Shevchenko2019-11-143-14/+14
* tracing/selftests: Turn off timeout settingSteven Rostedt (VMware)2019-11-141-0/+1
* fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)2019-11-143-6/+27
* tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2019-11-132-0/+5
* tracing: Verify if trace array exists before destroying it.Divya Indi2019-11-132-4/+17
* tracing: Declare newly exported APIs in include/linux/trace.hDivya Indi2019-11-132-3/+8
* tracing: Make internal ftrace events staticBen Dooks2019-11-131-2/+2
* tracing: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior2019-11-132-1/+3
* preemptirq_delay_test: Add the burst feature and a sysfs triggerViktor Rosendahl (BMW)2019-11-132-22/+128
* ftrace: Implement fs notification for tracing_max_latencyViktor Rosendahl (BMW)2019-11-133-6/+98
* ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)2019-11-133-6/+31
* ftrace/x86: Tell objtool to ignore nondeterministic ftrace stack layoutJosh Poimboeuf2019-11-132-1/+19
* ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)2019-11-133-3/+11
* ftrace/x86: Add register_ftrace_direct() for custom trampolinesSteven Rostedt (VMware)2019-11-135-7/+59
* ftrace/selftests: Update the direct call selftests to test two direct callsSteven Rostedt (VMware)2019-11-132-23/+52
* ftrace: Add another example of register_ftrace_direct() use caseSteven Rostedt (VMware)2019-11-132-0/+52
* ftrace/selftest: Add tests to test register_ftrace_direct()Steven Rostedt (VMware)2019-11-132-0/+124
* ftrace: Add sample module that uses register_ftrace_direct()Steven Rostedt (VMware)2019-11-134-0/+57
* ftrace: Add ftrace_find_direct_func()Steven Rostedt (VMware)2019-11-132-1/+84
* ftrace: Add register_ftrace_direct()Steven Rostedt (VMware)2019-11-133-7/+306
* ftrace: Separate out functionality from ftrace_location_range()Steven Rostedt (VMware)2019-11-081-15/+23
* ftrace: Separate out the copying of a ftrace_hash from __ftrace_hash_move()Steven Rostedt (VMware)2019-11-081-12/+17
* selftests/livepatch: Test interaction with ftrace_enabledJoe Lawrence2019-11-043-2/+80
* selftests/livepatch: Make dynamic debug setup and restore genericJoe Lawrence2019-11-044-12/+16
* ftrace: Introduce PERMANENT ftrace_ops flagMiroslav Benes2019-11-045-4/+37
* Linux 5.4-rc6v5.4-rc6Linus Torvalds2019-11-031-1/+1
* Merge tag 'usb-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-11-0327-97/+267
|\
| * usb: dwc3: gadget: fix race when disabling ep with cancelled xfersFelipe Balbi2019-10-311-0/+6
| * usb: cdns3: gadget: Fix g_audio use case when connected to Super-Speed hostRoger Quadros2019-10-301-5/+26
| * usb: cdns3: gadget: reset EP_CLAIMED flag while unloadingSanket Parmar2019-10-301-0/+2
| * USB: serial: whiteheat: fix line-speed endiannessJohan Hovold2019-10-302-4/+7
| * USB: serial: whiteheat: fix potential slab corruptionJohan Hovold2019-10-301-0/+4
| * USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern2019-10-291-0/+11
| * UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather segmen...Alan Stern2019-10-281-20/+0
| * usb-storage: Revert commit 747668dbc061 ("usb-storage: Set virt_boundary_mask...Alan Stern2019-10-281-10/+0
| * usbip: Fix free of unallocated memory in vhci txSuwan Kim2019-10-281-0/+3
| * usbip: tools: Fix read_usb_vudc_device() error path handlingGwanYeong Kim2019-10-281-2/+4
| * usb: xhci: fix __le32/__le64 accessors in debugfs codeBen Dooks (Codethink)2019-10-281-12/+12
| * usb: xhci: fix Immediate Data Transfer endiannessSamuel Holland2019-10-281-0/+2
| * xhci: Fix use-after-free regression in xhci clear hub TT implementationMathias Nyman2019-10-281-9/+45
| * USB: ldusb: fix control-message timeoutJohan Hovold2019-10-281-1/+1
| * USB: ldusb: use unsigned size format specifiersJohan Hovold2019-10-281-3/+4
| * USB: ldusb: fix ring-buffer lockingJohan Hovold2019-10-281-2/+2
| * USB: Skip endpoints with 0 maxpacket lengthAlan Stern2019-10-281-0/+5
| * Merge tag 'fixes-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-10-2814-29/+133
| |\