aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-3/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-3/+2
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko2-0/+2
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-1/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2-2/+0
2021-06-29Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-06-23kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow1-3/+0
2021-06-23kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by defaultDavid Gow1-1/+1
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-05-20x86/syscalls: Use __NR_syscalls instead of __NR_syscall_maxMasahiro Yamada1-1/+1
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+0
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-7/+0
2021-05-04Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds10-24/+17
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+1
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-1/+12
2021-04-22landlock: Support filesystem access-controlMickaël Salaün1-0/+1
2021-04-15um: Fix W=1 missing-include-dirs warningsRandy Dunlap1-0/+1
2021-04-15um: pgtable.h: Fix W=1 warning for empty body in 'do' statementRandy Dunlap1-1/+1
2021-04-15um: Remove unused including <linux/version.h>Yang Li1-1/+0
2021-04-15um: Replace if (cond) BUG() with BUG_ON()Yang Li1-2/+1
2021-04-15um: Disable CONFIG_GCOV with MODULESJohannes Berg3-17/+1
2021-04-15um: Remove unneeded variable 'ret'Yang Li1-3/+1
2021-04-15um: Mark all kernel symbols as localJohannes Berg2-0/+12
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness1-1/+4
2021-03-08um: synchronize kmsg_dumperJohn Ogness1-0/+8
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-16um: Enforce the usage of asm-generic/softirq_stack.hThomas Gleixner1-0/+1
2021-02-12um: irq.h: include <asm-generic/irq.h>Johannes Berg1-0/+1
2021-02-12um: io.h: include <linux/types.h>Johannes Berg1-0/+1
2021-02-12um: add a pseudo RTCJohannes Berg7-1/+339
2021-02-12um: remove process stub VMAJohannes Berg8-138/+10
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg4-14/+13
2021-02-12um: separate child and parent errors in clone stubJohannes Berg3-25/+25
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg3-4/+8
2021-02-12um: mm: check more comprehensively for stub changesJohannes Berg1-1/+11
2021-02-12um: print register names in wait_for_stubJohannes Berg1-2/+53
2021-02-12mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy1-1/+0
2021-02-12um: fix spelling mistake in Kconfig "privleges" -> "privileges"Colin Ian King1-1/+1
2021-02-12um: virtio: allow devices to be configured for wakeupJohannes Berg1-3/+16
2021-02-12um: time-travel: rework interrupt handling in ext modeJohannes Berg5-69/+267
2021-02-12um: virtio: disable VQs during suspendJohannes Berg1-0/+36
2021-02-12um: virtio: fix handling of messages without payloadJohannes Berg1-0/+3
2021-02-12um: virtio: clean up a commentJohannes Berg1-2/+1
2021-01-26um: time: fix initialization in time-travel modeJohannes Berg1-19/+31
2021-01-26um: fix os_idle_sleep() to not hangJohannes Berg1-1/+14
2021-01-26Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg4-59/+0
2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg4-11/+8