summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * drm/amdgpu: temporarily disable broken Clang builds due to blown stack-frameLee Jones2022-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 'cxl-fixes-for-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-067-70/+168
|\
| * cxl/region: Recycle region idsDan Williams2022-11-041-0/+20
| * cxl/region: Fix 'distance' calculation with passthrough portsDan Williams2022-11-043-3/+19
| * cxl/pmem: Fix cxl_pmem_region and cxl_memdev leakDan Williams2022-11-043-37/+68
| * cxl/region: Fix cxl_region leak, cleanup targets at region deleteDan Williams2022-11-041-0/+11
| * cxl/region: Fix region HPA ordering validationDan Williams2022-11-041-0/+3
| * cxl/pmem: Use size_add() against integer overflowYu Zhe2022-11-031-1/+1
| * cxl/region: Fix decoder allocation crashVishal Verma2022-11-011-26/+41
| * ACPI: NUMA: Add CXL CFMWS 'nodes' to the possible nodes setDan Williams2022-10-211-0/+1
| * cxl/pmem: Fix failure to account for 8 byte header for writes to the device LSA.Jonathan Cameron2022-10-201-1/+1
| * cxl/region: Fix null pointer dereference due to pass through decoder commitJonathan Cameron2022-10-201-1/+2
| * cxl/mbox: Add a check on input payload sizeJonathan Cameron2022-10-201-1/+1
* | Merge tag 'hwmon-for-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-11-062-14/+103
|\ \
| * | Revert "hwmon: (pmbus) Add regulator supply into macro"Guenter Roeck2022-11-041-1/+0
| * | hwmon: (scmi) Register explicitly with Thermal FrameworkCristian Marussi2022-11-041-13/+103
* | | Merge tag 'acpi-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-11-051-0/+6
|\ \ \
| * \ \ Merge branch 'acpi-x86'Rafael J. Wysocki2022-11-051-0/+6
| |\ \ \
| | * | | ACPI: x86: Add another system to quirk list for forcing StorageD3EnableMario Limonciello2022-10-281-0/+6
* | | | | Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linuxLinus Torvalds2022-11-052-47/+74
|\ \ \ \ \
| * | | | | ublk_drv: add ublk_queue_cmd() for cleanupMing Lei2022-10-311-26/+21