summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen/privcmd: return -EFAULT on errorDan Carpenter2012-09-101-1/+4
* xen/privcmd: Fix mmap batch ioctl error status copy back.Andres Lagar-Cavilla2012-09-061-1/+1
* xen/privcmd: add PRIVCMD_MMAPBATCH_V2 ioctlAndres Lagar-Cavilla2012-09-052-31/+123
* xen/mm: return more precise error from xen_remap_domain_range()David Vrabel2012-09-051-2/+2
* xen/swiotlb: Fix compile warnings when using plain integer instead of NULL po...Konrad Rzeszutek Wilk2012-08-231-2/+2
* xen/swiotlb: Remove functions not needed anymore.Konrad Rzeszutek Wilk2012-08-232-25/+0
* xen: allow privcmd for HVM guestsStefano Stabellini2012-08-232-4/+3
* xen: Introduce xen_pfn_t for pfn and mfn typesStefano Stabellini2012-08-237-13/+19
* xen: clear IRQ_NOAUTOEN and IRQ_NOREQUESTStefano Stabellini2012-08-231-0/+1
* xen/events: fix unmask_evtchn for PV on HVM guestsStefano Stabellini2012-08-231-3/+14
* xen/sysfs: Use XENVER_guest_handle to query UUIDDaniel De Graaf2012-08-232-1/+15
* xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk2012-08-2111-14/+19
* xen: missing includesStefano Stabellini2012-08-217-1/+9
* xen: update xen_add_to_physmap interfaceStefano Stabellini2012-08-211-0/+3
* xen/perf: Define .glob for the different hypercalls.Konrad Rzeszutek Wilk2012-07-301-2/+54
* Linux 3.5v3.5Linus Torvalds2012-07-211-1/+1
* Remove SYSTEM_SUSPEND_DISK system stateRafael J. Wysocki2012-07-211-1/+0
* Merge branch 'anton-kgdb' (kgdb dmesg fixups)Linus Torvalds2012-07-214-87/+104
|\
| * kdb: Switch to nolock variants of kmsg_dump functionsAnton Vorontsov2012-07-211-4/+4
| * printk: Implement some unlocked kmsg_dump functionsAnton Vorontsov2012-07-212-13/+71
| * printk: Remove kdb_syslog_dataAnton Vorontsov2012-07-212-16/+0
| * kdb: Revive dmesg commandAnton Vorontsov2012-07-211-58/+33
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-07-2051-168/+272
|\ \
| * | MIPS: PCI: Move fixups from __init to __devinit.Sebastian Andrzej Siewior2012-07-198-22/+22
| * | MIPS: Fix bug.h MIPS build regressionYoichi Yuasa2012-07-192-1/+1
| * | MIPS: sync-r4k: remove redundant irq operationYong Zhang2012-07-191-5/+0
| * | MIPS: smp: Warn on too early irq enableYong Zhang2012-07-191-0/+5
| * | MIPS: call set_cpu_online() on cpu being brought up with irq disabledYong Zhang2012-07-191-2/+2
| * | MIPS: call ->smp_finish() a little lateYong Zhang2012-07-191-1/+2
| * | MIPS: Yosemite: delay irq enable to ->smp_finish()Yong Zhang2012-07-191-1/+1
| * | MIPS: SMTC: delay irq enable to ->smp_finish()Yong Zhang2012-07-191-1/+2
| * | MIPS: BMIPS: delay irq enable to ->smp_finish()Yong Zhang2012-07-191-7/+7
| * | MIPS: Octeon: delay enable irq to ->smp_finish()Yong Zhang2012-07-191-1/+1
| * | MIPS: Oprofile: Fix build as a module.Ralf Baechle2012-07-191-0/+1
| * | MIPS: BCM63XX: Fix BCM6368 IPSec clock bitFlorian Fainelli2012-07-191-1/+1
| * | MIPS: perf: Fix build error caused by unused counters_per_cpu_to_total()Florian Fainelli2012-07-191-5/+0
| * | MIPS: Fix Magic SysRq L kernel crash.Vincent Wen2012-07-191-0/+3
| * | MIPS: BMIPS: Fix duplicate header inclusion.Danny Kukawka2012-07-191-1/+0
| * | mips: mark const init data with __initconst instead of __initdataUwe Kleine-König2012-07-197-9/+9
| * | MIPS: cmpxchg.h: Add missing includeAaro Koskinen2012-07-191-0/+1
| * | MIPS: Malta may also be equipped with MIPS64 R2 processors.Leonid Yegoshin2012-07-191-0/+1
| * | MIPS: Fix typo multipy -> multiplyRalf Baechle2012-07-191-2/+2
| * | MIPS: Cavium: Fix duplicate ARCH_SPARSEMEM_ENABLE in kconfig.Yoichi Yuasa2012-07-192-4/+1
| * | MIPS: BCM47xx: Fix BCMA_DRIVER_PCI_HOSTMODE config dependenciesYoichi Yuasa2012-07-191-0/+1
| * | MIPS: SMTC: Spelling and grammar corrections.Ralf Baechle2012-07-191-5/+5
| * | MIPS: Properly align the .data..init_task section.David Daney2012-07-192-3/+4
| * | MIPS: Malta: Change start address to avoid conflicts.Steven J. Hill2012-07-191-2/+3
| * | MIPS: Fix race condition with FPU thread task flag during context switch.Leonid Yegoshin2012-07-194-24/+11
| * | MIPS: Fix decoding of c0_config1 for MIPSxx caches with 32 ways per set.Douglas Leung2012-07-191-2/+2
| * | MIPS: Refactor 'clear_page' and 'copy_page' functions.Steven J. Hill2012-07-194-52/+77