summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-0424-186/+1057
|\
| * 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/pvhvm: Initialize xen panic handler for PVHVM guestsVaughan Cao2013-08-201-0/+2
| * xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mappingStefano Stabellini2013-08-202-15/+17
| * xen: fix ARM build after 6efa20e4Stefano Stabellini2013-08-201-0/+2
| * MAINTAINERS: Remove Jeremy from the Xen subsystem.Konrad Rzeszutek Wilk2013-08-202-1/+1
| * xen/events: document behaviour when scanning the start word for eventsDavid Vrabel2013-08-201-5/+12
| * x86/xen: during early setup, only 1:1 map the ISA regionDavid Vrabel2013-08-201-5/+11
| * x86/xen: disable premption when enabling local irqsDavid Vrabel2013-08-201-13/+12
| * swiotlb-xen: replace dma_length with sg_dma_len() macroStefano Stabellini2013-08-091-4/+4
| * swiotlb: replace dma_length with sg_dma_len() macroEunBong Song2013-08-091-4/+4
| * xen/balloon: set a mapping for ballooned out pagesStefano Stabellini2013-08-092-3/+69
| * xen/evtchn: improve scalability by using per-user locksDavid Vrabel2013-08-091-80/+112
| * xen/p2m: avoid unneccesary TLB flush in m2p_remove_override()David Vrabel2013-08-091-1/+0
| * MAINTAINERS: Add in two extra co-maintainers of the Xen tree.Konrad Rzeszutek Wilk2013-08-091-0/+2
| * MAINTAINERS: Update the Xen subsystem's with proper mailing list.Konrad Rzeszutek Wilk2013-08-091-7/+6
| * 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-095-0/+650
| * xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk2013-08-096-8/+38
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-09-046-11/+50
|\ \
| * | module: Fix mod->mkobj.kobj potentially freed too earlyLi Zhong2013-09-033-3/+19
| * | kernel/params.c: use scnprintf() instead of sprintf()Chen Gang2013-08-201-3/+4
| * | kernel/module.c: use scnprintf() instead of sprintf()Chen Gang2013-08-201-1/+1
| * | module/lsm: Have apparmor module parameters work with no argsSteven Rostedt2013-08-201-0/+2
| * | module: Add NOARG flag for ops with param_set_bool_enable_only() set functionSteven Rostedt2013-08-201-0/+1
| * | module: Add flag to allow mod params to have no argumentsSteven Rostedt2013-08-202-3/+16
| * | modules: add support for soft module dependenciesAndreas Robinson2013-08-201-0/+5
| * | scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture.Chen Gang2013-08-201-0/+1
| * | module: fix sprintf format specifier in param_get_byte()Christoph Jaeger2013-08-201-1/+1
* | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-0458-71/+81
|\ \ \
| * | | GFS2: Replace PTR_RET with PTR_ERR_OR_ZEROSteven Whitehouse2013-07-221-1/+1
| * | | Btrfs: volume: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-161-1/+1
| * | | 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
| * | | mm/oom_kill: remove weird use of ERR_PTR()/PTR_ERR().Rusty Russell2013-07-151-3/+3
| * | | 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
| * | | s390: Replace weird use of PTR_RET.Rusty Russell2013-07-151-4/+8
| * | | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-1543-47/+47
| * | | PTR_RET is now PTR_ERR_OR_ZERORusty Russell2013-07-151-1/+4
| |/ /
* | | Merge tag 'dlm-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2013-09-042-22/+7
|\ \ \
OpenPOWER on IntegriCloud