aboutsummaryrefslogtreecommitdiff
path: root/arch/um/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-4/+4
2024-02-27ubd: open the backing files in ubd_addGravatar Christoph Hellwig 1-42/+16
2024-02-27ubd: remove the queue pointer in struct ubdGravatar Christoph Hellwig 1-3/+1
2024-02-27ubd: move set_disk_ro to ubd_addGravatar Christoph Hellwig 1-1/+1
2024-02-27ubd: move setting the variable queue limits to ubd_addGravatar Christoph Hellwig 1-6/+7
2024-02-27ubd: move setting the nonrot flag to ubd_addGravatar Christoph Hellwig 1-1/+1
2024-02-27ubd: remove ubd_disk_registerGravatar Christoph Hellwig 1-22/+15
2024-02-27ubd: remove the ubd_gendisk arrayGravatar Christoph Hellwig 1-9/+4
2024-02-20um: Convert strscpy() usage to 2-argument styleGravatar Kees Cook 3-4/+4
2024-02-19ubd: pass queue_limits to blk_mq_alloc_diskGravatar Christoph Hellwig 1-3/+5
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskGravatar Christoph Hellwig 1-1/+1
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 7-17/+17
2024-01-17Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-25/+34
2024-01-05um: net: Fix return type of uml_net_start_xmit()Gravatar Nathan Chancellor 1-1/+1
2024-01-04um: Reap winch thread if it failsGravatar Benjamin Berg 2-10/+19
2024-01-04um: Do not use printk in SIGWINCH helper threadGravatar Benjamin Berg 1-13/+13
2024-01-04um: virt-pci: fix platform map offsetGravatar Vincent Whitchurch 1-1/+1
2023-12-29ubd: use the default discard granularityGravatar Christoph Hellwig 1-1/+0
2023-12-08tty: um: convert to u8/__u8 and size_tGravatar Jiri Slaby (SUSE) 7-17/+17
2023-09-04Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 7-17/+10
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-3/+2
2023-08-26um: virt-pci: fix missing declaration warningGravatar Vincent Whitchurch 1-0/+2
2023-08-26um: Refactor deprecated strncpy to memcpyGravatar Justin Stitt 1-2/+2
2023-08-26um: fix 3 instances of -Wmissing-prototypesGravatar Nick Desaulniers 2-1/+2
2023-08-26um: port_kern: fix -Wmissing-variable-declarationsGravatar Nick Desaulniers 1-1/+1
2023-08-26uml: audio: fix -Wmissing-variable-declarationsGravatar Nick Desaulniers 1-1/+1
2023-08-26um: vector: refactor deprecated strncpyGravatar Justin Stitt 1-2/+2
2023-08-19um: Fix hostaudio build errorsGravatar Randy Dunlap 2-14/+4
2023-08-16um: refactor deprecated strncpy to memcpyGravatar Justin Stitt 1-2/+2
2023-08-16um: vector: refactor deprecated strncpyGravatar Justin Stitt 1-2/+2
2023-08-11tty: make tty_operations::write()'s count size_tGravatar Jiri Slaby (SUSE) 2-2/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Gravatar Jiri Slaby (SUSE) 2-3/+2
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-14/+6
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-4/+4
2023-06-12ubd: remove commented out code in ubd_openGravatar Christoph Hellwig 1-7/+0
2023-06-12block: remove the unused mode argument to ->releaseGravatar Christoph Hellwig 1-2/+2
2023-06-12block: pass a gendisk to ->openGravatar Christoph Hellwig 1-3/+2
2023-05-10um: harddog: fix modular buildGravatar Johannes Berg 5-7/+23
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-13/+155
2023-02-13uml: vector: Remove unused definitions VECTOR_{WRITE,HEADERS}Gravatar Carlos Bilbao 1-2/+0
2023-02-13um: virt-pci: properly remove PCI device from busGravatar Benjamin Berg 1-5/+16
2023-02-13um: virtio_uml: move device breaking into workqueueGravatar Benjamin Berg 1-1/+15
2023-02-13um: virtio_uml: mark device as unregistered when breaking itGravatar Benjamin Berg 1-0/+2
2023-02-13um: virtio_uml: free command if adding to virtqueue failedGravatar Benjamin Berg 1-1/+4
2023-02-13virt-pci: add platform bus supportGravatar Vincent Whitchurch 1-0/+91
2023-02-13um-virt-pci: Make max delay configurableGravatar Vincent Whitchurch 1-2/+3
2023-02-13um: virt-pci: implement pcibios_get_phb_of_node()Gravatar Vincent Whitchurch 1-0/+19
2023-02-13um: Prevent building modules incompatible with MODVERSIONSGravatar Peter Foley 1-0/+2
2023-02-13um: Avoid pcap multiple definition errorsGravatar Peter Foley 1-2/+2
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileGravatar Masahiro Yamada 1-1/+1