summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)Author
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09um: add show_stack_loglvl()Dmitry Safonov
2020-06-09um/sysrq: remove needless variable spDmitry Safonov
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport
2020-06-02um: virtio: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-02um: Use fdatasync() when mapping the UBD FSYNC commandAnton Ivanov
2020-06-02um: Do not evaluate compiler's library path when cleaningMasahiro Yamada
2020-06-02um: Neaten vu_err macro definitionJoe Perches
2020-06-02um: Add a generic "fd" vector transportMarc-André Lureau
2020-06-02um: Add include: memset() and memcpy() are in <string.h>Zach van Rijn
2020-05-26kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRSMasahiro Yamada
2020-05-12um: do not evaluate compiler's library path when cleaningMasahiro Yamada
2020-05-08x86/module: Use text_poke() for late relocationsPeter Zijlstra
2020-04-29um: Fix typo in vector driver transport option definitionIgnat Korchagin
2020-04-29um: syscall.c: include <asm/unistd.h>Johannes Berg
2020-04-29um: Fix xor.h includeJohannes Berg
2020-04-23um: ensure `make ARCH=um mrproper` removes arch/$(SUBARCH)/include/generated/Vitor Massaru Iha
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu
2020-03-29um: Remove some unnecessary NULL checks in vector_user.cAlex Dewar
2020-03-29um: vector: Avoid NULL ptr deference if transport is unsetSjoerd Simons
2020-03-29um: Make CONFIG_STATIC_LINK actually staticBrendan Higgins
2020-03-29um: Implement ndelay/udelay in time-travel modeJohannes Berg
2020-03-29um: Implement time-travel=extJohannes Berg
2020-03-29um: virtio: Implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONSJohannes Berg
2020-03-29um: time-travel: Rewrite as an event schedulerJohannes Berg
2020-03-29um: Move timer-internal.h to non-sharedJohannes Berg
2020-03-29um: falloc.h needs to be directly included for older libcAlan Maguire
2020-03-29um: ubd: Retry buffer read on any kind of errorGabriel Krisman Bertazi
2020-03-29um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi
2020-03-29um: Fix overlapping ELF segments when statically linkedDavid Gow
2020-03-29um: Delete never executed timerLeon Romanovsky
2020-03-29um: Don't overwrite ethtool driver versionLeon Romanovsky
2020-03-29um: Fix len of file in create_pid_fileWen Yang
2020-03-29um: Don't use console_drivers directlyAndy Shevchenko
2020-03-29um: Cleanup CONFIG_IOSCHED_CFQKrzysztof Kozlowski
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan
2020-03-06um: reject unsupported coalescing paramsJakub Kicinski
2020-02-28uml: Create a private mount of proc for mconsoleEric W. Biederman