aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-10-22function_graph: Add selftest for passing local variablestopic/fgraph-multiSteven Rostedt (VMware)1-0/+161
2023-10-22function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()Steven Rostedt (VMware)2-34/+213
2023-10-22function_graph: Move graph notrace bit to shadow stack global varSteven Rostedt (VMware)3-11/+15
2023-10-22function_graph: Move graph depth stored data to shadow stack global varSteven Rostedt (VMware)2-31/+32
2023-10-22function_graph: Move set_graph_function tests to shadow stack global varSteven Rostedt (VMware)5-22/+29
2023-10-22function_graph: Add "task variables" per task for fgraph_opsSteven Rostedt (VMware)2-1/+74
2023-10-22function_graph: Have the instances use their own ftrace_ops for filteringSteven Rostedt (VMware)6-35/+58
2023-10-22ftrace: Allow ftrace startup flags exist without dynamic ftraceSteven Rostedt (VMware)1-9/+9
2023-10-22ftrace: Allow function_graph tracer to be enabled in instancesSteven Rostedt (VMware)6-26/+63
2023-10-22ftrace/function_graph: Pass fgraph_ops to function graph callbacksSteven Rostedt (VMware)8-24/+41
2023-10-22function_graph: Remove logic around ftrace_graph_entry and returnSteven Rostedt (VMware)3-56/+20
2023-10-22function_graph: Allow multiple users to attach to function graphSteven Rostedt (VMware)1-52/+280
2023-10-22function_graph: Add an array structure that will allow multiple callbacksSteven Rostedt (VMware)1-33/+82
2023-10-22fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by longSteven Rostedt (VMware)1-3/+6
2023-10-22function_graph: Convert ret_stack to a series of longsSteven Rostedt (VMware)2-55/+71
2023-10-20Merge probes/for-nextSteven Rostedt (Google)14-275/+1276
2023-10-20Merge bootconfig/for-nextSteven Rostedt (Google)2-1/+13
2023-10-20seq_buf: fix a misleading commentJonathan Corbet1-1/+1
2023-10-20tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)5-22/+23
2023-10-20tracefs/eventfs: Modify mismatched function nameJiapeng Chong1-1/+1
2023-10-20tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter1-1/+1
2023-10-20eventfs: Fix failure path in eventfs_create_events_dir()Steven Rostedt (Google)1-1/+2
2023-10-18eventfs: Use ERR_CAST() in eventfs_create_events_dir()Nathan Chancellor1-1/+1
2023-10-19MAINTAINERS: objpool addedwuqiang.matt1-0/+7
2023-10-19kprobes: freelist.h removedwuqiang.matt1-129/+0
2023-10-18kprobes: kretprobe scalability improvementwuqiang.matt5-140/+96
2023-10-18lib: objpool test module addedwuqiang.matt3-0/+709
2023-10-18lib: objpool added: ring-array based lockless MPMCwuqiang.matt3-1/+462
2023-10-10tracing/eprobe: drop unneeded breaksJulia Lawall1-4/+1
2023-10-10samples: kprobes: Fixes a typoAtul Kumar Pant1-1/+1
2023-10-07doc: Add /proc/bootconfig to proc.rstPaul E. McKenney1-0/+5
2023-10-07fs/proc: Add boot loader arguments as comment to /proc/bootconfigPaul E. McKenney1-0/+6
2023-10-07doc: Update /proc/cmdline documentation to include boot configPaul E. McKenney1-1/+2
2023-10-05tracing: Make system_callback() function staticSteven Rostedt (Google)1-1/+1
2023-10-05eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)3-13/+9
2023-10-04tracing/selftests: Update kprobe args char/string to match new functionsSteven Rostedt (Google)2-2/+6
2023-10-04eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)8-536/+705
2023-10-03tracing/user_events: Document persist event flagsBeau Belgrave1-3/+18
2023-10-03selftests/user_events: Test persist flag casesBeau Belgrave2-2/+107
2023-10-03tracing/user_events: Allow events to persist for perfmon_capable usersBeau Belgrave2-15/+32
2023-10-03ring_buffer: Use try_cmpxchg instead of cmpxchg in rb_insert_pagesUros Bizjak1-4/+4
2023-10-03tracing: Expand all ring buffers individuallyZheng Yejian3-33/+45
2023-10-01Linux 6.6-rc4Linus Torvalds1-1/+1
2023-10-01Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-15/+41
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds38-169/+455
2023-10-01Merge tag 'char-misc-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-212/+102
2023-10-01Merge tag 'tty-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-4/+5
2023-10-01Merge tag 'x86-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-7/+26
2023-10-01Merge tag 'timers-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+5
2023-10-01Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-10-01Merge tag 'perf-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+17
2023-10-01kbuild: remove stale code for 'source' symlink in packaging scriptsMasahiro Yamada2-4/+0
2023-10-01modpost: Don't let "driver"s reference .exit.*Uwe Kleine-König1-2/+13
2023-10-01vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macrosMasahiro Yamada1-7/+0
2023-10-01modpost: add missing else to the "of" checkMauricio Faria de Oliveira1-1/+1
2023-09-30Merge tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds29-90/+179
2023-09-30Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-8/+56
2023-09-30eventfs: Test for dentries array allocated in eventfs_release()Steven Rostedt (Google)1-1/+1
2023-09-30tracing/user_events: Align set_bit() address for all archsBeau Belgrave1-7/+51
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger1-0/+1
2023-09-30ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)1-0/+3
2023-09-30Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Linus Torvalds2-16/+38
2023-09-30Merge tag 'iomap-6.6-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-2/+11
2023-09-30Merge tag 'i2c-for-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-12/+12
2023-09-30Merge tag 'acpi-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-2/+5
2023-09-30Merge tag 'powerpc-6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-31/+14
2023-09-30Merge tag 'nfsd-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-2/+2
2023-09-30Merge tag '6.6-rc3-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+1
2023-09-29Crash: add lock to serialize crash hotplug handlingBaoquan He1-0/+17
2023-09-29selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and hugetlb_reparen...Juntong Deng2-4/+4
2023-09-29mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi1-20/+19
2023-09-29mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan1-0/+2
2023-09-29mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko2-0/+20
2023-09-29mm: zswap: fix potential memory corruption on duplicate storeDomenico Cerasuolo1-0/+20
2023-09-29arm64: hugetlb: fix set_huge_pte_at() to work with all swap entriesRyan Roberts1-14/+3
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts22-49/+100
2023-09-29maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett3-73/+237
2023-09-29maple_tree: add mas_is_active() to detect in-tree walksLiam R. Howlett1-0/+9
2023-09-29nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian1-3/+3
2023-09-29mm: abstract moving to the next PFNMatthew Wilcox (Oracle)2-1/+17
2023-09-29mm: report success more often from filemap_map_folio_range()Matthew Wilcox (Oracle)1-2/+2
2023-09-29fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer1-3/+2
2023-09-29Merge tag '6.6-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-4/+7
2023-09-29Merge tag 'ceph-for-6.6-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds3-204/+238
2023-09-29Merge tag 'xfs-6.6-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-20/+61
2023-09-29MAINTAINERS: Fix Florian Fainelli's email addressUwe Kleine-König1-1/+1
2023-09-29Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds13-76/+378
2023-09-29Merge tag 'block-6.6-2023-09-28' of git://git.kernel.dk/linuxLinus Torvalds2-2/+1
2023-09-29Merge tag 'io_uring-6.6-2023-09-28' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-09-29Merge tag 'slab-fixes-for-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-18/+18
2023-09-29Merge tag 'drm-fixes-2023-09-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds11-32/+100
2023-09-29Merge tag 'gpio-fixes-for-v6.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+4
2023-09-29Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-51/+54
2023-09-29Merge tag 'for-v6.6-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds11-19/+31
2023-09-29Merge tag 'xtensa-20230928' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds20-8/+35
2023-09-29io_uring/fs: remove sqe->rw_flags checking from LINKATJens Axboe1-1/+1
2023-09-29Merge tag 'drm-intel-fixes-2023-09-28' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-13/+59
2023-09-28x86/sgx: Resolves SECS reclaim vs. page fault for EAUG raceHaitao Huang1-5/+25
2023-09-29Merge tag 'drm-misc-fixes-2023-09-28' of git://anongit.freedesktop.org/drm/dr...Dave Airlie7-19/+40
2023-09-28sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)1-0/+1
2023-09-28fs/smb/client: Reset password pointer to NULLQuang Le1-0/+1
2023-09-28Merge tag 'spi-fix-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-2/+8
2023-09-28Merge tag 'loongarch-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-2/+31
2023-09-28Merge tag 'mips-fixes_6.6_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+14
2023-09-28iomap: Spelling s/preceeding/preceding/gGeert Uytterhoeven1-1/+1
2023-09-28NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not setChuck Lever1-2/+2
2023-09-28ata: libata-eh: Fix compilation warning in ata_eh_link_report()Damien Le Moal1-1/+1
2023-09-28ata: libata-core: Fix compilation warning in ata_dev_config_ncq()Damien Le Moal1-1/+1
2023-09-28scsi: sd: Do not issue commands to suspended disks on shutdownDamien Le Moal2-4/+14
2023-09-28ata: libata-core: Do not register PM operations for SAS portsDamien Le Moal3-2/+11
2023-09-28ata: libata-scsi: Fix delayed scsi_rescan_device() executionDamien Le Moal2-18/+31
2023-09-28scsi: Do not attempt to rescan suspended devicesDamien Le Moal2-2/+18
2023-09-28ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal5-12/+148
2023-09-28scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal4-23/+84
2023-09-28ata: libata-scsi: link ata port and scsi deviceDamien Le Moal2-5/+42
2023-09-28ata: libata-core: Fix port and device removalDamien Le Moal1-1/+20
2023-09-28ata: libata-core: Fix ata_port_request_pm() lockingDamien Le Moal1-9/+9
2023-09-28x86/srso: Add SRSO mitigation for Hygon processorsPu Wen1-1/+1
2023-09-28arm64: defconfig: enable syscon-poweroff driverKrzysztof Kozlowski1-0/+1
2023-09-28ARM: locomo: fix locomolcd_power declarationArnd Bergmann2-3/+1
2023-09-28Merge tag 'scmi-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Arnd Bergmann1-2/+2
2023-09-28Merge tag 'ffa-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sude...Arnd Bergmann1-2/+14
2023-09-27i2c: npcm7xx: Fix callback completion orderingWilliam A. Kennington III1-10/+7
2023-09-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-1/+18
2023-09-27Merge tag 'vfio-v6.6-rc4' of https://github.com/awilliam/linux-vfioLinus Torvalds3-3/+4
2023-09-27spi: spi-gxp: BUG: Correct spi write return valueCharles Kearney1-1/+1
2023-09-27timers: Tag (hr)timer softirq as hotplug safeFrederic Weisbecker1-1/+5
2023-09-27swiotlb: fix the check whether a device has used software IO TLBPetr Tesarik2-13/+36
2023-09-27Merge tag 'aspeed-6.6-maintainers' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-4/+4
2023-09-27soc: loongson: loongson2_guts: Remove unneeded semicolonMingtong Bao1-1/+1
2023-09-27soc: loongson: loongson2_guts: Convert to devm_platform_ioremap_resource()Dongliang Mu1-3/+1
2023-09-27soc: loongson: loongson_pm2: Populate children syscon nodesBinbin Zhou1-0/+6
2023-09-27dt-bindings: soc: loongson,ls2k-pmc: Allow syscon-reboot/syscon-poweroff as c...Binbin Zhou1-0/+26
2023-09-27soc: loongson: loongson_pm2: Drop useless of_device_id compatibleBinbin Zhou1-1/+0
2023-09-27dt-bindings: soc: loongson,ls2k-pmc: Use fallbacks for ls2k-pmc compatibleBinbin Zhou1-6/+11
2023-09-27soc: loongson: loongson_pm2: Add dependency for INPUTBinbin Zhou1-0/+1
2023-09-27Merge tag 'optee-for-for-v6.6' of https://git.linaro.org/people/jens.wiklande...Arnd Bergmann2-4/+0
2023-09-27Merge tag 'riscv-dt-fixes-for-v6.6-rc3' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann1-25/+26
2023-09-27arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=yMikko Rapeli1-1/+0
2023-09-27Merge tag 'imx-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann7-15/+42
2023-09-27Merge tag 'omap-for-v6.6/fixes-signed' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann7-16/+34
2023-09-27ARM: uniphier: fix cache kernel-doc warningsRandy Dunlap1-1/+3
2023-09-27LoongArch: Add support for 64_PCREL relocation typeTiezhu Yang1-0/+10
2023-09-27LoongArch: Add support for 32_PCREL relocation typeTiezhu Yang1-0/+10
2023-09-27LoongArch: Define relocation types for ABI v2.10Tiezhu Yang2-1/+10
2023-09-27LoongArch: numa: Fix high_memory calculationHuacai Chen1-1/+1
2023-09-27gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chipWenhua Lin1-0/+1
2023-09-27gpio: timberdale: Fix potential deadlock on &tgpio->lockChengfeng Ye1-2/+3
2023-09-27accel/ivpu: Use cached buffers for FW loadingKarol Wachowski2-3/+10
2023-09-27accel/ivpu/40xx: Fix missing VPUIP interruptsKarol Wachowski1-6/+5
2023-09-27accel/ivpu/40xx: Disable frequency change interruptKarol Wachowski1-2/+1
2023-09-27accel/ivpu/40xx: Ensure clock resource ownership Ack before Power-UpKarol Wachowski2-0/+16
2023-09-27accel/ivpu: Don't flood dmesg with VPU ready messageJacek Lawrynowicz1-1/+1
2023-09-27accel/ivpu: Do not use wait event interruptibleStanislaw Gruszka1-7/+4
2023-09-27MAINTAINERS: update nouveau maintainersDanilo Krummrich1-0/+1
2023-09-26Merge tag 'wq-for-6.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+3
2023-09-26i915/guc: Get runtime pm in busyness worker only if already activeUmesh Nerlige Ramappa1-3/+35
2023-09-26drm/i915/gt: Fix reservation address in ggtt_reserve_guc_topJavier Pello1-6/+17
2023-09-26i915: Limit the length of an sg list to the requested lengthMatthew Wilcox (Oracle)1-4/+7
2023-09-26Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-33/+63
2023-09-26Merge tag 'linux-kselftest-fixes-6.6-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds5-9/+34
2023-09-26Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds9-9/+117
2023-09-26Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' of git://git.kernel.org/pu...Linus Torvalds16-539/+255
2023-09-26MAINTAINERS: aspeed: Update Andrew's email addressAndrew Jeffery1-3/+3
2023-09-26MAINTAINERS: aspeed: Update git tree URLZev Weiss1-1/+1
2023-09-26rbd: take header_rwsem in rbd_dev_refresh() only when updatingIlya Dryomov1-11/+11
2023-09-26rbd: decouple parent info read-in from updating rbd_devIlya Dryomov1-62/+80
2023-09-26rbd: decouple header read-in from updating rbd_dev->headerIlya Dryomov1-92/+114
2023-09-26rbd: move rbd_dev_refresh() definitionIlya Dryomov1-35/+33
2023-09-26block: fix kernel-doc for disk_force_media_change()Randy Dunlap1-1/+0
2023-09-25firmware: arm_ffa: Don't set the memory region attributes for MEM_LENDSudeep Holla1-2/+14
2023-09-25iomap: add a workaround for racy i_size updates on block devicesChristoph Hellwig1-1/+10
2023-09-25Merge tag 'fix-fix-iunlink-6.6_2023-09-25' of https://git.kernel.org/pub/scm/...Chandan Babu R4-20/+61
2023-09-25overlayfs: set ctime when setting mtime and atimeJeff Layton1-1/+1
2023-09-25ntfs3: put resources during ntfs_fill_super()Christian Brauner1-0/+1
2023-09-25dt-bindings: spi: fsl-imx-cspi: Document missing entriesFabio Estevam1-0/+7
2023-09-25ACPI: video: Fix NULL pointer dereference in acpi_video_bus_add()Dinghao Liu1-2/+5
2023-09-25MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabledChristoph Hellwig3-0/+14
2023-09-25ovl: disable IOCB_DIO_CALLER_COMPJens Axboe1-0/+6
2023-09-25perf/x86/amd: Do not WARN() on every IRQBreno Leitao1-1/+9
2023-09-25misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to probeRicky WU6-212/+102
2023-09-25ata: libata-sata: increase PMP SRST timeout to 10sMatthias Schiffer1-1/+1
2023-09-25Documentation: kbuild: explain handling optional dependenciesArnd Bergmann1-0/+26
2023-09-25kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modulesMartin Nybo Andersen1-1/+1
2023-09-25ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODESNiklas Cassel1-1/+1
2023-09-25dt-bindings: ata: pata-common: Add missing additionalProperties on child nodesRob Herring1-0/+1
2023-09-25accel/ivpu: Add Arrow Lake pci idStanislaw Gruszka2-0/+3
2023-09-25i2c: mux: Avoid potential false error message in i2c_mux_add_adapterHeiner Kallweit1-1/+1
2023-09-25dt-bindings: i2c: mxs: Pass ref and 'unevaluatedProperties: false'Fabio Estevam1-1/+4
2023-09-25arm64: dts: imx: Add imx8mm-prt8mm.dtb to buildRob Herring1-0/+1
2023-09-24xfs: fix reloading entire unlinked bucket listsDarrick J. Wong4-20/+61
2023-09-24Linux 6.6-rc3Linus Torvalds1-1/+1
2023-09-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds20-161/+209
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-30/+85
2023-09-24Merge tag 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-33/+60
2023-09-24arm64: dts: imx8mm-evk: Fix hdmi@3d nodeLiu Ying1-12/+20
2023-09-24soc: imx8m: Enable OCOTP clock for imx8mm before reading registersNathan Rossi1-0/+10
2023-09-24arm64: dts: imx8mp-beacon-kit: Fix audio_pll2 clockAdam Ford1-2/+3
2023-09-24arm64: dts: imx8mp: Fix SDMA2/3 clocksAdam Ford1-0/+6
2023-09-24x86/kgdb: Fix a kerneldoc warning when build with W=1Christophe JAILLET1-1/+0