summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2024-03-15um: allow not setting extra rpaths in the linux binaryJohannes Berg2-1/+15
2024-02-23um: net: Fix return type of uml_net_start_xmit()Nathan Chancellor1-1/+1
2024-02-23um: Don't use vfprintf() for os_info()Benjamin Berg1-2/+17
2024-02-23um: Fix naming clash between UML and schedulerAnton Ivanov3-5/+5
2023-09-23um: Fix hostaudio build errorsRandy Dunlap4-14/+6
2023-09-23arch: um: drivers: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult1-176/+176
2023-08-08um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-8/+3
2023-03-11um: vector: Fix memory leak in vector_configXiang Yang1-0/+1
2022-10-26UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen1-1/+1
2022-06-25um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-7/+2
2022-06-14um: chan_user: Fix winch_tramp() return valueJohannes Berg1-4/+5
2022-04-15um: Fix uml_mconsole stop/goAnton Ivanov1-1/+2
2022-01-27um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap3-5/+5
2021-12-01hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit1-0/+12
2021-07-20um: fix error return code in winch_tramp()Zhen Lei1-1/+2
2021-07-20um: fix error return code in slip_open()Zhen Lei1-1/+2
2021-05-22um: Mark all kernel symbols as localJohannes Berg2-0/+12
2021-03-11block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2020-12-30um: chan_xterm: Fix fd leakAnton Ivanov1-0/+5
2020-12-30um: tty: Fix handling of close in tty linesAnton Ivanov1-2/+2
2020-12-30um: Monitor error events in IRQ controllerAnton Ivanov1-1/+1
2020-11-05um: change sigio_spinlock to a mutexJohannes Berg1-3/+3
2020-04-23um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi1-1/+3
2020-01-27um: Fix off by one error in IRQ enumerationAnton Ivanov1-1/+1
2020-01-27um: Fix IRQ controller regression on console readJouni Malinen2-8/+48
2019-12-05um: Make GCOV depend on !KCOVRichard Weinberger1-0/+1
2019-12-05um: Include sys/uio.h to have writev()Richard Weinberger1-0/+1
2019-12-01um: Make line/tty semantics use true write IRQAnton Ivanov1-2/+2
2019-07-31um: Silence lockdep complaint about mmap_semJohannes Berg1-1/+1
2019-06-15uml: fix a boot splat wrt use of cpu_all_maskMaciej Żenczykowski1-1/+1
2019-05-16um: Don't hardcode path as it is architecture dependentRitesh Raj Sarraf1-1/+1
2019-02-12um: Avoid marking pages with "changed protection"Anton Ivanov1-1/+8
2018-11-27um: Give start_idle_thread() a return codeRichard Weinberger1-0/+5
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-1/+1
2018-08-18mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-219/+195
2018-08-07um: clean up archheaders recipeMasahiro Yamada1-7/+1
2018-08-07um: fix parallel building with O= optionMasahiro Yamada1-2/+1
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig1-0/+1
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2-7/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig1-20/+0
2018-08-02um: create a proper drivers KconfigChristoph Hellwig3-128/+125
2018-08-02um: cleanup Kconfig filesChristoph Hellwig4-206/+210
2018-08-02um: stop abusing KBUILD_KCONFIGChristoph Hellwig2-3/+4
2018-07-28kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada1-1/+1
2018-07-19kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada1-2/+2
2018-06-16Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds1-1/+1
2018-06-16Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-29/+14
2018-06-16docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook2-12/+12