summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | rtc: sun6i: Fix compatibility with old DT bindingChen-Yu Tsai2017-02-011-3/+3
| * | | | rtc: snvs: add a missing write syncGuy Shapiro2017-02-011-0/+1
| * | | | rtc: bq32000: add support to enable disable the trickle charge FET bypassEnric Balletbo i Serra2017-02-012-0/+83
| * | | | rtc: sun6i: Switch to devm_rtc_device_registerMaxime Ripard2017-02-011-12/+2
| * | | | rtc: sun6i: Expose the 32kHz oscillatorMaxime Ripard2017-02-012-13/+143
| * | | | rtc: sun6i: Switch to the external oscillatorMaxime Ripard2017-02-011-0/+6
| * | | | rtc: sun6i: Add some lockingMaxime Ripard2017-02-011-2/+15
| * | | | rtc: sun6i: Disable the build as a moduleMaxime Ripard2017-01-242-7/+2
| * | | | rtc: gemini: Add device tree probingLinus Walleij2017-01-242-0/+21
| * | | | rtc: stm32: fix comparison warningsAmelie Delaunay2017-01-231-3/+3
| * | | | rtc: stm32: use 0 instead of ~PWR_CR_DBP in regmap_update_bitsAmelie Delaunay2017-01-231-2/+2
| * | | | rtc: tegra: Implement clock handlingThierry Reding2017-01-231-2/+26
| * | | | rtc: tegra: Sort includes alphabeticallyThierry Reding2017-01-131-6/+7
| * | | | rtc: stm32: fix building without CONFIG_OFArnd Bergmann2017-01-131-2/+0
| * | | | rtc: stm32: remove __exit annotation on remove callbackArnd Bergmann2017-01-131-1/+1
| * | | | rtc: add STM32 RTC driverAmelie Delaunay2017-01-133-0/+739
| * | | | dt-bindings: document the STM32 RTC bindingsAmelie Delaunay2017-01-131-0/+27
| * | | | rtc: armada38x: make struct rtc_class_ops constRussell King2017-01-121-7/+17
| * | | | rtc: constify rtc_class_ops structuresBhumika Goyal2017-01-117-7/+7
| * | | | Documentation: dt: rtc-imxdi: security violation interruptMartin Kaiser2017-01-111-1/+4
| * | | | rtc: imxdi: use the security violation interruptMartin Kaiser2017-01-111-9/+22
| * | | | rtc: mcp795: add alarm support.Emil Bartczak2017-01-111-1/+170
| * | | | rtc: mcp795: Add support for weekday.Emil Bartczak2017-01-111-5/+7
| * | | | rtc: armada38x: Follow the new recommendation for errata implementationGregory CLEMENT2017-01-111-23/+94
| * | | | rtc: tps65910: use 'unsigned int' instead of 'unsigned' in argumentsVesa Jääskeläinen2017-01-101-1/+2
| * | | | rtc: tps65910: Add RTC calibration supportVesa Jääskeläinen2017-01-102-0/+144
| * | | | rtc: rx8010: change lock mechanismFabien Lahoudere2017-01-041-21/+3
| | |/ / | |/| |
* | | | Merge tag 'trace-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2017-02-271-17/+17
|\ \ \ \
| * | | | tracing: Clean up the hwlat binding codeSteven Rostedt (VMware)2017-01-311-17/+17
* | | | | Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-02-2716-259/+585
|\ \ \ \ \
| * | | | | tracing: Remove outdated ring buffer commentJoel Fernandes2017-02-171-10/+2
| * | | | | tracing/probes: Fix a warning message to show correct maximum lengthMasami Hiramatsu2017-02-151-1/+2
| * | | | | tracing: Fix return value check in trace_benchmark_reg()Wei Yongjun2017-02-151-2/+2
| * | | | | tracing: Use modern function declarationArnd Bergmann2017-02-151-1/+1
| * | | | | jump_label: Reduce the size of struct static_keyJason Baron2017-02-153-35/+145
| * | | | | tracing/probe: Show subsystem name in messagesMasami Hiramatsu2017-02-153-0/+3
| * | | | | tracing/hwlat: Update old comment about migrationLuiz Capitulino2017-02-151-4/+1
| * | | | | timers: Make flags output in the timer_start tracepoint usefulThomas Gleixner2017-02-152-2/+14
| * | | | | tracing: Have traceprobe_probes_write() not access userspace unnecessarilySteven Rostedt (VMware)2017-02-151-19/+29
| * | | | | tracing: Have COMM event filter key be treated as a stringSteven Rostedt (VMware)2017-02-101-1/+2
| * | | | | ftrace: Have set_graph_function handle multiple functions in one writeSteven Rostedt (VMware)2017-02-031-41/+64
| * | | | | ftrace: Do not hold references of ftrace_graph_{notrace_}hash out of graph_lockSteven Rostedt (VMware)2017-02-031-5/+23
| * | | | | tracing: Reset parser->buffer to allow multiple "puts"Steven Rostedt (VMware)2017-02-031-0/+1
| * | | | | ftrace: Have set_graph_functions handle write with RDWRSteven Rostedt (VMware)2017-02-031-0/+6
| * | | | | ftrace: Reset fgd->hash in ftrace_graph_write()Steven Rostedt (VMware)2017-02-031-2/+5
| * | | | | ftrace: Replace (void *)1 with a meaningful macro name FTRACE_GRAPH_EMPTYSteven Rostedt (VMware)2017-02-031-2/+4
| * | | | | ftrace: Create a slight optimization on searching the ftrace_hashSteven Rostedt (VMware)2017-02-031-8/+25
| * | | | | tracing: Add ftrace_hash_key() helper functionSteven Rostedt (VMware)2017-02-031-10/+11
| * | | | | ftrace: Convert graph filter to use hash tablesNamhyung Kim2017-01-202-96/+158
| * | | | | ftrace: Expose ftrace_hash_empty and ftrace_lookup_ipNamhyung Kim2017-01-202-14/+16