| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: Export memstart_addr and kernstart_addr on ppc64 | Sonny Rao | 2010-08-24 | 1 | -0/+2 |
* | Merge remote branch 'jwb/merge' into merge | Benjamin Herrenschmidt | 2010-08-24 | 1 | -0/+1 |
|\ |
|
| * | powerpc/47x: Add an isync before the tlbivax instruction | Dave Kleikamp | 2010-08-23 | 1 | -0/+1 |
* | | kmap_atomic: make kunmap_atomic() harder to misuse | Cesar Eduardo Barros | 2010-08-09 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2010-08-05 | 5 | -78/+196 |
|\ |
|
| * | Merge commit 'gcl/next' into next | Benjamin Herrenschmidt | 2010-08-04 | 11 | -115/+115 |
| |\ |
|
| * | | powerpc/book3e: Adjust the page sizes list based on MMU config | Benjamin Herrenschmidt | 2010-07-14 | 1 | -32/+104 |
| * | | powerpc/book3e: Fix single step when using HW page tables | Benjamin Herrenschmidt | 2010-07-14 | 1 | -4/+9 |
| * | | powerpc: Removing dead CONFIG_SMP_750 | Christoph Egger | 2010-07-09 | 1 | -15/+0 |
| * | | powerpc/numa: Use form 1 affinity to setup node distance | Anton Blanchard | 2010-07-09 | 1 | -33/+89 |
| * | | powerpc: Remove all rcu head initializations | Paul E. McKenney | 2010-07-09 | 1 | -1/+0 |
| * | | powerpc/fsl-booke: Fix comments in mmu code that mention BATS | Becky Bruce | 2010-07-09 | 1 | -3/+4 |
* | | | powerpc: Fix erroneous lmb->memblock conversions | Benjamin Herrenschmidt | 2010-07-23 | 1 | -12/+12 |
* | | | powerpc/mm: Add some debug output when hash insertion fails | Benjamin Herrenschmidt | 2010-07-23 | 2 | -5/+31 |
* | | | powerpc/mm: Fix bugs in huge page hashing | Benjamin Herrenschmidt | 2010-07-23 | 1 | -18/+13 |
* | | | powerpc/mm: Move around testing of _PAGE_PRESENT in hash code | Benjamin Herrenschmidt | 2010-07-23 | 2 | -17/+11 |
* | | | powerpc/mm: Handle hypervisor pte insert failure in __hash_page_huge | Anton Blanchard | 2010-07-23 | 1 | -2/+9 |
| |/
|/| |
|
* | | lmb: rename to memblock | Yinghai Lu | 2010-07-14 | 11 | -115/+115 |
|/ |
|
* | powerpc: Remove dead CONFIG_HIGHPTE | Christoph Egger | 2010-06-15 | 1 | -4/+0 |
* | Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2010-05-21 | 1 | -7/+22 |
|\ |
|
| * | PPC: Split context init/destroy functions | Alexander Graf | 2010-05-17 | 1 | -7/+22 |
* | | powerpc/numa: Use ibm,architecture-vec-5 to detect form 1 affinity | Anton Blanchard | 2010-05-21 | 1 | -8/+12 |
* | | powerpc/fsl-booke: Move loadcam_entry back to asm code to fix SMP ftrace | Kumar Gala | 2010-05-17 | 3 | -23/+40 |
* | | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2010-05-07 | 2 | -9/+17 |
|\ \ |
|
| * \ | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2010-04-29 | 1 | -5/+0 |
| |\ \ |
|
| | * | | kgdb: don't needlessly skip PAGE_USER test for Fsl booke | Wufei | 2010-04-29 | 1 | -5/+0 |
| | |/ |
|
| * | | powerpc/numa: Add form 1 NUMA affinity | Anton Blanchard | 2010-04-28 | 1 | -2/+15 |
| * | | powerpc/fsl_booke: Correct test for MMU_FTR_BIG_PHYS | Becky Bruce | 2010-04-19 | 1 | -2/+2 |
| |/ |
|
* | | powerpc/cpumask: Convert NUMA code to new cpumask API | Anton Blanchard | 2010-05-06 | 1 | -13/+45 |
* | | powerpc: Invoke oom-killer from page fault | Benjamin Herrenschmidt | 2010-05-06 | 1 | -10/+4 |
* | | powerpc/mm: Track backing pages allocated by vmemmap_populate() | Mark Nelson | 2010-05-06 | 1 | -0/+43 |
* | | powerpc: Fix CONFIG_DEBUG_PAGEALLOC on 603/e300 | Benjamin Herrenschmidt | 2010-05-06 | 1 | -4/+0 |
* | | powerpc/47x: Base ppc476 support | Dave Kleikamp | 2010-05-05 | 4 | -22/+255 |
* | | powerpc: Disable interrupts for data breakpoint exceptions | K.Prasad | 2010-04-07 | 1 | -2/+3 |
* | | powerpc: Fix ioremap_flags() with book3e pte definition | Benjamin Herrenschmidt | 2010-04-07 | 2 | -0/+16 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 11 | -1/+10 |
* | powerpc: Fix swiotlb to respect the boot option | FUJITA Tomonori | 2010-03-19 | 1 | -0/+6 |
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 1 | -1/+1 |
|\ |
|
| * | tree-wide: fix typos "ammount" -> "amount" | Uwe Kleine-König | 2010-02-05 | 1 | -1/+1 |
| * | fix comment typo leve -> level in powerpc | Thadeu Lima de Souza Cascardo | 2010-02-05 | 1 | -1/+1 |
* | | nodemask.h: remove macro any_online_node | H Hartley Sweeten | 2010-03-06 | 1 | -3/+3 |
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-03-01 | 1 | -2/+2 |
|\ \ |
|
| * | | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 2010-02-20 | 1 | -2/+2 |
| |/ |
|
* | | powerpc: Convert tlbivax_lock to raw_spinlock | Thomas Gleixner | 2010-02-19 | 1 | -3/+3 |
* | | powerpc: Convert native_tlbie_lock to raw_spinlock | Thomas Gleixner | 2010-02-19 | 1 | -7/+7 |
* | | powerpc: Convert context_lock to raw_spinlock | Thomas Gleixner | 2010-02-19 | 1 | -7/+7 |
* | | Merge commit 'jwb/next' into next | Benjamin Herrenschmidt | 2010-02-18 | 1 | -2/+2 |
|\ \ |
|
| * | | powerpc/40x: Add support for PPC40x boards with > 512MB SDRAM | Stefan Roese | 2010-02-12 | 1 | -2/+2 |
* | | | powerpc: Convert open coded native hashtable bit lock | Anton Blanchard | 2010-02-17 | 1 | -3/+2 |
* | | | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2010-02-17 | 1 | -3/+9 |
|\ \ \
| |/ /
|/| | |
|