summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds2011-07-2490-104/+10970
|\
| * OpenRISC: Add MAINTAINERS entryJonas Bonn2011-07-221-0/+8
| * 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
| * iomap: make IOPORT/PCI mapping functions conditionalJonas Bonn2011-07-223-0/+10
| * asm-generic: add MMU variants of io.h functionsJonas Bonn2011-07-221-1/+6
| * asm-generic: move archictures to common delay.hJonas Bonn2011-07-224-102/+4Star
| * asm-generic: delay.h fix udelay and ndelay for 8 bit argsAndrew Morton2011-07-221-6/+27
| * asm-generic: adapt delay.h to common implementationJonas Bonn2011-07-071-1/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2011-07-2431-804/+143Star
|\ \
| * | modpost: Fix modpost's license checking V3Alessio Igor Bogani2011-07-241-1/+28
| * | module: add /sys/module/<name>/uevent filesKay Sievers2011-07-243-0/+22
| * | module: change attr callbacks to take struct module_kobjectKay Sievers2011-07-243-23/+24
| * | modules: make arch's use default loader hooksJonas Bonn2011-07-2426-777/+12Star
| * | modules: add default loader hook implementationsJonas Bonn2011-07-242-1/+55
| * | param: fix return value handling in param_set_*Satoru Moriya2011-07-241-2/+2
* | | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-07-24102-3679/+12320
|\ \ \
| * | | KVM: IOMMU: Disable device assignment without interrupt remappingAlex Williamson2011-07-241-0/+18
| * | | KVM: MMU: trace mmio page faultXiao Guangrong2011-07-244-1/+80
| * | | KVM: MMU: mmio page fault supportXiao Guangrong2011-07-246-14/+255
| * | | 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-243-4/+21
| * | | KVM: MMU: remove bypass_guest_pfXiao Guangrong2011-07-247-132/+33Star
| * | | 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
| * | | KVM: MMU: rename 'pt_write' to 'emulate'Xiao Guangrong2011-07-242-13/+13
| * | | KVM: MMU: cleanup for FNAME(fetch)Xiao Guangrong2011-07-241-2/+2
| * | | KVM: MMU: optimize to handle dirty bitXiao Guangrong2011-07-242-34/+25Star
| * | | KVM: MMU: cache mmio info on page fault pathXiao Guangrong2011-07-246-21/+96
| * | | KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the codeXiao Guangrong2011-07-241-11/+31