summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)Author
2024-07-16um: Use generic runtime constant implementationLinus Torvalds
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-10um: don't generate asm/bpf_perf_event.hArnd Bergmann
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig
2024-06-14block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig
2024-06-14ubd: untagle discard vs write zeroes not support handlingChristoph Hellwig
2024-06-14ubd: refactor the interrupt handlerChristoph Hellwig
2024-05-25Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22um: virt-pci: drop owner assignmentKrzysztof Kozlowski
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann
2024-04-30um: virtio_uml: Convert to platform remove callback returning voidUwe Kleine-König
2024-04-30um: rtc: Convert to platform remove callback returning voidUwe Kleine-König
2024-04-30um: Add an internal header shared among the user codeTiwei Bie
2024-04-30um: Fix the declaration of kasan_map_memoryTiwei Bie
2024-04-30um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie
2024-04-30um: Fix the -Wmissing-prototypes warning for __switch_mmTiwei Bie
2024-04-30um: Stop tracking host PID in cpu_tasksTiwei Bie
2024-04-25mm: vmalloc: enable memory allocation profilingKent Overstreet
2024-04-22um: process: remove unused 'n' variableJohannes Berg
2024-04-22um: vector: remove unused len variable/calculationJohannes Berg
2024-04-22um: vector: fix bpfflash parameter evaluationJohannes Berg
2024-04-22um: slirp: remove set but unused variable 'pid'Johannes Berg
2024-04-22um: Makefile: use bash from the environmentYueh-Shun Li
2024-04-22um: Add winch to winch_handlers before registering winch IRQRoberto Sassu
2024-04-22um: Fix -Wmissing-prototypes warnings for __warp_* and fooTiwei Bie
2024-04-22um: Fix -Wmissing-prototypes warnings for text_poke*Tiwei Bie
2024-04-22um: Move declarations to proper headersTiwei Bie
2024-04-22um: Add missing headersTiwei Bie
2024-04-22um: Fix the return type of __switch_toTiwei Bie
2024-04-22um: Remove unused functionsTiwei Bie
2024-04-22um: Fix the declaration of vfreeTiwei Bie
2024-04-22um: Make local functions and variables staticTiwei Bie
2024-04-22um: Fix return value in ubd_init()Duoming Zhou
2024-04-06x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macrosUros Bizjak
2024-03-15Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-08um: Unconditionally call unflatten_device_tree()Stephen Boyd
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann
2024-02-27ubd: open the backing files in ubd_addChristoph Hellwig
2024-02-27ubd: remove the queue pointer in struct ubdChristoph Hellwig
2024-02-27ubd: move set_disk_ro to ubd_addChristoph Hellwig
2024-02-27ubd: move setting the variable queue limits to ubd_addChristoph Hellwig