summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2021-07-01ubd: remove the code to register as the legacy IDE driverChristoph Hellwig1-94/+12
2021-06-29Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-06-24kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow1-3/+0
2021-06-24kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by defaultDavid Gow1-1/+1
2021-06-19um: remove unneeded semicolon in um_arch.cWan Jiabing1-1/+1
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-06-17um: Remove the repeated declarationShaokun Zhang1-1/+0
2021-06-17um: fix error return code in winch_tramp()Zhen Lei1-1/+2
2021-06-17um: fix error return code in slip_open()Zhen Lei1-1/+2
2021-06-17um: Fix stack pointer alignmentYiFei Zhu5-7/+6
2021-06-17um: implement flush_cache_vmap/flush_cache_vunmapJohannes Berg2-1/+10
2021-06-17um: add a UML specific futex implementationAnton Ivanov3-1/+150
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 Ivanov7-6/+258
2021-06-17um: allow not setting extra rpaths in the linux binaryJohannes Berg2-1/+15
2021-06-17um: virtio/pci: enable suspend/resumeJohannes Berg3-10/+53
2021-06-17um: add PCI over virtio emulation driverJohannes Berg12-6/+990
2021-06-17um: irqs: allow invoking time-travel handler multiple timesJohannes Berg1-4/+6
2021-06-17um: time-travel/signals: fix ndelay() in interruptJohannes Berg5-33/+96
2021-06-17um: expose time-travel mode to userspace sideJohannes Berg2-11/+23
2021-06-17um: export signals_enabled directlyJohannes Berg5-20/+14
2021-06-17um: remove unused smp_sigio_handler() declarationJohannes Berg1-1/+0
2021-06-17um: allow disabling NO_IOMEMJohannes Berg2-0/+6
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada1-0/+1
2021-05-20x86/syscalls: Use __NR_syscalls instead of __NR_syscall_maxMasahiro Yamada1-1/+1
2021-05-13tty: remove empty tty_operations::set_termiosJiri Slaby4-8/+0
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby2-3/+3
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby2-4/+4
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+0
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-7/+0
2021-05-05Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-24/+17
2021-05-02Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+1
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-04-28Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+12
2021-04-22landlock: Support filesystem access-controlMickaël Salaün1-0/+1
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-04-16um: Remove unused including <linux/version.h>Yang Li1-1/+0
2021-04-16um: Replace if (cond) BUG() with BUG_ON()Yang Li1-2/+1
2021-04-16um: Disable CONFIG_GCOV with MODULESJohannes Berg3-17/+1
2021-04-16um: Remove unneeded variable 'ret'Yang Li1-3/+1
2021-04-16um: Mark all kernel symbols as localJohannes Berg2-0/+12
2021-04-07switch file_open_root() to struct pathAl Viro1-1/+1
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness1-1/+4
2021-03-08um: synchronize kmsg_dumperJohn Ogness1-0/+8
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-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-22arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+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