1. 28 Jan, 2014 37 commits
  2. 27 Jan, 2014 3 commits
    • Linus Torvalds's avatar
      Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace · ba635f8c
      Linus Torvalds authored
      Pull tracing fixes from Steven Rostedt:
       "The first two patches fix the debugfs README file to reflect better
        the new features added to 3.14.
      
        The third patch is a minor bugfix to the trace_puts() functions that
        will crash the system if a developer adds one before the tracing
        system is setup.  It also affects trace_printk() if it has no
        arguments, as the code will convert it to a trace_puts() as well.
      
        Note, this bug will not affect unmodified kernels, as trace_printk()
        and trace_puts() should only be used by developers for testing"
      
      * tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
        tracing: Check if tracing is enabled in trace_puts()
        tracing: Fix formatting of trace README file
        tracing/README: Add event file usage to tracing mini-HOWTO
      ba635f8c
    • Linus Torvalds's avatar
      Merge tag 'stable/for-linus-3.14-rc0-tag' of... · ba6b5084
      Linus Torvalds authored
      Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
      
      Pull swiotlb bug-fixes from Konrad Rzeszutek Wilk:
       - Don't DoS with 'swiotlb is full' message.
       - Documentation update.
      
      * tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb:
        swiotlb: Don't DoS us with 'swiotlb buffer is full' (v2)
        swiotlb: update format
      ba6b5084
    • Linus Torvalds's avatar
      Merge tag 'pwm/for-3.14-rc1' of... · 398b60a8
      Linus Torvalds authored
      Merge tag 'pwm/for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
      
      Pull pwm changes from Thierry Reding:
       "The patches for this release cycle include various enhancements
        (device tree support, better compile coverage, ...) for existing
        drivers.  There is a new driver for Atmel SoCs.
      
        Various drivers as well as the sysfs support received minor fixes and
        cleanups"
      
      * tag 'pwm/for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm:
        pwm: tiecap: Remove duplicate put_sync call
        pwm: tiehrpwm: use dev_err() instead of pr_err()
        pwm: pxa: remove unnecessary space before tabs
        pwm: ep93xx: split module author names
        pwm: use seq_puts() instead of seq_printf()
        pwm: atmel-pwm: Do not unprepare clock after successful registration
        of: Add Atmel PWM controller device tree binding
        pwm: atmel-pwm: Add Atmel PWM controller driver
        backlight: pwm_bl: Remove error message upon devm_kzalloc() failure
        pwm: pca9685: depends on I2C rather than REGMAP_I2C
        pwm: renesas-tpu: Enable driver compilation with COMPILE_TEST
        pwm: jz4740: Use devm_clk_get()
        pwm: jz4740: Pass device to clk_get()
        pwm: sysfs: Convert to use ATTRIBUTE_GROUPS macro
        pwm: pxa: Add device tree support
      398b60a8