aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2017-04-14um/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-1/+3
2017-03-28um: switch to RAW_COPY_USERAl Viro1-4/+4
2017-03-28new helper: uaccess_kernel()Al Viro1-5/+5
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar2-0/+3
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar3-2/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar3-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar4-4/+6
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds5-5/+5
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2-0/+2
2016-09-07um/ptrace: Fix the syscall number update after a ptraceMickaël Salaün1-5/+0
2016-09-07um/ptrace: Fix the syscall_trace_leave callMickaël Salaün1-2/+3
2016-08-04Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds3-6/+9
2016-08-04um: Support kcovVegard Nossum1-0/+5
2016-08-04um: Setup physical memory in setup_arch()Richard Weinberger1-4/+4
2016-08-04um: Eliminate null test after alloc_bootmemAmitoj Kaur Chawla1-2/+0
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-5/+4
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-2/+2
2016-06-14um/ptrace: run seccomp after ptraceKees Cook1-5/+4
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski1-1/+1
2016-05-27Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-1/+1
2016-05-21um: add extended processor state save/restore supportEli Cooper1-1/+1
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-4/+0
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov1-1/+1
2016-03-05um: Export pm_power_offRichard Weinberger1-0/+1
2016-03-05Revert "um: Fix get_signal() usage"Richard Weinberger1-1/+1
2016-01-10um: Add seccomp supportMickaël Salaün1-0/+5
2016-01-10um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün1-12/+14
2015-12-08um: Fix get_signal() usageRichard Weinberger1-1/+1
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov4-34/+56
2015-11-06um: Report host OOM more nicelyRichard Weinberger1-1/+15
2015-11-06um: Get rid of open coded NR_SYSCALLSRichard Weinberger1-5/+3
2015-11-06um: Store syscall number after syscall_trace_enter()Richard Weinberger1-10/+3
2015-10-19um: Fix kernel mode fault conditionRichard Weinberger1-1/+1
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-24/+20
2015-08-10um/time: Migrate to new 'set-state' interfaceViresh Kumar1-24/+20
2015-07-07um: Fix do_signal() prototypeIngo Molnar4-11/+7
2015-06-28Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds8-45/+40
2015-06-25um: Don't pollute kernel namespace with uapiRichard Weinberger1-0/+1
2015-05-31um: Handle tracehook_report_syscall_entry() resultRichard Weinberger2-4/+8
2015-05-31um: Catch unprotected user memory accessRichard Weinberger1-0/+5
2015-05-31um: Rework uaccess codeRichard Weinberger1-30/+17
2015-05-31um: Move syscall() declaration into os.hRichard Weinberger1-1/+0
2015-05-31um: kernel: ksyms: Export symbol syscall() for fixing modpost issueChen Gang1-0/+3
2015-05-31um: Use char[] for linker script address declarationsNicolas Iooss3-5/+5