summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+14
2018-07-30tracepoint: Make rcuidle tracepoint callers use SRCUJoel Fernandes (Google)-1/+15
2018-07-30lockdep: Use this_cpu_ptr instead of get_cpu_var statsJoel Fernandes (Google)-9/+1
2018-07-30selftest/ftrace: Move kprobe selftest function to separate compile unitFrancis Deslauriers-11/+23
2018-07-30tracing: kprobes: Prohibit probing on notrace functionMasami Hiramatsu-9/+58
2018-07-30audit: fix potential null dereference 'context->module.name'Yi Wang-4/+9
2018-07-30cpu/hotplug: Clarify CPU hotplug step name for timersMukesh Ojha-1/+1
2018-07-30Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+19
2018-07-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+8
2018-07-30Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-4/+25
2018-07-30sched/clock: Disable interrupts when calling generic_sched_clock_init()Pavel Tatashin-0/+2
2018-07-30timekeeping: Prevent false warning when persistent clock is not availablePavel Tatashin-1/+1
2018-07-30Merge back cpufreq material for 4.19.Rafael J. Wysocki-0/+6
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie-362/+617
2018-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-2/+14
2018-07-27tracing: preemptirq_delay_run() can be statickbuild test robot-1/+1
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds-7/+21
2018-07-27dma-mapping: Generalise dma_32bit_limit flagRobin Murphy-3/+3
2018-07-27Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+55
2018-07-27tracing/kprobes: Simplify the logic of enable_trace_kprobe()Steven Rostedt (VMware)-18/+24
2018-07-26mm: introduce vma_init()Kirill A. Shutemov-4/+2
2018-07-26mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPLDan Williams-2/+2
2018-07-26mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang-1/+17
2018-07-27bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau-1/+1
2018-07-26doc: tracing: Fix a typo of trace_statMasami Hiramatsu-1/+1
2018-07-26tracing: Remove orphaned function ftrace_nr_registered_ops()Masami Hiramatsu-24/+0
2018-07-26tracing: Remove orphaned function using_ftrace_ops_list_func().Masami Hiramatsu-6/+0
2018-07-26tracing: Make unregister_trigger() staticSteven Rostedt (VMware)-6/+3
2018-07-26lib: Add module for testing preemptoff/irqsoff latency tracersJoel Fernandes (Google)-0/+88
2018-07-26tracing/irqsoff: Split reset into separate functionsJoel Fernandes (Google)-3/+19
2018-07-26kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow-1/+7
2018-07-26cpu/hotplug: Add a cpus_read_trylock() functionWaiman Long-0/+6
2018-07-25tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)-2/+4
2018-07-25tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)-1/+5
2018-07-25tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov-2/+11
2018-07-25ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu-0/+22
2018-07-25tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)-4/+8
2018-07-25swiotlb: clean up reportingKees Cook-10/+8
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-348/+545
2018-07-25perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier-0/+4
2018-07-25perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra-2/+4
2018-07-25sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()Srikar Dronamraju-6/+3
2018-07-25sched/numa: Use group_weights to identify if migration degrades localitySrikar Dronamraju-8/+9
2018-07-25sched/numa: Update the scan period without holding the numa_group lockSrikar Dronamraju-2/+2
2018-07-25sched/numa: Remove numa_has_capacity()Srikar Dronamraju-33/+3
2018-07-25sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju-5/+10
2018-07-25sched/numa: Remove unused task_capacity from 'struct numa_stats'Srikar Dronamraju-5/+3
2018-07-25sched/numa: Skip nodes that are at 'hoplimit'Srikar Dronamraju-1/+1
2018-07-25sched/debug: Reverse the order of printing faultsSrikar Dronamraju-2/+2
2018-07-25sched/numa: Use task faults only if numa_group is not yet set upSrikar Dronamraju-10/+10