summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-28vfio: use __aligned_u64 in struct vfio_device_ioeventfdStefan Hajnoczi1-2/+3
2023-09-28vfio: use __aligned_u64 in struct vfio_device_gfx_plane_infoStefan Hajnoczi1-1/+2
2023-09-28vfio: trivially use __aligned_u64 for ioctl structsStefan Hajnoczi1-9/+9
2023-09-28vfio: add bus master feature to device feature ioctlNipun Gupta1-0/+21
2023-09-28cdx: add support for bus masteringNipun Gupta1-0/+18
2023-09-28ACPI: PCC: Add PCC shared memory region command and status bitfieldsSudeep Holla1-0/+13
2023-09-28Merge branch 'locking/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jens Axboe7-14/+97
2023-09-28Merge branch 'for-6.7/io_uring' into io_uring-futexJens Axboe3-3/+31
2023-09-28Merge tag 'mlx5-updates-2023-09-19' of git://git.kernel.org/pub/scm/linux/ker...Paolo Abeni2-0/+2
2023-09-28io_uring: cancelable uring_cmdMing Lei2-0/+21
2023-09-28io_uring: retain top 8bits of uring_cmd flags for kernel internal useMing Lei2-3/+5
2023-09-28scsi: Do not attempt to rescan suspended devicesDamien Le Moal1-1/+1
2023-09-28ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal1-2/+4
2023-09-28scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal1-1/+4
2023-09-28ata: libata-scsi: link ata port and scsi deviceDamien Le Moal1-0/+2
2023-09-28net/mlx5: Introduce ifc bits for migration in a chunk modeYishai Hadas1-4/+11
2023-09-28thermal: core: Allow trip pointers to be used for cooling device bindingRafael J. Wysocki1-0/+8
2023-09-28xfrm: Remove unused function declarationsYue Haibing1-2/+0
2023-09-28irqdomain: Annotate struct irq_domain with __counted_byKees Cook1-1/+1
2023-09-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+3
2023-09-27Merge patch series "UFS core patches"Martin K. Petersen2-6/+4
2023-09-27scsi: ufs: core: Set the Command Priority (CP) flag for RT requestsBart Van Assche1-1/+2
2023-09-27scsi: ufs: core: Move the 4K alignment code into the Exynos driverBart Van Assche1-5/+2
2023-09-27tick/nohz: Remove unused tick_nohz_idle_stop_tick_protected()Xueshi Hu1-10/+0
2023-09-27timers: Tag (hr)timer softirq as hotplug safeFrederic Weisbecker1-1/+5
2023-09-27mmc: core: Allow dynamical updates of the number of requests for hsqWenchao Chen1-0/+1
2023-09-27swiotlb: fix the check whether a device has used software IO TLBPetr Tesarik1-7/+16
2023-09-27dt-bindings: clock: document Amlogic S4 SoC peripherals clock controllerYu Tu1-0/+236
2023-09-27dt-bindings: clock: document Amlogic S4 SoC PLL clock controllerYu Tu1-0/+43
2023-09-27media: v4l2-device.h: drop V4L2_DEVICE_NAME_SIZEHans Verkuil1-3/+1
2023-09-27media: use sizeof() instead of V4L2_SUBDEV_NAME_SIZEHans Verkuil1-3/+1
2023-09-27media: v4l2-subdev.h: increase struct v4l2_subdev name sizeHans Verkuil1-1/+1
2023-09-27media: v4l2-dev.h: increase struct video_device name sizeHans Verkuil1-1/+1
2023-09-27media: cec.h: increase input_phys bufferHans Verkuil1-1/+1
2023-09-27media: ipu-bridge: increase sensor_name sizeHans Verkuil1-1/+1
2023-09-27x86/amd_nb: Add AMD Family MI300 PCI IDsMuralidhara M K1-0/+1
2023-09-27media: uapi: Add controls for NPCM video driverMarvin Lin1-0/+41
2023-09-27media: v4l2-ctrls: Add user control base for Nuvoton NPCM controlsMarvin Lin1-0/+6
2023-09-27media: v4l: Add HEXTILE compressed formatMarvin Lin1-0/+1
2023-09-27media: remove the old videobuf frameworkHans Verkuil4-408/+0
2023-09-27media: v4l2-subdev: Document and enforce .s_stream() requirementsLaurent Pinchart1-1/+3
2023-09-27media: v4l2-subdev: Document that routing support depends on streamsLaurent Pinchart1-2/+3
2023-09-27media: v4l2-mc: Make v4l2_pipeline_pm_{get,put} deprecatedSakari Ailus1-0/+6
2023-09-27media: cros-ec-cec: Get number of CEC ports from ECReka Norman1-0/+11
2023-09-27media: cros-ec-cec: Support receiving messages from multiple portsReka Norman1-0/+23
2023-09-27media: cros-ec-cec: Support multiple ports in MKBP cec_eventsReka Norman1-0/+10
2023-09-27media: cros-ec-cec: Support multiple ports in write commandReka Norman1-0/+12
2023-09-27media: cros-ec-cec: Support multiple ports in set/get host commandsReka Norman1-2/+6
2023-09-27media: cros-ec-cec: Manage an array of portsReka Norman1-0/+2
2023-09-26PM: sleep: Fix symbol export for _SIMPLE_ variants of _PM_OPS()Raag Jadav1-14/+29