summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* um: allow not setting extra rpaths in the linux binaryJohannes Berg2024-03-152-1/+15
* um: net: Fix return type of uml_net_start_xmit()Nathan Chancellor2024-02-231-1/+1
* um: Don't use vfprintf() for os_info()Benjamin Berg2024-02-231-2/+17
* um: Fix naming clash between UML and schedulerAnton Ivanov2024-02-233-5/+5
* um: Fix hostaudio build errorsRandy Dunlap2023-09-234-14/+6
* arch: um: drivers: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult2023-09-231-176/+176
* um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-08-083-8/+3
* um: vector: Fix memory leak in vector_configXiang Yang2023-03-111-0/+1
* UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen2022-10-261-1/+1
* um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-06-251-7/+2
* um: chan_user: Fix winch_tramp() return valueJohannes Berg2022-06-141-4/+5
* um: Fix uml_mconsole stop/goAnton Ivanov2022-04-151-1/+2
* um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap2022-01-273-5/+5
* hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-12-011-0/+12
* um: fix error return code in winch_tramp()Zhen Lei2021-07-201-1/+2
* um: fix error return code in slip_open()Zhen Lei2021-07-201-1/+2
* um: Mark all kernel symbols as localJohannes Berg2021-05-222-0/+12
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2021-03-111-1/+1
* um: chan_xterm: Fix fd leakAnton Ivanov2020-12-301-0/+5
* um: tty: Fix handling of close in tty linesAnton Ivanov2020-12-301-2/+2
* um: Monitor error events in IRQ controllerAnton Ivanov2020-12-301-1/+1
* um: change sigio_spinlock to a mutexJohannes Berg2020-11-051-3/+3
* um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi2020-04-231-1/+3
* um: Fix off by one error in IRQ enumerationAnton Ivanov2020-01-271-1/+1
* um: Fix IRQ controller regression on console readJouni Malinen2020-01-272-8/+48
* um: Make GCOV depend on !KCOVRichard Weinberger2019-12-051-0/+1
* um: Include sys/uio.h to have writev()Richard Weinberger2019-12-051-0/+1
* um: Make line/tty semantics use true write IRQAnton Ivanov2019-12-011-2/+2
* um: Silence lockdep complaint about mmap_semJohannes Berg2019-07-311-1/+1
* uml: fix a boot splat wrt use of cpu_all_maskMaciej Żenczykowski2019-06-151-1/+1
* um: Don't hardcode path as it is architecture dependentRitesh Raj Sarraf2019-05-161-1/+1
* um: Avoid marking pages with "changed protection"Anton Ivanov2019-02-121-1/+8
* um: Give start_idle_thread() a return codeRichard Weinberger2018-11-271-0/+5
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-1/+1
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-157-219/+195
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-0/+1
| * Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-7/+0
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-20/+0
| * um: create a proper drivers KconfigChristoph Hellwig2018-08-023-128/+125
| * um: cleanup Kconfig filesChristoph Hellwig2018-08-024-206/+210
| * um: stop abusing KBUILD_KCONFIGChristoph Hellwig2018-08-022-3/+4
* | um: clean up archheaders recipeMasahiro Yamada2018-08-071-7/+1
* | um: fix parallel building with O= optionMasahiro Yamada2018-08-071-2/+1
* | kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada2018-07-281-1/+1
* | kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada2018-07-191-2/+2
|/
* Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-171-1/+1
|\
| * docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* | Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-164-29/+14
|\ \ | |/ |/|
| * um: Fix raw interface optionsAnton Ivanov2018-06-101-3/+2