summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-195-20/+5
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-191-1/+0
|\
| * x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-091-1/+0
* | initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0
* | Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-129-238/+252
|\ \
| * | um: irq: don't set the chip for all irqsBartosz Golaszewski2019-05-071-1/+1
| * | um: define set_pte_at() as a static inline function, not a macroBartosz Golaszewski2019-05-071-1/+6
| * | um: remove uses of variable length arraysBartosz Golaszewski2019-05-071-9/+27
| * | um: remove unused variableBartosz Golaszewski2019-05-071-1/+0
| * | uml: fix a boot splat wrt use of cpu_all_maskMaciej Żenczykowski2019-05-071-1/+1
| * | um: Do not unlock mutex that is not hold.Daniel Walter2019-05-071-2/+2
| * | arch: um: drivers: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult2019-05-071-176/+176
| * | arch: um: Kconfig: pedantic indention cleanupsEnrico Weigelt, metux IT consult2019-05-071-26/+26
| * | um: Revert to using stack for pt_regs in signal handlingAnton Ivanov2019-05-072-23/+15
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-1/+1
|\ \ \
| * | | um: vector netdev: adjust to xmit_more API changeJohannes Berg2019-05-051-1/+1
| |/ /
* | | 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