summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)Author
2022-10-26UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen
2022-10-12arch: um: Mark the stack non-executable to fix a binutils warningDavid Gow
2022-09-28um: fix default console kernel parameterChristian Lamparter
2022-08-25um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setupsJason A. Donenfeld
2022-08-17um: random: Don't initialise hwrng struct with zeroChristopher Obbard
2022-08-17um: seed rng using host OS rngJason A. Donenfeld
2022-08-17um: Remove straying parenthesisBenjamin Beichler
2022-07-29um: virtio_uml: Fix broken device handling in time-travelJohannes Berg
2022-07-29um: virtio_uml: Allow probing from devicetreeVincent Whitchurch
2022-07-23um: Add missing apply_returns()Peter Zijlstra
2022-07-23x86/alternative: Implement .retpoline_sites supportPeter Zijlstra
2022-06-14um: line: Use separate IRQs per lineJohannes Berg
2022-06-09um: chan_user: Fix winch_tramp() return valueJohannes Berg
2022-06-09um: Use asm-generic/dma-mapping.hJohannes Berg
2022-06-09ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman
2022-05-30um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld
2022-04-13um: fix and optimize xor select template for CONFIG64 and timetravel modeBenjamin Beichler
2022-04-08um: Fix uml_mconsole stop/goAnton Ivanov
2022-03-16block: drop unused includes in <linux/genhd.h>Christoph Hellwig
2022-01-27um: gitignore: Add kernel/capflags.cJohannes Berg
2022-01-27um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap
2022-01-27um: virtio_uml: Fix time-travel external time propagationJohannes Berg
2022-01-27um: virt-pci: Fix 32-bit compileJohannes Berg
2022-01-27um: rename set_signals() to um_set_signals()Johannes Berg
2022-01-27um: fix ndelay/udelay definesJohannes Berg
2021-11-25signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08trap: cleanup trap_init()Kefeng Wang
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
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-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-08-27um: vector: adjust to coalesce API changesJohannes Berg
2021-08-26um: fix stub location calculationJohannes Berg
2021-08-26um: enable VMAP_STACKJohannes Berg
2021-08-26um: virt-pci: don't do DMA from stackJohannes Berg
2021-08-26um: virtio_uml: fix memory leak on init failuresJohannes Berg
2021-08-26um: virtio_uml: include linux/virtio-uml.hJohannes Berg
2021-08-26um: make PCI emulation driver init/exit staticJohannes Berg
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-08-16ubd: use bvec_virtChristoph Hellwig
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada
2021-08-10kbuild: do not require sub-make for separate output tree buildsMasahiro Yamada
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann
2021-07-27asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby