Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | KVM: PPC: fix leakage of error page in kvmppc_patch_dcbz() | Wei Yongjun | 2010-10-24 | 1 | -1/+3 | |
| * | | | | | | KVM: PPC: Move KVM trampolines before __end_interrupts | Alexander Graf | 2010-10-24 | 2 | -6/+6 | |
| * | | | | | | KVM: PPC: Make long relocations be ulong | Alexander Graf | 2010-10-24 | 2 | -4/+4 | |
| * | | | | | | KVM: PPC: Use MSR_DR for external load_up | Alexander Graf | 2010-10-24 | 1 | -9/+19 | |
| * | | | | | | KVM: PPC: Add book3s_32 tlbie flush acceleration | Alexander Graf | 2010-10-24 | 2 | -5/+39 | |
| * | | | | | | KVM: PPC: correctly check gfn_to_pfn() return value | Gleb Natapov | 2010-10-24 | 2 | -2/+2 | |
| * | | | | | | KVM: PPC: RCU'ify the Book3s MMU | Alexander Graf | 2010-10-24 | 2 | -19/+61 | |
| * | | | | | | KVM: PPC: Book3S_32 MMU debug compile fixes | Alexander Graf | 2010-10-24 | 1 | -2/+2 | |
| * | | | | | | KVM: PPC: Add get_pvinfo interface to query hypercall instructions | Alexander Graf | 2010-10-24 | 1 | -0/+38 | |
| * | | | | | | KVM: PPC: PV wrteei | Alexander Graf | 2010-10-24 | 2 | -0/+91 | |
| * | | | | | | KVM: PPC: PV mtmsrd L=0 and mtmsr | Alexander Graf | 2010-10-24 | 2 | -0/+135 | |
| * | | | | | | KVM: PPC: PV mtmsrd L=1 | Alexander Graf | 2010-10-24 | 2 | -0/+101 | |
| * | | | | | | KVM: PPC: PV assembler helpers | Alexander Graf | 2010-10-24 | 1 | -0/+30 | |
| * | | | | | | KVM: PPC: Introduce branch patching helper | Alexander Graf | 2010-10-24 | 1 | -0/+14 | |
| * | | | | | | KVM: PPC: Introduce kvm_tmp framework | Alexander Graf | 2010-10-24 | 1 | -2/+40 | |
| * | | | | | | KVM: PPC: PV tlbsync to nop | Alexander Graf | 2010-10-24 | 1 | -0/+12 | |
| * | | | | | | KVM: PPC: PV instructions to loads and stores | Alexander Graf | 2010-10-24 | 1 | -0/+109 | |
| * | | | | | | KVM: PPC: KVM PV guest stubs | Alexander Graf | 2010-10-24 | 1 | -0/+95 | |
| * | | | | | | KVM: PPC: Generic KVM PV guest support | Alexander Graf | 2010-10-24 | 5 | -1/+65 | |
| * | | | | | | KVM: PPC: Expose magic page support to guest | Alexander Graf | 2010-10-24 | 2 | -0/+13 | |
| * | | | | | | KVM: PPC: Magic Page Book3s support | Alexander Graf | 2010-10-24 | 6 | -12/+81 | |
| * | | | | | | KVM: PPC: First magic page steps | Alexander Graf | 2010-10-24 | 1 | -0/+2 | |
| * | | | | | | KVM: PPC: Make PAM a define | Alexander Graf | 2010-10-24 | 2 | -2/+5 | |
| * | | | | | | KVM: PPC: Tell guest about pending interrupts | Alexander Graf | 2010-10-24 | 3 | -0/+15 | |
| * | | | | | | KVM: PPC: Add PV guest scratch registers | Alexander Graf | 2010-10-24 | 1 | -0/+3 | |
| * | | | | | | KVM: PPC: Add PV guest critical sections | Alexander Graf | 2010-10-24 | 3 | -2/+32 | |
| * | | | | | | KVM: PPC: Implement hypervisor interface | Alexander Graf | 2010-10-24 | 7 | -4/+232 | |
| * | | | | | | KVM: PPC: Convert SPRG[0-4] to shared page | Alexander Graf | 2010-10-24 | 5 | -28/+36 | |
| * | | | | | | KVM: PPC: Convert SRR0 and SRR1 to shared page | Alexander Graf | 2010-10-24 | 7 | -23/+28 | |
| * | | | | | | KVM: PPC: Convert DAR to shared page. | Alexander Graf | 2010-10-24 | 7 | -15/+15 | |
| * | | | | | | KVM: PPC: Convert DSISR to shared page | Alexander Graf | 2010-10-24 | 5 | -10/+11 | |
| * | | | | | | KVM: PPC: Convert MSR to shared page | Alexander Graf | 2010-10-24 | 18 | -84/+93 | |
| * | | | | | | KVM: PPC: Introduce shared page | Alexander Graf | 2010-10-24 | 6 | -1/+30 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2010-10-22 | 1 | -163/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | USB: add platform glue driver for FSL USB DR controller | Anatolij Gustschin | 2010-10-22 | 1 | -163/+0 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 6 | -1/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 6 | -1/+9 | |
| * | | | | | | spufs: use llseek in all file operations | Arnd Bergmann | 2010-09-16 | 1 | -0/+18 | |
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2010-10-21 | 124 | -671/+3604 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge remote branch 'jwb/next' into next | Benjamin Herrenschmidt | 2010-10-15 | 7 | -4/+360 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | powerpc/44x: Update ppc44x_defconfig | Josh Boyer | 2010-10-14 | 1 | -4/+5 | |
| | * | | | | | | | powerpc/44x: Add support for the AMCC APM821xx SoC | Tirumala Marri | 2010-10-13 | 6 | -0/+355 | |
| * | | | | | | | | fsl_rio: Add comments for sRIO registers. | Shaohui Xie | 2010-10-14 | 1 | -25/+40 | |
| * | | | | | | | | powerpc/fsl-booke: Add e55xx (64-bit) smp defconfig | Kumar Gala | 2010-10-14 | 2 | -3/+85 | |
| * | | | | | | | | powerpc/fsl-booke: Add p5020 DS board support | Kumar Gala | 2010-10-14 | 3 | -0/+82 | |
| * | | | | | | | | powerpc/fsl-booke64: Use TLB CAMs to cover linear mapping on FSL 64-bit chips | Kumar Gala | 2010-10-14 | 6 | -10/+29 | |
| * | | | | | | | | powerpc/fsl-booke: Add support for FSL Arch v1.0 MMU in setup_page_sizes | Kumar Gala | 2010-10-14 | 2 | -3/+54 | |
| * | | | | | | | | powerpc/fsl-booke: Add support for FSL 64-bit e5500 core | Kumar Gala | 2010-10-14 | 6 | -4/+61 | |
| * | | | | | | | | powerpc/85xx: add cache-sram support | Harninder Rai | 2010-10-14 | 5 | -0/+540 | |
| * | | | | | | | | powerpc/85xx: add ngPIXIS FPGA device tree node to the P1022DS board | Timur Tabi | 2010-10-14 | 1 | -0/+11 |