summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-08-06audit: fix potential null dereference 'context->module.name'Yi Wang1-4/+9
2018-08-03audit: allow not equal op for audit by executableOndrej Mosnáček2-1/+3
2018-08-03delayacct: Use raw_spinlocksSebastian Andrzej Siewior1-8/+9
2018-08-03stop_machine: Use raw spinlocksThomas Gleixner1-12/+12
2018-08-03bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski1-2/+2
2018-08-03clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre1-2/+2
2018-08-03bpf: fix multi-function JITed dump obtained via syscallSandipan Das1-3/+34
2018-08-03sched/cpufreq: Modify aggregate utilization to always include blocked FAIR ut...Patrick Bellasi1-9/+8
2018-08-03PM / wakeup: Make s2idle_lock a RAW_SPINLOCKSebastian Andrzej Siewior1-7/+7
2018-08-03printk: drop in_nmi check from printk_safe_flush_on_panic()Sergey Senozhatsky1-1/+1
2018-08-03kernel/hung_task.c: show all hung tasks before panicTetsuo Handa1-4/+7
2018-08-03mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa1-0/+8
2018-08-03kcov: ensure irq code sees a valid areaMark Rutland1-1/+2
2018-08-03tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)1-2/+4
2018-08-03tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov1-2/+11
2018-08-03kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow1-1/+7
2018-08-03tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)1-1/+5
2018-08-03tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)1-4/+8
2018-08-03mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang1-1/+17
2018-07-25stop_machine: Disable preemption when waking two stopper threadsIsaac J. Manjarres1-1/+5
2018-07-22bpf: undo prog rejection on read-only lock failureDaniel Borkmann1-29/+1
2018-07-22bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann1-2/+9
2018-07-22bpf: sockmap, consume_skb in close pathJohn Fastabend1-1/+4
2018-07-22bpf: sockmap, fix crash when ipv6 sock is addedJohn Fastabend1-10/+48
2018-07-22bpf: reject any prog that failed read-only lockDaniel Borkmann2-10/+49
2018-07-17PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa1-0/+5
2018-07-17tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2-6/+7
2018-07-17tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa1-1/+5
2018-07-17bpf: reject passing modified ctx to helper functionsDaniel Borkmann1-17/+31
2018-07-11tracing: Fix missing return symbol in function_graph outputChangbin Du1-1/+4
2018-07-11tracing: Avoid string overflowArnd Bergmann1-1/+1
2018-07-03tracing: Check for no filter when processing event filtersSteven Rostedt (VMware)1-1/+9
2018-07-03locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMSWaiman Long1-0/+1
2018-07-03time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven1-2/+4
2018-07-03softirq: Reorder trace_softirqs_on to prevent lockdep splatJoel Fernandes (Google)1-1/+5
2018-07-03printk: fix possible reuse of va_list variableTetsuo Handa1-1/+4
2018-06-26genirq/migration: Avoid out of line call if pending is not setThomas Gleixner1-4/+1
2018-06-26genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner1-2/+35
2018-06-26genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner1-7/+19
2018-06-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-18/+35
2018-05-31sched/headers: Fix typoDavidlohr Bueso1-1/+1
2018-05-31sched/deadline: Fix missing clock updateJuri Lelli1-3/+3
2018-05-31sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton1-2/+1
2018-05-31sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra1-12/+30
2018-05-29Merge tag 'trace-v4.17-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-10/+28
2018-05-28tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)3-8/+25
2018-05-27tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)1-2/+3
2018-05-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+3
2018-05-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+5
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-22/+64