summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-1/+1
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig1-1/+1
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig1-6/+4
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse2-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-4/+4
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2-16/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport6-6/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-6/+1
2020-06-09um: add show_stack_loglvl()Dmitry Safonov1-8/+16
2020-06-09um/sysrq: remove needless variable spDmitry Safonov1-3/+1
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds1-0/+16
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-8/+4
2020-05-08x86/module: Use text_poke() for late relocationsPeter Zijlstra1-0/+16
2020-04-29um: syscall.c: include <asm/unistd.h>Johannes Berg1-0/+1
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-65/+528
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-03-29um: Implement ndelay/udelay in time-travel modeJohannes Berg1-0/+6
2020-03-29um: Implement time-travel=extJohannes Berg2-13/+313
2020-03-29um: time-travel: Rewrite as an event schedulerJohannes Berg2-50/+208
2020-03-29um: Move timer-internal.h to non-sharedJohannes Berg3-3/+3
2020-03-29um: Fix overlapping ELF segments when statically linkedDavid Gow1-1/+1
2020-03-29um: Don't use console_drivers directlyAndy Shevchenko1-5/+4
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan2-16/+14
2020-01-19Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg1-0/+1
2020-01-07um: Implement copy_thread_tlsAmanieu d'Antras1-3/+3
2019-12-04um: add support for folded p4d page tablesMike Rapoport5-12/+75
2019-12-04um: remove unused pxx_offset_proc() and addr_pte() functionsMike Rapoport1-29/+0
2019-10-10seccomp: simplify secure_computing()Christian Brauner1-1/+1
2019-09-16um: irq: Fix LAST_IRQ usage in init_IRQ()Erel Geron1-1/+1
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar28-29/+29
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron4-0/+5
2019-09-15um: time-travel: Restrict time update in IRQ handlerJohannes Berg2-4/+15
2019-09-15um: time-travel: Fix periodic timersJohannes Berg2-1/+7
2019-09-15um: Enable CONFIG_CONSTRUCTORSJohannes Berg1-1/+0
2019-09-15um: Place (soft)irq text with macrosJohannes Berg2-0/+4
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg3-3/+31
2019-09-15um: Remove meaningless clearing of clean-filesMasahiro Yamada1-1/+0
2019-08-23um: fix time travel modeJohannes Berg2-8/+10
2019-07-14Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-12/+183
2019-07-12um: switch to generic version of pte allocationMike Rapoport1-22/+0
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-18/+13
2019-07-04um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORTJohannes Berg1-1/+1
2019-07-02um: Fix kcov crash during startupMarek Majkowski1-0/+2
2019-07-02um: Support time travel modeJohannes Berg3-7/+175
2019-07-02um: Pass nsecs to os timer functionsJohannes Berg1-2/+2
2019-07-02um: Don't garbage collect in deactivate_all_fds()Johannes Berg1-1/+1
2019-07-02um: Remove locking in deactivate_all_fds()Johannes Berg1-3/+0
2019-07-02um: Timer code cleanupJohannes Berg1-2/+2