index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
vmw_balloon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-06
Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+18
2019-03-05
vmw_balloon: mark inflated pages PG_offline
David Hildenbrand
1
-0
/
+32
2019-02-12
vmw_balloon: release lock on error in vmballoon_reset()
Dan Carpenter
1
-2
/
+3
2019-02-08
vmw_balloon: support 64-bit memory limit
Xavier Deguillard
1
-3
/
+15
2019-02-08
vmw_balloon: remove the version number
Nadav Amit
1
-1
/
+0
2018-12-28
Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-12
/
+1
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-1
/
+1
2018-12-06
misc: remove GENWQE_DEBUGFS_RO()
Yangtao Li
1
-12
/
+1
2018-09-25
vmw_balloon: add reset stat
Nadav Amit
1
-2
/
+5
2018-09-25
vmw_balloon: general style cleanup
Nadav Amit
1
-16
/
+23
2018-09-25
vmw_balloon: rework the inflate and deflate loops
Nadav Amit
1
-288
/
+541
2018-09-25
vmw_balloon: stats rework
Nadav Amit
1
-103
/
+281
2018-09-25
vmw_balloon: simplify vmballoon_send_get_target()
Nadav Amit
1
-21
/
+14
2018-09-25
vmw_balloon: refactor change size from vmballoon_work
Nadav Amit
1
-23
/
+52
2018-09-25
vmw_balloon: rename VMW_BALLOON_2M_SHIFT to VMW_BALLOON_2M_ORDER
Nadav Amit
1
-4
/
+4
2018-09-25
vmw_balloon: treat all refused pages equally
Nadav Amit
1
-23
/
+29
2018-09-25
vmw_balloon: change batch/single lock abstractions
Nadav Amit
1
-193
/
+165
2018-09-25
vmw_balloon: remove sleeping allocations
Nadav Amit
1
-49
/
+18
2018-09-25
vmw_balloon: simplifying batch access
Nadav Amit
1
-51
/
+30
2018-09-25
vmw_balloon: merge send_lock and send_unlock path
Nadav Amit
1
-41
/
+21
2018-09-25
vmw_balloon: unify commands tracing and stats
Nadav Amit
1
-75
/
+41
2018-09-25
vmw_balloon: handle commands in a single function.
Nadav Amit
1
-107
/
+116
2018-07-16
Merge 4.18-rc5 into char-misc-next
Greg Kroah-Hartman
1
-2
/
+2
2018-07-03
vmw_balloon: fix inflation with batching
Nadav Amit
1
-2
/
+2
2018-07-03
vmw_balloon: update copyright message
Nadav Amit
1
-20
/
+2
2018-07-03
vmw_balloon: remove inflation rate limiting
Nadav Amit
1
-81
/
+11
2018-07-03
vmw_balloon: fix VMCI use when balloon built into kernel
Nadav Amit
1
-1
/
+8
2018-07-03
vmw_balloon: VMCI_DOORBELL_SET does not check status
Nadav Amit
1
-18
/
+19
2018-07-03
vmw_balloon: do not use 2MB without batching
Nadav Amit
1
-1
/
+7
2018-07-03
vmw_balloon: fix inflation of 64-bit GFNs
Nadav Amit
1
-6
/
+7
2018-06-02
vmw_balloon: fixing double free when batching mode is off
Gil Kupfer
1
-16
/
+7
2017-11-10
x86/virt: Add enum for hypervisors to replace x86_hyper
Juergen Gross
1
-1
/
+1
2015-11-06
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
1
-1
/
+1
2015-10-04
VMware balloon: Enable notification via VMCI
Philip P. Moltmann
1
-9
/
+96
2015-10-04
VMware balloon: Treat init like reset
Philip P. Moltmann
1
-35
/
+18
2015-10-04
VMware balloon: Support 2m page ballooning.
Philip P. Moltmann
1
-118
/
+258
2015-10-04
VMware balloon: Do not limit the amount of frees and allocations in non-sleep...
Philip P. Moltmann
1
-52
/
+16
2015-10-04
VMware balloon: Show capabilities of balloon and resulting capabilities in th...
Philip P. Moltmann
1
-1
/
+7
2015-10-04
VMware balloon: Update balloon target on each lock/unlock.
Xavier Deguillard
1
-43
/
+42
2015-10-04
VMware balloon: add batching to the vmw_balloon.
Xavier Deguillard
1
-53
/
+353
2015-08-05
VMware balloon: Add support for balloon capabilities.
Xavier Deguillard
1
-30
/
+44
2015-08-05
VMware balloon: partially inline vmballoon_reserve_page.
Xavier Deguillard
1
-56
/
+42
2014-06-20
MAINTAINERS: add entry for VMware Balloon driver
Dmitry Torokhov
1
-1
/
+2
2013-08-27
misc: vmw_balloon: Remove braces to fix build for clang.
Jan-Simon Möller
1
-1
/
+1
2012-02-02
vmw_balloon: fix for a -Wuninitialized warning
Danny Kukawka
1
-7
/
+7
2011-11-02
drivers/misc/vmw_balloon.c: fix typo in code comment
Rakib Mullick
1
-1
/
+1
2011-11-02
drivers/misc/vmw_balloon.c: determine page allocation flag can_sleep outside ...
Rakib Mullick
1
-1
/
+1
2011-07-26
Vmware balloon: switch to using sysem-wide freezable workqueue
Dmitry Torokhov
1
-20
/
+11
2011-02-16
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
Tejun Heo
1
-1
/
+1
2011-01-13
VMware balloon: stop locking pages when hypervisor tells us enough
Dmitry Torokhov
1
-5
/
+8
[next]