summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-10-23Merge tag 'x86_urgent_for_v6.0_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+12
2022-10-23Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2022-10-23dt-bindings: firmware: imx: sync with SCFW kit v1.13.0Viorel Suman1-96/+206
2022-10-23Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds11-81/+346
2022-10-22net: flag sockets supporting msghdr originated zerocopyPavel Begunkov1-0/+1
2022-10-22device property: Constify parameter in device_dma_supported() and device_get_...Andy Shevchenko1-3/+2
2022-10-22device property: Constify device child node APIsAndy Shevchenko1-6/+6
2022-10-22device property: Constify parameter in fwnode_graph_is_endpoint()Andy Shevchenko1-1/+1
2022-10-22device property: Constify fwnode connection match APIsAndy Shevchenko1-4/+4
2022-10-22device property: Allow const parameter to dev_fwnode()Andy Shevchenko1-1/+6
2022-10-22usb: gadget: uvc: default the ctrl request interface offsetsMichael Grzeschik1-0/+3
2022-10-22kvm: Add support for arch compat vm ioctlsAlexander Graf1-0/+2
2022-10-22Merge branch 'x86/urgent' into x86/core, to resolve conflictIngo Molnar1-6/+12
2022-10-22kobject: make get_ktype() take a const pointerGreg Kroah-Hartman1-1/+1
2022-10-22kobject: modify kobject_get_path() to take a const *Greg Kroah-Hartman1-1/+1
2022-10-22scsi: ufs: Track system suspend / resume activityBart Van Assche1-1/+4
2022-10-22scsi: core: Support failing requests while recoveringBart Van Assche1-1/+2
2022-10-22scsi: core: Change the return type of .eh_timed_out()Bart Van Assche4-4/+16
2022-10-22scsi: libsas: Add sas_task_find_rq()John Garry1-0/+18
2022-10-22Merge tag 'acpi-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+1
2022-10-22Merge tag 'efi-fixes-for-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+0
2022-10-22Merge tag 'iommu-fixes-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-10-22Merge branch 'main' into zstd-nextNick Terrell1903-28357/+79240
2022-10-21EDAC/ghes: Make ghes_edac a proper moduleJia He1-20/+2
2022-10-21Merge tag 'linux-watchdog-6.1-rc2' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds1-0/+66
2022-10-21ASoC: SOF: Intel/IPC4: Support for external firmware librariesMark Brown3-5/+10
2022-10-21Merge branches 'acpi-scan', 'acpi-resource', 'acpi-apei', 'acpi-extlog' and '...Rafael J. Wysocki1-1/+1
2022-10-21srcu: Debug NMI safety even on archs that don't require itFrederic Weisbecker2-16/+24
2022-10-21EDAC/ghes: Prepare to make ghes_edac a proper moduleJia He1-0/+6
2022-10-21rcu: Remove rcu_is_idle_cpu()Yipeng Zou2-4/+0
2022-10-21slab: Explain why SLAB_TYPESAFE_BY_RCU reference before lockingPaul E. McKenney1-0/+11
2022-10-21spi: Introduce spi_get_device_match_data() helperAndy Shevchenko1-0/+3
2022-10-21ASoC: SOF: Intel: Add ipc4 library loading implementationPeter Ujfalusi1-0/+4
2022-10-21ASoC: SOF: Add path definition for external firmware librariesPeter Ujfalusi1-1/+5
2022-10-21ASoC: SOF: Drop the firmware and fw_offset from snd_sof_pdataPeter Ujfalusi1-4/+0
2022-10-21ASoC: Merge HDA/ext cleanupMark Brown2-50/+42
2022-10-21crypto: scatterwalk - remove duplicate function declarationsTianjia Zhang1-1/+0
2022-10-21efi: efivars: Fix variable writes without query_variable_store()Ard Biesheuvel1-3/+0
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu1-1/+1
2022-10-21ALSA: control: add snd_ctl_rename()Maciej S. Szmigiero1-0/+1
2022-10-21sctp: remove unnecessary NULL check in sctp_association_init()Alexey Kodanev1-2/+1
2022-10-21bpf: Fix dispatcher patchable function entry to 5 bytes nopJiri Olsa1-1/+13
2022-10-21Merge tag 'drm-fixes-2022-10-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-16/+29
2022-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski33-103/+159
2022-10-21Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-17/+22
2022-10-21ata: remove unused helper ata_id_flush_ext_enabled()Niklas Cassel1-13/+0
2022-10-21ata: remove unused helper ata_id_flush_enabled()Niklas Cassel1-9/+0
2022-10-21ata: remove unused helper ata_id_lba48_enabled()Niklas Cassel1-9/+0
2022-10-21srcu: Check for consistent per-CPU per-srcu_struct NMI safetyPaul E. McKenney2-6/+11
2022-10-21srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()Paul E. McKenney1-0/+51