index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-19
staging: dgnc: dgnc_mgmt.c Comment style modifications
Walt Feasel
1
-4
/
+2
2016-11-19
staging: slicoss: avoid CamelCases slicoss.c
Sergio Paracuellos
1
-14
/
+14
2016-11-19
staging: slicoss: avoid CamelCases in slichw.h
Sergio Paracuellos
2
-117
/
+117
2016-11-19
staging: slicoss: braces should be used on all arms of this statement
Sergio Paracuellos
1
-2
/
+2
2016-11-19
staging: slicoss: logical continuations should be on the previous line
Sergio Paracuellos
1
-2
/
+2
2016-11-19
staging: slicoss: fix parenthesis alignment in slicoss.c
Sergio Paracuellos
1
-35
/
+33
2016-11-19
staging: slicoss: avoid CamelCases in slic.h
Sergio Paracuellos
2
-40
/
+40
2016-11-19
staging: Greybus: Remove unnecessary braces for single statement block
Rahul Krishnan
1
-2
/
+1
2016-11-19
staging: dgnc: dgnc_driver.h Spelling correction
Walt Feasel
1
-1
/
+1
2016-11-19
staging: dgnc: dgnc_driver.h Align columns
Walt Feasel
1
-10
/
+10
2016-11-19
staging: dgnc: dgnc_driver.h Comment style modifications
Walt Feasel
1
-97
/
+73
2016-11-19
staging: dgnc: dgnc_driver.c Blank line before }
Walt Feasel
1
-1
/
+0
2016-11-19
staging: dgnc: dgnc_driver.c Remove blank lines
Walt Feasel
1
-4
/
+0
2016-11-19
staging: dgnc: dgnc_driver.c Comment style modifications
Walt Feasel
1
-37
/
+20
2016-11-19
staging: dgnc: dgnc_cls.c Comment style modifications
Walt Feasel
1
-27
/
+17
2016-11-19
staging: dgnc: dgnc_cls.h Spelling correction
Walt Feasel
1
-1
/
+1
2016-11-19
staging: vme: vme_user.c Spelling corrections
Walt Feasel
1
-3
/
+3
2016-11-19
Staging: wlan-ng: prism2mgmt: Fixed operators spacing style issues
Shiva Kerdel
1
-7
/
+7
2016-11-19
staging: xgifb: XGI_main.h Align data columns
Walt Feasel
1
-27
/
+27
2016-11-19
staging: xgifb: vb_util.h Space after cast
Walt Feasel
1
-2
/
+2
2016-11-19
staging: xgifb: vb_setmode.c Align match parenthesis
Walt Feasel
1
-158
/
+141
2016-11-19
staging: xgifb: vb_setmode.c Logical continuation
Walt Feasel
1
-2
/
+2
2016-11-19
staging: xgifb: vb_setmode.c Space after cast
Walt Feasel
1
-70
/
+69
2016-11-19
staging: xgifb: vb_setmode.c Braces single statement blocks
Walt Feasel
1
-4
/
+2
2016-11-19
staging: xgifb: vb_setmode.c Space around operator
Walt Feasel
1
-1
/
+1
2016-11-19
staging: xgifb: vb_setmode.c Comment style modifications
Walt Feasel
1
-117
/
+117
2016-11-19
staging: xgifb: vb_setmode.c Comment Spelling correction
Walt Feasel
1
-2
/
+2
2016-11-19
staging: lustre: libcfs: use uXX instead of __uXX types in headers
James Simmons
6
-41
/
+41
2016-11-19
staging: lustre: libcfs: remove zero comparisons in headers
James Simmons
3
-19
/
+19
2016-11-19
staging: lustre: libcfs: remove NULL comparisons in headers
James Simmons
2
-3
/
+3
2016-11-19
staging: lustre: libcfs: remove whitespace in libcfs_fail.h
James Simmons
1
-1
/
+1
2016-11-19
staging: lustre: libcfs: use bit macro in libcfs headers
James Simmons
4
-33
/
+33
2016-11-19
staging: lustre: libcfs: correct spelling in libcfs_cpu.h
James Simmons
1
-1
/
+1
2016-11-19
staging: lustre: libcfs: remove blank line in header
James Simmons
1
-1
/
+0
2016-11-19
staging: lustre: libcfs: name parameters for function prototypes
James Simmons
4
-13
/
+14
2016-11-19
staging: lustre: libcfs: remove header's bare unsigned use
James Simmons
3
-21
/
+21
2016-11-19
staging: lustre: libcfs: fixup all header block comments
James Simmons
5
-26
/
+49
2016-11-19
staging: lustre: llog: fix wrong offset in llog_process_thread()
Mikhail Pershin
1
-24
/
+58
2016-11-18
staging: lustre: lnet: cleanup some of the > 80 line issues
James Simmons
9
-50
/
+101
2016-11-18
staging: lustre: lnet: use BIT macro in LNet selftest
James Simmons
1
-2
/
+2
2016-11-18
staging: lustre: libcfs: remove use of __u* types
James Simmons
4
-14
/
+14
2016-11-18
staging: lustre: libcfs: use pr_* instead of printk
James Simmons
1
-5
/
+5
2016-11-18
staging: lustre: libcfs: Make char * array envp static constant
James Simmons
1
-6
/
+8
2016-11-18
staging: lustre: libcfs: fix misspelling of descriptor
James Simmons
1
-1
/
+1
2016-11-18
staging: lustre: libcfs: white space cleanup
James Simmons
15
-204
/
+204
2016-11-18
staging: lustre: libcfs: remove == 0 testing
James Simmons
8
-44
/
+43
2016-11-18
staging: lustre: libcfs: remove != 0 testing
James Simmons
9
-44
/
+44
2016-11-18
staging: lustre: lnet: replace uninitialized_var
James Simmons
1
-1
/
+1
2016-11-18
staging: lustre: lnet: fill in real lnet_md_t
James Simmons
1
-8
/
+9
2016-11-18
staging: lustre: lnet: missing blank line after declaration
James Simmons
1
-0
/
+1
[next]