summaryrefslogtreecommitdiffstats
path: root/drivers/counter (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-11x86/hyperv: implement an MSI domain for root partitionWei Liu4-1/+372
2021-02-11asm-generic/hyperv: import data structures for mapping device interruptsWei Liu2-0/+49
2021-02-11asm-generic/hyperv: introduce hv_device_id and auxiliary structuresWei Liu1-0/+79
2021-02-11asm-generic/hyperv: update hv_interrupt_entryWei Liu2-3/+35
2021-02-11asm-generic/hyperv: update hv_msi_entryWei Liu2-4/+28
2021-02-11x86/hyperv: implement and use hv_smp_prepare_cpusWei Liu1-0/+29
2021-02-11x86/hyperv: provide a bunch of helper functionsWei Liu4-1/+291
2021-02-11ACPI / NUMA: add a stub function for node_to_pxm()Wei Liu1-0/+4
2021-02-11x86/hyperv: handling hypercall page setup for rootWei Liu1-3/+34
2021-02-11x86/hyperv: extract partition ID from Microsoft Hypervisor if necessaryWei Liu3-0/+34
2021-02-11x86/hyperv: allocate output arg pages if requiredWei Liu2-5/+31
2021-02-11clocksource/hyperv: use MSR-based access if running as rootWei Liu1-0/+3
2021-02-11Drivers: hv: vmbus: skip VMBus initialization if Linux is rootWei Liu1-0/+3
2021-02-11x86/hyperv: detect if Linux is the root partitionWei Liu3-0/+32
2021-02-11asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENTWei Liu1-1/+1
2021-02-11hv: hyperv.h: Replace one-element array with flexible-array in struct icmsg_n...Gustavo A. R. Silva1-2/+2
2021-02-11hv_netvsc: Restrict configurations on isolated guestsAndrea Parri (Microsoft)1-2/+16
2021-02-11Drivers: hv: vmbus: Enforce 'VMBus version >= 5.2' on isolated guestsAndrea Parri (Microsoft)1-0/+7
2021-02-11Drivers: hv: vmbus: Restrict vmbus_devices on isolated guestsAndrea Parri (Microsoft)2-0/+39
2021-02-11x86/hyperv: Load/save the Isolation Configuration leafAndrea Parri (Microsoft)5-0/+45
2021-02-11hv_utils: Fix spelling mistake "Hearbeat" -> "Heartbeat"Colin Ian King1-1/+1
2021-02-11Drivers: hv: vmbus: Add /sys/bus/vmbus/hibernationDexuan Cui2-0/+25
2021-02-05Drivers: hv: vmbus: Resolve race condition in vmbus_onoffer_rescind()Andrea Parri (Microsoft)2-0/+13
2021-02-05Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind()Andrea Parri (Microsoft)1-2/+1
2021-02-05Drivers: hv: vmbus: Copy the hv_message in vmbus_on_msg_dpc()Andrea Parri (Microsoft)1-5/+14
2021-02-05Drivers: hv: vmbus: Reduce number of references to message in vmbus_on_msg_dpc()Andrea Parri (Microsoft)1-14/+14
2021-02-05Drivers: hv: vmbus: Initialize memory to be sent to the hostAndrea Parri (Microsoft)1-2/+2
2021-02-05hv_utils: Add validation for untrusted Hyper-V valuesAndres Beltran6-188/+314
2021-02-05Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran11-25/+139
2021-01-25Linux 5.11-rc5v5.11-rc5Linus Torvalds1-1/+1
2021-01-24MAINTAINERS: add a couple more files to the Clang/LLVM sectionNathan Chancellor1-0/+2
2021-01-24proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni1-1/+6
2021-01-24powerpc/mm/highmem: use __set_pte_at() for kmap_local()Thomas Gleixner1-0/+2
2021-01-24mips/mm/highmem: use set_pte() for kmap_local()Thomas Gleixner1-0/+1
2021-01-24mm/highmem: prepare for overriding set_pte_at()Thomas Gleixner1-1/+6
2021-01-24sparc/mm/highmem: flush cache and TLBThomas Gleixner1-4/+5
2021-01-24mm: fix page reference leak in soft_offline_page()Dan Williams1-4/+16
2021-01-24ubsan: disable unsigned-overflow check for i386Arnd Bergmann1-0/+1
2021-01-24kasan, mm: fix resetting page_alloc tags for HW_TAGSAndrey Konovalov1-0/+2
2021-01-24kasan, mm: fix conflicts with init_on_alloc/freeAndrey Konovalov1-3/+4
2021-01-24kasan: fix HW_TAGS boot parametersAndrey Konovalov2-66/+38
2021-01-24kasan: fix incorrect arguments passing in kasan_add_zero_shadowLecopzer Chen1-2/+1
2021-01-24kasan: fix unaligned address is unhandled in kasan_remove_zero_shadowLecopzer Chen1-8/+12
2021-01-24mm: fix numa stats for thp migrationShakeel Butt1-11/+12
2021-01-24mm: memcg: fix memcg file_dirty numa statShakeel Butt1-2/+2
2021-01-24mm: memcg/slab: optimize objcg stock drainingRoman Gushchin1-3/+1
2021-01-24mm: fix initialization of struct page for holes in memory layoutMike Rapoport1-34/+50
2021-01-24x86/setup: don't remove E820_TYPE_RAM for pfn 0Mike Rapoport1-11/+9
2021-01-24io_uring: account io_uring internal files as REQ_F_INFLIGHTJens Axboe1-10/+26
2021-01-24io_uring: fix sleeping under spin in __io_clean_opPavel Begunkov1-5/+5