summaryrefslogtreecommitdiff
path: root/arch/um/include
AgeCommit message (Expand)Author
2025-08-28sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2025-07-10um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.hSami Tolvanen
2024-06-16um: Fix the -Wmissing-prototypes warning for __switch_mmTiwei Bie
2024-02-23um: Fix naming clash between UML and schedulerAnton Ivanov
2023-08-08um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2022-08-17um: seed rng using host OS rngJason A. Donenfeld
2022-08-17um: Remove straying parenthesisBenjamin Beichler
2022-06-14um: line: Use separate IRQs per lineJohannes Berg
2022-06-09um: Use asm-generic/dma-mapping.hJohannes Berg
2022-06-09ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman
2022-05-30um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld
2022-04-13um: fix and optimize xor select template for CONFIG64 and timetravel modeBenjamin Beichler
2022-01-27um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap
2022-01-27um: rename set_signals() to um_set_signals()Johannes Berg
2022-01-27um: fix ndelay/udelay definesJohannes Berg
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-07-27asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann
2021-07-19printk: Userspace format indexing supportChris Down
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2021-06-17um: Remove the repeated declarationShaokun Zhang
2021-06-17um: implement flush_cache_vmap/flush_cache_vunmapJohannes Berg
2021-06-17um: add a UML specific futex implementationAnton Ivanov
2021-06-17um: enable the use of optimized xor routines in UMLAnton Ivanov
2021-06-17um: Add support for host CPU flags and alignmentAnton Ivanov
2021-06-17um: virtio/pci: enable suspend/resumeJohannes Berg
2021-06-17um: add PCI over virtio emulation driverJohannes Berg
2021-06-17um: time-travel/signals: fix ndelay() in interruptJohannes Berg
2021-06-17um: expose time-travel mode to userspace sideJohannes Berg
2021-06-17um: export signals_enabled directlyJohannes Berg
2021-06-17um: remove unused smp_sigio_handler() declarationJohannes Berg
2021-06-17um: allow disabling NO_IOMEMJohannes Berg
2021-04-15um: Fix W=1 missing-include-dirs warningsRandy Dunlap
2021-04-15um: pgtable.h: Fix W=1 warning for empty body in 'do' statementRandy Dunlap
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-16um: Enforce the usage of asm-generic/softirq_stack.hThomas Gleixner
2021-02-12um: irq.h: include <asm-generic/irq.h>Johannes Berg
2021-02-12um: io.h: include <linux/types.h>Johannes Berg
2021-02-12um: add a pseudo RTCJohannes Berg
2021-02-12um: remove process stub VMAJohannes Berg
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg
2021-02-12um: separate child and parent errors in clone stubJohannes Berg
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg
2021-02-12mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy
2021-02-12um: time-travel: rework interrupt handling in ext modeJohannes Berg