summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* tty: remove empty tty_operations::set_termiosJiri Slaby2021-05-134-8/+0
* tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-132-3/+3
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-132-4/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-071-7/+0
|\
| * treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-7/+0
* | Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-0410-24/+17
|\ \
| * | um: Fix W=1 missing-include-dirs warningsRandy Dunlap2021-04-151-0/+1
| * | um: pgtable.h: Fix W=1 warning for empty body in 'do' statementRandy Dunlap2021-04-151-1/+1
| * | um: Remove unused including <linux/version.h>Yang Li2021-04-151-1/+0
| * | um: Replace if (cond) BUG() with BUG_ON()Yang Li2021-04-151-2/+1
| * | um: Disable CONFIG_GCOV with MODULESJohannes Berg2021-04-153-17/+1
| * | um: Remove unneeded variable 'ret'Yang Li2021-04-151-3/+1
| * | um: Mark all kernel symbols as localJohannes Berg2021-04-152-0/+12
* | | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-0/+1
|\ \ \ | |_|/ |/| |
| * | landlock: Support filesystem access-controlMickaël Salaün2021-04-221-0/+1
| |/
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* | Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-271-1/+12
|\ \ | |/ |/|
| * printk: introduce a kmsg_dump iteratorJohn Ogness2021-03-081-1/+4
| * um: synchronize kmsg_dumperJohn Ogness2021-03-081-0/+8
* | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\ \
| * | arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
| |/
* | Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-0/+1
|\ \ | |/ |/|
| * um: Enforce the usage of asm-generic/softirq_stack.hThomas Gleixner2021-02-161-0/+1
* | um: irq.h: include <asm-generic/irq.h>Johannes Berg2021-02-121-0/+1
* | um: io.h: include <linux/types.h>Johannes Berg2021-02-121-0/+1
* | um: add a pseudo RTCJohannes Berg2021-02-127-1/+339
* | um: remove process stub VMAJohannes Berg2021-02-128-138/+10
* | um: rework userspace stubs to not hard-code stub locationJohannes Berg2021-02-124-14/+13
* | um: separate child and parent errors in clone stubJohannes Berg2021-02-123-25/+25
* | um: defer killing userspace on page table update failuresJohannes Berg2021-02-123-4/+8
* | um: mm: check more comprehensively for stub changesJohannes Berg2021-02-121-1/+11
* | um: print register names in wait_for_stubJohannes Berg2021-02-121-2/+53
* | mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy2021-02-121-1/+0
* | um: fix spelling mistake in Kconfig "privleges" -> "privileges"Colin Ian King2021-02-121-1/+1
* | um: virtio: allow devices to be configured for wakeupJohannes Berg2021-02-121-3/+16
* | um: time-travel: rework interrupt handling in ext modeJohannes Berg2021-02-125-69/+267
* | um: virtio: disable VQs during suspendJohannes Berg2021-02-121-0/+36
* | um: virtio: fix handling of messages without payloadJohannes Berg2021-02-121-0/+3
* | um: virtio: clean up a commentJohannes Berg2021-02-121-2/+1
|/
* um: time: fix initialization in time-travel modeJohannes Berg2021-01-261-19/+31
* um: fix os_idle_sleep() to not hangJohannes Berg2021-01-261-1/+14
* Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg2021-01-264-59/+0
* Revert "um: allocate a guard page to helper threads"Johannes Berg2021-01-264-11/+8
* um: virtio: free vu_dev only with the contained struct deviceJohannes Berg2021-01-261-1/+2
* um: kmsg_dumper: always dump when not tty consoleThomas Meyer2021-01-261-2/+7
* um: stdio_console: Make preferred consoleThomas Meyer2021-01-261-3/+19
* um: return error from ioremap()Johannes Berg2021-01-261-1/+1
* um: ubd: fix command line handling of ubdHajime Tazaki2021-01-261-2/+2
* Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-1735-588/+897
|\
| * um: Fix build w/o CONFIG_PM_SLEEPJohannes Berg2020-12-141-1/+1