Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6c61bbf0e844a035736272bd863d724d5f112ac5
/
drivers
/
uio
/
uio.c
7314e613
Fix a few incorrectly checked [io_]remap_pfn_range() calls
by Linus Torvalds
· 11 years ago
542a086
Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
b65c401
uio: drop unused vma_count member in uio_device struct
by Uwe Kleine-König
· 11 years ago
7294151
uio: provide vm access to UIO_MEM_PHYS maps
by Uwe Kleine-König
· 11 years ago
c9dce92
UIO: convert class code to use dev_groups
by Greg Kroah-Hartman
· 11 years ago
52c2dad
uio: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT
by Libin
· 11 years ago
5ed0505
drivers: uio: Fix UIO device registration failure
by Damian Hobson-Garcia
· 12 years ago
6d77093
uio: convert to idr_alloc()
by Tejun Heo
· 12 years ago
314e51b
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
by Konstantin Khlebnikov
· 12 years ago
27a9070
uio: Support physical addresses >32 bits on 32-bit systems
by Kai Jiang
· 13 years ago
d80df1c
drivers:uio:change the goto label to consistent with others
by Wanlong Gao
· 13 years ago
c6edc42
uio: fix allocating minor id for uio device
by Hillf Danton
· 14 years ago
f0c554f
uio: fix finding mm index for vma
by Hillf Danton
· 14 years ago
318af55
uio: Change mail address of Hans J. Koch
by Hans J. Koch
· 14 years ago
b9da057
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 14 years ago
c66fdab
uio: Statically allocate uio_class and use class .dev_attrs.
by Eric W. Biederman
· 14 years ago
91960a4
uio: Support 2^MINOR_BITS minors
by Eric W. Biederman
· 14 years ago
6427a76
uio: Cleanup irq handling.
by Eric W. Biederman
· 14 years ago
70a9156
uio: Don't clear driver data
by Eric W. Biederman
· 14 years ago
3d4f9d7
uio: Fix lack of locking in init_uio_class
by Eric W. Biederman
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
52cf25d
Driver core: Constify struct sysfs_ops in struct kobj_type
by Emese Revfy
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
f0f37e2
const: mark struct vm_struct_operations
by Alexey Dobriyan
· 15 years ago
6da2d37
UIO: Take offset into account when determining number of pages that can be mapped
by Ian Abbott
· 16 years ago
8205779
UIO: Add name attributes for mappings and port regions
by Hans J. Koch
· 16 years ago
e70c412
UIO: Pass information about ioports to userspace (V2)
by Hans J. Koch
· 16 years ago
233e70f
saner FASYNC handling on file close
by Al Viro
· 16 years ago
2bea2e4
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 16 years ago
0d4a7bc
UIO: BKL removal
by Jonathan Corbet
· 16 years ago
02683ff
UIO: Fix mapping of logical and virtual memory
by Andrew G. Harvey
· 16 years ago
e2b39df
UIO: Add alignment warnings for uio-mem
by Hans J. Koch
· 16 years ago
a9b1261
device create: misc: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
328a14e
UIO: Add write function to allow irq masking
by Hans J. Koch
· 16 years ago
2fceef3
Merge commit 'v2.6.26' into bkl-removal
by Jonathan Corbet
· 16 years ago
fbc8a81
UIO: cdev lock_kernel() pushdown
by Jonathan Corbet
· 16 years ago
43691da
UIO: fix race in device_create
by Greg Kroah-Hartman
· 16 years ago
610ad50
UIO: hold a reference to the device's owner while the device is open
by Uwe Kleine-König
· 17 years ago
c9698d6b
UIO: add pgprot_noncached() to UIO mmap code
by Jean-Samuel Chenard
· 17 years ago
4f808bc
UIO: fix Greg's stupid changes
by Brandon Philips
· 17 years ago
a18b630
uio: nopage
by Nick Piggin
· 17 years ago
4f01469
UIO: constify function pointer tables
by Jan Engelhardt
· 17 years ago
c10997f
Kobject: convert drivers/* from kobject_unregister() to kobject_put()
by Greg Kroah-Hartman
· 17 years ago
f9cb074
Kobject: rename kobject_init_ng() to kobject_init()
by Greg Kroah-Hartman
· 17 years ago
b2d6db5
Kobject: rename kobject_add_ng() to kobject_add()
by Greg Kroah-Hartman
· 17 years ago
81e7c6a
UIO: fix kobject usage
by Greg Kroah-Hartman
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
beafc54
UIO: Add the User IO core code
by Hans J. Koch
· 18 years ago