aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-15Merge tag 'drm-intel-fixes-2022-07-13' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixesDave Airlie13-33/+142
2022-07-15Merge tag 'drm-misc-fixes-2022-07-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie5-375/+171
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski103-486/+779
2022-07-14nvdimm/namespace: drop nested variable in create_namespace_pmem()Andy Shevchenko1-2/+0
2022-07-14drm/nouveau: Don't pm_runtime_put_sync(), only pm_runtime_put_autosuspend()Lyude Paul2-2/+2
2022-07-14drm/nouveau/acpi: Don't print error when we get -EINPROGRESS from pm_runtimeLyude Paul1-1/+1
2022-07-14platform/mellanox: mlxreg-io: Add locking for io operationsVadim Pasternak1-0/+23
2022-07-14platform/x86: mlx-platform: Add COME board revision registerVadim Pasternak1-0/+21
2022-07-14platform/x86: mlx-platform: Add support for new system XH3000Vadim Pasternak1-0/+51
2022-07-14platform/x86: mlx-platform: Introduce support for COMe NVSwitch management module for Vulcan chassisVadim Pasternak1-0/+269
2022-07-14platform/x86: mlx-platform: Add support for systems equipped with two ASICsVadim Pasternak1-1/+51
2022-07-14platform/x86: mlx-platform: Add cosmetic changes for alignmentVadim Pasternak1-20/+16
2022-07-14platform/x86: mlx-platform: Make activation of some drivers conditionalVadim Pasternak1-27/+35
2022-07-14drm/nouveau/kms: Fix failure path for creating DP connectorsLyude Paul1-5/+3
2022-07-14PCI: loongson: Don't access non-existent devicesHuacai Chen1-6/+23
2022-07-14PCI: loongson: Add ACPI init supportHuacai Chen3-20/+86
2022-07-14platform/x86: asus-wmi: Add mic-mute LED classdev supportPaddyKP_Yao2-0/+27
2022-07-14dm writecache: count number of blocks discarded, not number of discard biosMikulas Patocka1-1/+1
2022-07-14dm writecache: count number of blocks written, not number of write biosMikulas Patocka1-3/+9
2022-07-14dm writecache: count number of blocks read, not number of read biosMikulas Patocka1-0/+1
2022-07-14dm writecache: return void from functionsMikulas Patocka1-13/+13
2022-07-14dm kcopyd: use __GFP_HIGHMEM when allocating pagesMikulas Patocka1-1/+1
2022-07-14dm writecache: set a default MAX_WRITEBACK_JOBSMikulas Patocka1-1/+1
2022-07-14Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds40-171/+373
2022-07-14ACPI: video: Fix acpi_video_handles_brightness_key_presses()Hans de Goede1-4/+7
2022-07-14ACPI: video: Fix acpi_video_handles_brightness_key_presses()Hans de Goede1-4/+7
2022-07-14Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-6/+2
2022-07-14PM: domains: Ensure genpd_debugfs_dir exists before removeHsin-Yi Wang1-0/+3
2022-07-14nvdimm/namespace: drop unneeded temporary variable in size_store()Andy Shevchenko1-9/+4
2022-07-14ACPI: video: Shortening quirk list by identifying Clevo by board_name onlyWerner Sembach1-34/+0
2022-07-14ACPI: video: Force backlight native for some TongFang devicesWerner Sembach1-1/+50
2022-07-14nvdimm/namespace: return uuid_null only once in nd_dev_to_uuid()Andy Shevchenko1-6/+3
2022-07-14regulator: max597x: Don't return uninitialized variable in .probeAxel Lin1-3/+0
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-2/+2
2022-07-14scsi/target: Use the new blk_opf_t typeBart Van Assche1-2/+2
2022-07-14scsi/ufs: Rename a 'dir' argument into 'op'Bart Van Assche1-2/+2
2022-07-14scsi/device_handlers: Use the new blk_opf_t typeBart Van Assche4-6/+6
2022-07-14scsi/core: Use the new blk_opf_t typeBart Van Assche1-3/+3
2022-07-14scsi/core: Change the return type of scsi_noretry_cmd() into boolBart Van Assche2-9/+9
2022-07-14scsi/core: Improve static type checkingBart Van Assche1-3/+3
2022-07-14nvme/target: Use the new blk_opf_t typeBart Van Assche2-11/+12
2022-07-14nvme/host: Use the enum req_op and blk_opf_t typesBart Van Assche2-3/+3
2022-07-14md/raid5: Use the enum req_op and blk_opf_t typesBart Van Assche1-1/+2
2022-07-14md/raid10: Use the new blk_opf_t typeBart Van Assche1-5/+5
2022-07-14md/raid1: Use the new blk_opf_t typeBart Van Assche1-2/+2
2022-07-14md/bcache: Combine two prio_io() argumentsBart Van Assche1-5/+4
2022-07-14md/bcache: Combine two uuid_io() argumentsBart Van Assche1-8/+8
2022-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche8-30/+29
2022-07-14dm/dm-zoned: Use the enum req_op typeBart Van Assche2-3/+4
2022-07-14dm/zone: Use the enum req_op typeBart Van Assche1-1/+1