index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mempool.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-07
staging: vme: use image mutex for ioctl()
Dmitry Kalinkin
1
-4
/
+5
2015-03-07
Staging: rtl8192e: remove assignment of function parameter
Matteo Semenzato
1
-1
/
+0
2015-03-07
staging: rtl8192e: Remove unnecessary OOM message
Quentin Lambert
2
-14
/
+7
2015-03-07
staging: rtl8192x: Remove use of seq_printf return value
Joe Perches
2
-2
/
+6
2015-03-07
Staging: rtl8192u: ieee80211: dot11d: added parenthesis to RESET_CIE_WATCHDOG...
Tolga Ceylan
1
-1
/
+1
2015-03-07
Staging: rtl9182u: r819xU_firmware: Replaced C99 comments with C89
Tolga Ceylan
1
-16
/
+17
2015-03-07
Staging: rtl8192u: r819xU_firmware: removed commented out assert
Tolga Ceylan
1
-2
/
+0
2015-03-07
Staging: rtl8192u: r819xU_firmware: removed commented out variable
Tolga Ceylan
1
-1
/
+0
2015-03-07
staging: rtl8192u: r8192U_core: Fix driver_info dereference as a null pointer
Rickard Strandqvist
1
-6
/
+3
2015-03-07
staging: unisys: remove LOGWRN() macros and uniklog.h
Benjamin Romer
17
-97
/
+6
2015-03-07
staging: unisys: remove ERRDEV macros
Benjamin Romer
17
-678
/
+154
2015-03-07
staging: unisys: remove LOGVER macro
Benjamin Romer
2
-32
/
+0
2015-03-07
staging: unisys: remove ASSERT() macro
Benjamin Romer
2
-10
/
+1
2015-03-07
staging: unisys: remove LOGINF macros
Benjamin Romer
10
-291
/
+5
2015-03-07
staging: unisys: remove DBGINF, DBGVER, DEBUGDEV, and DEBUGDRV macros
Benjamin Romer
7
-145
/
+9
2015-03-07
Staging: fbtft: add header for internal functions
Drew Fustini
2
-6
/
+26
2015-03-07
MAINTAINERS: update for sm750fb driver
Sudip Mukherjee
1
-0
/
+8
2015-03-07
staging: sm750fb: add sm750 to staging
Sudip Mukherjee
36
-0
/
+9962
2015-03-07
staging: sm7xxfb: make vgamode static
Sudip Mukherjee
1
-1
/
+1
2015-03-07
staging: i2o: Remove use of seq_printf return value
Joe Perches
1
-6
/
+12
2015-03-07
staging: rtl8188eu: Fix trivial typos in comments
Yannick Guerrini
2
-13
/
+13
2015-03-07
staging: panel: initialize lcd if lcd enabled
Sudip Mukherjee
1
-19
/
+22
2015-03-07
staging: panel: register driver after checking device
Sudip Mukherjee
1
-12
/
+6
2015-03-07
Staging: vt6655: fix C99 comments
Matteo Semenzato
1
-41
/
+41
2015-03-07
staging: vt6655: Cleanup C99 comments
Alex W Slater
1
-17
/
+19
2015-03-07
Staging: vt6655 fix C99 style comments
Matt
1
-1
/
+1
2015-03-07
staging: vt6655: fix coding style issues in channel.c
Ivan Stankovic
1
-3
/
+6
2015-03-07
staging: vt6656: Fix possible leak in vnt_download_firmware()
Christian Engelmayer
1
-1
/
+1
2015-03-07
staging: ozwpan: Move code from success handling to error handling
Quentin Lambert
2
-34
/
+37
2015-03-07
staging: ozwpan: Remove allocation from delaration line
Quentin Lambert
2
-5
/
+8
2015-03-07
Staging: dgnc: Fix checking return value of register_chrdev
Salah Triki
1
-2
/
+2
2015-03-07
staging: dgnc: fix braces {} are not necessary for single statement blocks
Salah Triki
1
-4
/
+0
2015-03-07
staging:lustre:libcfs: Merge linux-proc.c into module.c
Matthew Tyler
3
-592
/
+548
2015-03-07
staging: lustre: space prohibited between function name and open parenthesis '('
Alberto Pires de Oliveira Neto
1
-1
/
+1
2015-03-07
staging/lustre/libcfs: replace deprecated cpus_ calls with cpumask_
Oleg Drokin
1
-39
/
+39
2015-03-07
staging/lustre/ptlrpc: Do not use deprecated cpus_* functions
Oleg Drokin
2
-10
/
+7
2015-03-07
staging: comedi: drivers/*.c: add missing braces {} to if/else branches
H Hartley Sweeten
5
-12
/
+24
2015-03-07
staging: comedi: drivers/*.c: remove unnecessary blank lines
H Hartley Sweeten
35
-62
/
+0
2015-03-07
staging: comedi: drivers/*.c: alignment should match open parenthesis
H Hartley Sweeten
25
-58
/
+62
2015-03-07
staging: comedi: drivers/*.c: fix common misspellings
H Hartley Sweeten
11
-14
/
+14
2015-03-07
staging: comedi: s626: remove unnecessary 'cmd' pointer checks
H Hartley Sweeten
1
-6
/
+2
2015-03-07
staging: comedi: kcomedilib_main: (!foo) preferred over (foo == NULL)
H Hartley Sweeten
1
-1
/
+1
2015-03-07
staging: comedi: ni_mio_common: (!foo) preferred over (foo == NULL)
H Hartley Sweeten
1
-6
/
+6
2015-03-07
staging: comedi: ni_tiocmd: (!foo) preferred over (foo == NULL)
H Hartley Sweeten
1
-3
/
+3
2015-03-07
staging: comedi: ni_pcimio: (!foo) preferred over (foo == NULL)
H Hartley Sweeten
1
-5
/
+5
2015-03-07
staging: comedi: ni_pcidio: (!foo) preferred over (foo == NULL)
H Hartley Sweeten
1
-2
/
+2
2015-03-07
staging: comedi: ni_labpc_common: (!foo) preferred over (foo == NULL)
H Hartley Sweeten
1
-1
/
+1
2015-03-07
staging: comedi: ni_atmio: (!foo) preferred over (foo == NULL)
H Hartley Sweeten
1
-1
/
+1
2015-03-07
staging: comedi: ni_660x: (!foo) preferred over (foo == NULL)
H Hartley Sweeten
1
-3
/
+3
2015-03-07
staging: comedi: mite: (!foo) preferred over (foo == NULL)
H Hartley Sweeten
1
-3
/
+3
[next]