summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-8/+12
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-1/+1
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko1-3/+5
2024-07-17virtio: rename find_vqs_info() op to find_vqs()Jiri Pirko1-1/+1
2024-07-17virtio: convert find_vqs() op implementations to find_vqs_info()Jiri Pirko1-6/+8
2024-07-17um: Use generic runtime constant implementationLinus Torvalds1-0/+1
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+9
2024-07-10um: don't generate asm/bpf_perf_event.hArnd Bergmann2-1/+9
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-1/+1
2024-06-14block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig1-2/+2
2024-06-14ubd: untagle discard vs write zeroes not support handlingChristoph Hellwig1-4/+5
2024-06-14ubd: refactor the interrupt handlerChristoph Hellwig1-31/+18
2024-05-25Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds39-99/+94
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-22um: virt-pci: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-21Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-05-09kbuild: 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-26mm: 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-13Merge 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