summaryrefslogtreecommitdiffstats
path: root/kernel/resource.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-02block: remove the BIO_USER_MAPPED flagChristoph Hellwig2-7/+4
2020-09-02block: remove __blk_rq_map_user_iovChristoph Hellwig1-90/+54
2020-09-02block: remove __blk_rq_unmap_userChristoph Hellwig1-18/+11
2020-09-02block: remove the BIO_NULL_MAPPED flagChristoph Hellwig2-5/+5
2020-09-02nvme: don't call revalidate_disk from nvme_set_queue_dyingChristoph Hellwig2-23/+23
2020-09-02block: fix locking for struct block_device size updatesChristoph Hellwig6-36/+22
2020-09-02block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig6-13/+14
2020-09-02block: Make request_queue.rpm_status an enumGeert Uytterhoeven1-1/+2
2020-09-02blk-stat: make q->stats->lock irqsafeTejun Heo1-6/+11
2020-09-02blk-iocost: ioc_pd_free() shouldn't assume irq disabledTejun Heo1-2/+3
2020-09-01block: fix locking in bdev_del_partitionChristoph Hellwig1-14/+13
2020-09-01block: release disk reference in hd_struct_free_workMing Lei1-1/+9
2020-09-01block: ensure bdi->io_pages is always initializedJens Axboe1-0/+1
2020-08-31Linux 5.9-rc3v5.9-rc3Linus Torvalds1-1/+1
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner1-0/+7
2020-08-29fsldma: fix very broken 32-bit ppc ioread64 functionalityLinus Torvalds1-6/+6
2020-08-29nvme-pci: cancel nvme device request before disablingTong Zhang1-2/+2
2020-08-29nvme: only use power of two io boundariesKeith Busch1-9/+38
2020-08-29nvme: fix controller instance leakKeith Busch1-1/+1
2020-08-29nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET1-2/+2
2020-08-29nvme: Fix NULL dereference for pci nvme controllersSagi Grimberg1-0/+4
2020-08-29nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-29nvme-rdma: fix timeout handlerSagi Grimberg1-16/+33
2020-08-29nvme-rdma: serialize controller teardown sequencesSagi Grimberg1-0/+6
2020-08-29nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-29nvme-tcp: fix timeout handlerSagi Grimberg1-20/+36
2020-08-29nvme-tcp: serialize controller teardown sequencesSagi Grimberg1-2/+9
2020-08-29nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg2-2/+3
2020-08-29nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg1-1/+0
2020-08-29nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pduZiye Yang1-1/+9
2020-08-28kernel.h: Silence sparse warning in lower_32_bitsHerbert Xu1-1/+1
2020-08-28cifs: fix check of tcon dfs in smb1Paulo Alcantara2-1/+16
2020-08-28KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exceptionJames Morse1-1/+2
2020-08-28KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse3-8/+42
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse8-26/+108
2020-08-28arm64: vdso32: make vdso32 install conditionalFrank van der Linden1-1/+2
2020-08-28arm64: use a common .arch preamble for inline assemblySami Tolvanen3-5/+18
2020-08-28mfd: mfd-core: Ensure disabled devices are ignored without errorLee Jones1-4/+6
2020-08-28usb: storage: Add unusual_uas entry for Sony PSZ drivesAlan Stern1-0/+7
2020-08-28md/raid5: make sure stripe_size as power of twoYufen Yu1-2/+5
2020-08-28powerpc/32s: Disable VMAP stack which CONFIG_ADB_PMUChristophe Leroy1-1/+1
2020-08-28io_uring: don't bounce block based -EAGAIN retry off task_workJens Axboe1-20/+6
2020-08-28io_uring: fix IOPOLL -EAGAIN retriesJens Axboe1-5/+9
2020-08-27arm64/cpuinfo: Remove unnecessary fallthrough annotationGustavo A. R. Silva1-1/+0
2020-08-27media: dib0700: Fix identation issue in dib8096_set_param_override()Gustavo A. R. Silva1-5/+5
2020-08-27hwmon: (gsc-hwmon) Scale temperature to millidegreesTim Harvey1-0/+1
2020-08-27afs: Remove erroneous fallthough annotationDan Carpenter1-1/+0
2020-08-27EDAC/ghes: Fix NULL pointer dereference in ghes_edac_register()Shiju Jose1-4/+6
2020-08-27crypto: af_alg - Work around empty control messages without MSG_MOREHerbert Xu1-3/+10
2020-08-27cpufreq: Use WARN_ON_ONCE() for invalid relationViresh Kumar1-2/+2