aboutsummaryrefslogtreecommitdiff
path: root/arch/um/os-Linux/sigio.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27Revert "um: Use swap() to make code cleaner"Gravatar Andy Shevchenko 1-3/+4
2021-12-21um: Use swap() to make code cleanerGravatar Yang Guang 1-4/+3
2021-12-21um: rename set_signals() to um_set_signals()Gravatar Johannes Berg 1-3/+3
2020-12-13um: irq/sigio: Support suspend/resume handling of workaround IRQsGravatar Johannes Berg 1-15/+32
2020-12-13um: Remove IRQ_NONE typeGravatar Johannes Berg 1-20/+5
2020-12-13um: sigio: Return error from add_sigio_fd()Gravatar Johannes Berg 1-2/+4
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxGravatar Alex Dewar 1-1/+1
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTGravatar Johannes Berg 1-3/+3
2013-09-07um: Cleanup SIGTERM handlingGravatar Richard Weinberger 1-1/+1
2012-10-09um: get rid of pointless include "..." where include <...> will doGravatar Al Viro 1-5/+5
2011-11-02um: shared/process.h is empty now; kill itGravatar Al Viro 1-1/+0
2011-11-02um: -include user.h for USER_OBJ, trim includesGravatar Al Viro 1-2/+0
2008-07-24UML: make several more things staticGravatar WANG Cong 1-1/+1
2008-05-13uml: random driver fixesGravatar Jeff Dike 1-14/+21
2008-05-13uml: fix build when SLOB is enabledGravatar Jeff Dike 1-2/+2
2008-02-05uml: syle fixes in arch/um/os-LinuxGravatar Jeff Dike 1-104/+137
2008-02-05arch/um: remove duplicate includesGravatar Lucas Woods 1-1/+0
2008-02-05uml: const and other tidyingGravatar WANG Cong 1-1/+1
2007-07-16uml: Eliminate kernel allocator wrappersGravatar Jeff Dike 1-2/+2
2007-07-16uml: simplify helper stack handlingGravatar Jeff Dike 1-7/+12
2007-05-07uml: convert libc layer to call read and writeGravatar Jeff Dike 1-10/+11
2007-05-07uml: tidy libc codeGravatar Jeff Dike 1-3/+4
2007-05-07uml: remove user_util.hGravatar Jeff Dike 1-1/+0
2007-05-07uml: move SIGIO testing to sigio.cGravatar Jeff Dike 1-0/+145
2007-03-01[PATCH] uml: add back accidentally removed errorGravatar Jeff Dike 1-1/+4
2007-02-16[PATCH] uml: fix 2.6.20 hangGravatar Jeff Dike 1-18/+20
2006-10-20[PATCH] uml: split memory allocation prototypes out of user.hGravatar Paolo 'Blaisorblade' Giarrusso 1-0/+1
2006-09-26[PATCH] uml: SIGIO cleanupsGravatar Jeff Dike 1-47/+56
2006-07-10[PATCH] uml: make some symbols staticGravatar Jeff Dike 1-4/+6
2006-07-10[PATCH] uml: fix exitcall ordering bugGravatar Jeff Dike 1-1/+8
2006-07-10[PATCH] uml: remove os_isattyGravatar Jeff Dike 1-1/+13
2006-04-11[PATCH] uml: move outside spinlock call not needing itGravatar Paolo 'Blaisorblade' Giarrusso 1-1/+1
2006-03-27[PATCH] uml: fix thread startup raceGravatar Jeff Dike 1-28/+27
2006-03-27[PATCH] uml: move sigio_user.c to os-Linux/sigio.cGravatar Jeff Dike 1-0/+324