summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+1
|\
| * signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-10-291-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\ \
| * | memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1
| * | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
| |/
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-4/+1
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-4/+1
| |/
* / x86/alternative: Implement .retpoline_sites supportPeter Zijlstra2021-10-281-0/+4
|/
* Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-2/+1
|\
| * um: fix stub location calculationJohannes Berg2021-08-261-2/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-4/+0
|\ \
| * | trap: cleanup trap_init()Kefeng Wang2021-09-081-4/+0
| |/
* / asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann2021-07-231-4/+10
|/
* Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-098-44/+258
|\
| * um: remove unneeded semicolon in um_arch.cWan Jiabing2021-06-191-1/+1
| * um: Fix stack pointer alignmentYiFei Zhu2021-06-171-1/+1
| * um: add a UML specific futex implementationAnton Ivanov2021-06-171-0/+136
| * um: Add support for host CPU flags and alignmentAnton Ivanov2021-06-172-6/+55
| * um: add PCI over virtio emulation driverJohannes Berg2021-06-173-3/+18
| * um: irqs: allow invoking time-travel handler multiple timesJohannes Berg2021-06-171-4/+6
| * um: time-travel/signals: fix ndelay() in interruptJohannes Berg2021-06-172-29/+41
| * um: export signals_enabled directlyJohannes Berg2021-06-171-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+1
|\ \
| * | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
| |/
* | 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 tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-045-19/+13
|\
| * um: Replace if (cond) BUG() with BUG_ON()Yang Li2021-04-151-2/+1
| * um: Disable CONFIG_GCOV with MODULESJohannes Berg2021-04-152-17/+0
| * um: Mark all kernel symbols as localJohannes Berg2021-04-152-0/+12
* | 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
* | arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
|/
* um: add a pseudo RTCJohannes Berg2021-02-121-1/+9
* um: remove process stub VMAJohannes Berg2021-02-124-105/+6
* um: rework userspace stubs to not hard-code stub locationJohannes Berg2021-02-121-2/+1
* um: separate child and parent errors in clone stubJohannes Berg2021-02-121-14/+11
* um: defer killing userspace on page table update failuresJohannes Berg2021-02-121-4/+3
* um: mm: check more comprehensively for stub changesJohannes Berg2021-02-121-1/+11
* um: time-travel: rework interrupt handling in ext modeJohannes Berg2021-02-122-25/+153
* um: time: fix initialization in time-travel modeJohannes Berg2021-01-261-19/+31
* Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg2021-01-261-54/+0
* Revert "um: allocate a guard page to helper threads"Johannes Berg2021-01-261-7/+4
* 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: Fix build w/o CONFIG_PM_SLEEPJohannes Berg2020-12-141-1/+1
* um: time-travel: Correct time event IRQ deliveryJohannes Berg2020-12-131-0/+38