summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg2020-01-192-1/+2
| * | | um: Mark non-vector net transports as obsoleteBrendan Higgins2020-01-191-40/+41
| * | | um: Add an option to make serial driver non-rawJohannes Berg2020-01-192-1/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-282-2/+2
|\ \ \ \
| * | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-193-4/+5
| |\| | |
| * | | | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-122-2/+2
| | |/ / | |/| |
* | | | Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar2020-01-203-4/+5
|\ \ \ \ | | |/ / | |/| |