summaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | um: allow disabling NO_IOMEMJohannes Berg2021-06-172-0/+6
| | |/ | |/|
* | | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-1/+1
* | | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-054-15/+7
|\ \ \
| * | | 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 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-07-031-1/+1
|\ \ \
| * | | switch file_open_root() to struct pathAl Viro2021-04-071-1/+1
* | | | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds2021-07-021-3/+0
|\ \ \ \
| * | | | kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow2021-06-241-3/+0
| * | | | kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by defaultDavid Gow2021-06-241-1/+1
| | |/ / | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-025-3/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-012-0/+2
| * | | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-1/+0
| * | | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-012-2/+0
| |/ /
* | | Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-291-1/+1
|\ \ \
| * | | x86/syscalls: Use __NR_syscalls instead of __NR_syscall_maxMasahiro Yamada2021-05-201-1/+1
| |/ /
* / / sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
|/ /
* | 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-0510-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-021-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-281-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-221-1/+1
| |/
* | Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-251-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