summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen/events/fifo: correctly align bitopsVladimir Murzin2014-04-281-11/+30
* arm/xen: Remove definiition of virt_to_pfn in asm/xen/page.hJulien Grall2014-04-281-1/+0
* Merge commit 'e26a9e0' into stable/for-linus-3.15David Vrabel2014-04-2869-387/+502
|\
| * ARM: Better virt_to_page() handlingRussell King2014-04-033-26/+34
| * ARM: 8004/1: [SCSI]: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-124-4/+4
| * ARM: 8003/1: w90x900: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-121-1/+1
| * ARM: 8002/1: spear: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-121-1/+1
| * ARM: 8001/1: mmp: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-121-1/+1
| * ARM: 8000/1: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-129-9/+8
| * ARM: 7999/1: arch/arm/mach-lpc32xx-remove-irqf-disabledMichael Opdenacker2014-03-121-1/+1
| * ARM: 7998/1: IXP4xx: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-125-13/+7
| * ARM: 7997/1: cns3xxx: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-121-1/+1
| * ARM: 7996/1: floppy.h: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-121-1/+1
| * ARM: 7995/1: footbridge: remove obsolete IRQF_DISABLEDMichael Opdenacker2014-03-123-7/+7
| * ARM: 7993/1: mm/memblock: add memblock_get_current_limitLaura Abbott2014-03-122-0/+7
| * ARM: 7987/1: ARM : unwinder : Prevent data abort due to stack overflowAnurag Aggarwal2014-02-251-37/+100
| * ARM: 7982/1: introduce HWCAP2 feature bits for ARMv8 Crypto ExtensionsArd Biesheuvel2014-02-252-0/+10
| * ARM: 7981/1: add support for AT_HWCAP2 ELF auxv entryArd Biesheuvel2014-02-253-1/+17
| * ARM: 7986/1: bios32: use pci_enable_resource to enable PCI resourcesWill Deacon2014-02-251-34/+3
| * ARM: 7983/1: atomics: implement a better __atomic_add_unless for v6+Will Deacon2014-02-251-4/+31
| * ARM: 7990/1: asm: rename logical shift macros push pull into lspush lspullVictor Kamensky2014-02-257-196/+196
| * ARM: 7989/1: Delete asm/system.hDavid Howells2014-02-256-12/+1
| * ARM: 7985/1: mm: implement pte_accessible for faulting mappingsWill Deacon2014-02-251-2/+5
| * ARM: 7984/1: prefetch: add prefetchw invocations for barriered atomicsWill Deacon2014-02-254-0/+23
| * ARM: 7979/1: mm: Remove hugetlb warning from Coherent DMA allocatorSteven Capper2014-02-181-3/+0
| * ARM: 7962/2: Make all mcpm functions notraceDave Martin2014-02-182-0/+4
| * ARM: 7954/1: mm: remove remaining domain support from ARMv6Will Deacon2014-02-106-28/+18
| * ARM: 7951/1: uaccess: use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESSNicolas Pitre2014-02-101-1/+1
| * ARM: 7949/1: feroceon: Log a FW_BUG if the L2 cache is turned on at bootJason Gunthorpe2014-02-101-1/+3
| * ARM: 7948/1: hw_breakpoint: Add ARMv8 supportChristopher Covington2014-02-102-1/+3
| * ARM: 7945/1: footbridge: Switch to sched_clock_register()Stephen Boyd2014-02-101-2/+2
| * ARM: 7940/1: add support for the Cortex-A12 processorJonathan Austin2014-02-102-0/+12
* | xen/manage: Poweroff forcefully if user-space is not yet up.Konrad Rzeszutek Wilk2014-04-151-2/+30
* | xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.Konrad Rzeszutek Wilk2014-04-151-3/+41
* | xen/spinlock: Don't enable them unconditionally.Konrad Rzeszutek Wilk2014-04-151-1/+4
* | xen-pciback: silence an unwanted debug printkDan Carpenter2014-04-151-1/+2
* | xen: fix memory leak in __xen_pcibk_add_pci_dev()Daeseok Youn2014-04-151-0/+2
* | x86/xen: Fix 32-bit PV guests's usage of kernel_stackBoris Ostrovsky2014-04-152-9/+19
* | Xen: do hv callback accounting only on x86Arnd Bergmann2014-04-071-1/+1
* | Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus...David Vrabel2014-04-071493-13637/+25211
|\ \
| * \ Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-0182-393/+705
| |\ \
| | * | irqchip: sun7i/sun6i: Disable NMI before registering the handlerHans de Goede2014-03-311-3/+3
| | * | ARM: sun7i/sun6i: dts: Fix IRQ number for sun6i NMI controllerHans de Goede2014-03-311-1/+1
| | * | ARM: sun7i/sun6i: irqchip: Update the documentationCarlo Caione2014-03-261-0/+27
| | * | ARM: sun7i/sun6i: dts: Add NMI irqchip supportCarlo Caione2014-03-262-0/+16
| | * | ARM: sun7i/sun6i: irqchip: Add irqchip driver for NMI controllerCarlo Caione2014-03-262-0/+209
| | * | genirq: Export symbol no_action()Alexander Shiyan2014-03-221-0/+1
| | * | arm: omap: Fix typo in ams-delta-fiq.cThomas Gleixner2014-03-201-1/+1
| | * | m68k: atari: Fix the last kernel_stat.h falloutThomas Gleixner2014-03-201-0/+1
| | * | irqchip: sun4i: Simplify sun4i_irq_ackHans de Goede2014-03-191-6/+1