summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clk: qcom: Add basic support for APQ8064 global clock controller clocksKumar Gala2014-04-303-5/+30
* clk: qcom: Consolidate common probe codeStephen Boyd2014-04-308-337/+196
* clk: Ignore error and NULL pointers passed to clk_{unprepare, disable}()Stephen Boyd2014-04-301-3/+6
* clk: Consolidate recalc rate logicStephen Boyd2014-04-301-16/+11
* clk: Don't check for missing ops in clk_set_parent()Stephen Boyd2014-04-301-3/+0
* ARM: dts: use real clocks for bcm21664Alex Elder2014-04-301-59/+105
* clk: bcm21664: use common clock frameworkAlex Elder2014-04-304-1/+354
* ARM: dts: define clock binding for bcm21664Alex Elder2014-04-301-0/+39
* ARM: dts: revise kona clock binding documentAlex Elder2014-04-301-40/+47
* clk: bcm281xx: move compatible string definitionsAlex Elder2014-04-302-12/+12
* clk: bcm281xx: add clock hysteresis supportAlex Elder2014-04-303-0/+82
* clk: bcm281xx: add clock policy supportAlex Elder2014-04-303-0/+318
* clk: bcm281xx: define CCU clock data staticallyAlex Elder2014-04-303-143/+133
* clk: bcm281xx: initialize CCU structures staticallyAlex Elder2014-04-304-119/+97
* clk: bcm281xx: change some symbol namesAlex Elder2014-04-301-11/+16
* clk: bcm281xx: use init_data.name for clock nameAlex Elder2014-04-303-12/+14
* clk: bcm281xx: warn if ccu_wait_bit() failsAlex Elder2014-04-301-0/+3
* clk: divider: Optimize clk_divider_bestdiv loopMaxime COQUELIN2014-04-301-1/+13
* clk: divider: Add round to closest dividerMaxime COQUELIN2014-04-302-2/+70
* clk: Fix slab corruption in clk_unregister()Stephen Boyd2014-04-301-1/+2
* clk: Fix double free due to devm_clk_register()Stephen Boyd2014-04-301-41/+30
* Merge tag 'socfpga-clk-fix-for-3.15' of git://git.rocketboards.org/linux-socf...Mike Turquette2014-04-302-20/+10
|\
| * clk: socfpga: fix clock driver for 3.15Dinh Nguyen2014-04-302-20/+10
* | clk: divider: Fix best div calculation for power-of-two and table dividersMaxime COQUELIN2014-04-301-1/+36
* | clk: bcm281xx: don't use unnamed structs or unionsAlex Elder2014-04-303-61/+64
|/
* Linux 3.15-rc3v3.15-rc3Linus Torvalds2014-04-281-1/+1
* word-at-a-time: avoid undefined behaviour in zero_bytemask macroWill Deacon2014-04-281-6/+2
* Merge branch 'safe-dirty-tlb-flush'Linus Torvalds2014-04-286-33/+111
|\
| * mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing partsLinus Torvalds2014-04-266-33/+111
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-278-45/+48
|\ \
| * | Btrfs: limit the path size in send to PATH_MAXChris Mason2014-04-261-0/+5
| * | Btrfs: correctly set profile flags on seqlock retryFilipe Manana2014-04-251-1/+3
| * | Btrfs: use correct key when repeating search for extent itemFilipe Manana2014-04-251-0/+2
| * | Btrfs: fix inode caching vs tree logMiao Xie2014-04-251-16/+2
| * | Btrfs: fix possible memory leaks in open_ctree()Wang Shilong2014-04-251-5/+5
| * | Btrfs: avoid triggering bug_on() when we fail to start inode caching taskWang Shilong2014-04-251-1/+5
| * | Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong2014-04-252-14/+14
| * | btrfs: replace error code from btrfs_drop_extentsDavid Sterba2014-04-252-5/+5
| * | btrfs: Change the hole range to a more accurate value.Qu Wenruo2014-04-251-1/+1
| * | btrfs: fix use-after-free in mount_subvol()Christoph Jaeger2014-04-141-2/+6
* | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-04-275-15/+56
|\ \ \
| * | | ARM: 8042/1: iwmmxt: allow to build iWMMXt on Marvell PJ4BSebastian Hesselbarth2014-04-252-3/+4
| * | | ARM: 8041/1: pj4: fix cpu_is_pj4 checkSebastian Hesselbarth2014-04-251-7/+7
| * | | ARM: 8040/1: pj4: properly detect existence of iWMMXt coprocessorSebastian Hesselbarth2014-04-251-1/+33
| * | | ARM: 8039/1: pj4: enable iWMMXt only if CONFIG_IWMMXT is setSebastian Hesselbarth2014-04-251-2/+6
| * | | ARM: 8038/1: iwmmxt: explicitly check for supported architecturesSebastian Hesselbarth2014-04-251-2/+6
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-04-277-7/+13
|\ \ \ \
| * | | | arm64: init: Move of_clk_init to time_initChanho Min2014-04-252-1/+2
| * | | | arm64: initialize spinlock for init_mm's contextLeo Yan2014-04-251-0/+3
| * | | | arm64: debug: remove noisy, pointless warningWill Deacon2014-04-251-3/+0