summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-05-071-1/+1
|\
| * *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-061-0/+1
|\ \ \
| * | | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-2/+0
|\ \ \ \
| * | | | um/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner2019-04-141-2/+0
| | |_|/ | |/| |
* | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-156/+2
|\ \ \ \ | |/ / / |/| | |
| * | | um/tlb: Convert to generic mmu_gatherPeter Zijlstra2019-04-031-154/+2
| * | | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-031-3/+1
| |/ /
* | | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-33/+6
* | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-33/+6
|/ /
* | Merge branch 'for-linus-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-152-6/+3
|\ \
| * | um: Fix for a possible OOPS in ubd initializationAnton Ivanov2019-03-061-3/+3
| * | um: Remove duplicated include from vector_user.cYueHaibing2019-03-061-3/+0
* | | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-124-0/+24
| |/ |/|
* | a.out: remove core dumping supportLinus Torvalds2019-03-051-27/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-4/+4
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-042-4/+4
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
|/
* Merge branch 'for-linus-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-01-0219-172/+257
|\
| * um: Remove obsolete reenable_XX callsAnton Ivanov2018-12-2710-35/+0
| * um: writev needs <sys/uio.h>Christoph Hellwig2018-12-271-0/+1
| * um: remove redundant generic-yMasahiro Yamada2018-12-271-2/+0
| * um: Optimize Flush TLB for force/fork caseAnton Ivanov2018-12-271-4/+5
| * um: Avoid marking pages with "changed protection"Anton Ivanov2018-12-271-1/+8
| * um: Skip TLB flushing where not neededAnton Ivanov2018-12-271-7/+14
| * um: Optimize TLB operations v2Anton Ivanov2018-12-271-28/+57
| * um: Remove unnecessary faulted check in uaccess.cAnton Ivanov2018-12-271-11/+12
| * um: Add support for DISCARD in the UBD DriverAnton Ivanov2018-12-273-11/+65
| * um: Remove unsafe printks from the io threadAnton Ivanov2018-12-271-25/+17
| * um: Clean-up command processing in UML UBD driverAnton Ivanov2018-12-271-30/+47
| * um: Switch to block-mq constants in the UML UBD driverAnton Ivanov2018-12-271-28/+38
| * um: Make GCOV depend on !KCOVRichard Weinberger2018-12-271-0/+1
| * um: Include sys/uio.h to have writev()Richard Weinberger2018-12-271-0/+1
| * um: Add HAVE_DEBUG_BUGVERBOSEHernĂ¡n Gonzalez2018-12-271-0/+1
* | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-291-6/+0
|\ \
| * | pcmcia: remove per-arch PCMCIA config entryMasahiro Yamada2018-11-291-3/+0
| * | PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-3/+0
| |/
* | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-24/+2
|\ \
| * | um: remove unused filechk_gen_header in MakefileMasahiro Yamada2018-12-221-2/+0
| * | kbuild: fix UML build error with CONFIG_GCC_PLUGINSMasahiro Yamada2018-12-011-22/+2
| |/
* | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* | mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-1/+1
|/
* Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-091-4/+8
|\
| * ubd: fix missing initialization of io_reqAnton Ivanov2018-11-081-2/+1
| * ubd: fix missing lock around request issueJens Axboe2018-11-071-2/+7
* | Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-3110-444/+19
|\ \
| * | um: Make line/tty semantics use true write IRQAnton Ivanov2018-10-291-2/+2