summaryrefslogtreecommitdiff
path: root/arch/um/os-Linux/sigio.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27Revert "um: Use swap() to make code cleaner"Andy Shevchenko1-3/+4
2021-12-21um: Use swap() to make code cleanerYang Guang1-4/+3
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg1-3/+3
2020-12-14um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg1-15/+32
2020-12-14um: Remove IRQ_NONE typeJohannes Berg1-20/+5
2020-12-14um: sigio: Return error from add_sigio_fd()Johannes Berg1-2/+4
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar1-1/+1
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg1-3/+3
2013-09-07um: Cleanup SIGTERM handlingRichard Weinberger1-1/+1
2012-10-10um: get rid of pointless include "..." where include <...> will doAl Viro1-5/+5
2011-11-02um: shared/process.h is empty now; kill itAl Viro1-1/+0
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro1-2/+0
2008-07-24UML: make several more things staticWANG Cong1-1/+1
2008-05-13uml: random driver fixesJeff Dike1-14/+21
2008-05-13uml: fix build when SLOB is enabledJeff Dike1-2/+2
2008-02-05uml: syle fixes in arch/um/os-LinuxJeff Dike1-104/+137
2008-02-05arch/um: remove duplicate includesLucas Woods1-1/+0
2008-02-05uml: const and other tidyingWANG Cong1-1/+1
2007-07-16uml: Eliminate kernel allocator wrappersJeff Dike1-2/+2
2007-07-16uml: simplify helper stack handlingJeff Dike1-7/+12
2007-05-07uml: convert libc layer to call read and writeJeff Dike1-10/+11
2007-05-07uml: tidy libc codeJeff Dike1-3/+4
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-05-07uml: move SIGIO testing to sigio.cJeff Dike1-0/+145
2007-03-02[PATCH] uml: add back accidentally removed errorJeff Dike1-1/+4
2007-02-16[PATCH] uml: fix 2.6.20 hangJeff Dike1-18/+20
2006-10-20[PATCH] uml: split memory allocation prototypes out of user.hPaolo 'Blaisorblade' Giarrusso1-0/+1
2006-09-26[PATCH] uml: SIGIO cleanupsJeff Dike1-47/+56
2006-07-11[PATCH] uml: make some symbols staticJeff Dike1-4/+6
2006-07-11[PATCH] uml: fix exitcall ordering bugJeff Dike1-1/+8
2006-07-11[PATCH] uml: remove os_isattyJeff Dike1-1/+13
2006-04-11[PATCH] uml: move outside spinlock call not needing itPaolo 'Blaisorblade' Giarrusso1-1/+1
2006-03-27[PATCH] uml: fix thread startup raceJeff Dike1-28/+27
2006-03-27[PATCH] uml: move sigio_user.c to os-Linux/sigio.cJeff Dike1-0/+324