summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
...
* | | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0Star
* | | mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0Star
* | | um: switch to NO_BOOTMEMMike Rapoport2018-10-272-11/+11
* | | um: setup_physmem: stop using global variablesMike Rapoport2018-10-271-3/+3
| |/ |/|
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-2/+0Star
|\ \
| * | vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-111-2/+0Star
| |/
* | ubd: remove use of blk_rq_map_sgChristoph Hellwig2018-10-181-104/+54Star
* | um: Convert ubd driver to blk-mqRichard Weinberger2018-10-141-85/+93
* | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
|/
* 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-181-1/+1
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-157-219/+195Star
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-0/+1
| * Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-7/+0Star
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-20/+0Star
| * um: create a proper drivers KconfigChristoph Hellwig2018-08-023-128/+125Star
| * 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/+1Star
* | um: fix parallel building with O= optionMasahiro Yamada2018-08-071-2/+1Star
* | 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-161-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-154-29/+14Star
|\ \ | |/ |/|
| * um: Fix raw interface optionsAnton Ivanov2018-06-101-3/+2Star
| * um: Fix initialization of vector queuesAnton Ivanov2018-06-101-3/+12
| * um: remove uml initcallsAlexander Pateenok2018-06-103-23/+0Star
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-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/+0Star
|\ \
| * | kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-281-4/+0Star
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-051-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-052-50/+25Star
|\ \
| * | signal/um: More carefully relay signals in relay_signal.Eric W. Biederman2018-04-281-24/+14Star
| * | signal/um: Use force_sig_fault where appropriateEric W. Biederman2018-04-252-28/+11Star
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+2
| |/
* / proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-14/+2Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2018-04-1222-324/+3393
|\
| * Fix vector raw inintialization logicAnton Ivanov2018-03-294-10/+21
| * Migrate vector timers to new timer APIAnton Ivanov2018-03-291-7/+3Star
| * um: Compile with modern headersJason A. Donenfeld2018-03-292-0/+2
| * um: vector: Fix an error handling path in 'vector_parse()'Christophe JAILLET2018-02-191-3/+3
| * um: vector: Fix a memory allocation checkChristophe JAILLET2018-02-191-1/+1
| * um: vector: fix missing unlock on error in vector_net_open()Wei Yongjun2018-02-191-1/+3
| * um: Add missing EXPORT for free_irq_by_fd()Anton Ivanov2018-02-191-0/+1
| * High Performance UML Vector Network DriverAnton Ivanov2018-02-1910-3/+2932
| * Epoll based IRQ controllerAnton Ivanov2018-02-198-317/+444
| * um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur2018-02-191-1/+1