Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | KVM: ppc: mostly cosmetic updates to the exit timing accounting code | Hollis Blanchard | 2008-12-31 | 5 | -91/+66 | |
| | * | | | | | | | | | | | | | KVM: ppc: Implement in-kernel exit timing statistics | Hollis Blanchard | 2008-12-31 | 13 | -18/+516 | |
| | * | | | | | | | | | | | | | KVM: ppc: save and restore guest mappings on context switch | Hollis Blanchard | 2008-12-31 | 3 | -5/+66 | |
| | * | | | | | | | | | | | | | KVM: ppc: directly insert shadow mappings into the hardware TLB | Hollis Blanchard | 2008-12-31 | 8 | -221/+168 | |
| | * | | | | | | | | | | | | | powerpc/44x: declare tlb_44x_index for use in C code | Hollis Blanchard | 2008-12-31 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | KVM: ppc: support large host pages | Hollis Blanchard | 2008-12-31 | 3 | -23/+64 | |
| | * | | | | | | | | | | | | | KVM: ppc: fix userspace mapping invalidation on context switch | Hollis Blanchard | 2008-12-31 | 3 | -22/+20 | |
| | * | | | | | | | | | | | | | KVM: ppc: use prefetchable mappings for guest memory | Hollis Blanchard | 2008-12-31 | 1 | -2/+7 | |
| | * | | | | | | | | | | | | | KVM: ppc: use MMUCR accessor to obtain TID | Hollis Blanchard | 2008-12-31 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | KVM: ppc: fix Kconfig constraints | Hollis Blanchard | 2008-12-31 | 1 | -10/+8 | |
| | * | | | | | | | | | | | | | KVM: ppc: improve trap emulation | Hollis Blanchard | 2008-12-31 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | KVM: ppc: optimize irq delivery path | Hollis Blanchard | 2008-12-31 | 4 | -156/+140 | |
| | * | | | | | | | | | | | | | KVM: ppc: optimize find first bit | Hollis Blanchard | 2008-12-31 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | KVM: ppc: optimize kvm stat handling | Hollis Blanchard | 2008-12-31 | 1 | -23/+9 | |
| | * | | | | | | | | | | | | | KVM: ppc: fix set regs to take care of msr change | Hollis Blanchard | 2008-12-31 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | KVM: ppc: adjust vcpu types to support 64-bit cores | Hollis Blanchard | 2008-12-31 | 4 | -33/+33 | |
| | * | | | | | | | | | | | | | KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor | Hollis Blanchard | 2008-12-31 | 9 | -63/+154 | |
| | * | | | | | | | | | | | | | KVM: ppc: Move the last bits of 44x code out of booke.c | Hollis Blanchard | 2008-12-31 | 3 | -44/+58 | |
| | * | | | | | | | | | | | | | KVM: ppc: refactor instruction emulation into generic and core-specific pieces | Hollis Blanchard | 2008-12-31 | 8 | -276/+415 | |
| | * | | | | | | | | | | | | | ppc: Create disassemble.h to extract instruction fields | Hollis Blanchard | 2008-12-31 | 2 | -56/+81 | |
| | * | | | | | | | | | | | | | KVM: ppc: Refactor powerpc.c to relocate 440-specific code | Hollis Blanchard | 2008-12-31 | 9 | -130/+207 | |
| | * | | | | | | | | | | | | | KVM: ppc: combine booke_guest.c and booke_host.c | Hollis Blanchard | 2008-12-31 | 4 | -89/+66 | |
| | * | | | | | | | | | | | | | KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe" | Hollis Blanchard | 2008-12-31 | 6 | -34/+33 | |
| | * | | | | | | | | | | | | | KVM: ppc: Move 440-specific TLB code into 44x_tlb.c | Hollis Blanchard | 2008-12-31 | 4 | -143/+145 | |
| | | |_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge commit 'kumar/kumar-next' into next | Benjamin Herrenschmidt | 2009-01-05 | 25 | -70/+655 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | powerpc/qe: Select QE_USB with USB_GADGET_FSL_QE | Anton Vorontsov | 2008-12-30 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | powerpc/85xx: Add local_irq_restore in error handling code | Julia Lawall | 2008-12-30 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | powerpc/85xx: Add SMP support to MPC8572 DS | Kumar Gala | 2008-12-30 | 2 | -15/+35 | |
| * | | | | | | | | | | | | | powerpc/85xx: Enable SMP support | Kumar Gala | 2008-12-30 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | powerpc/86xx: Update 8641hpcn dts file to match latest u-boot | Becky Bruce | 2008-12-30 | 1 | -24/+32 | |
| * | | | | | | | | | | | | | powerpc/qe: Fix few build errors with CONFIG_QUICC_ENGINE=n | Anton Vorontsov | 2008-12-30 | 2 | -6/+31 | |
| * | | | | | | | | | | | | | powerpc/83xx: Fix few build errors with CONFIG_QUICC_ENGINE=n | Anton Vorontsov | 2008-12-30 | 2 | -3/+6 | |
| * | | | | | | | | | | | | | powerpc/fsl_pci: Fix sparse warnings | Anton Vorontsov | 2008-12-30 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | powerpc/83xx: Add USB Host support for MPC8360E-RDK boards | Anton Vorontsov | 2008-12-30 | 1 | -2/+17 | |
| * | | | | | | | | | | | | | powerpc/83xx: Add USB Host/Gadget support for MPC8360E-MDS boards | Anton Vorontsov | 2008-12-30 | 2 | -2/+116 | |
| * | | | | | | | | | | | | | powerpc: Implement GPIO driver for simple memory-mapped banks | Anton Vorontsov | 2008-12-30 | 4 | -0/+179 | |
| * | | | | | | | | | | | | | powerpc/qe: Implement QE Pin Multiplexing API | Anton Vorontsov | 2008-12-30 | 2 | -0/+216 | |
| * | | | | | | | | | | | | | powerpc/83xx: Fix sparse warnings in mpc836x_mds.c | Anton Vorontsov | 2008-12-30 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | powerpc/83xx: Fix sparse warnings in board files | Anton Vorontsov | 2008-12-30 | 6 | -10/+7 | |
| * | | | | | | | | | | | | | powerpc: Implement get_brgfreq() and get_baudrate() stubs | Anton Vorontsov | 2008-12-30 | 1 | -0/+5 | |
* | | | | | | | | | | | | | | take init_fs to saner place | Al Viro | 2008-12-31 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | shrink struct dentry | Nick Piggin | 2008-12-31 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-12-30 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | "Tree RCU": scalable classic RCU implementation | Paul E. McKenney | 2008-12-18 | 1 | -0/+4 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p... | Linus Torvalds | 2008-12-28 | 222 | -2489/+6151 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | powerpc/44x: Support 16K/64K base page sizes on 44x | Ilya Yanok | 2008-12-29 | 10 | -48/+130 | |
| * | | | | | | | | | | | powerpc: Force memory size to be a multiple of PAGE_SIZE | Hollis Blanchard | 2008-12-29 | 1 | -1/+15 | |
| * | | | | | | | | | | | powerpc/32: Wire up the trampoline code for kdump | Dale Farnsworth | 2008-12-23 | 3 | -1/+16 | |
| * | | | | | | | | | | | powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32M | Dale Farnsworth | 2008-12-23 | 5 | -14/+15 | |
| * | | | | | | | | | | | powerpc/32: Allow __ioremap on RAM addresses for kdump kernel | Anton Vorontsov | 2008-12-23 | 1 | -0/+2 |