summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-08-01tracing: Make tracer_tracing_is_on() return boolSteven Rostedt (VMware)
2018-08-01tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread existsSteven Rostedt (VMware)
2018-08-01ftrace: Add missing check for existing hwlat threadErica Bugden
2018-08-01tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)
2018-08-01blk-cgroup: clear the throttle queue on forkJosef Bacik
2018-07-31Merge tag 'audit-pr-20180731' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-07-31bpf: verifier: MOV64 don't mark dst reg unboundedArthur Fabre
2018-07-31nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)
2018-07-31console: Replace #if 0 with atomic var 'ignore_console_lock_warning'Thomas Zimmermann
2018-07-31arm64: perf: Add cap_user_time aarch64Michael O'Farrell
2018-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-30tracepoint: Make rcuidle tracepoint callers use SRCUJoel Fernandes (Google)
2018-07-30lockdep: Use this_cpu_ptr instead of get_cpu_var statsJoel Fernandes (Google)
2018-07-30selftest/ftrace: Move kprobe selftest function to separate compile unitFrancis Deslauriers
2018-07-30tracing: kprobes: Prohibit probing on notrace functionMasami Hiramatsu
2018-07-30audit: fix potential null dereference 'context->module.name'Yi Wang
2018-07-30cpu/hotplug: Clarify CPU hotplug step name for timersMukesh Ojha
2018-07-30Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-07-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-07-30Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-07-30sched/clock: Disable interrupts when calling generic_sched_clock_init()Pavel Tatashin
2018-07-30timekeeping: Prevent false warning when persistent clock is not availablePavel Tatashin
2018-07-30Merge back cpufreq material for 4.19.Rafael J. Wysocki
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie
2018-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-07-27tracing: preemptirq_delay_run() can be statickbuild test robot
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-07-27dma-mapping: Generalise dma_32bit_limit flagRobin Murphy
2018-07-27Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-07-27tracing/kprobes: Simplify the logic of enable_trace_kprobe()Steven Rostedt (VMware)
2018-07-26mm: introduce vma_init()Kirill A. Shutemov
2018-07-26mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPLDan Williams
2018-07-26mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang
2018-07-27bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau
2018-07-26doc: tracing: Fix a typo of trace_statMasami Hiramatsu
2018-07-26tracing: Remove orphaned function ftrace_nr_registered_ops()Masami Hiramatsu
2018-07-26tracing: Remove orphaned function using_ftrace_ops_list_func().Masami Hiramatsu
2018-07-26tracing: Make unregister_trigger() staticSteven Rostedt (VMware)
2018-07-26lib: Add module for testing preemptoff/irqsoff latency tracersJoel Fernandes (Google)
2018-07-26tracing/irqsoff: Split reset into separate functionsJoel Fernandes (Google)
2018-07-26kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow
2018-07-26cpu/hotplug: Add a cpus_read_trylock() functionWaiman Long
2018-07-25tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)
2018-07-25tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)
2018-07-25tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov
2018-07-25ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
2018-07-25tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)
2018-07-25swiotlb: clean up reportingKees Cook
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar