summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2022-01-27um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap3-5/+5
2021-12-08hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit1-0/+12
2021-07-20um: fix error return code in winch_tramp()Zhen Lei1-1/+2
2021-07-20um: fix error return code in slip_open()Zhen Lei1-1/+2
2021-05-22um: Mark all kernel symbols as localJohannes Berg2-0/+12
2020-12-29um: chan_xterm: Fix fd leakAnton Ivanov1-0/+5
2020-11-10um: change sigio_spinlock to a mutexJohannes Berg1-3/+3
2019-12-05um: Make GCOV depend on !KCOVRichard Weinberger1-0/+1
2019-11-28um: Make line/tty semantics use true write IRQAnton Ivanov1-1/+1
2019-08-04um: Silence lockdep complaint about mmap_semJohannes Berg1-1/+1
2019-07-10um: Compile with modern headersJason A. Donenfeld2-0/+3
2019-02-20um: Avoid marking pages with "changed protection"Anton Ivanov1-1/+8
2018-11-27um: Give start_idle_thread() a return codeRichard Weinberger1-0/+5
2018-11-10um: Avoid longjmp/setjmp symbol clashes with libpthread.aFlorian Fainelli1-0/+4
2018-04-24um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur1-1/+1
2018-01-31um: link vmlinux with -no-pieThomas Meyer1-1/+1
2016-09-07um: Don't discard .text.exit sectionAndrey Ryabinin1-1/+1
2016-04-12fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2016-03-04uml: flush stdout before forkingVegard Nossum1-0/+2
2015-12-09um: fix returns without va_endGeyslan G. Bem1-4/+6
2015-12-09arch: um: fix error when linking vmlinux.Lorenzo Colitti1-1/+1
2015-12-09um: Fix get_signal() usageRichard Weinberger1-1/+1
2015-11-07um: Switch clocksource to hrtimersAnton Ivanov14-224/+255
2015-11-07um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is heldSaurabh Sengar1-8/+9
2015-11-07um: Report host OOM more nicelyRichard Weinberger1-1/+15
2015-11-07um: Get rid of open coded NR_SYSCALLSRichard Weinberger1-5/+3
2015-11-07um: Store syscall number after syscall_trace_enter()Richard Weinberger3-13/+11
2015-11-07um: Define PTRACE_OLDSETOPTIONSRichard Weinberger1-0/+2
2015-10-19um: Fix kernel mode fault conditionRichard Weinberger1-1/+1
2015-10-19um: Fix waitpid() usage in helper codeRichard Weinberger1-3/+3
2015-10-19um: Fix out-of-tree buildRichard Weinberger1-2/+2
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds1-0/+1
2015-09-02Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-24/+20
2015-08-10um/time: Migrate to new 'set-state' interfaceViresh Kumar1-24/+20
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2-15/+1
2015-07-18mm: clean up per architecture MM hook header filesLaurent Dufour2-15/+1
2015-07-08Make asm/word-at-a-time.h available on all architecturesChris Metcalf1-0/+1
2015-07-07um: Fix do_signal() prototypeIngo Molnar5-12/+9
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+10
2015-06-28Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds28-282/+130
2015-06-27Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2015-06-26Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2015-06-25um: Don't pollute kernel namespace with uapiRichard Weinberger2-1/+1
2015-06-25um: Include sys/types.h for makedev(), major(), minor()Hans-Werner Hilse1-0/+1
2015-06-25um: Do not use stdin and stdout identifiers for struct membersHans-Werner Hilse5-30/+30
2015-06-25um: Do not use __ptr_t type for stack_t's .ss pointerHans-Werner Hilse1-3/+5
2015-06-25mm: new mm hook frameworkLaurent Dufour1-0/+15
2015-06-23module: add per-module param_lockDan Streetman1-10/+10
2015-06-01um: Fix mconsole dependencyRichard Weinberger1-0/+1
2015-05-31um: Handle tracehook_report_syscall_entry() resultRichard Weinberger3-5/+9