summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* um: virtio_uml: Fix broken device handling in time-travelJohannes Berg2022-07-291-10/+23
* um: virtio_uml: Allow probing from devicetreeVincent Whitchurch2022-07-291-3/+47
* um: Add missing apply_returns()Peter Zijlstra2022-07-231-0/+4
* x86/alternative: Implement .retpoline_sites supportPeter Zijlstra2022-07-231-0/+4
* um: line: Use separate IRQs per lineJohannes Berg2022-06-146-33/+29
* um: chan_user: Fix winch_tramp() return valueJohannes Berg2022-06-091-4/+5
* um: Use asm-generic/dma-mapping.hJohannes Berg2022-06-091-0/+1
* ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman2022-06-095-8/+10
* um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-301-7/+2
* um: fix and optimize xor select template for CONFIG64 and timetravel modeBenjamin Beichler2022-04-131-1/+3
* um: Fix uml_mconsole stop/goAnton Ivanov2022-04-081-1/+2
* block: drop unused includes in <linux/genhd.h>Christoph Hellwig2022-03-161-0/+1
* um: gitignore: Add kernel/capflags.cJohannes Berg2022-01-271-0/+1
* um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap2022-01-273-5/+5
* um: virtio_uml: Fix time-travel external time propagationJohannes Berg2022-01-271-0/+4
* um: virt-pci: Fix 32-bit compileJohannes Berg2022-01-271-4/+4
* um: rename set_signals() to um_set_signals()Johannes Berg2022-01-276-13/+13
* um: fix ndelay/udelay definesJohannes Berg2022-01-271-2/+2
* signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-11-251-1/+1
* Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-094-31/+86
|\
| * um: fix stub location calculationJohannes Berg2021-08-261-2/+1
| * um: enable VMAP_STACKJohannes Berg2021-08-261-0/+1
| * um: virt-pci: don't do DMA from stackJohannes Berg2021-08-261-26/+78
| * um: virtio_uml: fix memory leak on init failuresJohannes Berg2021-08-261-1/+3
| * um: virtio_uml: include linux/virtio-uml.hJohannes Berg2021-08-261-0/+1
| * um: make PCI emulation driver init/exit staticJohannes Berg2021-08-261-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-4/+0
|\ \
| * | trap: cleanup trap_init()Kefeng Wang2021-09-081-4/+0
| |/
* | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-4/+1
|\ \
| * | tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2021-08-161-4/+1
| |/
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-037-6/+7
|\ \
| * | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-196-3/+4
| * | kbuild: do not require sub-make for separate output tree buildsMasahiro Yamada2021-08-101-3/+3
| |/
* | Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-011-1/+2
|\ \
| * | printk: Userspace format indexing supportChris Down2021-07-191-1/+2
| |/
* | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-013-8/+13
|\ \
| * | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-0/+2
| * | asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann2021-07-271-4/+1
| * | asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann2021-07-232-8/+14
| |/
* | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-6/+7
|\ \
| * | tty: drop put_tty_driverJiri Slaby2021-07-271-1/+1
| * | tty: stop using alloc_tty_driverJiri Slaby2021-07-271-5/+6
| |/
* | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-2/+6
|\ \
| * | um: vector: adjust to coalesce API changesJohannes Berg2021-08-271-2/+6
| |/
* / ubd: use bvec_virtChristoph Hellwig2021-08-161-2/+1
|/
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-0/+1
|\
| * kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-0/+1
* | Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-134/+26
|\ \
| * | ubd: remove dead code in ubd_setup_commonChristoph Hellwig2021-06-301-10/+0
| * | ubd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-301-30/+14