index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hv
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
mshv_vtl: Fix vmemmap_shift exceeding MAX_FOLIO_ORDER
Naman Jain
1
-3
/
+9
2026-04-04
mshv: Fix infinite fault loop on permission-denied GPA intercepts
Stanislav Kinsburskii
1
-3
/
+12
2026-03-18
mshv: Fix error handling in mshv_region_pin
Stanislav Kinsburskii
1
-2
/
+4
2026-03-13
mshv: Fix use-after-free in mshv_map_user_memory error path
Stanislav Kinsburskii
1
-1
/
+1
2026-03-12
mshv: pass struct mshv_user_mem_region by reference
Mukesh R
1
-13
/
+13
2026-03-11
Revert "mshv: expose the scrub partition hypercall"
Wei Liu
1
-1
/
+0
2026-02-25
mshv: add arm64 support for doorbell & intercept SINTs
Anirudh Rayabharam (Microsoft)
1
-10
/
+109
2026-02-25
mshv: refactor synic init and cleanup
Anirudh Rayabharam (Microsoft)
3
-65
/
+75
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
10
-19
/
+19
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
16
-42
/
+38
2026-02-20
Merge tag 'hyperv-next-signed-20260218' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
15
-202
/
+1662
2026-02-19
mshv: Handle insufficient root memory hypervisor statuses
Stanislav Kinsburskii
2
-0
/
+16
2026-02-19
mshv: Handle insufficient contiguous memory hypervisor status
Stanislav Kinsburskii
2
-0
/
+5
2026-02-19
mshv: Introduce hv_deposit_memory helper functions
Stanislav Kinsburskii
3
-20
/
+29
2026-02-19
mshv: Introduce hv_result_needs_memory() helper function
Stanislav Kinsburskii
3
-16
/
+25
2026-02-18
mshv: Add SMT_ENABLED_GUEST partition creation flag
Anatol Belski
1
-0
/
+2
2026-02-18
mshv: Add nested virtualization creation flag
Muminul Islam
1
-0
/
+2
2026-02-18
Drivers: hv: vmbus: Simplify allocation of vmbus_evt
Michael Kelley
1
-14
/
+8
2026-02-18
mshv: expose the scrub partition hypercall
Magnus Kulke
1
-0
/
+1
2026-02-18
mshv: Add support for integrated scheduler
Stanislav Kinsburskii
1
-32
/
+50
2026-02-18
mshv: Use try_cmpxchg() instead of cmpxchg()
Uros Bizjak
2
-4
/
+4
2026-02-18
Drivers: hv: vmbus: Use kthread for vmbus interrupts on PREEMPT_RT
Jan Kiszka
1
-1
/
+65
2026-02-14
drivers: hv: vmbus_drv: Remove reference to hpyerv_fb
Prasanna Kumar T S M
1
-2
/
+2
2026-02-09
Merge tag 'efi-next-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
1
-3
/
+3
2026-02-06
mshv: fix SRCU protection in irqfd resampler ack handler
Li RongQing
1
-2
/
+3
2026-02-06
mshv: make field names descriptive in a header struct
Mukesh R
3
-40
/
+40
2026-02-04
mshv: clear eventfd counter on irqfd shutdown
Carlos López
2
-4
/
+2
2026-02-04
Drivers: hv: Use memremap()/memunmap() instead of ioremap_cache()/iounmap()
Michael Kelley
1
-6
/
+6
2026-02-04
mshv: Add debugfs to view hypervisor statistics
Nuno Das Neves
4
-2
/
+785
2026-02-04
mshv: Add data for printing stats page counters
Nuno Das Neves
1
-0
/
+490
2026-02-04
mshv: Update hv_stats_page definitions
Nuno Das Neves
1
-19
/
+8
2026-02-04
mshv: Always map child vp stats pages regardless of scheduler type
Stanislav Kinsburskii
1
-17
/
+8
2026-02-04
mshv: Improve mshv_vp_stats_map/unmap(), add them to mshv_root.h
Stanislav Kinsburskii
2
-16
/
+53
2026-02-04
mshv: Use typed hv_stats_page pointers
Stanislav Kinsburskii
3
-11
/
+14
2026-02-04
mshv: Ignore second stats page map result failure
Purna Pavan Chandra Aekkaladevi
2
-4
/
+51
2026-02-04
mshv: Use EPOLLIN and EPOLLHUP instead of POLLIN and POLLHUP
Michael Kelley
1
-4
/
+4
2026-02-04
mshv: Fix compiler warning about cast converting incompatible function type
Michael Kelley
1
-2
/
+3
2026-01-15
mshv: handle gpa intercepts for arm64
Anirudh Rayabharam (Microsoft)
1
-7
/
+8
2026-01-15
mshv: Add __user attribute to argument passed to access_ok()
Michael Kelley
1
-1
/
+1
2026-01-15
mshv: Store the result of vfs_poll in a variable of type __poll_t
Michael Kelley
1
-1
/
+1
2026-01-15
mshv: Align huge page stride with guest mapping
Stanislav Kinsburskii
1
-31
/
+62
2026-01-15
Drivers: hv: Always do Hyper-V panic notification in hv_kmsg_dump()
Michael Kelley
1
-5
/
+7
2026-01-15
Drivers: hv: vmbus: fix typo in function name reference
Julia Lawall
1
-1
/
+1
2025-12-18
mshv: release mutex on region invalidation failure
Anirudh Rayabharam (Microsoft)
1
-1
/
+3
2025-12-17
mshv: hide x86-specific functions on arm64
Arnd Bergmann
1
-0
/
+2
2025-12-16
sysfb: Replace screen_info with sysfb_primary_display
Thomas Zimmermann
1
-3
/
+3
2025-12-15
mshv: Initialize local variables early upon region invalidation
Stanislav Kinsburskii
1
-7
/
+7
2025-12-15
mshv: Use PMD_ORDER instead of HPAGE_PMD_ORDER when processing regions
Stanislav Kinsburskii
1
-1
/
+1
[next]