index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing/kprobe: Check whether the non-suffixed symbol is notrace
Masami Hiramatsu
2019-11-14
1
-3
/
+24
*
tracing: use kvcalloc for tgid_map array allocation
Yuming Han
2019-11-14
1
-1
/
+1
*
tracing/hwlat: Fix a few trivial nits
Srivatsa S. Bhat (VMware)
2019-11-14
1
-2
/
+2
*
tracing: Use generic type for comparator function
Andy Shevchenko
2019-11-14
4
-15
/
+13
*
lib/bsearch: Use generic type for comparator function
Andy Shevchenko
2019-11-14
2
-2
/
+2
*
lib/sort: Move swap, cmp and cmp_r function types for wider use
Andy Shevchenko
2019-11-14
3
-14
/
+14
*
tracing/selftests: Turn off timeout setting
Steven Rostedt (VMware)
2019-11-14
1
-0
/
+1
*
fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stub
Steven Rostedt (VMware)
2019-11-14
3
-6
/
+27
*
tracing: Adding NULL checks for trace_array descriptor pointer
Divya Indi
2019-11-13
2
-0
/
+5
*
tracing: Verify if trace array exists before destroying it.
Divya Indi
2019-11-13
2
-4
/
+17
*
tracing: Declare newly exported APIs in include/linux/trace.h
Divya Indi
2019-11-13
2
-3
/
+8
*
tracing: Make internal ftrace events static
Ben Dooks
2019-11-13
1
-2
/
+2
*
tracing: Use CONFIG_PREEMPTION
Sebastian Andrzej Siewior
2019-11-13
2
-1
/
+3
*
preemptirq_delay_test: Add the burst feature and a sysfs trigger
Viktor Rosendahl (BMW)
2019-11-13
2
-22
/
+128
*
ftrace: Implement fs notification for tracing_max_latency
Viktor Rosendahl (BMW)
2019-11-13
3
-6
/
+98
*
ftrace: Add information on number of page groups allocated
Steven Rostedt (VMware)
2019-11-13
3
-6
/
+31
*
ftrace/x86: Tell objtool to ignore nondeterministic ftrace stack layout
Josh Poimboeuf
2019-11-13
2
-1
/
+19
*
ftrace/x86: Add a counter to test function_graph with direct
Steven Rostedt (VMware)
2019-11-13
3
-3
/
+11
*
ftrace/x86: Add register_ftrace_direct() for custom trampolines
Steven Rostedt (VMware)
2019-11-13
5
-7
/
+59
*
ftrace/selftests: Update the direct call selftests to test two direct calls
Steven Rostedt (VMware)
2019-11-13
2
-23
/
+52
*
ftrace: Add another example of register_ftrace_direct() use case
Steven Rostedt (VMware)
2019-11-13
2
-0
/
+52
*
ftrace/selftest: Add tests to test register_ftrace_direct()
Steven Rostedt (VMware)
2019-11-13
2
-0
/
+124
*
ftrace: Add sample module that uses register_ftrace_direct()
Steven Rostedt (VMware)
2019-11-13
4
-0
/
+57
*
ftrace: Add ftrace_find_direct_func()
Steven Rostedt (VMware)
2019-11-13
2
-1
/
+84
*
ftrace: Add register_ftrace_direct()
Steven Rostedt (VMware)
2019-11-13
3
-7
/
+306
*
ftrace: Separate out functionality from ftrace_location_range()
Steven Rostedt (VMware)
2019-11-08
1
-15
/
+23
*
ftrace: Separate out the copying of a ftrace_hash from __ftrace_hash_move()
Steven Rostedt (VMware)
2019-11-08
1
-12
/
+17
*
selftests/livepatch: Test interaction with ftrace_enabled
Joe Lawrence
2019-11-04
3
-2
/
+80
*
selftests/livepatch: Make dynamic debug setup and restore generic
Joe Lawrence
2019-11-04
4
-12
/
+16
*
ftrace: Introduce PERMANENT ftrace_ops flag
Miroslav Benes
2019-11-04
5
-4
/
+37
*
Linux 5.4-rc6
v5.4-rc6
Linus Torvalds
2019-11-03
1
-1
/
+1
*
Merge tag 'usb-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2019-11-03
27
-97
/
+267
|
\
|
*
usb: dwc3: gadget: fix race when disabling ep with cancelled xfers
Felipe Balbi
2019-10-31
1
-0
/
+6
|
*
usb: cdns3: gadget: Fix g_audio use case when connected to Super-Speed host
Roger Quadros
2019-10-30
1
-5
/
+26
|
*
usb: cdns3: gadget: reset EP_CLAIMED flag while unloading
Sanket Parmar
2019-10-30
1
-0
/
+2
|
*
USB: serial: whiteheat: fix line-speed endianness
Johan Hovold
2019-10-30
2
-4
/
+7
|
*
USB: serial: whiteheat: fix potential slab corruption
Johan Hovold
2019-10-30
1
-0
/
+4
|
*
USB: gadget: Reject endpoints with 0 maxpacket value
Alan Stern
2019-10-29
1
-0
/
+11
|
*
UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather segmen...
Alan Stern
2019-10-28
1
-20
/
+0
|
*
usb-storage: Revert commit 747668dbc061 ("usb-storage: Set virt_boundary_mask...
Alan Stern
2019-10-28
1
-10
/
+0
|
*
usbip: Fix free of unallocated memory in vhci tx
Suwan Kim
2019-10-28
1
-0
/
+3
|
*
usbip: tools: Fix read_usb_vudc_device() error path handling
GwanYeong Kim
2019-10-28
1
-2
/
+4
|
*
usb: xhci: fix __le32/__le64 accessors in debugfs code
Ben Dooks (Codethink)
2019-10-28
1
-12
/
+12
|
*
usb: xhci: fix Immediate Data Transfer endianness
Samuel Holland
2019-10-28
1
-0
/
+2
|
*
xhci: Fix use-after-free regression in xhci clear hub TT implementation
Mathias Nyman
2019-10-28
1
-9
/
+45
|
*
USB: ldusb: fix control-message timeout
Johan Hovold
2019-10-28
1
-1
/
+1
|
*
USB: ldusb: use unsigned size format specifiers
Johan Hovold
2019-10-28
1
-3
/
+4
|
*
USB: ldusb: fix ring-buffer locking
Johan Hovold
2019-10-28
1
-2
/
+2
|
*
USB: Skip endpoints with 0 maxpacket length
Alan Stern
2019-10-28
1
-0
/
+5
|
*
Merge tag 'fixes-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2019-10-28
14
-29
/
+133
|
|
\
[next]