aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-09-09zram: support priority parameter in recompressionSergey Senozhatsky1-0/+12
2024-09-09zram: add dictionary support to zstd backendSergey Senozhatsky1-26/+124
2024-09-09zram: add dictionary support to lz4hcSergey Senozhatsky1-7/+68
2024-09-09zram: add dictionary support to lz4Sergey Senozhatsky1-7/+67
2024-09-09zram: move immutable comp params away from per-CPU contextSergey Senozhatsky9-98/+168
2024-09-09zram: introduce zcomp_ctx structureSergey Senozhatsky9-135/+149
2024-09-09zram: introduce zcomp_req structureSergey Senozhatsky9-72/+77
2024-09-09zram: add support for dict comp configSergey Senozhatsky1-9/+36
2024-09-09zram: introduce algorithm_params device attributeSergey Senozhatsky1-0/+68
2024-09-09zram: recalculate zstd compression params onceSergey Senozhatsky1-2/+3
2024-09-09zram: introduce zcomp_params structureSergey Senozhatsky11-24/+67
2024-09-09zram: check that backends array has at least one backendSergey Senozhatsky2-6/+21
2024-09-09zram: add 842 compression backend supportSergey Senozhatsky5-0/+94
2024-09-09zram: add zlib compression backend supportSergey Senozhatsky5-0/+158
2024-09-09zram: pass estimated src size hint to zstdSergey Senozhatsky1-2/+2
2024-09-09zram: add zstd compression backend supportSergey Senozhatsky5-0/+123
2024-09-09zram: add lz4hc compression backend supportSergey Senozhatsky5-2/+100
2024-09-09zram: add lz4 compression backend supportSergey Senozhatsky5-0/+98
2024-09-09zram: add lzo and lzorle compression backends supportSergey Senozhatsky7-0/+140
2024-09-09zram: introduce custom comp backends APISergey Senozhatsky4-151/+76
2024-09-09vduse: avoid using __GFP_NOFAILJason Wang2-8/+12
2024-09-03zsmalloc: use all available 24 bits of page_typeMatthew Wilcox (Oracle)1-1/+0
2024-09-03mm: make range-to-target_node lookup facility a part of numa_memblksMike Rapoport (Microsoft)2-2/+2
2024-09-03arch_numa: switch over to numa_memblksMike Rapoport (Microsoft)2-141/+61
2024-09-03of, numa: return -EINVAL when no numa-node-id is foundMike Rapoport (Microsoft)1-2/+2
2024-09-03mm: introduce numa_memblksMike Rapoport (Microsoft)2-0/+2
2024-09-03arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)1-20/+1
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)1-2/+0
2024-09-01mm/dax: dump start address in fault handlerPeter Xu1-3/+3
2024-09-01mm: rework accept memory helpersKirill A. Shutemov3-10/+13
2024-09-01mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich1-2/+1
2024-09-01Merge tag 'pwrseq-fixes-for-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+7
2024-08-31power: sequencing: qcom-wcn: set the wlan-enable GPIO to outputBartosz Golaszewski1-0/+7
2024-09-01Merge tag 'usb-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds12-14/+69
2024-09-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-6/+10
2024-09-01Merge tag 'arm-fixes-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-51/+110
2024-08-31Merge tag 'input-for-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-45/+13
2024-08-31Merge tag 'pci-v6.11-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+18
2024-08-31Merge tag 'pm-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-7/+10
2024-08-31Merge tag 'dmaengine-fix-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-79/+166
2024-08-31Merge tag 'phy-fixes-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-9/+74
2024-08-31Merge tag 'soundwire-6.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2024-08-31Merge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-51/+106
2024-08-30Merge tag 'usb-serial-6.11-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+5
2024-08-30Merge tag 'drm-fixes-2024-08-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds32-116/+389
2024-08-30Merge tag 'drm-misc-fixes-2024-08-29' of https://gitlab.freedesktop.org/drm/m...Dave Airlie10-31/+159
2024-08-30Merge tag 'drm-xe-fixes-2024-08-29' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2-14/+25
2024-08-30Merge tag 'drm-intel-fixes-2024-08-29' of https://gitlab.freedesktop.org/drm/...Dave Airlie9-3/+104
2024-08-30Merge tag 'hwmon-for-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2024-08-30Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds22-130/+465