index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
uio
/
uio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
uio: Fix an Oops on load
Dan Carpenter
2018-11-27
1
-2
/
+5
*
uio: ensure class is registered before devices
Alexandre Belloni
2018-11-22
1
-0
/
+9
*
uio: potential double frees if __uio_register_device() fails
Dan Carpenter
2018-09-26
1
-2
/
+1
*
uio: Export definition of struct uio_device
Andy Grover
2014-10-02
1
-12
/
+0
*
Revert "uio: fix vma io range check in mmap"
Greg Kroah-Hartman
2014-06-17
1
-1
/
+1
*
uio: fix vma io range check in mmap
Bin Wang
2014-05-27
1
-1
/
+1
*
uio: fix devm_request_irq usage
Aaro Koskinen
2013-12-20
1
-1
/
+1
*
uio: we cannot mmap unaligned page contents
Linus Torvalds
2013-12-02
1
-0
/
+2
*
Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2013-11-07
1
-20
/
+18
|
\
|
*
uio: Pass pointers to virt_to_page(), not integers
Ben Hutchings
2013-10-29
1
-2
/
+4
|
*
uio: fix memory leak
Cong Ding
2013-10-29
1
-6
/
+10
|
*
uio: Simplify uio error path by using devres functions
Michal Simek
2013-09-26
1
-12
/
+4
*
|
Fix a few incorrectly checked [io_]remap_pfn_range() calls
Linus Torvalds
2013-10-29
1
-2
/
+15
|
/
*
Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2013-09-03
1
-9
/
+13
|
\
|
*
UIO: convert class code to use dev_groups
Greg Kroah-Hartman
2013-07-24
1
-9
/
+13
*
|
uio: drop unused vma_count member in uio_device struct
Uwe Kleine-König
2013-08-12
1
-16
/
+0
*
|
uio: provide vm access to UIO_MEM_PHYS maps
Uwe Kleine-König
2013-08-12
1
-9
/
+17
|
/
*
uio: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT
Libin
2013-07-03
1
-1
/
+1
*
drivers: uio: Fix UIO device registration failure
Damian Hobson-Garcia
2013-03-29
1
-0
/
+1
*
uio: convert to idr_alloc()
Tejun Heo
2013-02-27
1
-15
/
+4
*
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
2012-10-09
1
-3
/
+1
*
uio: Support physical addresses >32 bits on 32-bit systems
Kai Jiang
2011-10-18
1
-4
/
+3
*
drivers:uio:change the goto label to consistent with others
Wanlong Gao
2011-08-22
1
-4
/
+3
*
uio: fix allocating minor id for uio device
Hillf Danton
2011-04-19
1
-1
/
+7
*
uio: fix finding mm index for vma
Hillf Danton
2011-04-19
1
-5
/
+3
*
uio: Change mail address of Hans J. Koch
Hans J. Koch
2010-11-10
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2010-10-22
1
-94
/
+69
|
\
|
*
uio: Statically allocate uio_class and use class .dev_attrs.
Eric W. Biederman
2010-10-22
1
-35
/
+18
|
*
uio: Support 2^MINOR_BITS minors
Eric W. Biederman
2010-10-22
1
-6
/
+37
|
*
uio: Cleanup irq handling.
Eric W. Biederman
2010-10-22
1
-7
/
+7
|
*
uio: Don't clear driver data
Eric W. Biederman
2010-10-22
1
-14
/
+3
|
*
uio: Fix lack of locking in init_uio_class
Eric W. Biederman
2010-10-22
1
-43
/
+15
*
|
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-15
1
-0
/
+1
|
/
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
2010-03-07
1
-2
/
+2
*
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2009-10-11
1
-0
/
+1
*
const: mark struct vm_struct_operations
Alexey Dobriyan
2009-09-27
1
-1
/
+1
*
UIO: Take offset into account when determining number of pages that can be ma...
Ian Abbott
2009-03-24
1
-1
/
+2
*
UIO: Add name attributes for mappings and port regions
Hans J. Koch
2009-03-24
1
-0
/
+22
*
UIO: Pass information about ioports to userspace (V2)
Hans J. Koch
2009-01-06
1
-17
/
+142
*
saner FASYNC handling on file close
Al Viro
2008-11-01
1
-3
/
+0
*
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
Linus Torvalds
2008-10-20
1
-6
/
+8
|
\
|
*
UIO: BKL removal
Jonathan Corbet
2008-10-16
1
-6
/
+8
*
|
UIO: Fix mapping of logical and virtual memory
Andrew G. Harvey
2008-10-16
1
-2
/
+10
*
|
UIO: Add alignment warnings for uio-mem
Hans J. Koch
2008-10-16
1
-0
/
+8
*
|
device create: misc: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
1
-3
/
+3
|
/
*
UIO: Add write function to allow irq masking
Hans J. Koch
2008-07-21
1
-0
/
+26
*
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
2008-07-14
1
-4
/
+3
|
\
|
*
UIO: fix race in device_create
Greg Kroah-Hartman
2008-05-20
1
-4
/
+3
*
|
UIO: cdev lock_kernel() pushdown
Jonathan Corbet
2008-06-20
1
-5
/
+12
|
/
[next]