1. 23 May, 2014 37 commits
  2. 22 May, 2014 1 commit
    • Mauro Carvalho Chehab's avatar
      Merge tag 'v3.15-rc6' into patchwork · e899966f
      Mauro Carvalho Chehab authored
      Linux 3.15-rc6
      
      * tag 'v3.15-rc6': (1314 commits)
        Linux 3.15-rc6
        Btrfs: send, fix incorrect ref access when using extrefs
        Btrfs: fix EIO on reading file after ioctl clone works on it
        scripts/checksyscalls.sh: Make renameat optional
        asm-generic: Add renameat2 syscall
        ia64: add renameat2 syscall
        parisc: add renameat2 syscall
        m68k: add renameat2 syscall
        sysfs: make sure read buffer is zeroed
        ahci: imx: PLL clock needs 100us to settle down
        PCI: Wrong register used to check pending traffic
        target: fix memory leak on XCOPY
        random: fix BUG_ON caused by accounting simplification
        clk: tegra: Fix wrong value written to PLLE_AUX
        staging: rtl8723au: Do not reset wdev->iftype in netdev_close()
        ACPI / video: Revert native brightness quirk for ThinkPad T530
        staging: rtl8723au: Use correct pipe type for USB interrupts
        crush: decode and initialize chooseleaf_vary_r
        libceph: fix corruption when using page_count 0 page in rbd
        arm64: fix pud_huge() for 2-level pagetables
        ...
      e899966f
  3. 21 May, 2014 2 commits
    • Linus Torvalds's avatar
      Linux 3.15-rc6 · 4b660a7f
      Linus Torvalds authored
      4b660a7f
    • Linus Torvalds's avatar
      Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc · 6538d625
      Linus Torvalds authored
      Pull two powerpc fixes from Ben Herrenschmidt:
       "Here are a couple of fixes for 3.15.  One from Anton fixes a nasty
        regression I introduced when trying to fix a loss of irq_work whose
        consequences is that we can completely lose timer interrupts on a
        CPU... not pretty.
      
        The other one is a change to our PCIe reset hook to use a firmware
        call instead of direct config space accesses to trigger a fundamental
        reset on the root port.  This is necessary so that the FW gets a
        chance to disable the link down error monitoring, which would
        otherwise trip and cause subsequent fatal EEH error"
      
      * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc:
        powerpc: irq work racing with timer interrupt can result in timer interrupt hang
        powerpc/powernv: Reset root port in firmware
      6538d625