summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-1318-116/+591
|\
| * Merge branch 'arm-privcmd-for-3.8' of git://xenbits.xen.org/people/ianc/linux...Konrad Rzeszutek Wilk2012-11-3011-33/+246
| |\
| | * xen: arm: implement remap interfaces needed for privcmd mappings.Ian Campbell2012-11-294-5/+141
| | * xen: correctly use xen_pfn_t in remap_domain_mfn_range.Ian Campbell2012-11-292-2/+3
| | * xen: arm: enable balloon driverIan Campbell2012-11-292-20/+7Star
| | * xen: balloon: allow PVMMU interfaces to be compiled outIan Campbell2012-11-293-1/+8
| | * xen: privcmd: support autotranslated physmap guests.Mukesh Rathor2012-11-291-2/+67
| | * xen: add pages parameter to xen_remap_domain_mfn_rangeIan Campbell2012-11-293-4/+21
| * | xen/PVonHVM: fix compile warning in init_hvm_pv_infoOlaf Hering2012-11-301-1/+1
| * | xen/acpi: Move the xen_running_on_version_or_later function.Konrad Rzeszutek Wilk2012-11-284-18/+17Star
| * | xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.hSachin Kamat2012-11-281-1/+0Star
| * | xen/acpi: Fix compile error by missing decleration for xen_domain.Konrad Rzeszutek Wilk2012-11-271-0/+3
| * | xen/acpi: revert pad config check in xen_check_mwaitLiu, Jinsong2012-11-261-2/+8
| * | xen/acpi: ACPI PAD driverLiu, Jinsong2012-11-264-1/+215
| |/
| * xen-pciback: reject out of range inputsJan Beulich2012-11-021-12/+27
| * xen-pciback: simplify and tighten parsing of device IDsJan Beulich2012-11-021-44/+39Star
| * xen PVonHVM: use E820_Reserved area for shared_infoOlaf Hering2012-11-023-24/+55
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-12-1380-774/+5313
|\ \
| * | s390/qdio: rename the misleading PCI flag of qdio devicesJan Glauber2012-12-111-1/+1
| * | s390/pci: remove obsolete email addressesJan Glauber2012-12-111-7/+7
| * | s390/pci: speed up __iowrite64_copy by using pci store block insnJan Glauber2012-12-111-0/+6
| * | s390/pci: enable NEED_DMA_MAP_STATEJan Glauber2012-12-051-0/+3
| * | s390/pci: no msleep in potential IRQ contextJan Glauber2012-12-051-5/+5
| * | s390/pci: fix potential NULL pointer dereference in dma_free_seg_table()Wei Yongjun2012-12-031-1/+2
| * | s390/pci: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2012-12-031-2/+1Star
| * | s390/bpf,jit: add support for XOR instructionHeiko Carstens2012-12-031-0/+7
| * | s390/bpf,jit: add support MOD instructionHeiko Carstens2012-12-031-0/+21
| * | s390/cio: fix pgid reserved checkSebastian Ott2012-12-031-5/+5
| * | vga: compile fix, disable vga for s390Jan Glauber2012-11-302-1/+7
| * | s390/pci: add PCI Kconfig optionsJan Glauber2012-11-301-6/+50
| * | s390/pci: s390 specific PCI sysfs attributesJan Glauber2012-11-304-1/+97
| * | s390/pci: PCI hotplug support via SCLPJan Glauber2012-11-308-2/+351
| * | s390/pci: CHSC PCI support for error and availability eventsJan Glauber2012-11-304-45/+211
| * | s390/pci: DMA supportJan Glauber2012-11-308-11/+848
| * | s390/pci: PCI adapter interrupts for MSI/MSI-XJan Glauber2012-11-3011-7/+683
| * | s390/bitops: find leftmost bit instruction supportJan Glauber2012-11-301-0/+81
| * | s390/pci: CLP interfaceJan Glauber2012-11-306-1/+563
| * | s390/pci: base supportJan Glauber2012-11-309-9/+1201
| * | s390/dasd: add safe offline interfaceStefan Haberland2012-11-303-17/+116
| * | s390/dasd: fix unaccessible device after resumeStefan Haberland2012-11-301-9/+7Star
| * | s390/ccwgroup: allow drivers to call set_{on,off}lineSebastian Ott2012-11-232-2/+23
| * | s390/ccwgroup: set_online return error when already onlineSebastian Ott2012-11-231-2/+2
| * | s390/kvm: Fix address space mixupChristian Borntraeger2012-11-231-5/+20
| * | s390/ptrace: race of single stepping vs signal deliveryMartin Schwidefsky2012-11-234-14/+21
| * | s390/disassembler: add new instructionsHeiko Carstens2012-11-231-193/+370
| * | s390: add zEC12 code generation supportHeiko Carstens2012-11-234-30/+59
| * | s390/topology: cleanup topology codeHeiko Carstens2012-11-232-75/+72Star
| * | s390/mm: move kernel_page_present/kernel_map_pages to page_attr.cHeiko Carstens2012-11-233-44/+43Star
| * | s390/memory hotplug: use pfmf instruction to initialize storage keysHeiko Carstens2012-11-235-51/+53
| * | s390/zcrypt: msgType50 (RSA-CRT) fixIngo Tuchscherer2012-11-232-41/+29Star