index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pata_octeon_cf: fix broken build
Aaro Koskinen
2015-06-08
1
-1
/
+1
*
ata: ahci_mvebu: Fix wrongly set base address for the MBus window setting
Nadav Haklai
2015-05-26
1
-1
/
+1
*
ahci: avoton port-disable reset-quirk
Dan Williams
2015-05-10
1
-8
/
+95
*
ata: select DW_DMAC in case of SATA_DWC
Andy Shevchenko
2015-05-05
1
-0
/
+1
*
libata: Blacklist queued TRIM on all Samsung 800-series
Martin K. Petersen
2015-05-04
1
-1
/
+1
*
libata: Ignore spurious PHY event on LPM policy change
Gabriele Mazzotta
2015-04-25
2
-1
/
+17
*
libata: Add helper to determine when PHY events should be ignored
Gabriele Mazzotta
2015-04-25
2
-2
/
+20
*
ata: ahci_st: fixup layering violations / drvdata errors
Peter Griffin
2015-04-20
1
-25
/
+24
*
Remove celleb-only SCC PATA drivers
Daniel Axtens
2015-04-14
6
-2017
/
+0
*
ACPI / battery: Fix doubly added battery on system suspend
Krzysztof Kozlowski
2015-04-14
1
-1
/
+1
*
Merge tag 'staging-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-04-14
806
-23663
/
+38374
|
\
|
*
Merge 4.0-rc7 into staging-next
Greg Kroah-Hartman
2015-04-07
139
-710
/
+1411
|
|
\
|
*
|
staging: lustre: orthography & coding style
Amaury.Bouchra.Pilet@ENS.fr
2015-04-05
1
-2
/
+2
|
*
|
staging: lustre: lnet: lnet: fix error return code
Julia Lawall
2015-04-05
1
-2
/
+6
|
*
|
staging: lustre: fix sparse warning
Tal Shorer
2015-04-05
1
-1
/
+1
|
*
|
Revert "Staging: sm750fb: Fix C99 Comments"
Greg Kroah-Hartman
2015-04-04
1
-2
/
+8
|
*
|
Staging: rtl8192u: use correct array for debug output
Dan Carpenter
2015-04-03
1
-1
/
+1
|
*
|
staging: rtl8192e: Remove dead code
Mateusz Kulikowski
2015-04-03
5
-22
/
+2
|
*
|
staging: rtl8192e: Comment cleanup (style/format)
Mateusz Kulikowski
2015-04-03
16
-289
/
+318
|
*
|
staging: rtl8192e: Fix indentation in rtllib_rx_auth_resp()
Mateusz Kulikowski
2015-04-03
1
-18
/
+12
|
*
|
staging: rtl8192e: Decrease nesting of rtllib_rx_auth_resp()
Mateusz Kulikowski
2015-04-03
1
-44
/
+45
|
*
|
staging: rtl8192e: Divide rtllib_rx_auth()
Mateusz Kulikowski
2015-04-03
1
-54
/
+58
|
*
|
staging: rtl8192e: Fix PRINTK_WITHOUT_KERN_LEVEL warnings
Mateusz Kulikowski
2015-04-03
1
-8
/
+2
|
*
|
staging: rtl8192e: Fix DO_WHILE_MACRO_WITH_TRAILING_SEMICOLON warning
Mateusz Kulikowski
2015-04-03
1
-1
/
+1
|
*
|
staging: rtl8192e: Fix BRACES warning
Mateusz Kulikowski
2015-04-03
1
-4
/
+2
|
*
|
staging: rtl8192e: Fix LINE_CONTINUATIONS warning
Mateusz Kulikowski
2015-04-03
1
-1
/
+1
|
*
|
staging: rtl8192e: Fix UNNECESSARY_PARENTHESES warnings
Mateusz Kulikowski
2015-04-03
3
-9
/
+9
|
*
|
staging: rtl8192e: remove unused EXPORT_SYMBOL_RSL macro
Mateusz Kulikowski
2015-04-03
1
-3
/
+0
|
*
|
staging: rtl8192e: Fix RETURN_VOID warnings
Mateusz Kulikowski
2015-04-03
5
-19
/
+0
|
*
|
staging: rtl8192e: Fix UNNECESSARY_ELSE warning
Mateusz Kulikowski
2015-04-03
12
-518
/
+482
|
*
|
staging: rtl8723au: Remove unneeded comments
M. Vefa Bicakci
2015-04-03
1
-4
/
+4
|
*
|
staging: rtl8723au: Use __func__ in trace logs
M. Vefa Bicakci
2015-04-03
1
-19
/
+22
|
*
|
staging: rtl8723au: Rework two byte array comparisons
M. Vefa Bicakci
2015-04-03
1
-20
/
+14
|
*
|
staging: rtl8723au: suspect code indent for conditional statements
M. Vefa Bicakci
2015-04-03
1
-17
/
+17
|
*
|
staging: rtl8723au: Adjust whitespace in and around comments
M. Vefa Bicakci
2015-04-03
1
-56
/
+57
|
*
|
staging: rtl8723au: No spaces at the start of a line
M. Vefa Bicakci
2015-04-03
1
-70
/
+70
|
*
|
staging: rtl8723au: that open brace should be on the previous line
M. Vefa Bicakci
2015-04-03
1
-4
/
+5
|
*
|
staging: rtl8723au: trailing statements should be on next line
M. Vefa Bicakci
2015-04-03
1
-8
/
+17
|
*
|
staging: rtl8723au: Remove unneeded curly braces
M. Vefa Bicakci
2015-04-03
1
-11
/
+5
|
*
|
staging: rtl8723au: else is not generally useful after a return
M. Vefa Bicakci
2015-04-03
1
-20
/
+22
|
*
|
staging: rtl8723au: Reorganize a few functions to remove indentation
M. Vefa Bicakci
2015-04-03
1
-108
/
+107
|
*
|
staging: rtl8723au: Fix the indentation of two lines
M. Vefa Bicakci
2015-04-03
1
-2
/
+2
|
*
|
staging: rtl8723au: else should follow close brace
M. Vefa Bicakci
2015-04-03
1
-6
/
+3
|
*
|
staging: rtl8723au: Fix "before/around/after" whitespace issues
M. Vefa Bicakci
2015-04-03
1
-106
/
+113
|
*
|
staging: rtl8723au: Reformat whitespace to increase readability
M. Vefa Bicakci
2015-04-03
1
-41
/
+38
|
*
|
staging: rtl8712: Drop unneeded cast on netdev_priv
Julia Lawall
2015-04-03
3
-41
/
+41
|
*
|
staging: android: ion_test: Add the MODULE_LICENSE macro
Phong Tran
2015-04-03
1
-0
/
+1
|
*
|
staging: vt6655: use ieee80211_tx_info to select packet type.
Malcolm Priestley
2015-04-03
1
-3
/
+11
|
*
|
staging: vt6655: s_vGenerateTxParameter Replace PSTxBufHead with struct vnt_t...
Malcolm Priestley
2015-04-03
1
-10
/
+7
|
*
|
drivers: staging: rtl8723au: fix "warning: cast to restricted __le16"
Piotr Witoslawski
2015-04-03
1
-1
/
+1
[next]