| Age | Commit message (Expand) | Author | Files | Lines |
| 14 days | dio: Use tabs and avoid continuation logging in dio_init | Thorsten Blum | 1 | -6/+7 |
| 14 days | dio: Replace deprecated strcpy with strscpy in dio_init | Thorsten Blum | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2022-11-09 | drivers: dio: fix possible memory leak in dio_init() | Yang Yingliang | 1 | -0/+8 |
| 2022-05-19 | drivers: dio: add missing iounmap() in dio_init() | Yang Yingliang | 1 | -1/+4 |
| 2022-02-04 | drivers: dio: Missing a blank line after declarations | Aleksa Vučković | 1 | -0/+1 |
| 2022-02-04 | drivers: dio: code indent should use tabs | Aleksa Vučković | 1 | -46/+46 |
| 2022-02-04 | drivers: dio: space required after that ',' | Aleksa Vučković | 1 | -1/+1 |
| 2022-02-04 | drivers: dio: space prohibited after parenthesis | Aleksa Vučković | 1 | -1/+1 |
| 2022-02-04 | drivers: dio: trailing whitespace | Aleksa Vučković | 1 | -12/+12 |
| 2022-02-04 | drivers: dio: brace should be on the previous line | Aleksa Vučković | 1 | -8/+5 |
| 2022-02-04 | drivers: dio: Use <linux/io.h> instead <asm/io.h> | Aleksa Vučković | 1 | -1/+1 |
| 2021-07-21 | dio: return -ENOMEM when kzalloc() fails | Salah Triki | 1 | -1/+1 |
| 2020-06-17 | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig | 1 | -2/+4 |
| 2019-01-21 | dio: Fix buffer overflow in case of unknown board | Geert Uytterhoeven | 1 | -2/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-05-27 | dio: use probe_kernel_read() | Al Viro | 1 | -15/+2 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2009-03-24 | dio: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
| 2009-01-12 | m68k: dio - Kill warn_unused_result warnings | Geert Uytterhoeven | 1 | -3/+15 |
| 2008-02-05 | dio: ARRAY_SIZE() cleanup | Alejandro Martinez Ruiz | 1 | -3/+1 |
| 2005-11-07 | [PATCH] drivers/dio: kmalloc + memset -> kzalloc conversion | Deepak Saxena | 1 | -2/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+279 |