summaryrefslogtreecommitdiff
path: root/arch/um/include
AgeCommit message (Expand)AuthorFilesLines
2021-12-22um: remove set_fsChristoph Hellwig2-6/+19
2021-12-21um: header debriding - sigio.hAl Viro1-1/+0
2021-12-21um: header debriding - os.hAl Viro1-13/+0
2021-12-21um: header debriding - net_*.hAl Viro2-3/+0
2021-12-21um: header debriding - mem_user.hAl Viro1-5/+0
2021-12-21um: header debriding - activate_ipi()Al Viro1-1/+0
2021-12-21um: common-offsets.h debriding...Al Viro1-12/+0
2021-12-21um, x86: bury crypto_tfm_ctx_offsetAl Viro1-3/+0
2021-12-21um: remove a dangling extern of syscall_trace()Al Viro1-1/+0
2021-12-21um: kill unused cpu()Al Viro1-1/+0
2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro2-3/+1
2021-12-21um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap1-2/+2
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg3-5/+5
2021-12-21um: fix ndelay/udelay definesJohannes Berg1-2/+2
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+0
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne1-14/+0
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+0
2021-09-02Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2-2/+0
2021-07-28asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann1-4/+1
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann1-4/+4
2021-07-19printk: Userspace format indexing supportChris Down1-1/+2
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-31/+336
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-1/+1
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-17um: Remove the repeated declarationShaokun Zhang1-1/+0
2021-06-17um: implement flush_cache_vmap/flush_cache_vunmapJohannes Berg2-1/+10
2021-06-17um: add a UML specific futex implementationAnton Ivanov2-1/+14
2021-06-17um: enable the use of optimized xor routines in UMLAnton Ivanov2-1/+36
2021-06-17um: Add support for host CPU flags and alignmentAnton Ivanov3-0/+168
2021-06-17um: virtio/pci: enable suspend/resumeJohannes Berg1-0/+13
2021-06-17um: add PCI over virtio emulation driverJohannes Berg5-2/+54
2021-06-17um: time-travel/signals: fix ndelay() in interruptJohannes Berg2-0/+4
2021-06-17um: expose time-travel mode to userspace sideJohannes Berg2-11/+23
2021-06-17um: export signals_enabled directlyJohannes Berg3-13/+12
2021-06-17um: remove unused smp_sigio_handler() declarationJohannes Berg1-1/+0
2021-06-17um: allow disabling NO_IOMEMJohannes Berg1-0/+2
2021-04-16um: Fix W=1 missing-include-dirs warningsRandy Dunlap1-0/+1
2021-04-16um: pgtable.h: Fix W=1 warning for empty body in 'do' statementRandy Dunlap1-1/+1
2021-02-25Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+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 Berg1-0/+11
2021-02-12um: remove process stub VMAJohannes Berg3-29/+4
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg2-12/+10
2021-02-12um: separate child and parent errors in clone stubJohannes Berg1-1/+1
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg1-0/+1