index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hv
/
hv_balloon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-15
hv_balloon: Replace spin_is_locked() with lockdep
Lance Roy
1
-1
/
+1
2018-07-03
use the new async probing feature for the hyperv drivers
Arjan van de Ven
1
-0
/
+3
2018-03-06
hv_balloon: trace post_status
Vitaly Kuznetsov
1
-0
/
+6
2018-03-06
hv_balloon: fix bugs in num_pages_onlined accounting
Vitaly Kuznetsov
1
-13
/
+69
2018-03-06
hv_balloon: simplify hv_online_page()/hv_page_online_one()
Vitaly Kuznetsov
1
-22
/
+5
2018-03-06
hv_balloon: fix printk loglevel
Vitaly Kuznetsov
1
-6
/
+6
2017-08-16
Drivers: hv: balloon: Initialize last_post_time on startup
Alex Ng
1
-0
/
+1
2017-08-16
Drivers: hv: balloon: Show the max dynamic memory assigned
Alex Ng
1
-2
/
+2
2017-08-16
Drivers: hv: balloon: Correctly update onlined page count
Alex Ng
1
-4
/
+3
2017-03-17
vmbus: remove useless return's
Stephen Hemminger
1
-2
/
+0
2017-01-31
Drivers: hv: balloon: add a fall through comment to hv_memory_notifier()
Vitaly Kuznetsov
1
-0
/
+1
2016-11-07
Drivers: hv: balloon: Fix info request to show max page count
Alex Ng
1
-2
/
+7
2016-11-07
Drivers: hv: balloon: Add logging for dynamic memory operations
Alex Ng
1
-3
/
+28
2016-11-07
Drivers: hv: balloon: Disable hot add when CONFIG_MEMORY_HOTPLUG is not set
Alex Ng
1
-0
/
+4
2016-08-31
Drivers: hv: balloon: Use available memory value in pressure report
Alex Ng
1
-8
/
+5
2016-08-31
Drivers: hv: balloon: replace ha_region_mutex with spinlock
Vitaly Kuznetsov
1
-45
/
+53
2016-08-31
Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is e...
Vitaly Kuznetsov
1
-6
/
+9
2016-08-31
Drivers: hv: balloon: account for gaps in hot add regions
Vitaly Kuznetsov
1
-37
/
+94
2016-08-31
Drivers: hv: balloon: keep track of where ha_region starts
Vitaly Kuznetsov
1
-2
/
+5
2016-05-01
Drivers: hv: balloon: reset host_specified_ha_region
Vitaly Kuznetsov
1
-0
/
+1
2016-05-01
Drivers: hv: balloon: don't crash when memory is added in non-sorted order
Vitaly Kuznetsov
1
-2
/
+2
2015-08-04
Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows...
Alex Ng
1
-6
/
+20
2015-06-01
Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONL...
Vitaly Kuznetsov
1
-1
/
+3
2015-04-03
Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX case
Vitaly Kuznetsov
1
-6
/
+7
2015-04-03
Drivers: hv: hv_balloon: correctly handle val.freeram<num_pages case
Vitaly Kuznetsov
1
-1
/
+1
2015-04-03
Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
Vitaly Kuznetsov
1
-13
/
+6
2015-04-03
Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor function
Vitaly Kuznetsov
1
-4
/
+4
2015-04-03
Drivers: hv: hv_balloon: do not online pages in offline blocks
Vitaly Kuznetsov
1
-1
/
+11
2015-03-25
Drivers: hv: hv_balloon: don't lose memory when onlining order is not natural
Vitaly Kuznetsov
1
-10
/
+4
2015-03-25
Drivers: hv: hv_balloon: keep locks balanced on add_memory() failure
Vitaly Kuznetsov
1
-0
/
+1
2015-03-01
Drivers: hv: hv_balloon: refuse to balloon below the floor
Vitaly Kuznetsov
1
-0
/
+11
2015-03-01
Drivers: hv: hv_balloon: report offline pages as being used
Vitaly Kuznetsov
1
-9
/
+24
2015-03-01
Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region...
Vitaly Kuznetsov
1
-29
/
+6
2015-03-01
hv: hv_balloon: match var type to return type of wait_for_completion
Nicholas Mc Guire
1
-1
/
+2
2015-01-25
Drivers: hv: hv_balloon: Don't post pressure status from interrupt context
K. Y. Srinivasan
1
-7
/
+4
2015-01-25
Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver
K. Y. Srinivasan
1
-5
/
+63
2015-01-25
Drivers: hv: hv_balloon: Make adjustments in computing the floor
K. Y. Srinivasan
1
-4
/
+5
2014-11-26
hv: hv_balloon: avoid memory leak on alloc_error of 2MB memory block
Dexuan Cui
1
-3
/
+7
2014-05-03
Drivers: hv: balloon: Ensure pressure reports are posted regularly
K. Y. Srinivasan
1
-3
/
+26
2014-02-15
Drivers: hv: Ballon: Make pressure posting thread sleep interruptibly
K. Y. Srinivasan
1
-1
/
+2
2013-08-02
Drivers: hv: remove HV_DRV_VERSION
Olaf Hering
1
-1
/
+0
2013-07-29
Merge 3.11-rc3 into char-misc-next.
Greg Kroah-Hartman
1
-8
/
+13
2013-07-26
Drivers: hv: balloon: Initialize the transaction ID just before sending the p...
K. Y. Srinivasan
1
-2
/
+2
2013-07-16
Drivers: hv: balloon: Do not post pressure status if interrupted
K. Y. Srinivasan
1
-0
/
+8
2013-07-16
Drivers: hv: balloon: Fix a bug in the hot-add code
K. Y. Srinivasan
1
-8
/
+5
2013-03-29
Drivers: hv: Notify the host of permanent hot-add failures
K. Y. Srinivasan
1
-2
/
+31
2013-03-29
Drivers: hv: balloon: Support 2M page allocations for ballooning
K. Y. Srinivasan
1
-2
/
+16
2013-03-29
Drivers: hv: balloon: Permit Linux to specify hot-add alignment requirements
K. Y. Srinivasan
1
-2
/
+15
2013-03-25
Drivers: hv: balloon: make local functions static
Wei Yongjun
1
-2
/
+2
2013-03-15
Drivers: hv: balloon: Implement hot-add functionality
K. Y. Srinivasan
1
-21
/
+387
[next]