summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arc-4.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-1528-227/+474
|\
| * ARC: axs10x: really enable ARC PGUAlexey Brodkin2016-11-304-4/+8
| * ARC: rename Zebu platform support to HAPSVineet Gupta2016-11-304-2/+2
| * clocksource: nps: avoid maybe-uninitialized warningArnd Bergmann2016-11-301-2/+3
| * clocksource: Add clockevent support to NPS400 driverNoam Camus2016-11-303-3/+190
| * clocksource: update "fn" at CLOCKSOURCE_OF_DECLARE() of nps400 timerNoam Camus2016-11-301-26/+39
| * soc: Support for NPS HW schedulingNoam Camus2016-11-302-2/+59
| * clocksource: import ARC timer driverVineet Gupta2016-11-306-27/+31
| * ARC: breakout timer include code into separate header ...Vineet Gupta2016-11-303-23/+42
| * ARC: move mcip.h into include/soc and adjust the includesVineet Gupta2016-11-304-9/+5
| * ARC: breakout aux handling into a separate headerVineet Gupta2016-11-303-85/+65
| * ARC: time: move time_init() out of the driverVineet Gupta2016-11-302-9/+11
| * ARC: timer: gfrc, rtc: build under same option (64-bit timers)Vineet Gupta2016-11-305-18/+8
| * ARC: timer: gfrc, rtc: Read BCR to detect whether hardware exists ...Vineet Gupta2016-11-301-5/+13
| * ARC: timer: gfrc, rtc: deuglify big endian codeVineet Gupta2016-11-301-22/+8
* | Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-1552-300/+1064
|\ \
| * | selftests: ftrace: Shift down default message verbosityMasami Hiramatsu2016-12-131-11/+7
| * | kprobes/trace: Fix kprobe selftest for newer gccMarcin Nowakowski2016-12-131-5/+23
| * | tracing/kprobes: Add a helper method to return number of probe hitsMarcin Nowakowski2016-12-131-6/+13
| * | tracing/rb: Init the CPU mask on allocationSebastian Andrzej Siewior2016-12-121-1/+1
| * | tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti2016-12-121-1/+1
| * | tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions tooSteven Rostedt (Red Hat)2016-12-094-7/+42
| * | fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)2016-12-091-3/+14
| * | tracing: Replace kmap with copy_from_user() in trace_marker writingSteven Rostedt (Red Hat)2016-12-091-102/+37
| * | ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps ...Steven Rostedt (Red Hat)2016-12-091-2/+2
| * | tracing: Allow benchmark to be enabled at early_initcall()Steven Rostedt (Red Hat)2016-12-091-1/+12
| * | tracing: Have system enable return error if one of the events failSteven Rostedt (Red Hat)2016-12-091-2/+11
| * | tracing: Do not start benchmark on boot upSteven Rostedt (Red Hat)2016-12-091-1/+11
| * | tracing: Have the reg function allow to failSteven Rostedt (Red Hat)2016-12-0915-20/+34
| * | ring-buffer: Force rb_end_commit() and rb_set_commit_to_write() inlineSteven Rostedt (Red Hat)2016-11-241-2/+2
| * | ring-buffer: Froce rb_update_write_stamp() to be inlinedSteven Rostedt (Red Hat)2016-11-241-2/+2
| * | ring-buffer: Force inline of hotpath helper functionsSteven Rostedt (Red Hat)2016-11-241-8/+8
| * | tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)2016-11-245-21/+32
| * | tracing: Make tracepoint_printk a static_keySteven Rostedt (Red Hat)2016-11-234-41/+83
| * | ring-buffer: Always inline rb_event_data()Steven Rostedt (Red Hat)2016-11-231-1/+1
| * | ring-buffer: Make rb_reserve_next_event() always inlinedSteven Rostedt (Red Hat)2016-11-231-1/+1
| * | tracing: Create a always_inlined __trace_buffer_lock_reserve()Steven Rostedt (Red Hat)2016-11-231-39/+48
| * | tracing: Add error checks to creation of event filesSteven Rostedt (Red Hat)2016-11-231-9/+21
| * | stm: Mark the functions of writing STM with notraceChunyan Zhang2016-11-222-5/+6
| * | stm dummy: Mark dummy_stm_packet() with notraceChunyan Zhang2016-11-221-1/+1
| * | intel_th: Mark sth_stm_packet() with notraceChunyan Zhang2016-11-221-4/+7
| * | coresight: Mark stm_generic_packet() with notraceChunyan Zhang2016-11-221-1/+1
| * | stm class: ftrace: Add ftrace-export-over-stm driverChunyan Zhang2016-11-223-0/+100
| * | tracing: Add hook to function tracing for other subsystems to useChunyan Zhang2016-11-222-1/+156
| * | selftests: ftrace: Add a testcase for types of kprobe eventMasami Hiramatsu2016-11-221-0/+37
| * | selftests: ftrace: Add a testcase for function filter glob matchMasami Hiramatsu2016-11-221-0/+49
| * | selftests: ftrace: Introduce TMPDIR for temporary filesMasami Hiramatsu2016-11-221-0/+2
| * | selftests: ftrace: Hide ftracetest logs from gitMasami Hiramatsu2016-11-221-0/+1
| * | selftests: ftrace: Fix trigger-mod to run without syscall traceMasami Hiramatsu2016-11-221-1/+1
| * | selftests: ftrace: Check whether snapshot trigger is supported correctlyMasami Hiramatsu2016-11-221-0/+5