summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-092-2/+2
* mmap locking API: convert nested write lock sitesMichel Lespinasse2020-06-091-1/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-093-5/+5
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-092-56/+15
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-092-16/+2
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-2/+0
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-096-6/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-092-7/+2
* um: add show_stack_loglvl()Dmitry Safonov2020-06-091-8/+16
* um/sysrq: remove needless variable spDmitry Safonov2020-06-091-3/+1
* 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
| |/