summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-10-25hwmon: (acpi_power_meter) replace open-coded kmemdup_nulJustin Stitt1-3/+2
2023-10-25reset: Annotate struct reset_control_array with __counted_byKees Cook1-2/+2
2023-10-25virtio_console: Annotate struct port_buffer with __counted_byKees Cook1-1/+1
2023-10-09mailbox: zynqmp: Annotate struct zynqmp_ipi_pdata with __counted_byKees Cook1-1/+1
2023-10-09drivers: thermal: tsens: Annotate struct tsens_priv with __counted_byKees Cook1-1/+1
2023-10-09irqchip/imx-intmux: Annotate struct intmux_data with __counted_byKees Cook1-1/+1
2023-10-09virt: acrn: Annotate struct vm_memory_region_batch with __counted_byKees Cook2-2/+2
2023-10-02isdn: kcapi: replace deprecated strncpy with strscpy_padJustin Stitt1-2/+2
2023-10-02isdn: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-02dm: Annotate struct dm_bio_prison with __counted_byKees Cook1-1/+1
2023-10-02dm: Annotate struct dm_stat with __counted_byKees Cook1-1/+1
2023-10-02dm: Annotate struct stripe_c with __counted_byKees Cook1-1/+1
2023-10-02dm crypt: Annotate struct crypt_config with __counted_byKees Cook1-1/+1
2023-10-02dm raid: Annotate struct raid_set with __counted_byKees Cook1-1/+1
2023-10-02drbd: Annotate struct fifo_buffer with __counted_byKees Cook1-1/+1
2023-10-02usb: gadget: f_midi: Annotate struct f_midi with __counted_byKees Cook1-2/+2
2023-10-02usb: gadget: f_fs: Annotate struct ffs_buffer with __counted_byKees Cook1-1/+1
2023-10-02usb: Annotate struct urb_priv with __counted_byKees Cook2-2/+2
2023-10-02usb: atm: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+2
2023-09-30drm/gud: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-09-30EDAC/mc_sysfs: Replace deprecated strncpy() with memcpy()Justin Stitt1-2/+2
2023-09-30hwmon: (asus_wmi_sensors) Replace deprecated strncpy() with strscpy()Justin Stitt1-1/+1
2023-09-30hwmon: (ibmpowernv) Replace deprecated strncpy() with memcpy()Justin Stitt1-1/+1
2023-09-30HID: prodikeys: Replace deprecated strncpy() with strscpy()Justin Stitt1-4/+4
2023-09-30firmware: tegra: bpmp: Replace deprecated strncpy() with strscpy_pad()Justin Stitt1-2/+2
2023-09-30cpuidle: dt: Replace deprecated strncpy() with strscpy()Justin Stitt1-2/+2
2023-09-30cpufreq: Replace deprecated strncpy() with strscpy()Justin Stitt1-2/+2
2023-09-30bus: fsl-mc: Replace deprecated strncpy() with strscpy_pad()Justin Stitt1-8/+4
2023-09-30auxdisplay: panel: Replace deprecated strncpy() with strtomem_pad()Justin Stitt1-4/+3
2023-09-29nouveau/svm: Split assignment from if conditionalGustavo A. R. Silva1-1/+2
2023-09-29nouveau/svm: Replace one-element array with flexible-array member in struct n...Gustavo A. R. Silva1-2/+2
2023-09-29accel/ivpu: Annotate struct ivpu_job with __counted_byKees Cook1-1/+1
2023-09-29lkdtm/bugs: add test for panic() with stuck secondary CPUsMark Rutland1-1/+29
2023-09-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds20-104/+109
2023-09-16Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds7-40/+59
2023-09-16Merge tag 'usb-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+3
2023-09-16Merge tag 'driver-core-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2023-09-16Merge tag 'char-misc-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-68/+35
2023-09-16Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-6/+10
2023-09-16ata: libata-core: fetch sense data for successful commands iff CDL enabledNiklas Cassel1-5/+2
2023-09-16ata: libata-eh: do not thaw the port twice in ata_eh_reset()Niklas Cassel1-3/+0
2023-09-16ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()Niklas Cassel1-10/+3
2023-09-16Merge tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-6/+13
2023-09-16Merge tag 'for-6.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-30/+33
2023-09-16Merge tag 'block-6.6-2023-09-15' of git://git.kernel.dk/linuxLinus Torvalds8-34/+58
2023-09-15Merge tag 'firewire-fixes-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+2
2023-09-15Merge tag 'drm-fixes-2023-09-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds55-230/+430
2023-09-15Merge tag 'efi-fixes-for-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-09-15dm: don't attempt to queue IO under RCU protectionJens Axboe1-21/+2
2023-09-15Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree"Takashi Sakamoto2-2/+2