summaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)Author
2020-12-30um: chan_xterm: Fix fd leakAnton Ivanov
2020-12-30um: tty: Fix handling of close in tty linesAnton Ivanov
2020-12-30um: Monitor error events in IRQ controllerAnton Ivanov
2020-11-05um: change sigio_spinlock to a mutexJohannes Berg
2020-04-23um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi
2020-01-27um: Fix off by one error in IRQ enumerationAnton Ivanov
2020-01-27um: Fix IRQ controller regression on console readJouni Malinen
2019-12-05um: Make GCOV depend on !KCOVRichard Weinberger
2019-12-05um: Include sys/uio.h to have writev()Richard Weinberger
2019-12-01um: Make line/tty semantics use true write IRQAnton Ivanov
2019-07-31um: Silence lockdep complaint about mmap_semJohannes Berg
2019-06-15uml: fix a boot splat wrt use of cpu_all_maskMaciej Żenczykowski
2019-05-16um: Don't hardcode path as it is architecture dependentRitesh Raj Sarraf
2019-02-12um: Avoid marking pages with "changed protection"Anton Ivanov
2018-11-27um: Give start_idle_thread() a return codeRichard Weinberger
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-07um: clean up archheaders recipeMasahiro Yamada
2018-08-07um: fix parallel building with O= optionMasahiro Yamada
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig
2018-08-02um: create a proper drivers KconfigChristoph Hellwig
2018-08-02um: cleanup Kconfig filesChristoph Hellwig
2018-08-02um: stop abusing KBUILD_KCONFIGChristoph Hellwig
2018-07-28kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada
2018-07-19kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds
2018-06-16Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-10um: Fix raw interface optionsAnton Ivanov
2018-06-10um: Fix initialization of vector queuesAnton Ivanov
2018-06-10um: remove uml initcallsAlexander Pateenok
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-04-28signal/um: More carefully relay signals in relay_signal.Eric W. Biederman
2018-04-25signal/um: Use force_sig_fault where appropriateEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann
2018-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski
2018-03-29Fix vector raw inintialization logicAnton Ivanov
2018-03-29Migrate vector timers to new timer APIAnton Ivanov
2018-03-29um: Compile with modern headersJason A. Donenfeld