summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'please-pull-vm_unwrapped' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-262-36/+21
|\
| * mm: use vm_unmapped_area() in hugetlbfs on ia64 architectureMichel Lespinasse2013-02-221-11/+9
| * mm: use vm_unmapped_area() on ia64 architectureMichel Lespinasse2013-02-221-25/+12
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-2623-24/+23
|\ \
| * | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-2123-24/+23
* | | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-253-8/+168
|\ \ \
| * | | mfd: max8925: Add dtsQing Xu2013-02-142-1/+161
| * | | ARM: OMAP: zoom-display: Remove the use of TWL4030_MODULE_PWM1Peter Ujfalusi2013-02-141-7/+7
* | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-256-23/+30
|\ \ \ \
| * | | | [media] ARM: davinci: da850 evm: pass platform data for adv7343 encoderLad, Prabhakar2013-02-051-0/+13
| * | | | [media] s5p-fimc: Redefine platform data structure for fimc-isSylwester Nawrocki2013-02-053-11/+11
| * | | | Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab2013-01-24325-1163/+1265
| |\ \ \ \
| * \ \ \ \ Merge tag 'v3.8-rc1' into staging/for_v3.9Mauro Carvalho Chehab2012-12-272886-67376/+86568
| |\ \ \ \ \
| * | | | | | [media] davinci: vpbe: pass different platform names to handle different ip'sLad, Prabhakar2012-12-212-12/+6
| * | | | | | Merge tag 'v3.7-rc8' into staging/for_v3.8Mauro Carvalho Chehab2012-12-0433-127/+158
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-02-257-23/+59
|\ \ \ \ \ \ \ \
| * | | | | | | | xen: event channel arrays are xen_ulong_t and not unsigned longIan Campbell2013-02-202-0/+25
| * | | | | | | | xen: Send spinlock IPI to all waitersStefan Bader2013-02-201-1/+0
| * | | | | | | | xen: introduce xen_remap, use it instead of ioremapStefano Stabellini2013-02-202-0/+6
| * | | | | | | | xen: implement updated XENMEM_add_to_physmap_range ABIIan Campbell2013-02-201-3/+5
| * | | | | | | | xen/smp: Move the common CPU init code a bit to prep for PVH patch.Konrad Rzeszutek Wilk2013-02-201-19/+23
* | | | | | | | | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-2451-1539/+3044
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Revert "KVM: MMU: lazily drop large spte"Marcelo Tosatti2013-02-201-7/+16
| * | | | | | | | | x86: pvclock kvm: align allocation size to page sizeMarcelo Tosatti2013-02-191-5/+6
| * | | | | | | | | Merge commit 'origin/next' into kvm-ppc-nextAlexander Graf2013-02-156-85/+66
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | KVM: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msrJan Kiszka2013-02-141-1/+1
| | * | | | | | | | | x86 emulator: fix parity calculation for AAD instructionGleb Natapov2013-02-131-8/+5
| | * | | | | | | | | KVM: Remove user_alloc from struct kvm_memory_slotTakuya Yoshikawa2013-02-111-21/+16
| | * | | | | | | | | KVM: VMX: disable apicv by defaultYang Zhang2013-02-111-2/+1
| | * | | | | | | | | KVM: s390: Fix handling of iscs.Cornelia Huck2013-02-111-3/+15
| | * | | | | | | | | KVM: MMU: cleanup __direct_mapXiao Guangrong2013-02-071-8/+4
| | * | | | | | | | | KVM: MMU: remove pt_access in mmu_set_spteXiao Guangrong2013-02-072-15/+11
| | * | | | | | | | | KVM: MMU: cleanup mapping-levelXiao Guangrong2013-02-071-2/+1
| | * | | | | | | | | KVM: MMU: lazily drop large spteXiao Guangrong2013-02-071-16/+7
| | * | | | | | | | | KVM: VMX: cleanup vmx_set_cr0().Gleb Natapov2013-02-071-9/+5
| * | | | | | | | | | KVM: PPC: BookE: Handle alignment interruptsAlexander Graf2013-02-132-3/+19
| * | | | | | | | | | booke: Added DBCR4 SPR numberBharat Bhushan2013-02-131-0/+1
| * | | | | | | | | | KVM: PPC: booke: Allow multiple exception typesBharat Bhushan2013-02-135-16/+54
| * | | | | | | | | | KVM: PPC: booke: use vcpu reference from thread_structBharat Bhushan2013-02-133-7/+3
| * | | | | | | | | | Merge commit 'origin/next' into kvm-ppc-nextAlexander Graf2013-02-1314-100/+618
| |\| | | | | | | | |
| | * | | | | | | | | KVM: VMX: add missing exit names to VMX_EXIT_REASONS arrayGleb Natapov2013-02-061-1/+6
| | * | | | | | | | | KVM: VMX: disable SMEP feature when guest is in non-paging modeDongxiao Xu2013-02-061-0/+8
| | * | | | | | | | | Revert "KVM: MMU: split kvm_mmu_free_page"Gleb Natapov2013-02-061-18/+3
| | * | | | | | | | | KVM: MMU: drop superfluous is_present_gpte() check.Gleb Natapov2013-02-051-3/+0
| | * | | | | | | | | KVM: MMU: drop superfluous min() call.Gleb Natapov2013-02-051-1/+1
| | * | | | | | | | | KVM: MMU: set base_role.nxe during mmu initialization.Gleb Natapov2013-02-052-2/+1
| | * | | | | | | | | KVM: MMU: drop unneeded checks.Gleb Natapov2013-02-051-3/+2
| | * | | | | | | | | KVM: MMU: make spte_is_locklessly_modifiable() more clearGleb Natapov2013-02-051-1/+2
| | * | | | | | | | | s390/kvm: Fix instruction decodingChristian Borntraeger2013-01-301-11/+14
| | * | | | | | | | | s390/kvm: Fix store status for ACRS/FPRSChristian Borntraeger2013-01-301-0/+8