aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: update sqsize when adjusting the queue depthChristoph Hellwig2022-12-261-4/+5
* nvme: fix setting the queue depth in nvme_alloc_io_tag_setChristoph Hellwig2022-12-261-1/+1
* nvme: fix multipath crash caused by flush request when blktrace is enabledYanjun Zhang2022-12-221-1/+1
* nvme-pci: fix page size checksKeith Busch2022-12-211-4/+4
* nvme-pci: fix mempool alloc sizeKeith Busch2022-12-211-2/+2
* nvme-pci: fix doorbell buffer value endiannessKlaus Jensen2022-12-211-12/+13
* loop: Fix the max_loop commandline argument treatment when it is set to 0Isaac J. Manjarres2022-12-141-16/+12
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-1319-131/+640
|\
| * zram: remove unused stats fieldsSergey Senozhatsky2022-11-302-4/+0
| * habanalabs: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-2/+1
| * RDMA/hw/qib/qib_user_pages: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-1/+1
| * drm/exynos: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-1/+1
| * mm/frame-vector: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-1/+1
| * media: pci/ivtv: remove FOLL_FORCE usageDavid Hildenbrand2022-11-302-4/+3
| * drm/etnaviv: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-3/+5
| * media: videobuf-dma-sg: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-9/+5
| * RDMA/siw: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-5/+4
| * RDMA/usnic: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-5/+4
| * RDMA/umem: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-4/+4
| * zram: add incompressible flag to read_block_state()Sergey Senozhatsky2022-11-301-2/+4
| * zram: add incompressible writebackSergey Senozhatsky2022-11-301-6/+12
| * zram: add algo parameter support to zram_recompress()Sergey Senozhatsky2022-11-302-9/+46
| * zram: remove redundant checks from zram_recompress()Sergey Senozhatsky2022-11-301-6/+2
| * zram: add size class equals check into recompressionAlexey Romanov2022-11-301-1/+10
| * zram: use IS_ERR_VALUE() to check for zs_malloc() errorsSergey Senozhatsky2022-11-301-3/+3
| * zram: clarify writeback_store() commentSergey Senozhatsky2022-11-301-2/+6
| * zram: add recompress flag to read_block_state()Sergey Senozhatsky2022-11-301-2/+3
| * zram: introduce recompress sysfs knobSergey Senozhatsky2022-11-303-3/+277
| * zram: factor out WB and non-WB zram read functionsSergey Senozhatsky2022-11-301-23/+49
| * zram: add recompression algorithm sysfs knobSergey Senozhatsky2022-11-301-19/+105
| * zram: preparation for multi-zcomp supportSergey Senozhatsky2022-11-304-32/+80
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-0/+7
| |\
| * | mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi2022-11-081-0/+38
| * | amdgpu: use VM_ACCESS_FLAGSKefeng Wang2022-11-081-1/+1
| * | memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-081-1/+1
| * | ACPI: HMAT: use hotplug_memory_notifier() directlyLiu Shixin2022-11-081-6/+1
| * | zram: use try_cmpxchg in update_used_maxUros Bizjak2022-11-081-8/+5
* | | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131078-19859/+119825
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-1320-51/+86
| |\ \ \
| | * | | i40e: Fix the inability to attach XDP program on downed interfaceBartosz Staszewski2022-12-121-12/+24
| | * | | stmmac: fix potential division by 0Piergiorgio Beruto2022-12-122-2/+3
| | * | | octeontx2-af: cn10k: mcs: Fix a resource leak in the probe and remove functionsChristophe JAILLET2022-12-121-1/+5
| | * | | ntb_netdev: Use dev_kfree_skb_any() in interrupt contextEric Pilmore2022-12-121-2/+2
| | * | | net: lan9303: Fix read error execution pathJerry Ray2022-12-121-1/+3
| | * | | net: amd-xgbe: Check only the minimum speed for active/passive cablesTom Lendacky2022-12-121-12/+2
| | * | | net: amd-xgbe: Fix logic around active and passive cablesTom Lendacky2022-12-121-3/+6
| | * | | net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-122-2/+2
| | * | | hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-3/+3
| | * | | net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-2/+2
| | * | | net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1