summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-07-2449-1022/+1301
|\
| * [S390] use siginfo for sigtrap signalsMartin Schwidefsky2011-07-241-6/+17
| * [S390] kvm: make sigp emerg smp capableChristian Ehrhardt2011-07-242-0/+9
| * [S390] disable cpu measurement alerts on a dying cpuJan Glauber2011-07-241-1/+2
| * [S390] initial cr0 bitsMartin Schwidefsky2011-07-241-1/+1
| * [S390] iucv cr0 enablement bitMartin Schwidefsky2011-07-242-2/+2
| * [S390] race safe external interrupt registrationJan Glauber2011-07-241-37/+46
| * [S390] cleanup program check handler prototypesMartin Schwidefsky2011-07-242-13/+7
| * [S390] remove kvm mmu reload on s390Carsten Otte2011-07-242-19/+2
| * [S390] Use gmap translation for accessing guest memoryCarsten Otte2011-07-246-110/+194
| * [S390] use gmap address spaces for kvm guest imagesCarsten Otte2011-07-243-12/+40
| * [S390] kvm guest address space mappingMartin Schwidefsky2011-07-2411-36/+473
| * [S390] fix s390 assembler code alignmentsJan Glauber2011-07-2421-680/+378
| * [S390] move sie code to entry.SMartin Schwidefsky2011-07-245-107/+79
| * [S390] kvm: handle tprot interceptsChristian Borntraeger2011-07-245-0/+53
| * [S390] irqs: Do not trace arch_local_{*,irq_*} functionsSteven Rostedt2011-07-241-8/+8
* | Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds2011-07-2485-102/+10910
|\ \
| * | OpenRISC: MiscellaneousJonas Bonn2011-07-224-0/+231
| * | OpenRISC: Library routinesJonas Bonn2011-07-222-0/+264
| * | OpenRISC: HeadersJonas Bonn2011-07-2222-0/+1404
| * | OpenRISC: TrapsJonas Bonn2011-07-221-0/+366
| * | OpenRISC: Module supportJonas Bonn2011-07-221-0/+72
| * | OpenRISC: GPIOJonas Bonn2011-07-221-0/+65
| * | OpenRISC: Scheduling/Process managementJonas Bonn2011-07-222-0/+445
| * | OpenRISC: Idle/Power managementJonas Bonn2011-07-221-0/+77
| * | OpenRISC: System callsJonas Bonn2011-07-225-0/+220
| * | OpenRISC: IRQJonas Bonn2011-07-223-0/+228
| * | OpenRISC: TimekeepingJonas Bonn2011-07-222-0/+217
| * | OpenRISC: DMAJonas Bonn2011-07-222-0/+325
| * | OpenRISC: PTraceJonas Bonn2011-07-222-0/+342
| * | OpenRISC: Build infrastructureJonas Bonn2011-07-229-0/+545
| * | OpenRISC: Signal handlingJonas Bonn2011-07-222-0/+434
| * | OpenRISC: Memory managementJonas Bonn2011-07-2215-0/+2279
| * | OpenRISC: Device treeJonas Bonn2011-07-223-0/+235
| * | OpenRISC: Boot codeJonas Bonn2011-07-224-0/+3157
| * | asm-generic: move archictures to common delay.hJonas Bonn2011-07-224-102/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2011-07-2426-777/+12
|\ \ \
| * | | modules: make arch's use default loader hooksJonas Bonn2011-07-2426-777/+12
| | |/ | |/|
* | | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-07-2487-3634/+11619
|\ \ \
| * | | KVM: MMU: trace mmio page faultXiao Guangrong2011-07-244-1/+80
| * | | KVM: MMU: mmio page fault supportXiao Guangrong2011-07-245-14/+248
| * | | KVM: MMU: reorganize struct kvm_shadow_walk_iteratorXiao Guangrong2011-07-241-1/+1
| * | | KVM: MMU: lockless walking shadow page tableXiao Guangrong2011-07-242-8/+132
| * | | KVM: MMU: do not need atomicly to set/clear spteXiao Guangrong2011-07-241-15/+71
| * | | KVM: MMU: introduce the rules to modify shadow page tableXiao Guangrong2011-07-241-34/+69
| * | | KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong2011-07-242-18/+41
| * | | KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong2011-07-241-2/+2
| * | | KVM: MMU: remove bypass_guest_pfXiao Guangrong2011-07-246-128/+33
| * | | KVM: MMU: split kvm_mmu_free_pageXiao Guangrong2011-07-241-3/+18
| * | | KVM: MMU: count used shadow pages on prepareing pathXiao Guangrong2011-07-241-5/+5