aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-01kexec: fix double-free when failing to relocate the purgatoryThiago Jung Bauermann1-0/+3
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2-3/+28
2016-09-01Merge branch 'linus' into smp/hotplugThomas Gleixner24-99/+382
2016-09-01ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim2-1/+6
2016-09-01function_graph: Handle TRACE_BPUTS in print_graph_commentNamhyung Kim1-0/+5
2016-09-01tracing/uprobe: Drop isdigit() check in create_trace_uprobeDmitry Safonov1-4/+0
2016-09-01cpufreq / sched: ignore SMT when determining max cpu capacitySteve Muckle1-1/+3
2016-08-31time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum1-1/+1
2016-08-31time: Avoid undefined behaviour in timespec64_add_safe()Vegard Nossum1-1/+1
2016-08-31timekeeping: Prints the amounts of time spent during suspendRuchi Kandoi1-0/+2
2016-08-31clocksource: Defer override invalidation unless clock is unstableKyle Walker1-3/+12
2016-08-31hrtimer: Spelling fixesPratyush Patel1-2/+2
2016-08-31audit: fix exe_file access in audit_exe_compareMateusz Guzik1-3/+5
2016-08-31mm: introduce get_task_exe_fileMateusz Guzik1-0/+23
2016-08-31mntns: Add a limit on the number of mount namespaces.Eric W. Biederman1-0/+1
2016-08-30Merge tag 'seccomp-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+8
2016-08-30seccomp: Fix tracer exit notifications during fatal signalsKees Cook1-4/+8
2016-08-30audit: consistently record PIDs with task_tgid_nr()Paul Moore2-7/+13
2016-08-30Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+17
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-53/+178
2016-08-29workqueue: add cancel_work()Jens Axboe1-14/+26
2016-08-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-08-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-2/+19
2016-08-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+11
2016-08-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+45
2016-08-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-08-26printk: fix parsing of "brl=" optionNicolas Iooss1-2/+2
2016-08-26sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan1-2/+43
2016-08-26livepatch/module: make TAINT_LIVEPATCH module-specificJosh Poimboeuf2-7/+9
2016-08-26cpu/hotplug: Allow suspend/resume CPU to be specifiedJames Morse1-4/+5
2016-08-24perf/core: Use this_cpu_ptr() when stopping AUX eventsWill Deacon1-1/+1
2016-08-24sched: Remove __schedule() non-standard frame annotationBrian Gerst1-1/+0
2016-08-24locking/hung_task: Show all locksVegard Nossum1-1/+1
2016-08-24ftrace: Add ftrace_graph_ret_addr() stack unwinding helpersJosh Poimboeuf1-0/+58
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf1-1/+4
2016-08-24ftrace: Only allocate the ret_stack 'fp' field when neededJosh Poimboeuf1-0/+2
2016-08-24ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf2-6/+1
2016-08-24fork: Add generic vmalloced stack supportAndy Lutomirski1-20/+76
2016-08-24timekeeping: Cap array access in timekeeping_debugJohn Stultz1-2/+7
2016-08-24timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz1-1/+4
2016-08-23ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu2-5/+5
2016-08-23ftrace: probe: Add README entries for k/uprobe-eventsMasami Hiramatsu1-0/+24
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu4-13/+34
2016-08-22rcuperf: Consistently insert space between flag and messageSeongJae Park1-4/+3
2016-08-22rcutorture: Print out barrier error as document saysSeongJae Park1-1/+2
2016-08-22torture: Add task state to writer-task stall printk()sPaul E. McKenney1-2/+5
2016-08-22torture: Convert torture_shutdown() to hrtimerPaul E. McKenney1-14/+13
2016-08-22rcutorture: Convert to hotplug state machineSebastian Andrzej Siewior1-38/+14
2016-08-22cpu/hotplug: Get rid of CPU_STARTING referenceSebastian Andrzej Siewior1-1/+1
2016-08-22rcu: Provide exact CPU-online tracking for RCUPaul E. McKenney2-3/+30