summaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-2539-99/+94
|\
| * um: virtio_uml: Convert to platform remove callback returning voidUwe Kleine-König2024-04-301-3/+2
| * um: rtc: Convert to platform remove callback returning voidUwe Kleine-König2024-04-301-3/+2
| * um: Add an internal header shared among the user codeTiwei Bie2024-04-307-6/+26
| * um: Fix the declaration of kasan_map_memoryTiwei Bie2024-04-303-1/+3
| * um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie2024-04-301-1/+0
| * um: Fix the -Wmissing-prototypes warning for __switch_mmTiwei Bie2024-04-302-2/+2
| * um: Stop tracking host PID in cpu_tasksTiwei Bie2024-04-303-15/+2
| * um: process: remove unused 'n' variableJohannes Berg2024-04-221-2/+2
| * um: vector: remove unused len variable/calculationJohannes Berg2024-04-221-3/+1
| * um: vector: fix bpfflash parameter evaluationJohannes Berg2024-04-221-1/+1
| * um: slirp: remove set but unused variable 'pid'Johannes Berg2024-04-221-2/+1
| * um: Makefile: use bash from the environmentYueh-Shun Li2024-04-221-1/+1
| * um: Add winch to winch_handlers before registering winch IRQRoberto Sassu2024-04-221-6/+8
| * um: Fix -Wmissing-prototypes warnings for __warp_* and fooTiwei Bie2024-04-221-0/+5
| * um: Fix -Wmissing-prototypes warnings for text_poke*Tiwei Bie2024-04-221-0/+1
| * um: Move declarations to proper headersTiwei Bie2024-04-227-7/+8
| * um: Add missing headersTiwei Bie2024-04-227-0/+9
| * um: Fix the return type of __switch_toTiwei Bie2024-04-221-1/+2
| * um: Remove unused functionsTiwei Bie2024-04-222-27/+0
| * um: Fix the declaration of vfreeTiwei Bie2024-04-221-1/+1
| * um: Make local functions and variables staticTiwei Bie2024-04-228-15/+15
| * um: Fix return value in ubd_init()Duoming Zhou2024-04-221-2/+2
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-231-1/+0
|\ \
| * | um: virt-pci: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
| |/
* | Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-211-1/+1
|\ \
| * | arch: Rename fbdev header and source filesThomas Zimmermann2024-05-031-1/+1
| |/
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-1/+2
|\ \
| * | mm: vmalloc: enable memory allocation profilingKent Overstreet2024-04-261-1/+2
| |/
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-1/+1
|\ \
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-091-1/+1
| |/
* / x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macrosUros Bizjak2024-04-061-2/+1
|/
* Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-151-8/+8
|\
| * um: Unconditionally call unflatten_device_tree()Stephen Boyd2024-03-081-8/+8
* | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-127-10/+11
|\ \
| * | um: Convert strscpy() usage to 2-argument styleKees Cook2024-02-217-10/+10
| * | string: Allow 2-argument strscpy()Kees Cook2024-02-211-1/+2
| |/
* | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-122-1/+2
|\ \
| * | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-062-1/+2
* | | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-86/+49
|\ \ \ | |/ / |/| |
| * | ubd: open the backing files in ubd_addChristoph Hellwig2024-02-271-42/+16
| * | ubd: remove the queue pointer in struct ubdChristoph Hellwig2024-02-271-3/+1
| * | ubd: move set_disk_ro to ubd_addChristoph Hellwig2024-02-271-1/+1
| * | ubd: move setting the variable queue limits to ubd_addChristoph Hellwig2024-02-271-6/+7
| * | ubd: move setting the nonrot flag to ubd_addChristoph Hellwig2024-02-271-1/+1
| * | ubd: remove ubd_disk_registerChristoph Hellwig2024-02-271-22/+15
| * | ubd: remove the ubd_gendisk arrayChristoph Hellwig2024-02-271-9/+4
| * | ubd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-201-3/+5
| * | block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
* | | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-101-1/+1
|/ /