summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds39-99/+94
7 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
8 daysum: virt-pci: drop owner assignmentKrzysztof Kozlowski1-1/+0
9 daysMerge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
11 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
12 daysMerge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann1-1/+1
2024-04-30um: virtio_uml: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-04-30um: rtc: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-04-30um: Add an internal header shared among the user codeTiwei Bie7-6/+26
2024-04-30um: Fix the declaration of kasan_map_memoryTiwei Bie3-1/+3
2024-04-30um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie1-1/+0
2024-04-30um: Fix the -Wmissing-prototypes warning for __switch_mmTiwei Bie2-2/+2
2024-04-30um: Stop tracking host PID in cpu_tasksTiwei Bie3-15/+2
2024-04-25mm: vmalloc: enable memory allocation profilingKent Overstreet1-1/+2
2024-04-22um: process: remove unused 'n' variableJohannes Berg1-2/+2
2024-04-22um: vector: remove unused len variable/calculationJohannes Berg1-3/+1
2024-04-22um: vector: fix bpfflash parameter evaluationJohannes Berg1-1/+1
2024-04-22um: slirp: remove set but unused variable 'pid'Johannes Berg1-2/+1
2024-04-22um: Makefile: use bash from the environmentYueh-Shun Li1-1/+1
2024-04-22um: Add winch to winch_handlers before registering winch IRQRoberto Sassu1-6/+8
2024-04-22um: Fix -Wmissing-prototypes warnings for __warp_* and fooTiwei Bie1-0/+5
2024-04-22um: Fix -Wmissing-prototypes warnings for text_poke*Tiwei Bie1-0/+1
2024-04-22um: Move declarations to proper headersTiwei Bie7-7/+8
2024-04-22um: Add missing headersTiwei Bie7-0/+9
2024-04-22um: Fix the return type of __switch_toTiwei Bie1-1/+2
2024-04-22um: Remove unused functionsTiwei Bie2-27/+0
2024-04-22um: Fix the declaration of vfreeTiwei Bie1-1/+1
2024-04-22um: Make local functions and variables staticTiwei Bie8-15/+15
2024-04-22um: Fix return value in ubd_init()Duoming Zhou1-2/+2
2024-04-06x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macrosUros Bizjak1-2/+1
2024-03-15Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+8
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-10/+11
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+2
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-86/+49
2024-03-08um: Unconditionally call unflatten_device_tree()Stephen Boyd1-8/+8
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2-1/+2
2024-02-27ubd: open the backing files in ubd_addChristoph Hellwig1-42/+16
2024-02-27ubd: remove the queue pointer in struct ubdChristoph Hellwig1-3/+1
2024-02-27ubd: move set_disk_ro to ubd_addChristoph Hellwig1-1/+1
2024-02-27ubd: move setting the variable queue limits to ubd_addChristoph Hellwig1-6/+7
2024-02-27ubd: move setting the nonrot flag to ubd_addChristoph Hellwig1-1/+1
2024-02-27ubd: remove ubd_disk_registerChristoph Hellwig1-22/+15
2024-02-27ubd: remove the ubd_gendisk arrayChristoph Hellwig1-9/+4
2024-02-20um: Convert strscpy() usage to 2-argument styleKees Cook7-10/+10
2024-02-20string: Allow 2-argument strscpy()Kees Cook1-1/+2
2024-02-19ubd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-3/+5
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-1/+1