summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-12-01zram: remove unused stats fieldsSergey Senozhatsky2-4/+0
2022-12-01habanalabs: remove FOLL_FORCE usageDavid Hildenbrand1-2/+1
2022-12-01RDMA/hw/qib/qib_user_pages: remove FOLL_FORCE usageDavid Hildenbrand1-1/+1
2022-12-01drm/exynos: remove FOLL_FORCE usageDavid Hildenbrand1-1/+1
2022-12-01mm/frame-vector: remove FOLL_FORCE usageDavid Hildenbrand1-1/+1
2022-12-01media: pci/ivtv: remove FOLL_FORCE usageDavid Hildenbrand2-4/+3
2022-12-01drm/etnaviv: remove FOLL_FORCE usageDavid Hildenbrand1-3/+5
2022-12-01media: videobuf-dma-sg: remove FOLL_FORCE usageDavid Hildenbrand1-9/+5
2022-12-01RDMA/siw: remove FOLL_FORCE usageDavid Hildenbrand1-5/+4
2022-12-01RDMA/usnic: remove FOLL_FORCE usageDavid Hildenbrand1-5/+4
2022-12-01RDMA/umem: remove FOLL_FORCE usageDavid Hildenbrand1-4/+4
2022-12-01zram: add incompressible flag to read_block_state()Sergey Senozhatsky1-2/+4
2022-12-01zram: add incompressible writebackSergey Senozhatsky1-6/+12
2022-12-01zram: add algo parameter support to zram_recompress()Sergey Senozhatsky2-9/+46
2022-12-01zram: remove redundant checks from zram_recompress()Sergey Senozhatsky1-6/+2
2022-12-01zram: add size class equals check into recompressionAlexey Romanov1-1/+10
2022-12-01zram: use IS_ERR_VALUE() to check for zs_malloc() errorsSergey Senozhatsky1-3/+3
2022-12-01zram: clarify writeback_store() commentSergey Senozhatsky1-2/+6
2022-12-01zram: add recompress flag to read_block_state()Sergey Senozhatsky1-2/+3
2022-12-01zram: introduce recompress sysfs knobSergey Senozhatsky3-3/+277
2022-12-01zram: factor out WB and non-WB zram read functionsSergey Senozhatsky1-23/+49
2022-12-01zram: add recompression algorithm sysfs knobSergey Senozhatsky1-19/+105
2022-12-01zram: preparation for multi-zcomp supportSergey Senozhatsky4-32/+80
2022-12-01Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-0/+7
2022-12-01drm/amdgpu: temporarily disable broken Clang builds due to blown stack-frameLee Jones1-0/+7
2022-11-09mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi1-0/+38
2022-11-09amdgpu: use VM_ACCESS_FLAGSKefeng Wang1-1/+1
2022-11-09memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin1-1/+1
2022-11-09ACPI: HMAT: use hotplug_memory_notifier() directlyLiu Shixin1-6/+1
2022-11-09zram: use try_cmpxchg in update_used_maxUros Bizjak1-8/+5
2022-11-07Merge tag 'cxl-fixes-for-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-70/+168
2022-11-06Merge tag 'hwmon-for-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-14/+103
2022-11-05Merge tag 'acpi-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+6
2022-11-05Merge branch 'acpi-x86'Rafael J. Wysocki1-0/+6
2022-11-05Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linuxLinus Torvalds2-47/+74
2022-11-05Merge tag 'i2c-for-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+12
2022-11-05Revert "hwmon: (pmbus) Add regulator supply into macro"Guenter Roeck1-1/+0
2022-11-05hwmon: (scmi) Register explicitly with Thermal FrameworkCristian Marussi1-13/+103
2022-11-05cxl/region: Recycle region idsDan Williams1-0/+20
2022-11-05cxl/region: Fix 'distance' calculation with passthrough portsDan Williams3-3/+19
2022-11-05cxl/pmem: Fix cxl_pmem_region and cxl_memdev leakDan Williams3-37/+68
2022-11-05cxl/region: Fix cxl_region leak, cleanup targets at region deleteDan Williams1-0/+11
2022-11-05cxl/region: Fix region HPA ordering validationDan Williams1-0/+3
2022-11-05Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-51/+28
2022-11-05Merge tag 'soc-fixes-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-34/+103
2022-11-04Merge tag 'drm-fixes-2022-11-04-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds48-589/+824
2022-11-04Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-10/+84
2022-11-04Merge tag 'ata-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2-4/+5
2022-11-04Merge tag 'drm-intel-fixes-2022-11-03' of git://anongit.freedesktop.org/drm/d...Dave Airlie19-139/+277
2022-11-03Merge tag 'amd-drm-fixes-6.1-2022-11-02' of https://gitlab.freedesktop.org/ag...Dave Airlie22-417/+464