summaryrefslogtreecommitdiffstats
path: root/arch/um/include/shared
Commit message (Expand)AuthorAgeFilesLines
* uml: Replace strlcpy with strscpyAzeem Shaikh2023-06-201-0/+1
* um: make stub data pages size tweakableJohannes Berg2023-04-201-1/+2
* Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-051-1/+2
|\
| * um: include sys/types.h for size_tJason A. Donenfeld2022-07-171-1/+2
| * um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck2022-07-171-2/+2
* | um: seed rng using host OS rngJason A. Donenfeld2022-07-181-0/+7
* | um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck2022-07-141-2/+2
|/
* Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-311-0/+1
|\
| * um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis2022-03-111-0/+1
* | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
|/
* um: header debriding - sigio.hAl Viro2021-12-211-1/+0
* um: header debriding - os.hAl Viro2021-12-211-13/+0
* um: header debriding - net_*.hAl Viro2021-12-212-3/+0
* um: header debriding - mem_user.hAl Viro2021-12-211-5/+0
* um: header debriding - activate_ipi()Al Viro2021-12-211-1/+0
* um: common-offsets.h debriding...Al Viro2021-12-211-12/+0
* um, x86: bury crypto_tfm_ctx_offsetAl Viro2021-12-211-3/+0
* um: remove a dangling extern of syscall_trace()Al Viro2021-12-211-1/+0
* um: kill unused cpu()Al Viro2021-12-211-1/+0
* um: stop polluting the namespace with registers.h contentsAl Viro2021-12-211-2/+0
* um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap2021-12-211-2/+2
* um: rename set_signals() to um_set_signals()Johannes Berg2021-12-212-3/+3
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-032-2/+0
|\
| * isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-192-2/+0
* | printk: Userspace format indexing supportChris Down2021-07-191-1/+2
|/
* um: Remove the repeated declarationShaokun Zhang2021-06-171-1/+0
* um: Add support for host CPU flags and alignmentAnton Ivanov2021-06-171-0/+3
* um: time-travel/signals: fix ndelay() in interruptJohannes Berg2021-06-172-0/+4
* um: expose time-travel mode to userspace sideJohannes Berg2021-06-171-0/+22
* um: export signals_enabled directlyJohannes Berg2021-06-172-8/+7
* um: remove unused smp_sigio_handler() declarationJohannes Berg2021-06-171-1/+0
* um: remove process stub VMAJohannes Berg2021-02-121-1/+2
* um: rework userspace stubs to not hard-code stub locationJohannes Berg2021-02-122-12/+10
* um: separate child and parent errors in clone stubJohannes Berg2021-02-121-1/+1
* um: defer killing userspace on page table update failuresJohannes Berg2021-02-121-0/+1
* um: time-travel: rework interrupt handling in ext modeJohannes Berg2021-02-121-0/+60
* Revert "um: allocate a guard page to helper threads"Johannes Berg2021-01-261-1/+1
* um: time-travel: Correct time event IRQ deliveryJohannes Berg2020-12-132-0/+6
* um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg2020-12-131-0/+8
* um: allocate a guard page to helper threadsJohannes Berg2020-12-131-1/+1
* um: Support suspend to RAMJohannes Berg2020-12-132-0/+4
* um: Allow PM with suspend-to-idleJohannes Berg2020-12-132-0/+3
* um: Simplify os_idle_sleep() and sleep longerJohannes Berg2020-12-131-1/+1
* um: Remove IRQ_NONE typeJohannes Berg2020-12-133-10/+12
* um: irq: Reduce irq_reg allocationJohannes Berg2020-12-131-1/+1
* um: irq: Clean up and rename struct irq_fdJohannes Berg2020-12-131-14/+0
* um: Support dynamic IRQ allocationJohannes Berg2020-12-131-6/+6
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-11/+11
* um: Implement time-travel=extJohannes Berg2020-03-291-0/+1
* um: Move timer-internal.h to non-sharedJohannes Berg2020-03-291-76/+0