index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb host: Faraday USB2.0 FUSBH200-HCD driver
Yuan-Hsin Chen
2013-05-17
5
-0
/
+6731
*
usb: message: Fixed parenthesis error in sizeof function.
Tülin İzer
2013-05-17
1
-1
/
+1
*
usb: message: Fixed error: 'no space before bracket'
Tülin İzer
2013-05-17
1
-7
/
+7
*
usb: devio: Fixed error: 'do not use assignment in if condition'
Tülin İzer
2013-05-17
1
-1
/
+2
*
usb: devio: Fixed macro parenthesis error
Tülin İzer
2013-05-17
1
-1
/
+1
*
usb: devio: Fixed warning: 'use <linux/uacces.h> instead <asm/uacces.h>'
Tülin İzer
2013-05-17
1
-1
/
+1
*
USB: usbtmc: Change magic number to constant
Alexandre Peixoto Ferreira
2013-05-16
1
-5
/
+5
*
USB: usbtmc: usbtmc_read sends multiple TMC header based on rigol_quirk
Alexandre Peixoto Ferreira
2013-05-16
1
-38
/
+114
*
USB: usbtmc: Set rigol_quirk if device is listed
Alexandre Peixoto Ferreira
2013-05-16
1
-0
/
+14
*
USB: usbtmc: TMC request code segregated from usbtmc_read
Alexandre Peixoto Ferreira
2013-05-16
1
-31
/
+54
*
USB: usbtmc: Add flag rigol_quirk to usbtmc_device_data
Alexandre Peixoto Ferreira
2013-05-16
1
-0
/
+14
*
usb: storage: alauda: initialize variables directly
Emilio López
2013-05-16
1
-5
/
+1
*
usb: storage: sddr09: initialize variables directly
Emilio López
2013-05-16
1
-5
/
+1
*
usb: fsl: add missing platform_driver owner
Libo Chen
2013-05-16
1
-0
/
+1
*
USB: ohci-platform: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-16
1
-1
/
+0
*
USB: ohci-spear: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-16
1
-2
/
+0
*
USB: ohci-sm501: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-16
1
-1
/
+0
*
USB: ohci-pxa27x: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-16
1
-1
/
+0
*
USB: ohci-jz4740: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-16
1
-3
/
+0
*
USB: ehci-platform: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-16
1
-1
/
+0
*
USB: ehci-sh: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-16
1
-1
/
+0
*
USB: ehci-sead3: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-16
1
-1
/
+0
*
USB: ehci-octeon: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-16
1
-2
/
+0
*
USB: ehci-mxc: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-16
1
-1
/
+0
*
USB: ehci-mv: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-16
1
-10
/
+6
*
drivers/usb/host: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-05-16
1
-6
/
+0
*
USB: quatech2: Staticize local symbol
Sachin Kamat
2013-05-16
1
-1
/
+1
*
usb: misc: Fixed assignment error in if statement
Lisa Nguyen
2013-05-16
1
-1
/
+2
*
usb: misc: Added space after closing brace in adutux.c
Lisa Nguyen
2013-05-15
1
-1
/
+1
*
usb: misc: Added space after comma in adutux.c
Lisa Nguyen
2013-05-15
1
-50
/
+50
*
usb: misc: Reformatted pointer variables in adutux.c
Lisa Nguyen
2013-05-15
1
-10
/
+10
*
usb: misc: Removed space before tabs in adutux.c
Lisa Nguyen
2013-05-15
1
-9
/
+9
*
usb: misc: Replaced deprecated preprocessor in adutux.c
Lisa Nguyen
2013-05-15
1
-1
/
+1
*
Linux 3.10-rc1
v3.10-rc1
Linus Torvalds
2013-05-11
1
-2
/
+2
*
Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-05-11
6
-108
/
+368
|
\
|
*
tracing/kprobes: Support soft-mode disabling
Masami Hiramatsu
2013-05-09
1
-0
/
+6
|
*
tracing/kprobes: Support ftrace_event_file base multibuffer
Masami Hiramatsu
2013-05-09
1
-36
/
+214
|
*
tracing/kprobes: Pass trace_probe directly from dispatcher
Masami Hiramatsu
2013-05-09
1
-17
/
+16
|
*
tracing/kprobes: Increment probe hit-count even if it is used by perf
Masami Hiramatsu
2013-05-09
1
-4
/
+4
|
*
tracing/kprobes: Use bool for retprobe checker
Masami Hiramatsu
2013-05-09
1
-1
/
+1
|
*
ftrace: Fix function probe when more than one probe is added
Steven Rostedt (Red Hat)
2013-05-09
1
-1
/
+5
|
*
ftrace: Fix the output of enabled_functions debug file
Steven Rostedt (Red Hat)
2013-05-09
1
-1
/
+1
|
*
ftrace: Fix locking in register_ftrace_function_probe()
Steven Rostedt (Red Hat)
2013-05-09
1
-4
/
+6
|
*
tracing: Add helper function trace_create_new_event() to remove duplicate code
Steven Rostedt (Red Hat)
2013-05-09
1
-12
/
+20
|
*
tracing: Modify soft-mode only if there's no other referrer
Masami Hiramatsu
2013-05-09
2
-2
/
+11
|
*
tracing: Indicate enabled soft-mode in enable file
Masami Hiramatsu
2013-05-09
1
-0
/
+2
|
*
tracing/kprobes: Fix to increment return event probe hit-count
Masami Hiramatsu
2013-05-09
1
-0
/
+2
|
*
ftrace: Cleanup regex_lock and ftrace_lock around hash updating
Masami Hiramatsu
2013-05-09
1
-27
/
+32
|
*
ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
Masami Hiramatsu
2013-05-09
2
-21
/
+56
|
*
ftrace: Have ftrace_regex_write() return either read or error
Steven Rostedt (Red Hat)
2013-05-09
1
-1
/
+1
[next]