summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig2020-06-081-0/+2
* Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-062-3/+3
|\
| * kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRSMasahiro Yamada2020-05-261-1/+1
| * um: do not evaluate compiler's library path when cleaningMasahiro Yamada2020-05-121-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2020-06-041-0/+16
|\ \
| * | x86/module: Use text_poke() for late relocationsPeter Zijlstra2020-05-081-0/+16
| |/
* | mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2020-06-031-8/+4
* | um: Fix typo in vector driver transport option definitionIgnat Korchagin2020-04-291-1/+1
* | um: syscall.c: include <asm/unistd.h>Johannes Berg2020-04-291-0/+1
* | um: Fix xor.h includeJohannes Berg2020-04-291-1/+1
|/
* um: ensure `make ARCH=um mrproper` removes arch/$(SUBARCH)/include/generated/Vitor Massaru Iha2020-04-231-0/+1
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-10/+0
* Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-0723-204/+844
|\
| * um: Remove some unnecessary NULL checks in vector_user.cAlex Dewar2020-03-291-10/+5
| * um: vector: Avoid NULL ptr deference if transport is unsetSjoerd Simons2020-03-291-0/+3
| * um: Make CONFIG_STATIC_LINK actually staticBrendan Higgins2020-03-292-1/+10
| * um: Implement ndelay/udelay in time-travel modeJohannes Berg2020-03-294-1/+42
| * um: Implement time-travel=extJohannes Berg2020-03-296-17/+435
| * um: virtio: Implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONSJohannes Berg2020-03-292-22/+75
| * um: time-travel: Rewrite as an event schedulerJohannes Berg2020-03-294-95/+229
| * um: Move timer-internal.h to non-sharedJohannes Berg2020-03-295-4/+3
| * um: falloc.h needs to be directly included for older libcAlan Maguire2020-03-291-0/+1
| * um: ubd: Retry buffer read on any kind of errorGabriel Krisman Bertazi2020-03-291-4/+4
| * um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi2020-03-291-1/+3
| * um: Fix overlapping ELF segments when statically linkedDavid Gow2020-03-291-1/+1
| * um: Delete never executed timerLeon Romanovsky2020-03-291-12/+0
| * um: Don't overwrite ethtool driver versionLeon Romanovsky2020-03-292-3/+0
| * um: Fix len of file in create_pid_fileWen Yang2020-03-291-2/+3
| * um: Don't use console_drivers directlyAndy Shevchenko2020-03-291-5/+4
| * um: Cleanup CONFIG_IOSCHED_CFQKrzysztof Kozlowski2020-03-292-2/+2
* | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-031-3/+1
|\ \
| * | misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan2020-03-181-3/+1
| |/
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\ \
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-021-2/+1
|\ \
| * | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
| * | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-021-1/+27
|\ \ \ | |/ / |/| |
| * | uml: Create a private mount of proc for mconsoleEric W. Biederman2020-02-281-1/+27
| * | uml: Don't consult current to find the proc_mnt in mconsole_procEric W. Biederman2020-02-281-1/+1
| |/
* / um: reject unsupported coalescing paramsJakub Kicinski2020-03-061-0/+1
|/
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-043-21/+18
* Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-301-5/+0
|\
| * mm: remove arch_bprm_mm_init() hookDave Hansen2020-01-231-5/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-291-0/+1
|\ \
| * | compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctlArnd Bergmann2020-01-031-0/+1
* | | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-295-11/+12
|\ \ \
| * | | um: ubd: use 64-bit time_t where possibleArnd Bergmann2019-12-185-11/+12
| |/ /
* | | Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-288-43/+61
|\ \ \
| * | | um: Fix time-travel=inf-cpu with xor/raid6Johannes Berg2020-01-193-1/+9