summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* zram: add incompressible flag to read_block_state()Sergey Senozhatsky2022-12-011-2/+4
* zram: add incompressible writebackSergey Senozhatsky2022-12-011-6/+12
* zram: add algo parameter support to zram_recompress()Sergey Senozhatsky2022-12-012-9/+46
* zram: remove redundant checks from zram_recompress()Sergey Senozhatsky2022-12-011-6/+2
* zram: add size class equals check into recompressionAlexey Romanov2022-12-011-1/+10
* zram: use IS_ERR_VALUE() to check for zs_malloc() errorsSergey Senozhatsky2022-12-011-3/+3
* zram: clarify writeback_store() commentSergey Senozhatsky2022-12-011-2/+6
* zram: add recompress flag to read_block_state()Sergey Senozhatsky2022-12-011-2/+3
* zram: introduce recompress sysfs knobSergey Senozhatsky2022-12-013-3/+277
* zram: factor out WB and non-WB zram read functionsSergey Senozhatsky2022-12-011-23/+49
* zram: add recompression algorithm sysfs knobSergey Senozhatsky2022-12-011-19/+105
* zram: preparation for multi-zcomp supportSergey Senozhatsky2022-12-014-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-091-0/+38
* | amdgpu: use VM_ACCESS_FLAGSKefeng Wang2022-11-091-1/+1
* | memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-091-1/+1
* | ACPI: HMAT: use hotplug_memory_notifier() directlyLiu Shixin2022-11-091-6/+1
* | zram: use try_cmpxchg in update_used_maxUros Bizjak2022-11-091-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-051-0/+20
| * cxl/region: Fix 'distance' calculation with passthrough portsDan Williams2022-11-053-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-221-0/+1
| * cxl/pmem: Fix failure to account for 8 byte header for writes to the device LSA.Jonathan Cameron2022-10-211-1/+1
| * cxl/region: Fix null pointer dereference due to pass through decoder commitJonathan Cameron2022-10-211-1/+2
| * cxl/mbox: Add a check on input payload sizeJonathan Cameron2022-10-211-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-051-1/+0
| * | hwmon: (scmi) Register explicitly with Thermal FrameworkCristian Marussi2022-11-051-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
| * | | | | ublk_drv: avoid to touch io_uring cmd in blk_mq io pathMing Lei2022-10-311-30/+53
| * | | | | ublk_drv: comment on ublk_driver entry of KconfigMing Lei2022-10-311-0/+6
| * | | | | ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of moduleMing Lei2022-10-311-0/+3
* | | | | | Merge tag 'i2c-for-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-053-6/+12
|\ \ \ \ \ \
| * | | | | | i2c: i801: add lis3lv02d's I2C address for Vostro 5568Nam Cao2022-11-011-0/+1
| * | | | | | i2c: tegra: Allocate DMA memory for DMA engineThierry Reding2022-11-011-6/+10
| * | | | | | i2c: piix4: Fix adapter not be removed in piix4_remove()Chen Zhongjin2022-11-011-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-11-044-51/+28
|\ \ \ \ \ \
| * | | | | | efi: efivars: Fix variable writes with unsupported query_variable_store()Ard Biesheuvel2022-10-281-48/+20
| * | | | | | efi: random: Use 'ACPI reclaim' memory for random seedArd Biesheuvel2022-10-241-1/+6
| * | | | | | efi: random: reduce seed size to 32 bytesArd Biesheuvel2022-10-241-1/+1