summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* audit: fix potential null dereference 'context->module.name'Yi Wang2018-08-061-4/+9
* audit: allow not equal op for audit by executableOndrej Mosnáček2018-08-032-1/+3
* delayacct: Use raw_spinlocksSebastian Andrzej Siewior2018-08-031-8/+9
* stop_machine: Use raw spinlocksThomas Gleixner2018-08-031-12/+12
* bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski2018-08-031-2/+2
* clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre2018-08-031-2/+2
* bpf: fix multi-function JITed dump obtained via syscallSandipan Das2018-08-031-3/+34
* sched/cpufreq: Modify aggregate utilization to always include blocked FAIR ut...Patrick Bellasi2018-08-031-9/+8
* PM / wakeup: Make s2idle_lock a RAW_SPINLOCKSebastian Andrzej Siewior2018-08-031-7/+7
* printk: drop in_nmi check from printk_safe_flush_on_panic()Sergey Senozhatsky2018-08-031-1/+1
* kernel/hung_task.c: show all hung tasks before panicTetsuo Handa2018-08-031-4/+7
* mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa2018-08-031-0/+8
* kcov: ensure irq code sees a valid areaMark Rutland2018-08-031-1/+2
* tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)2018-08-031-2/+4
* tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov2018-08-031-2/+11
* kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow2018-08-031-1/+7
* tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)2018-08-031-1/+5
* tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)2018-08-031-4/+8
* mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang2018-08-031-1/+17
* stop_machine: Disable preemption when waking two stopper threadsIsaac J. Manjarres2018-07-251-1/+5
* bpf: undo prog rejection on read-only lock failureDaniel Borkmann2018-07-221-29/+1
* bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann2018-07-221-2/+9
* bpf: sockmap, consume_skb in close pathJohn Fastabend2018-07-221-1/+4
* bpf: sockmap, fix crash when ipv6 sock is addedJohn Fastabend2018-07-221-10/+48
* bpf: reject any prog that failed read-only lockDaniel Borkmann2018-07-222-10/+49
* PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa2018-07-171-0/+5
* tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2018-07-172-6/+7
* tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa2018-07-171-1/+5
* bpf: reject passing modified ctx to helper functionsDaniel Borkmann2018-07-171-17/+31
* tracing: Fix missing return symbol in function_graph outputChangbin Du2018-07-111-1/+4
* tracing: Avoid string overflowArnd Bergmann2018-07-111-1/+1
* tracing: Check for no filter when processing event filtersSteven Rostedt (VMware)2018-07-031-1/+9
* locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMSWaiman Long2018-07-031-0/+1
* time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven2018-07-031-2/+4
* softirq: Reorder trace_softirqs_on to prevent lockdep splatJoel Fernandes (Google)2018-07-031-1/+5
* printk: fix possible reuse of va_list variableTetsuo Handa2018-07-031-1/+4
* genirq/migration: Avoid out of line call if pending is not setThomas Gleixner2018-06-261-4/+1
* genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner2018-06-261-2/+35
* genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner2018-06-261-7/+19
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-033-18/+35
|\
| * sched/headers: Fix typoDavidlohr Bueso2018-05-311-1/+1
| * sched/deadline: Fix missing clock updateJuri Lelli2018-05-311-3/+3
| * sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton2018-05-311-2/+1
| * sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra2018-05-311-12/+30
* | Merge tag 'trace-v4.17-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-05-293-10/+28
|\ \ | |/ |/|
| * tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)2018-05-283-8/+25
| * tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)2018-05-271-2/+3
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-262-5/+3
|\ \
| * | kthread: Allow kthread_park() on a parked kthreadPeter Zijlstra2018-05-251-4/+2
| * | sched/topology: Clarify root domain(s) debug stringJuri Lelli2018-05-251-1/+1