summaryrefslogtreecommitdiff
path: root/arch/um/include
AgeCommit message (Expand)Author
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport
2022-03-18parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki
2022-03-11um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis
2022-03-11um: fix and optimize xor select template for CONFIG64 and timetravel modeBenjamin Beichler
2022-02-25uaccess: generalize access_ok()Arnd Bergmann
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2022-01-30uml/x86: use x86 load_unaligned_zeropad()Al Viro
2021-12-22um: remove set_fsChristoph Hellwig
2021-12-21um: header debriding - sigio.hAl Viro
2021-12-21um: header debriding - os.hAl Viro
2021-12-21um: header debriding - net_*.hAl Viro
2021-12-21um: header debriding - mem_user.hAl Viro
2021-12-21um: header debriding - activate_ipi()Al Viro
2021-12-21um: common-offsets.h debriding...Al Viro
2021-12-21um, x86: bury crypto_tfm_ctx_offsetAl Viro
2021-12-21um: remove a dangling extern of syscall_trace()Al Viro
2021-12-21um: kill unused cpu()Al Viro
2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro
2021-12-21um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg
2021-12-21um: fix ndelay/udelay definesJohannes Berg
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne
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