summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* parisc: remove the second argument of kmap_atomic()Zhao Hongjiang2013-05-081-3/+3
* mm/SPARC: use common help functions to free reserved pagesJiang Liu2013-05-083-68/+12
* Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-062-0/+29
|\
| *---. Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '...Joerg Roedel2013-05-02199-1050/+1735
| |\ \ \
| * | | | iommu: Fix compile warnings with forward declarationsJoerg Roedel2013-04-191-0/+7
| * | | | iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsetsNeil Horman2013-04-182-0/+22
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-05-0613-217/+356
|\ \ \ \ \
| * | | | | s390/mem_detect: remove artificial kdump memory typesHeiko Carstens2013-05-035-103/+41
| * | | | | s390/mm: add pte invalidation notifier for kvmMartin Schwidefsky2013-05-032-14/+173
| * | | | | s390/memory hotplug: provide memory_block_size_bytes() functionHeiko Carstens2013-05-021-0/+11
| * | | | | s390/mem_detect: limit memory detection loop to "mem=" parameterHeiko Carstens2013-05-025-7/+23
| * | | | | s390/kdump,bootmem: fix bootmem allocator bitmap sizeHeiko Carstens2013-05-021-1/+5
| * | | | | s390: get rid of odd global real_memory_sizeHeiko Carstens2013-05-022-9/+11
| * | | | | s390/mem_detect: add DAT sanity checkHeiko Carstens2013-05-021-1/+13
| * | | | | s390/mem_detect: fix lockdep irq tracingHeiko Carstens2013-05-021-3/+5
| * | | | | s390/mem_detect: move memory detection code to mm folderHeiko Carstens2013-05-023-2/+2
| * | | | | s390/zfcpdump: exploit new cio_ignore keywordsSebastian Ott2013-05-021-12/+4
| * | | | | s390/uaccess: add "fallthrough" commentsHeiko Carstens2013-05-021-0/+3
* | | | | | Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds2013-05-063-7/+2
|\ \ \ \ \ \
| * | | | | | mfd: Remove twelve unused Kconfig symbolsPaul Bolle2013-04-092-5/+0
| * | | | | | Merge tag 'ux500-multiplatform-mfd' of git://git.kernel.org/pub/scm/linux/ker...Samuel Ortiz2013-04-089-97/+185
| |\ \ \ \ \ \
| * | | | | | | mfd: arizona: Basic support for edge triggered IRQsMark Brown2013-04-081-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-0593-1849/+7424
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'kvm-arm-for-3.10' of git://github.com/columbia/linux-kvm-arm in...Marcelo Tosatti2013-05-0314-320/+526
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: KVM: iterate over all CPUs for CPU compatibility checkAndre Przywara2013-04-291-3/+12
| | * | | | | | | KVM: ARM: Fix spelling in error messageChristoffer Dall2013-04-291-1/+1
| | * | | | | | | ARM: KVM: define KVM_ARM_MAX_VCPUS unconditionallyArnd Bergmann2013-04-291-3/+3
| | * | | | | | | ARM: KVM: promote vfp_host pointer to generic host cpu contextMarc Zyngier2013-04-293-18/+20
| | * | | | | | | ARM: KVM: add architecture specific hook for capabilitiesMarc Zyngier2013-04-292-1/+6
| | * | | | | | | ARM: KVM: perform HYP initilization for hotplugged CPUsMarc Zyngier2013-04-293-22/+63
| | * | | | | | | ARM: KVM: switch to a dual-step HYP init codeMarc Zyngier2013-04-295-79/+197
| | * | | | | | | ARM: KVM: rework HYP page table freeingMarc Zyngier2013-04-293-103/+82
| | * | | | | | | ARM: KVM: enforce maximum size for identity mapped codeMarc Zyngier2013-04-291-1/+6
| | * | | | | | | ARM: KVM: move to a KVM provided HYP idmapMarc Zyngier2013-04-294-34/+24
| | * | | | | | | ARM: KVM: fix HYP mapping limitations around zeroMarc Zyngier2013-04-291-11/+10
| | * | | | | | | ARM: KVM: simplify HYP mapping populationMarc Zyngier2013-04-291-60/+42
| | * | | | | | | ARM: KVM: arch_timer: use symbolic constantsMark Rutland2013-04-291-3/+4
| | * | | | | | | ARM: KVM: add support for minimal host vs guest profilingMarc Zyngier2013-04-294-1/+76
| * | | | | | | | KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka2013-05-034-13/+13
| * | | | | | | | KVM: PPC: Book3S: Add API for in-kernel XICS emulationPaul Mackerras2013-05-026-25/+205
| * | | | | | | | kvm/ppc/mpic: fix missing unlock in set_base_addr()Wei Yongjun2013-05-021-1/+1
| * | | | | | | | kvm/ppc: Hold srcu lock when calling kvm_io_bus_read/writeScott Wood2013-05-021-4/+19
| * | | | | | | | kvm/ppc/mpic: remove usersScott Wood2013-05-021-1/+0
| * | | | | | | | kvm/ppc/mpic: fix mmio region lists when multiple guests usedScott Wood2013-05-021-21/+32
| * | | | | | | | kvm: KVM_CAP_IOMMU only available with device assignmentAlex Williamson2013-04-302-0/+4
| |/ / / / / / /
| * | | | | | | KVM: nVMX: Skip PF interception check when queuing during nested runJan Kiszka2013-04-281-1/+1
| * | | | | | | KVM: x86: Increase the "hard" max VCPU limitChegu Vinod2013-04-281-1/+1
| * | | | | | | kvm: Allow build-time configuration of KVM device assignmentAlex Williamson2013-04-288-15/+32
| * | | | | | | Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov2013-04-2841-211/+4871
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler statePaul Mackerras2013-04-264-0/+123