summaryrefslogtreecommitdiffstats
path: root/drivers/virt/fsl_hypervisor.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctlDan Carpenter2019-05-151-0/+3
* drivers/virt/fsl_hypervisor.c: dereferencing error pointers in ioctlDan Carpenter2019-05-151-13/+13
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* fsl_hypervisor: switch to get_user_pages_fast()Al Viro2017-09-231-2/+2
* virt: Convert to using %pOF instead of full_nameRob Herring2017-08-291-6/+6
* drivers/virt/fsl_hypervisor.c: use get_user_pages_unlocked()Lorenzo Stoakes2017-05-091-5/+2Star
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-2/+2
* mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-3/+2Star
* drivers: clean-up prom.h implicit includesRob Herring2013-10-101-0/+1
* drivers/virt: the Freescale hypervisor driver doesn't need to check MSR[GS]Timur Tabi2012-11-251-3/+0Star
* drivers/virt: add ioctl for 32-bit compat on 64-bit to fsl-hv-managerMihai Caraman2011-10-141-0/+1
* drivers/virt: add missing linux/interrupt.h to fsl_hypervisor.cTimur Tabi2011-07-221-0/+1
* drivers/virt: introduce Freescale hypervisor management driverTimur Tabi2011-07-081-0/+937