summaryrefslogtreecommitdiff
path: root/drivers/uio/uio.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-05-16uio: fix incorrect memory leak cleanupSuman Anna
2017-04-08uio: Allow handling of non page-aligned memory regionsMichal Sojka
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2016-05-01uio: add missing error codesDan Carpenter
2015-10-04uio: fix false positive __might_sleep warning splatMichal Hocko
2015-08-05uio: Destroy uio_idr on module exitJohannes Thumshirn
2015-05-24uio: don't free irq that was not requestedStephen Hemminger
2015-03-20uio: Request/free irq separate from dev lifecycleBrian Russell
2014-11-07uio: support memory sizes larger than 32 bitsCristian Stoica
2014-10-02uio: Export definition of struct uio_deviceAndy Grover
2014-06-17Revert "uio: fix vma io range check in mmap"Greg Kroah-Hartman
2014-05-27uio: fix vma io range check in mmapBin Wang
2013-12-20uio: fix devm_request_irq usageAaro Koskinen
2013-12-02uio: we cannot mmap unaligned page contentsLinus Torvalds
2013-11-07Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-10-29uio: Pass pointers to virt_to_page(), not integersBen Hutchings
2013-10-29uio: fix memory leakCong Ding
2013-10-29Fix a few incorrectly checked [io_]remap_pfn_range() callsLinus Torvalds
2013-09-26uio: Simplify uio error path by using devres functionsMichal Simek
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-08-12uio: drop unused vma_count member in uio_device structUwe Kleine-König
2013-08-12uio: provide vm access to UIO_MEM_PHYS mapsUwe Kleine-König
2013-07-24UIO: convert class code to use dev_groupsGreg Kroah-Hartman
2013-07-03uio: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin
2013-03-29drivers: uio: Fix UIO device registration failureDamian Hobson-Garcia
2013-02-27uio: convert to idr_alloc()Tejun Heo
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2011-10-18uio: Support physical addresses >32 bits on 32-bit systemsKai Jiang
2011-08-22drivers:uio:change the goto label to consistent with othersWanlong Gao
2011-04-19uio: fix allocating minor id for uio deviceHillf Danton
2011-04-19uio: fix finding mm index for vmaHillf Danton
2010-11-10uio: Change mail address of Hans J. KochHans J. Koch
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2010-10-22uio: Statically allocate uio_class and use class .dev_attrs.Eric W. Biederman
2010-10-22uio: Support 2^MINOR_BITS minorsEric W. Biederman
2010-10-22uio: Cleanup irq handling.Eric W. Biederman
2010-10-22uio: Don't clear driver dataEric W. Biederman
2010-10-22uio: Fix lack of locking in init_uio_classEric W. Biederman
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-03-24UIO: Take offset into account when determining number of pages that can be ma...Ian Abbott
2009-03-24UIO: Add name attributes for mappings and port regionsHans J. Koch
2009-01-06UIO: Pass information about ioports to userspace (V2)Hans J. Koch
2008-11-01saner FASYNC handling on file closeAl Viro