summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/sisusbvga
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2023-04-20USB: sisusbvga: Add endpoint checksAlan Stern-0/+14
2022-12-08USB: sisusbvga: use module_usb_driver()Jiri Slaby (SUSE)-12/+1
2022-12-08USB: sisusbvga: rename sisusb.c to sisusbvga.cJiri Slaby (SUSE)-2/+0
2022-12-08USB: sisusbvga: remove console supportJiri Slaby (SUSE)-2957/+6
2022-10-24fbdev: sisfb: use explicitly signed charJason A. Donenfeld-1/+1
2022-06-27tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby-1/+1
2020-12-15Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2020-11-16console: Delete dummy con_font_set() and con_font_default() callback implemen...Peilin Ye-15/+0
2020-11-16console: Delete unused con_font_copy() callback implementationsPeilin Ye-6/+0
2020-10-28USB: sisusbvga: Make console support depend on BROKENThomas Gleixner-1/+1
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-5/+6
2020-07-15usb: misc: sisusbvga: Move static const tables out to different include fileLee Jones-631/+689
2020-07-15usb: misc: sisusbvga: sisusb_init: Remove genunine unused static const arraysLee Jones-31/+0
2020-07-15USB: sisusbvga: Fix a potential UB casued by left shifting a negative valueChangming Liu-1/+1
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby-1/+1
2020-06-24vc: switch state to boolJiri Slaby-1/+2
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby-3/+3
2020-06-18USB: sisusbvga: change char to u8 for sisusb_copy_memoryChangming Liu-9/+9
2020-06-18usb: sisusb_con: Use array_size() helper in memcpy()Gustavo A. R. Silva-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2020-04-27Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman-17/+17
2020-04-23USB: sisusbvga: Change port variable from signed to unsignedChangming Liu-17/+17
2020-04-16USB: misc: Use the correct style for SPDX License IdentifierNishad Kamdar-3/+3
2019-10-04usb: Fix Kconfig indentationKrzysztof Kozlowski-1/+1
2019-06-10USB: sisusbvga: Remove unneeded variableHariprasad Kelam-6/+4
2019-05-21USB: sisusbvga: fix oops in error path of sisusb_probeOliver Neukum-7/+8
2019-01-25usb: sisusb: remove useless macros and compact the codeJiri Slaby-33/+15
2019-01-25usb: sisusb: let files build only when neededJiri Slaby-13/+2
2019-01-25usb: sisusb_con, cleanup configsJiri Slaby-33/+20
2019-01-25usb: sisusb_con, convert addr macros to functionsJiri Slaby-39/+39
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman-0/+1
2018-07-13usb-misc: sisusbvga: remove redundant variable modeyColin Ian King-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+1
2018-04-29usb-misc: sisusbvga: fix spelling mistake: "asymmeric" -> "asymmetric"Colin Ian King-1/+1
2018-02-27console: Expand dummy functions for CFIKees Cook-15/+52
2018-02-27console: SisUSB2VGA: Drop dummy con_font_get()Kees Cook-1/+0
2017-11-07USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman-0/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman-0/+6
2017-07-17usb: misc: sisusbvga: compress return logic into one lineGustavo A. R. Silva-10/+3
2017-05-17sisusb_con: fix coccinelle warningJiri Slaby-1/+1
2017-03-17USB: misc: sisusb_con: fix coccinelle warningJiri Slaby-1/+1
2017-02-08drivers: usb-misc: sisusbvga: remove dead codeGustavo A. R. Silva-6/+0
2016-10-27tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby-35/+2
2016-10-27tty: vt, cleanup and document con_scrollJiri Slaby-8/+10
2016-08-15usb: misc: sisusbvga: sisusb: don't print error when allocating urb failsWolfram Sang-3/+0
2016-06-25tty: vt, convert more macros to functionsJiri Slaby-2/+2
2016-06-25tty: vt, remove consw->con_bmoveJiri Slaby-35/+0
2016-06-25tty: vt, consw->con_set_palette cleanupJiri Slaby-7/+4