summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-4/+4
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-092-16/+2
* 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-091-6/+1
* um: add show_stack_loglvl()Dmitry Safonov2020-06-091-8/+16
* um/sysrq: remove needless variable spDmitry Safonov2020-06-091-3/+1
* 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: syscall.c: include <asm/unistd.h>Johannes Berg2020-04-291-0/+1
|/
* Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-075-65/+528
|\
| * um: Implement ndelay/udelay in time-travel modeJohannes Berg2020-03-291-0/+6
| * um: Implement time-travel=extJohannes Berg2020-03-292-13/+313
| * um: time-travel: Rewrite as an event schedulerJohannes Berg2020-03-292-50/+208
| * um: Move timer-internal.h to non-sharedJohannes Berg2020-03-293-3/+3
| * um: Fix overlapping ELF segments when statically linkedDavid Gow2020-03-291-1/+1
| * um: Don't use console_drivers directlyAndy Shevchenko2020-03-291-5/+4
* | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
|/
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-042-16/+14
* Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg2020-01-191-0/+1
* um: Implement copy_thread_tlsAmanieu d'Antras2020-01-071-3/+3
* um: add support for folded p4d page tablesMike Rapoport2019-12-045-12/+75
* um: remove unused pxx_offset_proc() and addr_pte() functionsMike Rapoport2019-12-041-29/+0
* seccomp: simplify secure_computing()Christian Brauner2019-10-101-1/+1
* um: irq: Fix LAST_IRQ usage in init_IRQ()Erel Geron2019-09-161-1/+1
* um: Add SPDX headers to files in arch/um/kernel/Alex Dewar2019-09-1528-29/+29
* um: drivers: Add virtio vhost-user driverErel Geron2019-09-154-0/+5
* um: time-travel: Restrict time update in IRQ handlerJohannes Berg2019-09-152-4/+15
* um: time-travel: Fix periodic timersJohannes Berg2019-09-152-1/+7
* um: Enable CONFIG_CONSTRUCTORSJohannes Berg2019-09-151-1/+0
* um: Place (soft)irq text with macrosJohannes Berg2019-09-152-0/+4
* um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg2019-09-153-3/+31
* um: Remove meaningless clearing of clean-filesMasahiro Yamada2019-09-151-1/+0
* um: fix time travel modeJohannes Berg2019-08-232-8/+10
* Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-145-12/+183
|\
| * um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORTJohannes Berg2019-07-041-1/+1
| * um: Fix kcov crash during startupMarek Majkowski2019-07-021-0/+2
| * um: Support time travel modeJohannes Berg2019-07-023-7/+175
| * um: Pass nsecs to os timer functionsJohannes Berg2019-07-021-2/+2
| * um: Don't garbage collect in deactivate_all_fds()Johannes Berg2019-07-021-1/+1
| * um: Remove locking in deactivate_all_fds()Johannes Berg2019-07-021-3/+0
| * um: Timer code cleanupJohannes Berg2019-07-021-2/+2
| * um: Fix IRQ controller regression on console readJouni Malinen2019-07-021-0/+4
* | um: switch to generic version of pte allocationMike Rapoport2019-07-121-22/+0
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-085-18/+13
|\ \ | |/ |/|
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-292-10/+5