summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-2/+2
* Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-105-4/+64
|\
| * um: virtio: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-022-2/+2
| * um: Use fdatasync() when mapping the UBD FSYNC commandAnton Ivanov2020-06-021-1/+1
| * um: Do not evaluate compiler's library path when cleaningMasahiro Yamada2020-06-021-2/+2
| * um: Neaten vu_err macro definitionJoe Perches2020-06-021-1/+1
| * um: Add a generic "fd" vector transportMarc-André Lureau2020-06-021-0/+59
| * um: Add include: memset() and memcpy() are in <string.h>Zach van Rijn2020-06-021-0/+1
* | maccess: always use strict semantics for probe_kernel_readChristoph Hellwig2020-06-091-1/+1
* | maccess: unify the probe kernel arch hooksChristoph Hellwig2020-06-091-6/+4
* | 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