summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-12-1214-49/+110
|\
| * tty: serial: sh-sci: use setup() callback for early consoleJohn Ogness2022-12-021-4/+16
| * tty: serial: kgdboc: use console_list_lock to trap exitJohn Ogness2022-12-021-3/+3
| * tty: serial: kgdboc: synchronize tty_find_polling_driver() and register_conso...John Ogness2022-12-021-4/+12
| * tty: serial: kgdboc: use console_list_lock for list traversalJohn Ogness2022-12-021-0/+12
| * tty: serial: kgdboc: use srcu console list iteratorJohn Ogness2022-12-021-2/+8
| * tty: tty_io: use console_list_lock for list synchronizationJohn Ogness2022-12-021-6/+12
| * printk, xen: fbfront: create/use safe function for forcing preferredJohn Ogness2022-12-021-8/+4
| * netconsole: avoid CON_ENABLED misuse to track registrationJohn Ogness2022-12-021-10/+11
| * usb: early: xhci-dbc: use console_is_registered()John Ogness2022-12-021-1/+1
| * tty: serial: xilinx_uartps: use console_is_registered()John Ogness2022-12-021-1/+1
| * tty: serial: samsung_tty: use console_is_registered()John Ogness2022-12-021-1/+1
| * tty: serial: pic32_uart: use console_is_registered()John Ogness2022-12-021-1/+1
| * tty: serial: earlycon: use console_is_registered()John Ogness2022-12-021-2/+2
| * tty: hvc: use console_is_registered()John Ogness2022-12-021-2/+2
| * efi: earlycon: use console_is_registered()John Ogness2022-12-021-4/+4
| * serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness2022-12-023-9/+9
| * tty: tty_io: document console_lock usageJohn Ogness2022-12-021-0/+10
| * tty: serial: kgdboc: document console_lock usageJohn Ogness2022-12-021-0/+8
| * serial: kgdboc: Lock console list in probe functionThomas Gleixner2022-12-021-0/+2
* | Merge tag 'pstore-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-1/+1
|\ \
| * | efi: pstore: Follow convention for the efi-pstore backend nameGuilherme G. Piccoli2022-10-171-1/+1
| |/
* | Merge tag 'unsigned-char-6.2-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-12-123-6/+5
|\ \
| * | media: atomisp: make hive_int8 explictly signedJason A. Donenfeld2022-11-191-1/+1
| * | media: stv0288: use explicitly signed charJason A. Donenfeld2022-11-191-3/+2
| * | sparc: sbus: treat CPU index as integerJason A. Donenfeld2022-11-191-2/+2
* | | Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-1/+1
|\ \ \
| * | | scsi/scsi_error: Use call_rcu_hurry() instead of call_rcu()Uladzislau Rezki2022-11-291-1/+1
| | |/ | |/|
* | | Merge tag 'iommu-fix-v6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-111-1/+1
|\ \ \
| * | | iommu/vt-d: Fix buggy QAT device maskJacob Pan2022-12-051-1/+1
* | | | Merge tag 'media/v6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-12-091-6/+14
|\ \ \ \
| * | | | media: v4l2-dv-timings.c: fix too strict blanking sanity checksHans Verkuil2022-11-231-6/+14
* | | | | Merge tag 'drm-fixes-2022-12-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-087-24/+40
|\ \ \ \ \
| * \ \ \ \ Merge tag 'drm-misc-fixes-2022-12-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-12-095-14/+24
| |\ \ \ \ \
| | * | | | | drm/vmwgfx: Don't use screen objects when SEV is activeZack Rusin2022-12-051-0/+4
| | * | | | | drm/shmem-helper: Avoid vm_open error pathsRob Clark2022-12-041-3/+11
| | * | | | | drm/shmem-helper: Remove errant put in error pathRob Clark2022-12-041-3/+1
| | * | | | | drm: bridge: dw_hdmi: fix preference of RGB modes over YUV420Guillaume BRUN2022-12-011-3/+3
| | * | | | | drm/bridge: ti-sn65dsi86: Fix output polarity setting bugQiqi Zhang2022-11-301-2/+2
| | * | | | | drm/vmwgfx: Fix race issue calling pin_user_pagesDawei Li2022-11-281-3/+3
| * | | | | | drm/amd/display: fix array index out of bound error in DCN32 DMLAurabindo Pillai2022-12-071-1/+1
| * | | | | | drm/amdgpu/sdma_v4_0: turn off SDMA ring buffer in the s2idle suspendPrike Liang2022-12-071-9/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'block-6.1-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-081-4/+4
|\ \ \ \ \ \
| * | | | | | nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav2022-12-061-4/+4
* | | | | | | Merge tag 'net-6.1-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-0845-81/+271
|\ \ \ \ \ \ \
| * | | | | | | net: dsa: sja1105: avoid out of bounds access in sja1105_init_l2_policing()Radu Nicolae Pirea (OSS)2022-12-081-1/+1
| * | | | | | | s390/qeth: fix use-after-free in hsciAlexandra Winter2022-12-081-1/+1
| * | | | | | | macsec: add missing attribute validation for offloadEmeel Hakim2022-12-081-0/+1
| * | | | | | | net: mvneta: Fix an out of bounds checkDan Carpenter2022-12-081-4/+1
| * | | | | | | net: thunderbolt: fix memory leak in tbnet_open()Zhengchao Shao2022-12-081-0/+1