index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-11
x86/hyperv: implement an MSI domain for root partition
Wei Liu
4
-1
/
+372
2021-02-11
asm-generic/hyperv: import data structures for mapping device interrupts
Wei Liu
2
-0
/
+49
2021-02-11
asm-generic/hyperv: introduce hv_device_id and auxiliary structures
Wei Liu
1
-0
/
+79
2021-02-11
asm-generic/hyperv: update hv_interrupt_entry
Wei Liu
2
-3
/
+35
2021-02-11
asm-generic/hyperv: update hv_msi_entry
Wei Liu
2
-4
/
+28
2021-02-11
x86/hyperv: implement and use hv_smp_prepare_cpus
Wei Liu
1
-0
/
+29
2021-02-11
x86/hyperv: provide a bunch of helper functions
Wei Liu
4
-1
/
+291
2021-02-11
ACPI / NUMA: add a stub function for node_to_pxm()
Wei Liu
1
-0
/
+4
2021-02-11
x86/hyperv: handling hypercall page setup for root
Wei Liu
1
-3
/
+34
2021-02-11
x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
Wei Liu
3
-0
/
+34
2021-02-11
x86/hyperv: allocate output arg pages if required
Wei Liu
2
-5
/
+31
2021-02-11
clocksource/hyperv: use MSR-based access if running as root
Wei Liu
1
-0
/
+3
2021-02-11
Drivers: hv: vmbus: skip VMBus initialization if Linux is root
Wei Liu
1
-0
/
+3
2021-02-11
x86/hyperv: detect if Linux is the root partition
Wei Liu
3
-0
/
+32
2021-02-11
asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT
Wei Liu
1
-1
/
+1
2021-02-11
hv: hyperv.h: Replace one-element array with flexible-array in struct icmsg_n...
Gustavo A. R. Silva
1
-2
/
+2
2021-02-11
hv_netvsc: Restrict configurations on isolated guests
Andrea Parri (Microsoft)
1
-2
/
+16
2021-02-11
Drivers: hv: vmbus: Enforce 'VMBus version >= 5.2' on isolated guests
Andrea Parri (Microsoft)
1
-0
/
+7
2021-02-11
Drivers: hv: vmbus: Restrict vmbus_devices on isolated guests
Andrea Parri (Microsoft)
2
-0
/
+39
2021-02-11
x86/hyperv: Load/save the Isolation Configuration leaf
Andrea Parri (Microsoft)
5
-0
/
+45
2021-02-11
hv_utils: Fix spelling mistake "Hearbeat" -> "Heartbeat"
Colin Ian King
1
-1
/
+1
2021-02-11
Drivers: hv: vmbus: Add /sys/bus/vmbus/hibernation
Dexuan Cui
2
-0
/
+25
2021-02-05
Drivers: hv: vmbus: Resolve race condition in vmbus_onoffer_rescind()
Andrea Parri (Microsoft)
2
-0
/
+13
2021-02-05
Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind()
Andrea Parri (Microsoft)
1
-2
/
+1
2021-02-05
Drivers: hv: vmbus: Copy the hv_message in vmbus_on_msg_dpc()
Andrea Parri (Microsoft)
1
-5
/
+14
2021-02-05
Drivers: hv: vmbus: Reduce number of references to message in vmbus_on_msg_dpc()
Andrea Parri (Microsoft)
1
-14
/
+14
2021-02-05
Drivers: hv: vmbus: Initialize memory to be sent to the host
Andrea Parri (Microsoft)
1
-2
/
+2
2021-02-05
hv_utils: Add validation for untrusted Hyper-V values
Andres Beltran
6
-188
/
+314
2021-02-05
Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
Andres Beltran
11
-25
/
+139
2021-01-25
Linux 5.11-rc5
v5.11-rc5
Linus Torvalds
1
-1
/
+1
2021-01-24
MAINTAINERS: add a couple more files to the Clang/LLVM section
Nathan Chancellor
1
-0
/
+2
2021-01-24
proc_sysctl: fix oops caused by incorrect command parameters
Xiaoming Ni
1
-1
/
+6
2021-01-24
powerpc/mm/highmem: use __set_pte_at() for kmap_local()
Thomas Gleixner
1
-0
/
+2
2021-01-24
mips/mm/highmem: use set_pte() for kmap_local()
Thomas Gleixner
1
-0
/
+1
2021-01-24
mm/highmem: prepare for overriding set_pte_at()
Thomas Gleixner
1
-1
/
+6
2021-01-24
sparc/mm/highmem: flush cache and TLB
Thomas Gleixner
1
-4
/
+5
2021-01-24
mm: fix page reference leak in soft_offline_page()
Dan Williams
1
-4
/
+16
2021-01-24
ubsan: disable unsigned-overflow check for i386
Arnd Bergmann
1
-0
/
+1
2021-01-24
kasan, mm: fix resetting page_alloc tags for HW_TAGS
Andrey Konovalov
1
-0
/
+2
2021-01-24
kasan, mm: fix conflicts with init_on_alloc/free
Andrey Konovalov
1
-3
/
+4
2021-01-24
kasan: fix HW_TAGS boot parameters
Andrey Konovalov
2
-66
/
+38
2021-01-24
kasan: fix incorrect arguments passing in kasan_add_zero_shadow
Lecopzer Chen
1
-2
/
+1
2021-01-24
kasan: fix unaligned address is unhandled in kasan_remove_zero_shadow
Lecopzer Chen
1
-8
/
+12
2021-01-24
mm: fix numa stats for thp migration
Shakeel Butt
1
-11
/
+12
2021-01-24
mm: memcg: fix memcg file_dirty numa stat
Shakeel Butt
1
-2
/
+2
2021-01-24
mm: memcg/slab: optimize objcg stock draining
Roman Gushchin
1
-3
/
+1
2021-01-24
mm: fix initialization of struct page for holes in memory layout
Mike Rapoport
1
-34
/
+50
2021-01-24
x86/setup: don't remove E820_TYPE_RAM for pfn 0
Mike Rapoport
1
-11
/
+9
2021-01-24
io_uring: account io_uring internal files as REQ_F_INFLIGHT
Jens Axboe
1
-10
/
+26
2021-01-24
io_uring: fix sleeping under spin in __io_clean_op
Pavel Begunkov
1
-5
/
+5
[next]