aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds1-1/+1
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+1
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+1
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-156/+2
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-04-14um/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner1-2/+0
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-33/+6
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-33/+6
2019-04-03um/tlb: Convert to generic mmu_gatherPeter Zijlstra1-154/+2
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra1-3/+1
2019-03-15Merge branch 'for-linus-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2-6/+3
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport4-0/+24
2019-03-06um: Fix for a possible OOPS in ubd initializationAnton Ivanov1-3/+3
2019-03-06um: Remove duplicated include from vector_user.cYueHaibing1-3/+0
2019-03-05a.out: remove core dumping supportLinus Torvalds1-27/+0
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+4
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2-4/+4
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2019-01-02Merge branch 'for-linus-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds19-172/+257
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-6/+0
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-24/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-1/+1
2018-12-27um: Remove obsolete reenable_XX callsAnton Ivanov10-35/+0
2018-12-27um: writev needs <sys/uio.h>Christoph Hellwig1-0/+1
2018-12-27um: remove redundant generic-yMasahiro Yamada1-2/+0
2018-12-27um: Optimize Flush TLB for force/fork caseAnton Ivanov1-4/+5
2018-12-27um: Avoid marking pages with "changed protection"Anton Ivanov1-1/+8
2018-12-27um: Skip TLB flushing where not neededAnton Ivanov1-7/+14
2018-12-27um: Optimize TLB operations v2Anton Ivanov1-28/+57
2018-12-27um: Remove unnecessary faulted check in uaccess.cAnton Ivanov1-11/+12
2018-12-27um: Add support for DISCARD in the UBD DriverAnton Ivanov3-11/+65
2018-12-27um: Remove unsafe printks from the io threadAnton Ivanov1-25/+17
2018-12-27um: Clean-up command processing in UML UBD driverAnton Ivanov1-30/+47
2018-12-27um: Switch to block-mq constants in the UML UBD driverAnton Ivanov1-28/+38
2018-12-27um: Make GCOV depend on !KCOVRichard Weinberger1-0/+1
2018-12-27um: Include sys/uio.h to have writev()Richard Weinberger1-0/+1
2018-12-27um: Add HAVE_DEBUG_BUGVERBOSEHernĂ¡n Gonzalez1-0/+1
2018-12-22um: remove unused filechk_gen_header in MakefileMasahiro Yamada1-2/+0
2018-12-01kbuild: fix UML build error with CONFIG_GCC_PLUGINSMasahiro Yamada1-22/+2
2018-11-29pcmcia: remove per-arch PCMCIA config entryMasahiro Yamada1-3/+0
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-3/+0
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+8
2018-11-08ubd: fix missing initialization of io_reqAnton Ivanov1-2/+1
2018-11-07ubd: fix missing lock around request issueJens Axboe1-2/+7
2018-10-31Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds10-444/+19
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport3-3/+3