summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpuidle: use drv instead of cpuidle_driver in show_current_driver()Viresh Kumar2013-10-301-4/+4
* cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lockViresh Kumar2013-10-302-2/+4
* cpuidle: replace multiline statements with single line in cpuidle_idle_call()Viresh Kumar2013-10-301-4/+2
* cpuidle: reduce code duplication inside cpuidle_idle_call()Viresh Kumar2013-10-301-2/+5
* cpuidle: merge two if() statements for checking error casesViresh Kumar2013-10-301-4/+1
* cpuidle: rearrange __cpuidle_register_device() to keep minimal exit pointsViresh Kumar2013-10-301-5/+4
* cpuidle: rearrange code in __cpuidle_driver_init()Viresh Kumar2013-10-301-6/+4
* cpuidle: make __cpuidle_driver_init() return voidViresh Kumar2013-10-301-8/+2
* cpuidle: make __cpuidle_device_init() return voidViresh Kumar2013-10-301-6/+2
* cpuidle: Fix comments in cpuidle coreViresh Kumar2013-10-303-5/+5
* cpuidle: fix indentation of cpumaskViresh Kumar2013-10-301-1/+1
* Merge branch 'cpuidle/arm-next' of git://git.linaro.org/people/dlezcano/linux...Rafael J. Wysocki2013-10-1713-57/+93
|\
| * ARM: AT91: DT: pm: Select ram controller standby based on DTJean-Christophe PLAGNIOL-VILLARD2013-10-167-15/+17
| * ARM: AT91: pm: Factorize standby functionJean-Christophe PLAGNIOL-VILLARD2013-10-166-36/+29
| * ARM: at91: cpuidle: Move driver to drivers/cpuidleDaniel Lezcano2013-10-164-1/+8
| * ARM: at91: cpuidle: Convert to platform driverDaniel Lezcano2013-10-169-22/+56
|/
* Merge back earlier cpuidle material for v3.13.Rafael J. Wysocki2013-10-076-10/+36
|\
| * ARM: EXYNOS: convert cpuidle driver to be a platform driverBartlomiej Zolnierkiewicz2013-09-245-2/+28
| * intel_idle: mark some functions with __init tagBartlomiej Zolnierkiewicz2013-09-241-2/+2
| * intel_idle: mark states tables with __initdata tagBartlomiej Zolnierkiewicz2013-09-241-5/+5
| * intel_idle: shrink states tablesBartlomiej Zolnierkiewicz2013-09-241-6/+6
* | Merge branch 'cpuidle/arm-next' of git://git.linaro.org/people/dlezcano/linuxRafael J. Wysocki2013-10-075-19/+30
|\ \
| * | ARM: ux500: cpuidle: fix section mismatchDaniel Lezcano2013-10-071-1/+1
| * | ARM: zynq: cpuidle: convert to platform driverDaniel Lezcano2013-10-072-2/+17
| * | ARM: zynq: cpuidle: Remove useless compatibility stringDaniel Lezcano2013-10-071-4/+0
| * | drivers: cpuidle: rename ARM big.LITTLE driver config and makefile entriesLorenzo Pieralisi2013-10-072-12/+12
|/ /
* | Linux 3.12-rc4v3.12-rc4Linus Torvalds2013-10-061-1/+1
* | net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman2013-10-061-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-10-068-25/+67
|\ \
| * | iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tagsNicholas Bellinger2013-10-031-1/+1
| * | iscsi-target: Perform release of acknowledged tags from RX contextNicholas Bellinger2013-10-031-4/+9
| * | iscsi-target: Only perform wait_for_tasks when performing shutdownNicholas Bellinger2013-10-031-2/+2
| * | target: Fail on non zero scsi_status in compare_and_write_callbackNicholas Bellinger2013-10-031-1/+10
| * | target: Fix recursive COMPARE_AND_WRITE callback failureNicholas Bellinger2013-10-031-1/+10
| * | target: Reset data_length for COMPARE_AND_WRITE to NoLB * block_sizeNicholas Bellinger2013-10-031-0/+6
| * | ib_srpt: always set response for task managementJack Wang2013-10-031-6/+4
| * | target: Fall back to vzalloc upon ->sess_cmd_map kzalloc failureNicholas Bellinger2013-10-011-5/+15
| * | vhost/scsi: Use GFP_ATOMIC with percpu_ida_alloc for obtaining tagNicholas Bellinger2013-10-011-1/+6
| * | ib_srpt: Destroy cm_id before destroying QP.Nicholas Bellinger2013-10-011-2/+2
| * | target: Fix xop->dbl assignment in target_xcopy_parse_segdesc_02Nicholas Bellinger2013-10-011-2/+2
* | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-10-063-17/+17
|\ \ \
| * | | dmaengine: imx-dma: fix callback path in taskletMichael Grzeschik2013-10-041-4/+6
| * | | dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletMichael Grzeschik2013-10-041-11/+8
| * | | dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicMichael Grzeschik2013-10-041-1/+1
| * | | dma/Kconfig: Make TI_EDMA select TI_PRIV_EDMAJosh Boyer2013-09-171-0/+1
| * | | edma: Update author email addressJosh Boyer2013-09-171-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-10-056-17/+39
|\ \ \ \
| * | | | btrfs: Fix crash due to not allocating integrity data for a biosetDarrick J. Wong2013-10-051-0/+8
| * | | | Merge branch 'for-linus' into for-linus-3.12Chris Mason2013-10-056-17/+31
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingIlya Dryomov2013-10-042-5/+7
OpenPOWER on IntegriCloud