summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* 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
| * um: Fix initialization of vector queuesAnton Ivanov2018-06-101-3/+12
| * um: remove uml initcallsAlexander Pateenok2018-06-103-23/+0
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-12/+12
* | net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn2018-06-071-1/+2
* | Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-06-061-4/+0
|\ \
| * | kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-291-4/+0
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-0/+1
|\ \
| * | time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
| |/
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-042-50/+25
|\ \
| * | signal/um: More carefully relay signals in relay_signal.Eric W. Biederman2018-04-281-24/+14
| * | signal/um: Use force_sig_fault where appropriateEric W. Biederman2018-04-252-28/+11
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+2
| |/