summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* efi: libstub: Merge zboot decompressor with the ordinary stubArd Biesheuvel2022-11-092-228/+74
* efi/loongarch: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel2022-11-093-67/+82
* efi/loongarch: Don't jump to kernel entry via the old imageArd Biesheuvel2022-11-091-9/+24
* efi/arm64: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel2022-11-095-29/+76
* efi/riscv: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel2022-11-093-75/+106
* efi: libstub: Factor out min alignment and preferred kernel load addressArd Biesheuvel2022-11-093-23/+6
* efi: libstub: Add image code and data size to the zimage metadataArd Biesheuvel2022-11-092-13/+11
* efi: libstub: Factor out EFI stub entrypoint into separate fileArd Biesheuvel2022-11-094-64/+100
* efi: libstub: Provide local implementations of strrchr() and memchr()Ard Biesheuvel2022-11-092-1/+64
* efi: libstub: Move screen_info handling to common codeArd Biesheuvel2022-11-097-41/+93
* efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel2022-11-095-167/+198
* efi: libstub: Clone memcmp() into the stubArd Biesheuvel2022-11-092-10/+19
* efi: libstub: Use local strncmp() implementation unconditionallyArd Biesheuvel2022-11-091-2/+0
* arm64: efi: Move efi-entry.S into the libstub source directoryArd Biesheuvel2022-11-092-2/+59
* arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel()Ard Biesheuvel2022-11-091-1/+9
* efi: libstub: Deduplicate ftrace command line argument filteringArd Biesheuvel2022-11-091-9/+10
* efi: libstub: Drop handling of EFI properties tableArd Biesheuvel2022-11-091-13/+0
* efi: libstub: Drop randomization of runtime memory mapArd Biesheuvel2022-11-091-29/+0
* 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
| * | | | | 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-043-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
| * | | | | | efi/tpm: Pass correct address to memblock_reserveJerry Snitselaar2022-10-241-1/+1