summaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)Author
2021-09-26um: virtio_uml: fix memory leak on init failuresJohannes Berg
2021-09-26um: fix stub location calculationJohannes Berg
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
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-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2021-06-30ubd: remove dead code in ubd_setup_commonChristoph Hellwig
2021-06-30ubd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-30ubd: remove the code to register as the legacy IDE driverChristoph Hellwig
2021-06-29Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-23kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow
2021-06-23kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by defaultDavid Gow
2021-06-19um: remove unneeded semicolon in um_arch.cWan Jiabing
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-17um: Remove the repeated declarationShaokun Zhang
2021-06-17um: fix error return code in winch_tramp()Zhen Lei
2021-06-17um: fix error return code in slip_open()Zhen Lei
2021-06-17um: Fix stack pointer alignmentYiFei Zhu
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: allow not setting extra rpaths in the linux binaryJohannes Berg
2021-06-17um: virtio/pci: enable suspend/resumeJohannes Berg
2021-06-17um: add PCI over virtio emulation driverJohannes Berg
2021-06-17um: irqs: allow invoking time-travel handler multiple timesJohannes 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-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada
2021-05-20x86/syscalls: Use __NR_syscalls instead of __NR_syscall_maxMasahiro Yamada
2021-05-13tty: remove empty tty_operations::set_termiosJiri Slaby
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-05-04Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-22landlock: Support filesystem access-controlMickaël Salaün