| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | um: Remove unused register save/restore functions | Benjamin Berg | 2024-01-05 | 1 | -2/+0 |
* | um: Rely on PTRACE_SETREGSET to set FS/GS base registers | Benjamin Berg | 2024-01-05 | 1 | -3/+0 |
* | um: Drop support for hosts without SYSEMU_SINGLESTEP support | Benjamin Berg | 2024-01-04 | 2 | -43/+1 |
* | um: Fix naming clash between UML and scheduler | Anton Ivanov | 2024-01-04 | 1 | -1/+1 |
* | um: fix 3 instances of -Wmissing-prototypes | Nick Desaulniers | 2023-08-26 | 1 | -0/+1 |
* | um: Remove strlcpy usage | Azeem Shaikh | 2023-08-19 | 1 | -1/+0 |
* | uml: Replace strlcpy with strscpy | Azeem Shaikh | 2023-06-20 | 1 | -0/+1 |
* | um: make stub data pages size tweakable | Johannes Berg | 2023-04-20 | 1 | -1/+2 |
* | Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-08-05 | 1 | -1/+2 |
|\ |
|
| * | um: include sys/types.h for size_t | Jason A. Donenfeld | 2022-07-17 | 1 | -1/+2 |
| * | um: Replace to_phys() and to_virt() with less generic function names | Guenter Roeck | 2022-07-17 | 1 | -2/+2 |
* | | um: seed rng using host OS rng | Jason A. Donenfeld | 2022-07-18 | 1 | -0/+7 |
* | | um: Replace to_phys() and to_virt() with less generic function names | Guenter Roeck | 2022-07-14 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-03-31 | 1 | -0/+1 |
|\ |
|
| * | um: Fix WRITE_ZEROES in the UBD Driver | Frédéric Danis | 2022-03-11 | 1 | -0/+1 |
* | | treewide: Replace zero-length arrays with flexible-array members | Gustavo A. R. Silva | 2022-02-17 | 1 | -1/+1 |
|/ |
|
* | um: header debriding - sigio.h | Al Viro | 2021-12-21 | 1 | -1/+0 |
* | um: header debriding - os.h | Al Viro | 2021-12-21 | 1 | -13/+0 |
* | um: header debriding - net_*.h | Al Viro | 2021-12-21 | 2 | -3/+0 |
* | um: header debriding - mem_user.h | Al Viro | 2021-12-21 | 1 | -5/+0 |
* | um: header debriding - activate_ipi() | Al Viro | 2021-12-21 | 1 | -1/+0 |
* | um: common-offsets.h debriding... | Al Viro | 2021-12-21 | 1 | -12/+0 |
* | um, x86: bury crypto_tfm_ctx_offset | Al Viro | 2021-12-21 | 1 | -3/+0 |
* | um: remove a dangling extern of syscall_trace() | Al Viro | 2021-12-21 | 1 | -1/+0 |
* | um: kill unused cpu() | Al Viro | 2021-12-21 | 1 | -1/+0 |
* | um: stop polluting the namespace with registers.h contents | Al Viro | 2021-12-21 | 1 | -2/+0 |
* | um: registers: Rename function names to avoid conflicts and build problems | Randy Dunlap | 2021-12-21 | 1 | -2/+2 |
* | um: rename set_signals() to um_set_signals() | Johannes Berg | 2021-12-21 | 2 | -3/+3 |
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-09-03 | 2 | -2/+0 |
|\ |
|
| * | isystem: trim/fixup stdarg.h and other headers | Alexey Dobriyan | 2021-08-19 | 2 | -2/+0 |
* | | printk: Userspace format indexing support | Chris Down | 2021-07-19 | 1 | -1/+2 |
|/ |
|
* | um: Remove the repeated declaration | Shaokun Zhang | 2021-06-17 | 1 | -1/+0 |
* | um: Add support for host CPU flags and alignment | Anton Ivanov | 2021-06-17 | 1 | -0/+3 |
* | um: time-travel/signals: fix ndelay() in interrupt | Johannes Berg | 2021-06-17 | 2 | -0/+4 |
* | um: expose time-travel mode to userspace side | Johannes Berg | 2021-06-17 | 1 | -0/+22 |
* | um: export signals_enabled directly | Johannes Berg | 2021-06-17 | 2 | -8/+7 |
* | um: remove unused smp_sigio_handler() declaration | Johannes Berg | 2021-06-17 | 1 | -1/+0 |
* | um: remove process stub VMA | Johannes Berg | 2021-02-12 | 1 | -1/+2 |
* | um: rework userspace stubs to not hard-code stub location | Johannes Berg | 2021-02-12 | 2 | -12/+10 |
* | um: separate child and parent errors in clone stub | Johannes Berg | 2021-02-12 | 1 | -1/+1 |
* | um: defer killing userspace on page table update failures | Johannes Berg | 2021-02-12 | 1 | -0/+1 |
* | um: time-travel: rework interrupt handling in ext mode | Johannes Berg | 2021-02-12 | 1 | -0/+60 |
* | Revert "um: allocate a guard page to helper threads" | Johannes Berg | 2021-01-26 | 1 | -1/+1 |
* | um: time-travel: Correct time event IRQ delivery | Johannes Berg | 2020-12-13 | 2 | -0/+6 |
* | um: irq/sigio: Support suspend/resume handling of workaround IRQs | Johannes Berg | 2020-12-13 | 1 | -0/+8 |
* | um: allocate a guard page to helper threads | Johannes Berg | 2020-12-13 | 1 | -1/+1 |
* | um: Support suspend to RAM | Johannes Berg | 2020-12-13 | 2 | -0/+4 |
* | um: Allow PM with suspend-to-idle | Johannes Berg | 2020-12-13 | 2 | -0/+3 |
* | um: Simplify os_idle_sleep() and sleep longer | Johannes Berg | 2020-12-13 | 1 | -1/+1 |
* | um: Remove IRQ_NONE type | Johannes Berg | 2020-12-13 | 3 | -10/+12 |