summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* platform: finally disallow IRQ0 in platform_get_irq() and its ilkSergey Shtylyov2022-04-271-2/+4
* drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin2022-04-271-0/+1
* driver core: Prevent overriding async driver of a device before it probeMark-PK Tsai2022-04-271-1/+2
* Documentation: dd: Use ReST lists for return values of driver_deferred_probe_...Bagas Sanjaya2022-04-261-4/+4
* test_firmware: Error injection for firmware uploadRuss Weight2022-04-261-5/+122
* test_firmware: Add test support for firmware uploadRuss Weight2022-04-261-0/+261
* firmware_loader: Add sysfs nodes to monitor fw_uploadRuss Weight2022-04-265-2/+201
* firmware_loader: Add firmware-upload supportRuss Weight2022-04-2612-12/+595
* firmware_loader: Split sysfs support from fallbackRuss Weight2022-04-266-463/+503
* scripts/get_abi: Fix wrong script file name in the help messageSeongJae Park2022-04-241-2/+2
* drivers/base/memory: Fix an unlikely reference counting issue in __add_memory...Christophe JAILLET2022-04-221-3/+2
* firmware_loader: use kernel credentials when reading firmwareThiƩbaud Weksteen2022-04-221-0/+16
* firmware_loader: Check fw_state_is_done in loading_storeRuss Weight2022-04-222-20/+18
* firmware_loader: Clear data and size in fw_free_paged_bufRuss Weight2022-04-221-0/+2
* rpmsg: Fix kfree() of static memory on setting driver_overrideKrzysztof Kozlowski2022-04-223-6/+27
* rpmsg: Constify local variable in field store macroKrzysztof Kozlowski2022-04-221-1/+2
* slimbus: qcom-ngd: Fix kfree() of static memory on setting driver_overrideKrzysztof Kozlowski2022-04-221-1/+12
* clk: imx: scu: Fix kfree() of static memory on setting driver_overrideKrzysztof Kozlowski2022-04-221-1/+6
* vdpa: Use helper for safer setting of driver_overrideKrzysztof Kozlowski2022-04-222-26/+7
* spi: Use helper for safer setting of driver_overrideKrzysztof Kozlowski2022-04-222-22/+6
* s390/cio: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2022-04-222-25/+9
* PCI: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2022-04-222-25/+9
* hv: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2022-04-222-25/+9
* fsl-mc: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2022-04-222-23/+8
* amba: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2022-04-222-25/+9
* driver: platform: Add helper for safer setting of driver_overrideKrzysztof Kozlowski2022-04-224-25/+80
* selftests: firmware: Add ZSTD compressed file testsTakashi Iwai2022-04-222-23/+65
* selftests: firmware: Simplify test patternsTakashi Iwai2022-04-221-76/+30
* selftests: firmware: Fix the request_firmware_into_buf() test for XZ formatTakashi Iwai2022-04-221-0/+2
* selftests: firmware: Use smaller dictionary for XZ compressionTakashi Iwai2022-04-221-3/+5
* firmware: Add the support for ZSTD-compressed firmware filesTakashi Iwai2022-04-222-9/+91
* Linux 5.18-rc2v5.18-rc2Linus Torvalds2022-04-101-1/+1
* Merge tag 'tty-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-04-101-10/+10
|\
| * tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned, part II.Jiri Slaby2022-04-041-10/+10
* | Merge tag 'staging-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-101-1/+1
|\ \
| * | staging: r8188eu: Fix PPPoE tag insertion on little endian systemsGuenter Roeck2022-04-041-1/+1
| |/
* | Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-04-104-48/+4
|\ \
| * | kobject: kobj_type: remove default_attrsGreg Kroah-Hartman2022-04-053-46/+0
| * | powerpc/pseries/vas: use default_groups in kobj_typeGreg Kroah-Hartman2022-04-051-2/+4
| |/
* | Merge tag 'char-misc-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-101-8/+8
|\ \
| * | habanalabs: Fix test build failuresGuenter Roeck2022-04-041-8/+8
| |/
* | Merge tag 'powerpc-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-04-1015-35/+169
|\ \
| * | Revert "powerpc: Set max_mapnr correctly"Kefeng Wang2022-04-071-1/+1
| * | powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang2022-04-071-1/+5
| * | KVM: PPC: Move kvmhv_on_pseries() into kvm_ppc.hMichael Ellerman2022-04-032-12/+12
| * | powerpc/numa: Handle partially initialized numa nodesSrikar Dronamraju2022-03-311-1/+1
| * | powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.SChristophe Leroy2022-03-281-2/+8
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-03-289-18/+142
| |\ \
| | * | KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin2022-03-083-1/+31
| | * | KVM: PPC: Book3S PR: Disallow AIL != 0Nicholas Piggin2022-03-081-0/+20