summaryrefslogtreecommitdiffstats
path: root/drivers/virt/fsl_hypervisor.c
Commit message (Expand)AuthorAgeFilesLines
* virt: fsl: Use of_property_present() for testing DT property presenceRob Herring2023-04-211-1/+1
* virt: fsl_hypervisor: Replace NO_IRQ by 0Christophe Leroy2022-11-101-1/+1
* drivers/virt/fsl_hypervisor: remove unneeded `ret` variable in `fsl_hv_open()`Guo Zhengkui2022-04-261-2/+1
* virt: fsl_hypervisor: Directly return 0 instead of using local ret variableHaowen Bai2022-03-181-3/+1
* drivers/virt/fsl_hypervisor: Fix error handling pathSouptick Joarder2020-09-071-9/+8
* compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctlDan Carpenter2019-05-141-0/+3
* drivers/virt/fsl_hypervisor.c: dereferencing error pointers in ioctlDan Carpenter2019-05-141-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-121-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-221-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-081-5/+2
* 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/+2
* drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+1
* drivers/virt: the Freescale hypervisor driver doesn't need to check MSR[GS]Timur Tabi2012-11-251-3/+0
* 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