summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | arm: perf: add missing pr_info newlinesMark Rutland2014-10-301-4/+4
| * | | | arm: perf: factor out callchain codeMark Rutland2014-10-304-133/+139
| * | | | ARM: perf: use pr_* instead of printkWill Deacon2014-10-302-10/+10
| * | | | ARM: perf: remove useless return and check of idx in counter handlingchai wen2014-10-301-22/+18
| * | | | bus: cci: move away from arm_pmu frameworkMark Rutland2014-10-301-108/+444
| |/ / /
* | | | Merge tag 'at91-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/nfe...Arnd Bergmann2014-11-2010-38/+162
|\ \ \ \
| * | | | rtc: at91sam9: add DT bindings documentationBoris BREZILLON2014-11-131-0/+23
| * | | | rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCKBoris BREZILLON2014-11-131-4/+24
| * | | | ARM: at91: add clk_lookup entry for RTT devicesBoris BREZILLON2014-11-137-1/+14
| * | | | rtc: at91sam9: rework the Kconfig descriptionBoris BREZILLON2014-11-131-8/+15
| * | | | rtc: at91sam9: make use of syscon/regmap to access GPBR registersBoris BREZILLON2014-11-132-9/+56
| * | | | rtc: at91sam9: add DT supportBoris BREZILLON2014-11-131-0/+9
| * | | | rtc: at91sam9: replace devm_ioremap by devm_ioremap_resourceBoris BREZILLON2014-11-131-19/+10
| * | | | rtc: at91sam9: use standard readl/writel functions instead of raw versionsBoris BREZILLON2014-11-131-4/+4
| * | | | rtc: at91sam9: remove references to mach specific headersBoris BREZILLON2014-11-131-4/+18
| |/ / /
* | | | Merge tag 'keystone-driver-soc' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2014-11-202-10/+11
|\ \ \ \
| * | | | soc: ti: knav_qmss_queue: Use list_for_each_entry_safe to prevent use after freeAxel Lin2014-11-031-2/+2
| * | | | soc: ti: knav_qmss_queue: Return proper error if devm_kzalloc failsAxel Lin2014-10-271-1/+1
| * | | | soc: ti: knav_qmss_queue: Fix unbalanced locking ins knav_pool_create()Axel Lin2014-10-271-3/+4
| * | | | soc: ti: Use list_first_entry_or_null() at appropriate placesAxel Lin2014-10-271-4/+4
| | |/ / | |/| |
* | | | Merge tag 'omap-for-v3.19/w1-and-l3-noc' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2014-11-203-2/+85
|\ \ \ \
| * | | | bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the irq ha...Keerthy2014-11-121-2/+6
| * | | | bus: omap_l3_noc: Add resume hook to restore contextKeerthy2014-11-121-0/+55
| * | | | w1: omap-hdq: support device probing with device-treeNeilBrown2014-11-102-0/+24
| | |/ / | |/| |
* | | | Merge tag 'berlin-driver-3.19-1' of git://git.infradead.org/users/hesselba/li...Olof Johansson2014-11-082-0/+132
|\ \ \ \ | |_|_|/ |/| | |
| * | | reset: add the Berlin reset controller driverAntoine Ténart2014-10-202-0/+132
| | |/ | |/|
* | | Linux 3.18-rc3v3.18-rc3Linus Torvalds2014-11-021-2/+2
* | | Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds2014-11-026-39/+73
|\ \ \
| * | | mtd: cfi_cmdset_0001.c: fix resume for LH28F640BF chipsDmitry Eremin-Solenikov2014-10-291-0/+2
| * | | mtd: omap: fix mtd devices not showing upFrans Klaver2014-10-291-1/+1
| * | | mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings2014-10-213-4/+52
| * | | mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings2014-10-174-30/+14
| * | | mtd: m25p80: get rid of spi_get_device_idRafał Miłecki2014-10-171-5/+5
* | | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-11-026-19/+53
|\ \ \ \
| * | | | MAINTAINERS: ufs - remove selfSantosh Y2014-10-281-1/+0
| * | | | MAINTAINERS: change hpsa and cciss maintainerDon Brace2014-10-281-2/+6
| * | | | libcxgbi : support ipv6 address host_paramAnish Bhatt2014-10-282-10/+37
| * | | | scsi: set REQ_QUEUE for the blk-mq caseChristoph Hellwig2014-10-282-4/+9
| * | | | Revert "block: all blk-mq requests are tagged"Christoph Hellwig2014-10-281-2/+1
| * | | | lib/scatterlist: fix memory leak with scsi-mqTony Battersby2014-10-281-3/+3
| | |_|/ | |/| |
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-11-0222-83/+116
|\ \ \ \
| * \ \ \ Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie2014-11-037-42/+29
| |\ \ \ \
| | * | | | drm/exynos: correct connector->dpms field before resumingAndrzej Hajda2014-11-031-2/+6
| | * | | | drm/exynos: enable vblank after DPMS onAndrzej Hajda2014-11-031-1/+4
| | * | | | drm/exynos: init kms poll at the end of initializationAndrzej Hajda2014-11-031-6/+6
| | * | | | drm/exynos: propagate plane initialization errorsAndrzej Hajda2014-11-031-2/+5
| | * | | | drm/exynos: vidi: fix build warningInki Dae2014-11-031-1/+0
| | * | | | drm/exynos: remove explicit encoder/connector de-initializationAndrzej Hajda2014-11-035-22/+0
| | * | | | drm/exynos: init vblank with real number of crtcsAndrzej Hajda2014-11-031-9/+9
| |/ / / /
| * | | | Merge branch 'vmwgfx-fixes-3.18' of git://people.freedesktop.org/~thomash/linuxDave Airlie2014-11-023-9/+24
| |\ \ \ \
OpenPOWER on IntegriCloud