summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* xen/smp/pvhvm: Don't point per_cpu(xen_vpcu, 33 and larger) to shared_infoKonrad Rzeszutek Wilk2013-05-081-0/+3
* xen/vcpu: Document the xen_vcpu_info and xen_vcpuKonrad Rzeszutek Wilk2013-05-071-1/+28
* xen/vcpu/pvhvm: Fix vcpu hotplugging hanging.Konrad Rzeszutek Wilk2013-05-061-0/+15
* xen/smp: Unifiy some of the PVs and PVHVM offline CPU pathKonrad Rzeszutek Wilk2013-04-161-10/+4
* xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one.Konrad Rzeszutek Wilk2013-04-161-1/+12
* xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVMKonrad Rzeszutek Wilk2013-04-161-0/+21
* xen/spinlock: Check against default value of -1 for IRQ line.Konrad Rzeszutek Wilk2013-04-161-0/+4
* xen/time: Add default value of -1 for IRQ and check for that.Konrad Rzeszutek Wilk2013-04-161-2/+5
* xen/time: Fix kasprintf splat when allocating timer%d IRQ line.Konrad Rzeszutek Wilk2013-04-162-2/+9
* xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every CPU on...Konrad Rzeszutek Wilk2013-04-161-0/+1
* xen/smp: Fix leakage of timer interrupt line for every CPU online/offline.Konrad Rzeszutek Wilk2013-04-161-0/+1
* xen: drop tracking of IRQ vectorJan Beulich2013-04-161-3/+3
* x86/xen: populate boot_params with EDD dataDavid Vrabel2013-04-161-0/+52
* Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-04-072-8/+7
|\
| * KVM: Allow cross page reads and writes from cached translations.Andrew Honig2013-04-072-8/+7
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-072-5/+4
|\ \
| * | x86: Fix rebuild with EFI_STUB enabledJan Beulich2013-04-051-3/+2
| * | x86: remove the x32 syscall bitmask from syscall_get_nr()Paul Moore2013-04-021-2/+2
* | | alpha: irq: remove deprecated use of IRQF_DISABLEDWill Deacon2013-04-073-9/+8
* | | alpha: irq: run all handlers with interrupts disabledWill Deacon2013-04-072-8/+8
* | | alpha: makefile: don't enforce small data model for kernel buildsWill Deacon2013-04-071-1/+1
* | | alpha: Add irongate_io to PCI bus resourcesJay Estabrook2013-04-071-0/+5
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-04-059-24/+28
|\ \ \
| * | | MIPS: Delete definition of SA_RESTORER.Ralf Baechle2013-04-051-2/+6
| * | | MIPS: Fix ISA level which causes secondary cache init bypassing and moreDeng-Cheng Zhu2013-04-054-13/+7
| * | | MIPS: Fix build error cavium-octeon without CONFIG_SMPEunBong Song2013-04-051-1/+4
| * | | MIPS: Kconfig: Rename SNIPROM tooPaul Bolle2013-04-051-2/+2
| * | | MIPS: Alchemy: Fix typo "CONFIG_DEBUG_PCI"Paul Bolle2013-04-051-2/+2
| * | | MIPS: Unbreak function tracer for 64-bit kernel.David Daney2013-04-051-4/+7
| |/ /
* | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-04-0417-72/+230
|\ \ \
| * | | ARM: 7690/1: mm: fix CONFIG_LPAE typosPaul Bolle2013-04-032-2/+2
| * | | ARM: 7689/1: add unwind annotations to ftrace asmRabin Vincent2013-04-031-0/+12
| * | | ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay opsWill Deacon2013-04-033-7/+6
| * | | ARM: 7684/1: errata: Workaround for Cortex-A15 erratum 798181 (TLBI/DSB opera...Catalin Marinas2013-04-036-1/+102
| * | | ARM: 7682/1: cache-l2x0: fix masking of RTL revision numbering and set_debug ...Rob Herring2013-04-031-7/+4
| * | | ARM: iWMMXt: always enable iWMMXt support with PJ4 CPUsRussell King2013-04-031-2/+2
| * | | ARM: 7681/1: hw_breakpoint: use warn_once to avoid spam from reset_ctrl_regs()Santosh Shilimkar2013-03-221-3/+3
| * | | ARM: 7678/1: Work around faulty ISAR0 register in some Krait CPUsStepan Moskovchenko2013-03-221-0/+15
| * | | ARM: 7680/1: Detect support for SDIV/UDIV from ISAR0 registerStephen Boyd2013-03-222-2/+22
| * | | ARM: 7679/1: Clear IDIVT hwcap if CONFIG_ARM_THUMB=nStephen Boyd2013-03-221-1/+1
| * | | ARM: 7677/1: LPAE: Fix mapping in alloc_init_section for unaligned addressesSricharan R2013-03-221-26/+47
| * | | Merge branch 'kvm-arm/vgic-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Russell King2013-03-221-21/+14
| |\ \ \
| | * | | ARM: KVM: vgic: take distributor lock on sync_hwstate pathMarc Zyngier2013-02-221-18/+6
| | * | | ARM: KVM: vgic: force EOIed LRs to the empty stateMarc Zyngier2013-02-221-3/+8
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-04-032-29/+58
|\ \ \ \ \
| * | | | | s390/mm: provide emtpy check_pgt_cache() functionHeiko Carstens2013-04-021-1/+2
| * | | | | s390/uaccess: fix page table walkHeiko Carstens2013-04-022-27/+55
| * | | | | s390/uaccess: fix clear_user_pt()Heiko Carstens2013-03-211-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-04-0314-72/+220
|\ \ \ \ \
| * | | | | Fix breakage in MIPS siginfo handlingDavid Howells2013-03-191-1/+1