summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2023-09-04-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-047-479/+131
|\
| * Merge tag 'timers-v6.6-rc1' of https://git.linaro.org/people/daniel.lezcano/l...Thomas Gleixner2023-08-3115-485/+136
| |\
| | * clocksource: Explicitly include correct DT includesRob Herring2023-08-188-6/+5
| | * clocksource/drivers/sun5i: Convert to platform device driverMans Rullgard2023-08-181-52/+69
| | * clocksource/drivers/sun5i: Remove pointless structMans Rullgard2023-08-181-27/+22
| | * clocksource/drivers/sun5i: Remove duplication of code and dataMans Rullgard2023-08-181-130/+76
| | * clocksource/drivers/loongson1: Set variable ls1x_timer_lock storage-class-spe...Tom Rix2023-08-181-1/+1
| | * clocksource/drivers/arm_arch_timer: Disable timer before programming CVALWalter Chang2023-08-181-0/+7
| | * dt-bindings: timer: oxsemi,rps-timer: remove obsolete bindingsNeil Armstrong2023-07-131-17/+0
| | * clocksource/drivers/timer-oxnas-rps: Remove obsolete timer driverNeil Armstrong2023-07-133-296/+0
* | | Merge tag 'm68knommu-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-042-7/+1
|\ \ \
| * | | m68k: coldfire: dma_timer: ERROR: "foo __init bar" should be "foo __init bar"hexingwei001@208suo.com2023-08-211-1/+1
| * | | m68k/pci: Drop useless pcibios_setup()Bjorn Helgaas2023-08-211-6/+0
* | | | Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-0418-245/+23
|\ \ \ \
| * | | | um: virt-pci: fix missing declaration warningVincent Whitchurch2023-08-261-0/+2
| * | | | um: Refactor deprecated strncpy to memcpyJustin Stitt2023-08-261-2/+2
| * | | | um: fix 3 instances of -Wmissing-prototypesNick Desaulniers2023-08-264-3/+3
| * | | | um: port_kern: fix -Wmissing-variable-declarationsNick Desaulniers2023-08-261-1/+1
| * | | | uml: audio: fix -Wmissing-variable-declarationsNick Desaulniers2023-08-261-1/+1
| * | | | um: vector: refactor deprecated strncpyJustin Stitt2023-08-261-2/+2
| * | | | um: use obj-y to descend into arch/um/*/Masahiro Yamada2023-08-262-4/+2
| * | | | um: Hard-code the result of 'uname -s'Masahiro Yamada2023-08-262-5/+4
| * | | | um: Use the x86 checksum implementation on 32-bitDavid Gow2023-08-262-215/+2
| * | | | asm-generic: current: Don't include thread-info.h if building asmDavid Gow2023-08-261-0/+2
| * | | | um: Remove unsued extern declaration ldt_host_info()YueHaibing2023-08-261-2/+0
| * | | | um: Fix hostaudio build errorsRandy Dunlap2023-08-195-15/+7
| * | | | um: Remove strlcpy usageAzeem Shaikh2023-08-192-4/+3
* | | | | Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-09-0416-113/+759
|\ \ \ \ \
| * | | | | x86/hyperv: Remove duplicate includeJiapeng Chong2023-08-251-2/+0
| * | | | | x86/hyperv: Move the code in ivm.c around to avoid unnecessary ifdef'sDexuan Cui2023-08-251-159/+150
| * | | | | x86/hyperv: Remove hv_isolation_type_en_snpDexuan Cui2023-08-257-39/+17
| * | | | | x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM with the paravisorDexuan Cui2023-08-254-16/+77
| * | | | | Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisorDexuan Cui2023-08-253-8/+82
| * | | | | x86/hyperv: Introduce a global variable hyperv_paravisor_presentDexuan Cui2023-08-257-22/+72
| * | | | | Drivers: hv: vmbus: Support >64 VPs for a fully enlightened TDX/SNP VMDexuan Cui2023-08-251-7/+23
| * | | | | x86/hyperv: Fix serial console interrupts for fully enlightened TDX guestsDexuan Cui2023-08-251-0/+22
| * | | | | Drivers: hv: vmbus: Support fully enlightened TDX guestsDexuan Cui2023-08-254-9/+48
| * | | | | x86/hyperv: Support hypercalls for fully enlightened TDX guestsDexuan Cui2023-08-255-2/+48
| * | | | | x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guestsDexuan Cui2023-08-256-1/+23
| * | | | | x86/hyperv: Fix undefined reference to isolation_type_en_snp without CONFIG_H...Dexuan Cui2023-08-231-4/+5
| * | | | | x86/hyperv: Add missing 'inline' to hv_snp_boot_ap() stubNathan Chancellor2023-08-231-1/+1
| * | | | | hv: hyperv.h: Replace one-element array with flexible-array memberSaurabh Sengar2023-08-221-1/+1
| * | | | | Drivers: hv: vmbus: Don't dereference ACPI root object handleMaciej S. Szmigiero2023-08-221-1/+2
| * | | | | x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ESTianyu Lan2023-08-221-0/+21
| * | | | | x86/hyperv: Add smp support for SEV-SNP guestTianyu Lan2023-08-224-1/+157
| * | | | | clocksource: hyper-v: Mark hyperv tsc page unencrypted in sev-snp enlightened...Tianyu Lan2023-08-221-1/+1
| * | | | | x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened...Tianyu Lan2023-08-221-3/+27
| * | | | | drivers: hv: Mark percpu hvcall input arg page unencrypted in SEV-SNP enlight...Tianyu Lan2023-08-222-3/+67
| * | | | | x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guestTianyu Lan2023-08-221-1/+15
| * | | | | x86/hyperv: Set Virtual Trust Level in VMBus init messageTianyu Lan2023-08-225-2/+45