aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUsSagi Grimberg2021-02-031-1/+2
| | * | | | | | | | | | | | update the email address for Keith BushKeith Busch2021-02-021-0/+2
| | * | | | | | | | | | | | nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard2021-02-021-0/+2
| | * | | | | | | | | | | | nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis2021-02-021-0/+2
| * | | | | | | | | | | | | bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng2021-02-021-4/+4
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge tag 'io_uring-5.11-2021-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-061-6/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | io_uring: drop mm/files between task_work_submitPavel Begunkov2021-02-041-0/+3
| * | | | | | | | | | | | | io_uring: don't modify identity's files uncess identity is cowedXiaoguang Wang2021-02-041-6/+0
* | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-02-0518-77/+153
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | MAINTAINERS/.mailmap: use my @kernel.org addressNathan Chancellor2021-02-052-1/+2
| * | | | | | | | | | | | | | mm: hugetlb: fix missing put_page in gather_surplus_pages()Muchun Song2021-02-051-1/+4
| * | | | | | | | | | | | | | ubsan: implement __ubsan_handle_alignment_assumptionNathan Chancellor2021-02-052-0/+37
| * | | | | | | | | | | | | | kasan: make addr_has_metadata() return true for valid addressesVincenzo Frascino2021-02-051-1/+1
| * | | | | | | | | | | | | | kasan: add explicit preconditions to kasan_report()Vincenzo Frascino2021-02-051-0/+7
| * | | | | | | | | | | | | | mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked()Waiman Long2021-02-051-0/+4
| * | | | | | | | | | | | | | mailmap: add entries for Manivannan SadhasivamManivannan Sadhasivam2021-02-051-0/+2
| * | | | | | | | | | | | | | mailmap: fix name/email for Viresh KumarViresh Kumar2021-02-051-0/+2
| * | | | | | | | | | | | | | memblock: do not start bottom-up allocations with kernel_endRoman Gushchin2021-02-051-43/+6
| * | | | | | | | | | | | | | mm: thp: fix MADV_REMOVE deadlock on shmem THPHugh Dickins2021-02-051-14/+23
| * | | | | | | | | | | | | | init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovJohannes Berg2021-02-053-3/+8
| * | | | | | | | | | | | | | mm/vmalloc: separate put pages and flush VM flagsRick Edgecombe2021-02-051-7/+2
| * | | | | | | | | | | | | | mm, compaction: move high_pfn to the for loop scopeRokudo Yan2021-02-051-1/+2
| * | | | | | | | | | | | | | mm: migrate: do not migrate HugeTLB page whose refcount is oneMuchun Song2021-02-051-0/+6
| * | | | | | | | | | | | | | mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeMuchun Song2021-02-051-2/+1
| * | | | | | | | | | | | | | mm: hugetlb: fix a race between isolating and freeing pageMuchun Song2021-02-051-2/+2
| * | | | | | | | | | | | | | mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song2021-02-051-0/+39
| * | | | | | | | | | | | | | mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-053-2/+5
* | | | | | | | | | | | | | | Merge tag 'nfsd-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-02-051-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | SUNRPC: Fix NFS READs that start at non-page-aligned offsetsChuck Lever2021-02-011-3/+4
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-0514-50/+77
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU resetSean Christopherson2021-02-041-0/+1
| * | | | | | | | | | | | | | | KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEsBen Gardon2021-02-041-3/+3
| * | | | | | | | | | | | | | | KVM: x86: cleanup CR3 reserved bits checksPaolo Bonzini2021-02-033-13/+5
| * | | | | | | | | | | | | | | KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson2021-02-032-0/+6
| * | | | | | | | | | | | | | | KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit modeSean Christopherson2021-02-021-0/+2
| * | | | | | | | | | | | | | | KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID checkVitaly Kuznetsov2021-02-011-0/+2
| * | | | | | | | | | | | | | | KVM/x86: assign hva with the right value to vm_munmap the pagesZheng Zhan Liang2021-02-011-1/+1
| * | | | | | | | | | | | | | | KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=offPaolo Bonzini2021-02-012-13/+30
| * | | | | | | | | | | | | | | Fix unsynchronized access to sev members through svm_register_enc_regionPeter Gonda2021-01-281-7/+10
| * | | | | | | | | | | | | | | KVM: Documentation: Fix documentation for nested.Yu Zhang2021-01-282-3/+5
| * | | | | | | | | | | | | | | Merge tag 'kvmarm-fixes-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-01-281-9/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | KVM: arm64: Don't clobber x4 in __do_hyp_initAndrew Scull2021-01-251-9/+11
| * | | | | | | | | | | | | | | | KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctlMichael Roth2021-01-281-1/+1
* | | | | | | | | | | | | | | | | Merge tag 'iommu-fixes-v5.11-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-051-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | iommu: Check dev->iommu in dev_iommu_priv_get() before dereferencing itJoerg Roedel2021-02-021-1/+4
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-02-051-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | vdpa/mlx5: Restore the hardware used index after change mapEli Cohen2021-02-051-0/+18
* | | | | | | | | | | | | | | | | | Merge tag 'mmc-v5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2021-02-052-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | mmc: sdhci-pltfm: Fix linking err for sdhci-brcmstbUlf Hansson2021-02-011-1/+6
| * | | | | | | | | | | | | | | | | | mmc: core: Limit retries when analyse of SDIO tuples failsFengnan Chang2021-02-011-0/+6
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |