summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-0511-142/+808
|\
| * hvc_xen: Remove unnecessary __GFP_ZERO from kzallocJoe Perches2013-08-301-3/+3
| * drivers/xen-tpmfront: Fix compile issue with missing option.Konrad Rzeszutek Wilk2013-08-301-0/+1
| * xen/balloon: don't set P2M entry for auto translated guestWei Liu2013-08-301-2/+7
| * xen/evtchn: double free on errorDan Carpenter2013-08-301-1/+0
| * Xen: Fix retry calls into PRIVCMD_MMAPBATCH*.Andres Lagar-Cavilla2013-08-301-20/+63
| * xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mappingStefano Stabellini2013-08-201-9/+2
| * xen: fix ARM build after 6efa20e4Stefano Stabellini2013-08-201-0/+2
| * xen/events: document behaviour when scanning the start word for eventsDavid Vrabel2013-08-201-5/+12
| * swiotlb-xen: replace dma_length with sg_dma_len() macroStefano Stabellini2013-08-091-4/+4
| * xen/balloon: set a mapping for ballooned out pagesStefano Stabellini2013-08-091-3/+66
| * xen/evtchn: improve scalability by using per-user locksDavid Vrabel2013-08-091-80/+112
| * xen: replace strict_strtoul() with kstrtoul()Jingoo Han2013-08-091-18/+36
| * xen-gnt: prevent adding duplicate gnt callbacksRoger Pau Monne2013-08-091-2/+11
| * drivers/tpm: add xen tpmfront interfaceDaniel De Graaf2013-08-093-0/+485
| * xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk2013-08-091-1/+10
* | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-0526-30/+33
|\ \
| * | drm/cma: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-161-1/+1
| * | sh_veu: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-161-1/+1
| * | dma-buf: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-161-1/+1
| * | drivers/rtc: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-165-5/+5
| * | staging/zcache: don't use PTR_RET().Rusty Russell2013-07-151-1/+1
| * | remoteproc: don't use PTR_RET().Rusty Russell2013-07-151-1/+1
| * | pinctrl: don't use PTR_RET().Rusty Russell2013-07-151-1/+1
| * | acpi: Replace weird use of PTR_RET.Rusty Russell2013-07-151-5/+8
| * | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-1515-15/+15
* | | Merge tag 'pinctrl-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-0563-5707/+9030
|\ \ \
| * | | pinctrl: sunxi: Fix off-by-one for valid offset range checkingAxel Lin2013-08-301-1/+1
| * | | pinctrl: sunxi: drop lock on error pathLinus Walleij2013-08-301-1/+3
| * | | pinctrl: pinconf-generic: Remove ti prefix in dev_err messagesAxel Lin2013-08-291-3/+2
| * | | Merge tag 'v3.11-rc7' into develLinus Walleij2013-08-29730-96785/+10059
| |\ \ \
| * | | | pinctrl: rockchip: Implement .request() and .free() callbacksAxel Lin2013-08-291-0/+12
| * | | | pinctrl: at91: fix get_pullup/down function returnBoris BREZILLON2013-08-281-2/+2
| * | | | pinctrl: sh-pfc: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-281-2/+0
| * | | | pinctrl: Add s5pv210 support to pinctrl-exynosMateusz Krawczuk2013-08-284-1/+62
| * | | | pinctrl: utils: include export.h to avoid warningsLaxman Dewangan2013-08-281-0/+1
| * | | | pinctrl: s3c24xx: off by one in s3c24xx_eint_init()Dan Carpenter2013-08-281-1/+1
| * | | | pinctrl: mvebu: testing the wrong variableDan Carpenter2013-08-281-1/+1
| * | | | pinctrl: abx500: fix bitwise AND testDan Carpenter2013-08-281-3/+3
| * | | | pinctrl: mvebu: Convert to use devm_ioremap_resourceJisheng Zhang2013-08-281-6/+5
| * | | | pinctrl: Pass all configs to driver on pin_config_set()Sherman Yin2013-08-2823-724/+948
| * | | | pinctrl: tz1090-pdc: Convert to devm_ioremap_resourceAxel Lin2013-08-281-19/+3
| * | | | pinctrl: tz1090: Convert to devm_ioremap_resourceAxel Lin2013-08-281-19/+3
| * | | | pinctrl: tegra: Convert to devm_ioremap_resourceAxel Lin2013-08-281-19/+3
| * | | | pinctrl: rockchip: Simplify pin_to_bank equationAxel Lin2013-08-281-2/+1
| * | | | pinctrl: spear: Convert to devm_ioremap_resourceAxel Lin2013-08-281-9/+4
| * | | | pinctrl: rockchip: Remove of_match_ptr macro for DT only driverAxel Lin2013-08-281-1/+1
| * | | | pinctrl: palmas: PINCTRL_PALMAS needs to select PINMUXAxel Lin2013-08-281-0/+1
| * | | | pinctrl: core: Add proper mutex lock in pinctrl_request_gpioAxel Lin2013-08-281-0/+4
| * | | | pinctrl: imx: Fix compilation with DEBUG enabledSascha Hauer2013-08-231-16/+3