aboutsummaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2020-06-09maccess: always use strict semantics for probe_kernel_readGravatar Christoph Hellwig 1-1/+1
2020-06-09maccess: unify the probe kernel arch hooksGravatar Christoph Hellwig 1-6/+4
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 2-2/+2
2020-06-09mmap locking API: convert nested write lock sitesGravatar Michel Lespinasse 1-1/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 3-5/+5
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 2-56/+15
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEGravatar Mike Rapoport 2-16/+2
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-2/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 6-6/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Gravatar Dmitry Safonov 2-7/+2
2020-06-09um: add show_stack_loglvl()Gravatar Dmitry Safonov 1-8/+16
2020-06-09um/sysrq: remove needless variable spGravatar Dmitry Safonov 1-3/+1
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hGravatar Christoph Hellwig 1-0/+2
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-3/+3
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Gravatar Linus Torvalds 1-0/+16
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesGravatar Mike Rapoport 1-8/+4
2020-05-26kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRSGravatar Masahiro Yamada 1-1/+1
2020-05-12um: do not evaluate compiler's library path when cleaningGravatar Masahiro Yamada 1-2/+2
2020-05-08x86/module: Use text_poke() for late relocationsGravatar Peter Zijlstra 1-0/+16
2020-04-29um: Fix typo in vector driver transport option definitionGravatar Ignat Korchagin 1-1/+1
2020-04-29um: syscall.c: include <asm/unistd.h>Gravatar Johannes Berg 1-0/+1
2020-04-29um: Fix xor.h includeGravatar Johannes Berg 1-1/+1
2020-04-23um: ensure `make ARCH=um mrproper` removes arch/$(SUBARCH)/include/generated/Gravatar Vitor Massaru Iha 1-0/+1
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Gravatar Anshuman Khandual 1-10/+0
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 23-204/+844
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-04-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+1
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+27
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesGravatar Peter Xu 1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTGravatar Peter Xu 1-1/+1
2020-03-29um: Remove some unnecessary NULL checks in vector_user.cGravatar Alex Dewar 1-10/+5
2020-03-29um: vector: Avoid NULL ptr deference if transport is unsetGravatar Sjoerd Simons 1-0/+3
2020-03-29um: Make CONFIG_STATIC_LINK actually staticGravatar Brendan Higgins 2-1/+10
2020-03-29um: Implement ndelay/udelay in time-travel modeGravatar Johannes Berg 4-1/+42
2020-03-29um: Implement time-travel=extGravatar Johannes Berg 6-17/+435
2020-03-29um: virtio: Implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONSGravatar Johannes Berg 2-22/+75
2020-03-29um: time-travel: Rewrite as an event schedulerGravatar Johannes Berg 4-95/+229
2020-03-29um: Move timer-internal.h to non-sharedGravatar Johannes Berg 5-4/+3
2020-03-29um: falloc.h needs to be directly included for older libcGravatar Alan Maguire 1-0/+1
2020-03-29um: ubd: Retry buffer read on any kind of errorGravatar Gabriel Krisman Bertazi 1-4/+4
2020-03-29um: ubd: Prevent buffer overrun on command completionGravatar Gabriel Krisman Bertazi 1-1/+3
2020-03-29um: Fix overlapping ELF segments when statically linkedGravatar David Gow 1-1/+1
2020-03-29um: Delete never executed timerGravatar Leon Romanovsky 1-12/+0
2020-03-29um: Don't overwrite ethtool driver versionGravatar Leon Romanovsky 2-3/+0
2020-03-29um: Fix len of file in create_pid_fileGravatar Wen Yang 1-2/+3
2020-03-29um: Don't use console_drivers directlyGravatar Andy Shevchenko 1-5/+4
2020-03-29um: Cleanup CONFIG_IOSCHED_CFQGravatar Krzysztof Kozlowski 2-2/+2
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hGravatar Zhenzhong Duan 1-3/+1