summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-09-0414-103/+151
| |\ \
| | * \ Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2022-09-01729-5093/+10252
| | |\ \
| | | * | KVM: s390: pci: Hook to access KVM lowlevel from VFIOPierre Morel2022-08-295-18/+32
| | * | | Merge tag 'kvm-riscv-fixes-6.0-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2022-09-013-15/+13
| | |\ \ \
| | | * | | riscv: kvm: move extern sbi_ext declarations to a headerConor Dooley2022-08-192-11/+13
| | | * | | riscv: kvm: vcpu_timer: fix unused variable warningsConor Dooley2022-08-191-4/+0
| | * | | | KVM: x86: check validity of argument to KVM_SET_MP_STATEPaolo Bonzini2022-09-011-3/+17
| | * | | | perf/x86/core: Completely disable guest PEBS via guest's global_ctrlLike Xu2022-09-011-1/+2
| | * | | | KVM: x86: fix memoryleak in kvm_arch_vcpu_create()Miaohe Lin2022-09-011-2/+1
| | * | | | KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIESJim Mattson2022-09-011-4/+21
| | * | | | KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE()David Matlack2022-08-191-1/+1
| | * | | | KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with ClangDavid Matlack2022-08-191-1/+1
| | * | | | KVM: VMX: Heed the 'msr' argument in msr_write_intercepted()Jim Mattson2022-08-191-2/+1
| | * | | | kvm: x86: mmu: Always flush TLBs when enabling dirty loggingJunaid Shahid2022-08-193-42/+61
| | * | | | kvm: x86: mmu: Drop the need_remote_flush() functionJunaid Shahid2022-08-191-14/+1
| * | | | | Makefile.extrawarn: re-enable -Wformat for clang; take 2Nick Desaulniers2022-09-041-0/+12
| * | | | | Merge tag 'gpio-fixes-for-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-09-039-109/+135
| |\ \ \ \ \
| | * | | | | gpio: ws16c48: Make irq_chip immutableWilliam Breathitt Gray2022-09-031-3/+7
| | * | | | | gpio: 104-idio-16: Make irq_chip immutableWilliam Breathitt Gray2022-09-031-7/+11
| | * | | | | gpio: 104-idi-48: Make irq_chip immutableWilliam Breathitt Gray2022-09-031-3/+7
| | * | | | | gpio: 104-dio-48e: Make irq_chip immutableWilliam Breathitt Gray2022-09-031-3/+7
| | * | | | | gpio: realtek-otto: switch to 32-bit I/OSander Vanheule2022-08-311-81/+85
| | * | | | | gpio: pca953x: Add mutex_lock for regcache sync in PMHaibo Chen2022-08-311-1/+7
| | * | | | | gpio: mockup: remove gpio debugfs when remove deviceWei Yongjun2022-08-281-1/+8
| | * | | | | gpio: pxa: use devres for the clock structBartosz Golaszewski2022-08-191-9/+2
| | * | | | | MAINTAINERS: rectify entry for XILINX GPIO DRIVERLukas Bulwahn2022-08-191-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'for-linus-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-09-034-10/+22
| |\ \ \ \ \
| | * | | | | xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()Dan Carpenter2022-09-021-0/+3
| | * | | | | xen-blkfront: Cache feature_persistent value before advertisementSeongJae Park2022-09-021-7/+7
| | * | | | | xen-blkfront: Advertise feature-persistent as user requestedSeongJae Park2022-09-021-2/+6
| | * | | | | xen-blkback: Advertise feature-persistent as user requestedSeongJae Park2022-09-022-2/+7
| * | | | | | Merge tag 'loongarch-fixes-6.0-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-09-037-29/+28
| |\ \ \ \ \ \
| | * | | | | | LoongArch: mm: Remove the unneeded result variableye xingchen2022-09-031-4/+1
| | * | | | | | LoongArch: Fix arch_remove_memory() undefined build errorYupeng Li2022-09-031-12/+10
| | * | | | | | LoongArch: Fix section mismatch due to acpi_os_ioremap()Huacai Chen2022-09-033-2/+3
| | * | | | | | LoongArch: Improve dump_tlb() output messagesHuacai Chen2022-09-031-13/+13
| | * | | | | | LoongArch: Adjust arch_do_signal_or_restart() to adapt generic entryHuacai Chen2022-09-031-2/+2
| | * | | | | | LoongArch: Avoid orphan input sectionsArd Biesheuvel2022-09-032-0/+3
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 's390-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-09-036-52/+65
| |\ \ \ \ \ \
| | * | | | | | s390/hugetlb: fix prepare_hugepage_range() check for 2 GB hugepagesGerald Schaefer2022-08-301-2/+4
| | * | | | | | s390: update defconfigsHeiko Carstens2022-08-303-48/+60
| | * | | | | | s390: fix nospec table alignmentsJosh Poimboeuf2022-08-301-0/+1
| | * | | | | | s390/mm: remove useless hugepage address alignmentGerald Schaefer2022-08-301-2/+0
| | |/ / / / /
| * | | | | | Merge tag 'input-for-v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-09-039-7/+20
| |\ \ \ \ \ \
| | * | | | | | Input: iforce - add support for Boeder Force Feedback WheelGreg Tulli2022-08-292-0/+2
| | * | | | | | Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flagTetsuo Handa2022-08-273-7/+13
| | * | | | | | Input: goodix - add compatible string for GT1158Jarrah Gosbell2022-08-231-0/+1
| | * | | | | | MAINTAINERS: add include/dt-bindings/input to INPUT DRIVERSLukas Bulwahn2022-08-221-0/+1
| | * | | | | | Input: rk805-pwrkey - fix module autoloadingPeter Robinson2022-08-221-0/+1
| | * | | | | | Input: goodix - add support for GT1158Ondrej Jirman2022-08-111-0/+1