summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: vmx: remove unused variablePaolo Bonzini2020-10-311-2/+0
* KVM: selftests: Don't require THP to run testsAndrew Jones2020-10-311-7/+16
* KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work againVitaly Kuznetsov2020-10-313-5/+5
* KVM: selftests: test behavior of unmapped L2 APIC-access addressJim Mattson2020-10-315-0/+159
* KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()Takashi Iwai2020-10-301-4/+4
* KVM: x86: replace static const variables with macrosPaolo Bonzini2020-10-303-21/+21
* Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-10-3011-37/+96
|\
| * KVM: arm64: Handle Asymmetric AArch32 systemsQais Yousef2020-10-301-0/+19
| * arm64: cpufeature: upgrade hyp caps to finalMark Rutland2020-10-303-15/+24
| * arm64: cpufeature: reorder cpus_have_{const, final}_cap()Mark Rutland2020-10-301-8/+8
| * KVM: arm64: Factor out is_{vhe,nvhe}_hyp_code()Mark Rutland2020-10-301-5/+16
| * KVM: arm64: Force PTE mapping on fault resulting in a device mappingSantosh Shukla2020-10-291-0/+1
| * KVM: arm64: Use fallback mapping sizes for contiguous huge page sizesGavin Shan2020-10-291-7/+19
| * KVM: arm64: Fix masks in stage2_pte_cacheable()Will Deacon2020-10-291-1/+1
| * KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier2020-10-292-3/+4
| * KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNTWill Deacon2020-10-291-1/+1
| * KVM: arm64: Drop useless PAN setting on host EL1 to EL2 transitionMarc Zyngier2020-10-291-2/+0
| * KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidationMarc Zyngier2020-10-291-1/+0
| * KVM: arm64: Don't corrupt tpidr_el2 on failed HVC callMarc Zyngier2020-10-291-7/+16
* | x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_IDDavid Woodhouse2020-10-282-0/+5
* | Linux 5.10-rc1v5.10-rc1Linus Torvalds2020-10-251-2/+2
* | treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-25117-196/+196
* | kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes2020-10-251-3/+3
* | mm: remove kzfree() compatibility definitionEric Biggers2020-10-256-8/+6
* | checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches2020-10-251-5/+7
* | Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-253-1/+116
|\ \
| * | selftests/timens: Add a test for futex()Andrei Vagin2020-10-202-1/+111
| * | futex: Adjust absolute futex timeouts with per time namespace offsetAndrei Vagin2020-10-201-0/+5
* | | Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-252-5/+12
|\ \ \
| * | | sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-142-4/+11
| * | | sched: Replace zero-length array with flexible-arrayzhuguangqing2020-10-141-1/+1
* | | | Merge tag 'perf-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-251-1/+1
|\ \ \ \
| * | | | perf: correct SNOOPX field offsetAl Grant2020-10-191-1/+1
* | | | | Merge tag 'locking-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-10-251-1/+1
|\ \ \ \ \
| * | | | | locking/seqlocks: Fix kernel-doc warningsMauro Carvalho Chehab2020-10-141-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'ntb-5.10' of git://github.com/jonmason/ntbLinus Torvalds2020-10-253-5/+3
|\ \ \ \ \
| * | | | | NTB: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva2020-08-241-4/+1
| * | | | | ntb: intel: Fix memleak in intel_ntb_pci_probeDinghao Liu2020-08-241-1/+1
| * | | | | NTB: hw: amd: fix an issue about leak system resourcesKaige Li2020-08-231-0/+1
* | | | | | Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-251-1/+10
|\ \ \ \ \ \
| * | | | | | i2c: core: Restore acpi_walk_dep_device_list() getting called after registeri...Hans de Goede2020-10-251-1/+10
* | | | | | | Merge tag '5.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-10-258-15/+213
|\ \ \ \ \ \ \
| * | | | | | | cifs: update internal module version numberSteve French2020-10-231-1/+1
| * | | | | | | smb3: add some missing definitions from MS-FSCCSteve French2020-10-232-0/+28
| * | | | | | | smb3: remove two unused variablesSteve French2020-10-231-5/+0
| * | | | | | | smb3: add support for stat of WSL reparse points for special file typesSteve French2020-10-236-14/+189
* | | | | | | | Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-257-19/+111
|\ \ \ \ \ \ \ \
| * | | | | | | | ata: pata_ns87415.c: Document support on parisc with superio chipHelge Deller2020-10-231-2/+1
| * | | | | | | | parisc: Add wrapper syscalls to fix O_NONBLOCK flag usageHelge Deller2020-10-232-7/+78
| * | | | | | | | hil/parisc: Disable HIL driver when it gets stuckHelge Deller2020-10-223-8/+23