aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/vmw_balloon.c
AgeCommit message (Expand)Author
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-05vmw_balloon: mark inflated pages PG_offlineDavid Hildenbrand
2019-02-12vmw_balloon: release lock on error in vmballoon_reset()Dan Carpenter
2019-02-08vmw_balloon: support 64-bit memory limitXavier Deguillard
2019-02-08vmw_balloon: remove the version numberNadav Amit
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-06misc: remove GENWQE_DEBUGFS_RO()Yangtao Li
2018-09-25vmw_balloon: add reset statNadav Amit
2018-09-25vmw_balloon: general style cleanupNadav Amit
2018-09-25vmw_balloon: rework the inflate and deflate loopsNadav Amit
2018-09-25vmw_balloon: stats reworkNadav Amit
2018-09-25vmw_balloon: simplify vmballoon_send_get_target()Nadav Amit
2018-09-25vmw_balloon: refactor change size from vmballoon_workNadav Amit
2018-09-25vmw_balloon: rename VMW_BALLOON_2M_SHIFT to VMW_BALLOON_2M_ORDERNadav Amit
2018-09-25vmw_balloon: treat all refused pages equallyNadav Amit
2018-09-25vmw_balloon: change batch/single lock abstractionsNadav Amit
2018-09-25vmw_balloon: remove sleeping allocationsNadav Amit
2018-09-25vmw_balloon: simplifying batch accessNadav Amit
2018-09-25vmw_balloon: merge send_lock and send_unlock pathNadav Amit
2018-09-25vmw_balloon: unify commands tracing and statsNadav Amit
2018-09-25vmw_balloon: handle commands in a single function.Nadav Amit
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman
2018-07-03vmw_balloon: fix inflation with batchingNadav Amit
2018-07-03vmw_balloon: update copyright messageNadav Amit
2018-07-03vmw_balloon: remove inflation rate limitingNadav Amit
2018-07-03vmw_balloon: fix VMCI use when balloon built into kernelNadav Amit
2018-07-03vmw_balloon: VMCI_DOORBELL_SET does not check statusNadav Amit
2018-07-03vmw_balloon: do not use 2MB without batchingNadav Amit
2018-07-03vmw_balloon: fix inflation of 64-bit GFNsNadav Amit
2018-06-02vmw_balloon: fixing double free when batching mode is offGil Kupfer
2017-11-10x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-10-04VMware balloon: Enable notification via VMCIPhilip P. Moltmann
2015-10-04VMware balloon: Treat init like resetPhilip P. Moltmann
2015-10-04VMware balloon: Support 2m page ballooning.Philip P. Moltmann
2015-10-04VMware balloon: Do not limit the amount of frees and allocations in non-sleep...Philip P. Moltmann
2015-10-04VMware balloon: Show capabilities of balloon and resulting capabilities in th...Philip P. Moltmann
2015-10-04VMware balloon: Update balloon target on each lock/unlock.Xavier Deguillard
2015-10-04VMware balloon: add batching to the vmw_balloon.Xavier Deguillard
2015-08-05VMware balloon: Add support for balloon capabilities.Xavier Deguillard
2015-08-05VMware balloon: partially inline vmballoon_reserve_page.Xavier Deguillard
2014-06-20MAINTAINERS: add entry for VMware Balloon driverDmitry Torokhov
2013-08-27misc: vmw_balloon: Remove braces to fix build for clang.Jan-Simon Möller
2012-02-02vmw_balloon: fix for a -Wuninitialized warningDanny Kukawka
2011-11-02drivers/misc/vmw_balloon.c: fix typo in code commentRakib Mullick
2011-11-02drivers/misc/vmw_balloon.c: determine page allocation flag can_sleep outside ...Rakib Mullick
2011-07-26Vmware balloon: switch to using sysem-wide freezable workqueueDmitry Torokhov
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo
2011-01-13VMware balloon: stop locking pages when hypervisor tells us enoughDmitry Torokhov