index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
vmw_balloon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-10
drivers: vmw_balloon: remove dentry pointer for debugfs
Greg Kroah-Hartman
1
-8
/
+3
2019-12-10
vmw_balloon: Explicitly include linux/io.h for virt_to_phys()
Sean Christopherson
1
-0
/
+1
2019-08-28
vmw_balloon: Fix offline page marking with compaction
Nadav Amit
1
-2
/
+8
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-12
/
+6
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-16
/
+4
2019-06-12
vmw_balloon: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-16
/
+3
2019-05-24
vmw_balloon: Split refused pages
Nadav Amit
1
-11
/
+52
2019-05-24
vmw_balloon: Add memory shrinker
Nadav Amit
1
-2
/
+131
2019-05-24
vmw_balloon: Compaction support
Nadav Amit
1
-38
/
+263
2019-03-07
Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+18
2019-03-06
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-29
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-07
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
[next]