summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+1
|\
| * kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-2/+1
* | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-072-6/+0
* | asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-073-22/+1
* | Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-064-8/+0
|\ \
| * | um: line, remove put_charJiri Slaby2020-06-244-8/+0
| |/
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-1/+1
* | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
|/
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+1
* 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