index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dio
/
dio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers: dio: fix possible memory leak in dio_init()
Yang Yingliang
2022-11-09
1
-0
/
+8
*
drivers: dio: add missing iounmap() in dio_init()
Yang Yingliang
2022-05-19
1
-1
/
+4
*
drivers: dio: Missing a blank line after declarations
Aleksa Vučković
2022-02-04
1
-0
/
+1
*
drivers: dio: code indent should use tabs
Aleksa Vučković
2022-02-04
1
-46
/
+46
*
drivers: dio: space required after that ','
Aleksa Vučković
2022-02-04
1
-1
/
+1
*
drivers: dio: space prohibited after parenthesis
Aleksa Vučković
2022-02-04
1
-1
/
+1
*
drivers: dio: trailing whitespace
Aleksa Vučković
2022-02-04
1
-12
/
+12
*
drivers: dio: brace should be on the previous line
Aleksa Vučković
2022-02-04
1
-8
/
+5
*
drivers: dio: Use <linux/io.h> instead <asm/io.h>
Aleksa Vučković
2022-02-04
1
-1
/
+1
*
dio: return -ENOMEM when kzalloc() fails
Salah Triki
2021-07-21
1
-1
/
+1
*
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
2020-06-17
1
-2
/
+4
*
dio: Fix buffer overflow in case of unknown board
Geert Uytterhoeven
2019-01-21
1
-2
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
dio: use probe_kernel_read()
Al Viro
2017-05-27
1
-15
/
+2
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
dio: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-03-25
1
-2
/
+2
*
m68k: dio - Kill warn_unused_result warnings
Geert Uytterhoeven
2009-01-12
1
-3
/
+15
*
dio: ARRAY_SIZE() cleanup
Alejandro Martinez Ruiz
2008-02-05
1
-3
/
+1
*
[PATCH] drivers/dio: kmalloc + memset -> kzalloc conversion
Deepak Saxena
2005-11-07
1
-2
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-17
1
-0
/
+279