1. 14 Oct, 2013 1 commit
  2. 11 Oct, 2013 1 commit
  3. 10 Oct, 2013 7 commits
  4. 08 Oct, 2013 19 commits
  5. 07 Oct, 2013 3 commits
    • Olof Johansson's avatar
      Merge tag 'renesas-smp-for-v3.13' of... · eea4fba5
      Olof Johansson authored
      Merge tag 'renesas-smp-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc
      
      From Simon Horman:
      Renesas ARM based SoC SMP updates for v3.13
      
      * Add CPU notifier based SCU boot vector code
        - Use on emev2, r8a7779 and sh73a0 SoCs
        - Remove now unused shmobile_smp_scu_boot_secondary()
      * Add shared APMU SMP support code
        - Use to add SMP support for r8a7790 SoC
      * Introduce shmobile_boot_size
      * Expose shmobile_invalidate_start()
      * Introduce shmobile_smp_cpu_disable()
        - Use on sh73a0 SoC
        - Remove now unused shmobile_smp_init_cpus()
      
      * tag 'renesas-smp-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: Include CA7 cores in APMU table
        ARM: shmobile: Extend APMU code to allow single cluster only
        ARM: shmobile: Remove shmobile_smp_scu_boot_secondary()
        ARM: shmobile: Let r8a7779 rely on SCU CPU notifier
        ARM: shmobile: Let EMEV2 rely on SCU CPU notifier
        ARM: shmobile: Let sh73a0 rely on SCU CPU notifier
        ARM: shmobile: Add CPU notifier based SCU boot vector code
        ARM: shmobile: Add r8a7790 SMP support using APMU code
        ARM: shmobile: Shared APMU SMP support code without DT
        ARM: shmobile: Introduce shmobile_boot_size
        ARM: shmobile: Expose shmobile_invalidate_start()
        ARM: shmobile: Remove unused shmobile_smp_init_cpus()
        ARM: shmobile: Use shmobile_smp_cpu_disable() on sh73a0
        ARM: shmobile: Introduce shmobile_smp_cpu_disable()
        ARM: shmobile: r8a7790: Constify platform data and resources
        ARM: shmobile: Rename to r8a7790_init_early()
        ARM: shmobile: Rename to r8a73a4_init_early()
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      eea4fba5
    • Olof Johansson's avatar
      Merge tag 'renesas-soc-for-v3.13' of... · 6c409bfa
      Olof Johansson authored
      Merge tag 'renesas-soc-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc
      
      From Simon Horman:
      Renesas ARM based SoC updates for v3.13
      
      * Add support for r8a7791 SoC
      * Rename DU device in clock lookups list of r8a7779 SoC
      * USB and SSI/SRU clock support for r8a7778 SoC
      * USB phy power control function support for r8a7778 SoC
      
      * tag 'renesas-soc-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: r8a7778: add usb phy power control function
        ARM: shmobile: r8a7778: add USBHS clock
        ARM: shmobile: r8a7791 CMT support
        ARM: shmobile: r8a7791 SCIF support
        ARM: shmobile: Initial r8a7791 SoC support
        ARM: shmobile: r8a7778: add SSI/SRU clock support
        ARM: shmobile: r8a7790: Add DU and LVDS clocks
        ARM: shmobile: r8a7779: Rename DU device in clock lookups list
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      6c409bfa
    • Michael Opdenacker's avatar
      ARM: davinci: remove deprecated IRQF_DISABLED · 1091a654
      Michael Opdenacker authored
      This patch proposes to remove the IRQF_DISABLED flag from Davinci code ;)
      It's a NOOP since 2.6.35, and will be removed one day
      Signed-off-by: default avatarMichael Opdenacker <michael.opdenacker@free-electrons.com>
      Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      1091a654
  6. 06 Oct, 2013 4 commits
    • Linus Torvalds's avatar
      Linux 3.12-rc4 · d0e639c9
      Linus Torvalds authored
      d0e639c9
    • Eric W. Biederman's avatar
      net: Update the sysctl permissions handler to test effective uid/gid · 2433c8f0
      Eric W. Biederman authored
      Modify the code to use current_euid(), and in_egroup_p, as in done
      in fs/proc/proc_sysctl.c:test_perm()
      
      Cc: stable@vger.kernel.org
      Reviewed-by: default avatarEric Sandeen <sandeen@redhat.com>
      Reported-by: default avatarEric Sandeen <sandeen@redhat.com>
      Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      2433c8f0
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending · 13caa8ed
      Linus Torvalds authored
      Pull SCSI target fixes from Nicholas Bellinger:
       "Here are the outstanding target fixes queued up for v3.12-rc4 code.
      
        The highlights include:
      
         - Make vhost/scsi tag percpu_ida_alloc() use GFP_ATOMIC
         - Allow sess_cmd_map allocation failure fallback to use vzalloc
         - Fix COMPARE_AND_WRITE se_cmd->data_length bug with FILEIO backends
         - Fixes for COMPARE_AND_WRITE callback recursive failure OOPs + non
           zero scsi_status bug
         - Make iscsi-target do acknowledgement tag release from RX context
         - Setup iscsi-target with extra (cmdsn_depth / 2) percpu_ida tags
      
        Also included is a iscsi-target patch CC'ed for v3.10+ that avoids
        legacy wait_for_task=true release during fast-past StatSN
        acknowledgement, and two other SRP target related patches that address
        long-standing issues that are CC'ed for v3.3+.
      
        Extra thanks to Thomas Glanzmann for his testing feedback with
        COMPARE_AND_WRITE + EXTENDED_COPY VAAI logic"
      
      * git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending:
        iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tags
        iscsi-target: Perform release of acknowledged tags from RX context
        iscsi-target: Only perform wait_for_tasks when performing shutdown
        target: Fail on non zero scsi_status in compare_and_write_callback
        target: Fix recursive COMPARE_AND_WRITE callback failure
        target: Reset data_length for COMPARE_AND_WRITE to NoLB * block_size
        ib_srpt: always set response for task management
        target: Fall back to vzalloc upon ->sess_cmd_map kzalloc failure
        vhost/scsi: Use GFP_ATOMIC with percpu_ida_alloc for obtaining tag
        ib_srpt: Destroy cm_id before destroying QP.
        target: Fix xop->dbl assignment in target_xcopy_parse_segdesc_02
      13caa8ed
    • Linus Torvalds's avatar
      Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma · 831ae3c1
      Linus Torvalds authored
      Pull slave-dmaengine fixes from Vinod Koul:
       "Here is the slave dmanegine fixes.  We have the fix for deadlock issue
        on imx-dma by Michael and Josh's edma config fix along with author
        change"
      
      * 'fixes' of git://git.infradead.org/users/vkoul/slave-dma:
        dmaengine: imx-dma: fix callback path in tasklet
        dmaengine: imx-dma: fix lockdep issue between irqhandler and tasklet
        dmaengine: imx-dma: fix slow path issue in prep_dma_cyclic
        dma/Kconfig: Make TI_EDMA select TI_PRIV_EDMA
        edma: Update author email address
      831ae3c1
  7. 05 Oct, 2013 5 commits