summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-4/+2
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-121-0/+1
|\
| * drivers: hv: Add a module description line to the hv_vmbus driverJoseph Salisbury2019-06-231-0/+1
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-0/+1
|\ \
| * | x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbolZhao Yakui2019-06-111-0/+1
| |/
* | clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley2019-07-031-0/+1
* | clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley2019-07-034-175/+29
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner2019-06-058-109/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 280Thomas Gleixner2019-06-055-56/+5
* Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()Dexuan Cui2019-04-131-1/+0
* Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutexKimberly Brown2019-04-104-31/+73
* Drivers: hv: vmbus: Set ring_info field to 0 and remove memsetKimberly Brown2019-04-101-2/+1
* Drivers: hv: vmbus: Refactor chan->state if statementKimberly Brown2019-04-101-3/+12
* Drivers: hv: vmbus: Expose monitor data only when monitor pages are usedKimberly Brown2019-03-203-2/+78
* Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-065-46/+80
|\
| * Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-03-015-45/+79
| |\
| | * Drivers: hv: vmbus: Expose counters for interrupts and full conditionsKimberly Brown2019-02-142-1/+49
| | * vmbus: Switch to use new generic UUID APIAndy Shevchenko2019-02-144-44/+30
| * | Drivers: hv: vmbus: Change server monitor_pages index to 0Kimberly Brown2019-02-231-1/+1
| |/
* | hv_balloon: mark inflated pages PG_offlineDavid Hildenbrand2019-03-051-2/+12
* | mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS2019-03-051-3/+4
|/
* vmbus: fix subchannel removalDexuan Cui2019-01-091-8/+1
* hv_balloon: avoid touching uninitialized struct page during tail onliningVitaly Kuznetsov2019-01-091-4/+6
* Drivers: hv: vmbus: Check for ring when getting debug infoDexuan Cui2019-01-092-46/+76
* Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-286-56/+5
|\
| * Merge 4.20-rc6 into char-misc-nextGreg Kroah-Hartman2018-12-103-65/+154
| |\
| * \ Merge 4.20-rc5 into char-misc-nextGreg Kroah-Hartman2018-12-031-0/+8
| |\ \
| * | | Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel()Dexuan Cui2018-11-262-46/+0
| * | | Merge 4.20-rc4 into char-misc-nextGreg Kroah-Hartman2018-11-261-4/+22
| |\ \ \
| * | | | Drivers: hv: kvp: Use %u to print U32Dexuan Cui2018-11-111-1/+1
| * | | | hv_utils: update name in struct hv_driver util_drvHaiyang Zhang2018-11-111-1/+1
| * | | | Drivers: hv: vmbus: Get rid of unnecessary state in hv_contextK. Y. Srinivasan2018-11-112-9/+3
* | | | | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* | | | | mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-9/+10
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-262-69/+1
|\ \ \ \ \
| * | | | | x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hVitaly Kuznetsov2018-12-142-69/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'hyperv-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-12-142-1/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened channelsDexuan Cui2018-12-131-0/+20
| * | | | x86, hyperv: remove PCI dependencySinan Kaya2018-12-131-1/+1
| |/ / /
* | | / Drivers: hv: vmbus: Offload the handling of channels to two workqueuesDexuan Cui2018-12-033-66/+154
| |_|/ |/| |
* | | Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()Dexuan Cui2018-11-261-0/+8
| |/ |/|
* | Drivers: hv: kvp: Fix the recent regression caused by incorrect clean-upDexuan Cui2018-11-111-4/+22
|/
* hv_balloon: Replace spin_is_locked() with lockdepLance Roy2018-10-151-1/+1
* Merge 4.19-rc7 into char-misc-nextGreg Kroah-Hartman2018-10-081-3/+5
|\
| * Drivers: hv: vmbus: Use get/put_cpu() in vmbus_connect()Dexuan Cui2018-09-301-3/+5
* | Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu maskDexuan Cui2018-10-021-5/+9
* | Drivers: hv: kvp: Fix two "this statement may fall through" warningsDexuan Cui2018-10-021-2/+4
* | Drivers: hv: kvp: Fix the indentation of some "break" statementsDexuan Cui2018-10-021-4/+4
* | Drivers: hv: vmbus: Fix the descriptions of some function parametersDexuan Cui2018-10-022-25/+22
* | vmbus: split ring buffer allocation from openStephen Hemminger2018-09-252-115/+153