aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-23um: ensure `make ARCH=um mrproper` removes arch/$(SUBARCH)/include/generated/Vitor Massaru Iha1-0/+1
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual1-10/+0
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds23-204/+844
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+27
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-03-29um: Remove some unnecessary NULL checks in vector_user.cAlex Dewar1-10/+5
2020-03-29um: vector: Avoid NULL ptr deference if transport is unsetSjoerd Simons1-0/+3
2020-03-29um: Make CONFIG_STATIC_LINK actually staticBrendan Higgins2-1/+10
2020-03-29um: Implement ndelay/udelay in time-travel modeJohannes Berg4-1/+42
2020-03-29um: Implement time-travel=extJohannes Berg6-17/+435
2020-03-29um: virtio: Implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONSJohannes Berg2-22/+75
2020-03-29um: time-travel: Rewrite as an event schedulerJohannes Berg4-95/+229
2020-03-29um: Move timer-internal.h to non-sharedJohannes Berg5-4/+3
2020-03-29um: falloc.h needs to be directly included for older libcAlan Maguire1-0/+1
2020-03-29um: ubd: Retry buffer read on any kind of errorGabriel Krisman Bertazi1-4/+4
2020-03-29um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi1-1/+3
2020-03-29um: Fix overlapping ELF segments when statically linkedDavid Gow1-1/+1
2020-03-29um: Delete never executed timerLeon Romanovsky1-12/+0
2020-03-29um: Don't overwrite ethtool driver versionLeon Romanovsky2-3/+0
2020-03-29um: Fix len of file in create_pid_fileWen Yang1-2/+3
2020-03-29um: Don't use console_drivers directlyAndy Shevchenko1-5/+4
2020-03-29um: Cleanup CONFIG_IOSCHED_CFQKrzysztof Kozlowski2-2/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan1-3/+1
2020-03-06um: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-02-28uml: Create a private mount of proc for mconsoleEric W. Biederman1-1/+27
2020-02-28uml: Don't consult current to find the proc_mnt in mconsole_procEric W. Biederman1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan3-21/+18
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/daveh/x86-mpxLinus Torvalds1-5/+0
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds5-11/+12
2020-01-28Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds8-43/+61
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-2/+2
2020-01-23mm: remove arch_bprm_mm_init() hookDave Hansen1-5/+0
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar3-4/+5
2020-01-19um: Fix time-travel=inf-cpu with xor/raid6Johannes Berg3-1/+9
2020-01-19Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg2-1/+2
2020-01-19um: Mark non-vector net transports as obsoleteBrendan Higgins1-40/+41
2020-01-19um: Add an option to make serial driver non-rawJohannes Berg2-1/+9
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-4/+5
2020-01-07um: Implement copy_thread_tlsAmanieu d'Antras3-4/+5
2020-01-03compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctlArnd Bergmann1-0/+1
2019-12-18um: ubd: use 64-bit time_t where possibleArnd Bergmann5-11/+12
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2-2/+2
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h>Ingo Molnar1-0/+4
2019-12-04um: add support for folded p4d page tablesMike Rapoport8-14/+78