summaryrefslogtreecommitdiffstats
path: root/crypto/lzo-rle.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-10zorro: make match function take a const pointerGreg Kroah-Hartman2-3/+3
2024-07-10driver core: module: make module_[add|remove]_driver take a const *Greg Kroah-Hartman2-5/+5
2024-07-10driver core: make driver_find_device() take a const *Greg Kroah-Hartman2-8/+8
2024-07-10driver core: make driver_[create|remove]_file take a const *Greg Kroah-Hartman2-4/+4
2024-07-10firmware_loader: fix soundness issue in `request_internal`Danilo Krummrich1-7/+20
2024-07-10firmware_loader: annotate doctests as `no_run`Danilo Krummrich1-2/+6
2024-07-04devres: Correct code style for functions that return a pointer typeZijun Hu1-11/+11
2024-07-04devres: Initialize an uninitialized struct memberZijun Hu1-0/+1
2024-07-04devres: Fix memory leakage caused by driver API devm_free_percpu()Zijun Hu1-1/+5
2024-07-04devres: Fix devm_krealloc() wasting memoryZijun Hu1-1/+4
2024-07-04driver core: platform: Switch to use kmemdup_array()Andy Shevchenko1-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman163-338/+268
2024-06-20MAINTAINERS: add Rust device abstractions to DRIVER COREDanilo Krummrich1-0/+1
2024-06-20device: rust: improve safety commentsDanilo Krummrich1-3/+6
2024-06-20MAINTAINERS: add Danilo as FIRMWARE LOADER maintainerDanilo Krummrich1-0/+1
2024-06-20MAINTAINERS: add Rust FW abstractions to FIRMWARE LOADERDanilo Krummrich1-0/+1
2024-06-20firmware: rust: improve safety commentsDanilo Krummrich1-7/+6
2024-06-20driver core: make [device_]driver_attach take a const *Greg Kroah-Hartman4-9/+10
2024-06-20driver core: Make dev_err_probe() silent for -ENOMEMUwe Kleine-König1-3/+14
2024-06-18rust: add firmware abstractionsDanilo Krummrich4-0/+111
2024-06-18rust: add abstraction for struct deviceDanilo Krummrich3-0/+104
2024-06-18parport: make parport_bus_type constRicardo B. Marliere1-1/+1
2024-06-16Linux 6.10-rc4v6.10-rc4Linus Torvalds1-1/+1
2024-06-16leds: class: Revert: "If no default trigger is given, make hw_control trigger...Hans de Goede1-6/+0
2024-06-16RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized address transla...Yazen Ghannam3-41/+114
2024-06-15firewire: core: record card index in bus_reset_handle tracepoints eventTakashi Sakamoto2-4/+7
2024-06-15firewire: core: record card index in tracepoinrts events derived from bus_res...Takashi Sakamoto2-12/+15
2024-06-15firewire: core: record card index in async_phy_inbound tracepoints eventTakashi Sakamoto2-4/+6
2024-06-15firewire: core: record card index in async_phy_outbound_complete tracepoints ...Takashi Sakamoto3-5/+8
2024-06-15firewire: core: record card index in async_phy_outbound_initiate tracepoints ...Takashi Sakamoto3-6/+9
2024-06-15firewire: core: record card index in tracepoinrts events derived from async_i...Takashi Sakamoto2-12/+16
2024-06-15firewire: core: record card index in tracepoinrts events derived from async_o...Takashi Sakamoto2-12/+18
2024-06-15firewire: core: record card index in tracepoinrts events derived from async_o...Takashi Sakamoto2-10/+13
2024-06-15firewire: fix website URL in KconfigTakashi Sakamoto1-1/+1
2024-06-14loop: Disable fallocate() zero and discard if not supportedCyril Hrubis1-0/+23
2024-06-14ata: libata-scsi: Set the RMB bit only for removable media devicesDamien Le Moal1-4/+4
2024-06-14arm/komeda: Remove all CONFIG_DEBUG_FS conditional compilationspengfuyuan1-8/+0
2024-06-14USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messagesAlan Stern1-2/+2
2024-06-14io_uring: fix cancellation overwriting req->flagsPavel Begunkov3-3/+5
2024-06-13nvme: fix namespace removal listKeith Busch1-4/+5
2024-06-13bnxt_en: Adjust logging of firmware messages in case of released token in __h...Aleksandr Mishin1-1/+1
2024-06-13af_unix: Read with MSG_PEEK loops if the first unread byte is OOBRao Shoaib1-9/+9
2024-06-13bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded responseMichael Chan2-2/+61
2024-06-13.editorconfig: remove trim_trailing_whitespace optionGreg Kroah-Hartman1-3/+0
2024-06-13driver core: mark async_driver as a const *Greg Kroah-Hartman2-8/+9
2024-06-13driver core: make driver_detach() take a const *Greg Kroah-Hartman2-3/+3
2024-06-13driver core: make device_release_driver_internal() take a const *Greg Kroah-Hartman2-2/+2
2024-06-13driver core: driver: mark driver_add/remove_groups constantGreg Kroah-Hartman2-4/+4
2024-06-13driver core: platform: fix ups for constant struct device_driverGreg Kroah-Hartman1-6/+6
2024-06-13auxbus: make to_auxiliary_drv accept and return a constant pointerGreg Kroah-Hartman7-13/+13