summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2016-09-02genirq/generic_chip: Add irq_unmap callbackSebastian Frias-0/+21
2016-09-02genirq/generic_chip: Get rid of code duplicationSebastian Frias-15/+19
2016-09-02genirq: Remove export of irq_map_generic_chip()Thomas Gleixner-1/+0
2016-09-02genirq: Robustify handle_percpu_devid_irq()Thomas Gleixner-4/+14
2016-09-02tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li-1/+2
2016-09-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds-27/+39
2016-09-01kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko-6/+4
2016-09-01mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes-6/+1
2016-09-01printk/nmi: avoid direct printk()-s from __printk_nmi_flush()Sergey Senozhatsky-15/+23
2016-09-01kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann-0/+8
2016-09-01kexec: fix double-free when failing to relocate the purgatoryThiago Jung Bauermann-0/+3
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds-3/+28
2016-09-01Merge branch 'linus' into smp/hotplugThomas Gleixner-99/+382
2016-09-01ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim-1/+6
2016-09-01function_graph: Handle TRACE_BPUTS in print_graph_commentNamhyung Kim-0/+5
2016-09-01tracing/uprobe: Drop isdigit() check in create_trace_uprobeDmitry Safonov-4/+0
2016-09-01cpufreq / sched: ignore SMT when determining max cpu capacitySteve Muckle-1/+3
2016-08-31time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum-1/+1
2016-08-31time: Avoid undefined behaviour in timespec64_add_safe()Vegard Nossum-1/+1
2016-08-31timekeeping: Prints the amounts of time spent during suspendRuchi Kandoi-0/+2
2016-08-31clocksource: Defer override invalidation unless clock is unstableKyle Walker-3/+12
2016-08-31hrtimer: Spelling fixesPratyush Patel-2/+2
2016-08-31audit: fix exe_file access in audit_exe_compareMateusz Guzik-3/+5
2016-08-31mm: introduce get_task_exe_fileMateusz Guzik-0/+23
2016-08-31mntns: Add a limit on the number of mount namespaces.Eric W. Biederman-0/+1
2016-08-30Merge tag 'seccomp-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+8
2016-08-30seccomp: Fix tracer exit notifications during fatal signalsKees Cook-4/+8
2016-08-30audit: consistently record PIDs with task_tgid_nr()Paul Moore-7/+13
2016-08-30Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+17
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-53/+178
2016-08-29workqueue: add cancel_work()Jens Axboe-14/+26
2016-08-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2016-08-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+19
2016-08-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+11
2016-08-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+45
2016-08-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2016-08-26printk: fix parsing of "brl=" optionNicolas Iooss-2/+2
2016-08-26sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan-2/+43
2016-08-26livepatch/module: make TAINT_LIVEPATCH module-specificJosh Poimboeuf-7/+9
2016-08-26cpu/hotplug: Allow suspend/resume CPU to be specifiedJames Morse-4/+5
2016-08-24perf/core: Use this_cpu_ptr() when stopping AUX eventsWill Deacon-1/+1
2016-08-24sched: Remove __schedule() non-standard frame annotationBrian Gerst-1/+0
2016-08-24locking/hung_task: Show all locksVegard Nossum-1/+1
2016-08-24ftrace: Add ftrace_graph_ret_addr() stack unwinding helpersJosh Poimboeuf-0/+58
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf-1/+4
2016-08-24ftrace: Only allocate the ret_stack 'fp' field when neededJosh Poimboeuf-0/+2
2016-08-24ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf-6/+1
2016-08-24fork: Add generic vmalloced stack supportAndy Lutomirski-20/+76
2016-08-24timekeeping: Cap array access in timekeeping_debugJohn Stultz-2/+7
2016-08-24timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz-1/+4