aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | powerpc: Rework VDSO gettimeofday to prevent time going backwardsPaul Mackerras2010-07-08
| * | | | | | | | | | | Merge commit 'paulus-perf/master' into nextBenjamin Herrenschmidt2010-07-08
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | powerpc, hw_breakpoint: Tell generic code we have no instruction breakpointsPaul Mackerras2010-06-29
| | * | | | | | | | | | | powerpc, hw_breakpoint: Cooperate better with other single-steppersPaul Mackerras2010-06-23
| | * | | | | | | | | | | powerpc, hw_breakpoint: Fix off-by-one in checking access addressPaul Mackerras2010-06-23
| | * | | | | | | | | | | powerpc, hw_breakpoint: Discard extraneous interrupt due to accesses outside ...K.Prasad2010-06-22
| | * | | | | | | | | | | powerpc, hw_breakpoint: Enable hw-breakpoints while handling intervening signalsK.Prasad2010-06-22
| | * | | | | | | | | | | powerpc, hw_breakpoint: Handle concurrent alignment interruptsK.Prasad2010-06-22
| | * | | | | | | | | | | powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processorsK.Prasad2010-06-22
| | * | | | | | | | | | | powerpc: Emulate most Book I instructions in emulate_step()Paul Mackerras2010-06-22
| | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
* | | | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-04
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2010-08-04
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | update email addressPavel Machek2010-07-19
| * | | | | | | | | | | | Merge branch 'master' into for-nextJiri Kosina2010-06-16
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | fix typos concerning "instead"Uwe Kleine-König2010-06-16
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-04
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | net: NET_SKB_PAD should depend on L1_CACHE_BYTESEric Dumazet2010-06-15
* | | | | | | | | | | | | | KVM: Use u64 for frame data typesJoerg Roedel2010-08-01
* | | | | | | | | | | | | | KVM: Remove unnecessary divide operationsJoerg Roedel2010-08-01
* | | | | | | | | | | | | | KVM: PPC: Make use of hash based Shadow MMUAlexander Graf2010-08-01
* | | | | | | | | | | | | | KVM: PPC: Add generic hpte management functionsAlexander Graf2010-08-01
* | | | | | | | | | | | | | KVM: PPC: Make BAT only guest segments workAlexander Graf2010-08-01
* | | | | | | | | | | | | | KVM: PPC: Use kernel hash functionAlexander Graf2010-08-01
* | | | | | | | | | | | | | KVM: PPC: Remove obsolete kvmppc_mmu_find_pteAlexander Graf2010-08-01
* | | | | | | | | | | | | | KVM: Remove memory alias supportAvi Kivity2010-08-01
* | | | | | | | | | | | | | KVM: PPC: fix uninitialized variable warning in kvm_ppc_core_deliver_interruptsAsias He2010-08-01
* | | | | | | | | | | | | | KVM: PPC: fix build warning in kvm_arch_vcpu_ioctl_runDenis Kirjanov2010-08-01
* | | | | | | | | | | | | | KVM: PPC: elide struct thread_struct instances from stackAndreas Schwab2010-08-01
* | | | | | | | | | | | | | KVM: Consolidate arch specific vcpu ioctl lockingAvi Kivity2010-08-01
* | | | | | | | | | | | | | KVM: PPC: Centralize locking of arch specific vcpu ioctlsAvi Kivity2010-08-01
* | | | | | | | | | | | | | KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity2010-08-01
| |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | perf, powerpc: Use perf_sample_data_init() for the FSL codePeter Zijlstra2010-07-27
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge commit 'kumar/merge' into mergeBenjamin Herrenschmidt2010-07-22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | powerpc/kexec: Fix boundary case for book-e kexec memory limitsKumar Gala2010-07-22
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | powerpc: Fix erroneous lmb->memblock conversionsBenjamin Herrenschmidt2010-07-22
* | | | | | | | | | | | powerpc/mm: Add some debug output when hash insertion failsBenjamin Herrenschmidt2010-07-22
* | | | | | | | | | | | powerpc/mm: Fix bugs in huge page hashingBenjamin Herrenschmidt2010-07-22
* | | | | | | | | | | | powerpc/mm: Move around testing of _PAGE_PRESENT in hash codeBenjamin Herrenschmidt2010-07-22
* | | | | | | | | | | | powerpc/mm: Handle hypervisor pte insert failure in __hash_page_hugeAnton Blanchard2010-07-22
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'lmb-to-memblock' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-07-14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | lmb: rename to memblockYinghai Lu2010-07-14
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | powerpc/fsl-booke: Fix address issue when using relocatable kernelsMatthew McClintock2010-07-11
* | | | | | | | | | | powerpc/cpm1: Mark micropatch code/data static and __initAnton Vorontsov2010-07-11
* | | | | | | | | | | powerpc/cpm1: Fix build with various CONFIG_*_UCODE_PATCH combinationsAnton Vorontsov2010-07-11
* | | | | | | | | | | powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue)Anton Vorontsov2010-07-11
|/ / / / / / / / / /
* | | | | | | | | | powerpc: Fix userspace build of ptrace.hSam Ravnborg2010-07-08
* | | | | | | | | | powerpc: Fix default_machine_crash_shutdown #ifdef botchPaul E. McKenney2010-07-08
* | | | | | | | | | powerpc: Fix logic error in fixup_irqsJohannes Berg2010-07-08
* | | | | | | | | | powerpc/iseries: Fix possible null pointer dereference in iSeries_pcibios_fix...Denis Kirjanov2010-07-08
* | | | | | | | | | powerpc: Linux cannot run with 0 coresAnton Blanchard2010-07-08