summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/fork: Pass new vma pointer into copy_page_range()Peter Xu2020-09-273-7/+11
* mm: Introduce mm_struct.has_pinnedPeter Xu2020-09-273-0/+17
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-266-73/+159
|\
| * scsi: sd: sd_zbc: Fix ZBC disk initializationDamien Le Moal2020-09-163-35/+35
| * scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal2020-09-165-14/+72
| * scsi: lpfc: Fix initial FLOGI failure due to BBSCN not supportedJames Smart2020-09-161-24/+52
* | Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-261-7/+7
|\ \
| * | io_uring: ensure async buffered read-retry is setup properlyJens Axboe2020-09-251-4/+2
| * | io_uring: don't unconditionally set plug->nowait = trueJens Axboe2020-09-251-3/+0
| * | io_uring: ensure open/openat2 name is cleaned on cancelationJens Axboe2020-09-251-0/+5
* | | Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-266-24/+29
|\ \ \
| * | | block: remove unused BLK_QC_T_EAGAIN flagJeffle Xu2020-09-251-2/+1
| * | | Merge tag 'nvme-5.9-2020-09-24' of git://git.infradead.org/nvme into block-5.9Jens Axboe2020-09-245-22/+28
| |\ \ \
| | * | | nvme-core: don't use NVME_NSID_ALL for command effects and supported logChaitanya Kulkarni2020-09-231-1/+1
| | * | | nvme-fc: fail new connections to a deleted host or remote portJames Smart2020-09-221-2/+4
| | * | | nvme-pci: fix NULL req in completion handlerXianting Tian2020-09-221-7/+7
| | * | | nvme: return errors for hwmon initKeith Busch2020-09-223-12/+16
| |/ / /
* | | | Merge tag 's390-5.9-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-09-261-1/+2
|\ \ \ \
| * | | | s390/zcrypt: Fix ZCRYPT_PERDEV_REQCNT ioctlChristian Borntraeger2020-09-241-1/+2
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-09-2617-84/+181
|\ \ \ \ \
| * | | | | mm: don't rely on system state to detect hot-plug operationsLaurent Dufour2020-09-263-35/+64
| * | | | | mm: replace memmap_context by meminit_contextLaurent Dufour2020-09-265-13/+18
| * | | | | arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writebackMikulas Patocka2020-09-261-1/+1
| * | | | | lib/memregion.c: include memregion.hJason Yan2020-09-261-0/+1
| * | | | | lib/string.c: implement stpcpyNick Desaulniers2020-09-261-0/+24
| * | | | | mm/migrate: correct thp migration statsZi Yan2020-09-261-4/+3
| * | | | | mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik2020-09-263-21/+49
| * | | | | mm: memcontrol: fix missing suffix of workingset_restoreMuchun Song2020-09-262-9/+20
| * | | | | mm, THP, swap: fix allocating cluster for swapfile by mistakeGao Xiang2020-09-261-1/+1
* | | | | | mm: validate pmd after splittingMinchan Kim2020-09-261-1/+1
* | | | | | mm: slab: fix potential double free in ___cache_freeShakeel Butt2020-09-261-2/+6
|/ / / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-09-265-12/+40
|\ \ \ \ \
| * | | | | KVM: SVM: Add a dedicated INVD intercept routineTom Lendacky2020-09-251-1/+7
| * | | | | KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKESean Christopherson2020-09-251-1/+2
| * | | | | KVM: x86: fix MSR_IA32_TSC read for nested migrationMaxim Levitsky2020-09-241-2/+15
| * | | | | selftests: kvm: Fix assert failure in single-step testYang Weijiang2020-09-231-1/+1
| * | | | | KVM: x86: VMX: Make smaller physical guest address space support user-configu...Mohammed Gamal2020-09-233-7/+15
* | | | | | Merge tag 'mips_fixes_5.9_3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-264-17/+14
|\ \ \ \ \ \
| * | | | | | MIPS: BCM47XX: Remove the needless check with the 1074KWei Li2020-09-231-1/+1
| * | | | | | MIPS: Add the missing 'CPU_1074K' into __get_cpu_type()Wei Li2020-09-231-0/+1
| * | | | | | MIPS: Loongson2ef: Disable Loongson MMI instructionsJiaxun Yang2020-09-231-0/+4
| * | | | | | MIPS: Loongson-3: Fix fp register access if MSA enabledHuacai Chen2020-09-221-16/+8
* | | | | | | Merge tag 'spi-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-264-12/+15
|\ \ \ \ \ \ \
| * | | | | | | spi: bcm-qspi: Fix probe regression on iProc platformsRay Jui2020-09-241-1/+1
| * | | | | | | spi: fsl-dspi: fix use-after-free in remove pathSascha Hauer2020-09-231-5/+7
| * | | | | | | spi: fsl-espi: Only process interrupts for expected eventsChris Packham2020-09-211-2/+3
| * | | | | | | spi: bcm2835: Make polling_limit_us staticJason Yan2020-09-151-1/+1
| * | | | | | | spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCsVladimir Oltean2020-09-111-3/+3
* | | | | | | | Merge tag 'regulator-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-09-261-3/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | regulator: axp20x: fix LDO2/4 descriptionIcenowy Zheng2020-09-231-3/+4