index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
uio
/
uio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-18
uio: Support physical addresses >32 bits on 32-bit systems
Kai Jiang
1
-4
/
+3
2011-08-23
drivers:uio:change the goto label to consistent with others
Wanlong Gao
1
-4
/
+3
2011-04-20
uio: fix allocating minor id for uio device
Hillf Danton
1
-1
/
+7
2011-04-20
uio: fix finding mm index for vma
Hillf Danton
1
-5
/
+3
2010-11-11
uio: Change mail address of Hans J. Koch
Hans J. Koch
1
-1
/
+1
2010-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
1
-94
/
+69
2010-10-22
uio: Statically allocate uio_class and use class .dev_attrs.
Eric W. Biederman
1
-35
/
+18
2010-10-22
uio: Support 2^MINOR_BITS minors
Eric W. Biederman
1
-6
/
+37
2010-10-22
uio: Cleanup irq handling.
Eric W. Biederman
1
-7
/
+7
2010-10-22
uio: Don't clear driver data
Eric W. Biederman
1
-14
/
+3
2010-10-22
uio: Fix lack of locking in init_uio_class
Eric W. Biederman
1
-43
/
+15
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-08
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
1
-2
/
+2
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-09-27
const: mark struct vm_struct_operations
Alexey Dobriyan
1
-1
/
+1
2009-03-25
UIO: Take offset into account when determining number of pages that can be ma...
Ian Abbott
1
-1
/
+2
2009-03-25
UIO: Add name attributes for mappings and port regions
Hans J. Koch
1
-0
/
+22
2009-01-06
UIO: Pass information about ioports to userspace (V2)
Hans J. Koch
1
-17
/
+142
2008-11-01
saner FASYNC handling on file close
Al Viro
1
-3
/
+0
2008-10-21
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
Linus Torvalds
1
-6
/
+8
2008-10-16
UIO: BKL removal
Jonathan Corbet
1
-6
/
+8
2008-10-16
UIO: Fix mapping of logical and virtual memory
Andrew G. Harvey
1
-2
/
+10
2008-10-16
UIO: Add alignment warnings for uio-mem
Hans J. Koch
1
-0
/
+8
2008-10-16
device create: misc: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-3
/
+3
2008-07-22
UIO: Add write function to allow irq masking
Hans J. Koch
1
-0
/
+26
2008-07-15
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
1
-4
/
+3
2008-06-21
UIO: cdev lock_kernel() pushdown
Jonathan Corbet
1
-5
/
+12
2008-05-21
UIO: fix race in device_create
Greg Kroah-Hartman
1
-4
/
+3
2008-04-20
UIO: hold a reference to the device's owner while the device is open
Uwe Kleine-König
1
-15
/
+21
2008-03-25
UIO: add pgprot_noncached() to UIO mmap code
Jean-Samuel Chenard
1
-0
/
+2
2008-02-22
UIO: fix Greg's stupid changes
Brandon Philips
1
-17
/
+37
2008-02-06
uio: nopage
Nick Piggin
1
-8
/
+6
2008-01-25
UIO: constify function pointer tables
Jan Engelhardt
1
-2
/
+2
2008-01-25
Kobject: convert drivers/* from kobject_unregister() to kobject_put()
Greg Kroah-Hartman
1
-4
/
+4
2008-01-25
Kobject: rename kobject_init_ng() to kobject_init()
Greg Kroah-Hartman
1
-1
/
+1
2008-01-25
Kobject: rename kobject_add_ng() to kobject_add()
Greg Kroah-Hartman
1
-1
/
+1
2008-01-25
UIO: fix kobject usage
Greg Kroah-Hartman
1
-43
/
+48
2008-01-25
kobject: remove struct kobj_type from struct kset
Greg Kroah-Hartman
1
-1
/
+1
2007-07-19
UIO: Add the User IO core code
Hans J. Koch
1
-0
/
+701