| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "[POWERPC] Fake NUMA emulation for PowerPC" | Paul Mackerras | 2008-01-26 | 1 | -54/+5 |
* | [POWERPC] Make setjmp/longjmp code usable outside of xmon | Michael Neuling | 2008-01-25 | 1 | -4/+2 |
* | Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/gala... | Paul Mackerras | 2008-01-24 | 3 | -5/+35 |
|\ |
|
| * | [POWERPC] 85xx: Respect KERNELBASE, PAGE_OFFSET, and PHYSICAL_START on e500 | Dale Farnsworth | 2008-01-24 | 1 | -3/+3 |
| * | [POWERPC] Fix handling of memreserve if the range lands in highmem | Kumar Gala | 2008-01-24 | 2 | -2/+32 |
* | | Merge branch 'linux-2.6' | Paul Mackerras | 2008-01-24 | 1 | -0/+2 |
|\ \ |
|
| * | | [POWERPC] Fix boot failure on POWER6 | Paul Mackerras | 2008-01-15 | 1 | -8/+2 |
| * | | [POWERPC] Fix CPU hotplug when using the SLB shadow buffer | Michael Neuling | 2008-01-11 | 1 | -0/+8 |
* | | | [POWERPC] Provide a way to protect 4k subpages when using 64k pages | Paul Mackerras | 2008-01-24 | 4 | -18/+295 |
| |/
|/| |
|
* | | [POWERPC] Add hugepagesz boot-time parameter | Jon Tollefson | 2008-01-17 | 2 | -34/+96 |
* | | [POWERPC] Fake NUMA emulation for PowerPC | Balbir Singh | 2007-12-20 | 1 | -5/+54 |
* | | [POWERPC] Use SLB size from the device tree | Michael Neuling | 2007-12-11 | 3 | -2/+7 |
* | | [POWERPC] Add missing spaces in printk formats | joe@perches.com | 2007-12-03 | 1 | -1/+1 |
|/ |
|
* | [POWERPC] Fix 8xx build breakage due to _tlbie changes | Benjamin Herrenschmidt | 2007-11-20 | 2 | -2/+2 |
* | [POWERPC] Fix build failure on legacy iSeries | Kamalesh Babulal | 2007-11-20 | 1 | -0/+1 |
* | [POWERPC] Silence an annoying boot message | Stephen Rothwell | 2007-11-13 | 1 | -12/+4 |
* | [POWERPC] Fix CONFIG_SMP=n build error on ppc64 | Olof Johansson | 2007-11-13 | 1 | -2/+0 |
* | Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo... | Paul Mackerras | 2007-11-08 | 4 | -12/+12 |
|\ |
|
| * | [POWERPC] ppc405 Fix arithmatic rollover bug when memory size under 16M | Grant Likely | 2007-11-01 | 1 | -9/+8 |
| * | [POWERPC] 4xx: Deal with 44x virtually tagged icache | Benjamin Herrenschmidt | 2007-11-01 | 1 | -0/+1 |
| * | [POWERPC] 4xx: Fix 4xx flush_tlb_page() | Benjamin Herrenschmidt | 2007-11-01 | 2 | -3/+3 |
* | | [POWERPC] Fix switch_slb handling of 1T ESID values | will schmidt | 2007-11-08 | 1 | -3/+31 |
* | | [POWERPC] Include udbg.h when using udbg_printf | will schmidt | 2007-11-08 | 2 | -0/+2 |
* | | [POWERPC] powerpc: Fix demotion of segments to 4K pages | Benjamin Herrenschmidt | 2007-10-29 | 2 | -4/+7 |
|/ |
|
* | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 2007-10-19 | 1 | -1/+1 |
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2007-10-17 | 3 | -3/+5 |
|\ |
|
| * | [POWERPC] Fix vmemmap warning in init_64.c | Tony Breeds | 2007-10-17 | 1 | -1/+1 |
| * | [POWERPC] Add 1TB workaround for PA6T | Olof Johansson | 2007-10-17 | 2 | -1/+3 |
| * | [POWERPC] Fix 1TB segment detection | Olof Johansson | 2007-10-17 | 1 | -1/+1 |
* | | spin_lock_unlocked cleanups | Roel Kluin | 2007-10-17 | 1 | -1/+1 |
* | | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 2007-10-17 | 2 | -2/+2 |
|/ |
|
* | Update PowerPC vmemmap code for 1TB segments | Anton Blanchard | 2007-10-16 | 1 | -1/+2 |
* | fix memory hot remove not configured case. | KAMEZAWA Hiroyuki | 2007-10-16 | 1 | -45/+0 |
* | ppc64: SPARSEMEM_VMEMMAP support | Andy Whitcroft | 2007-10-16 | 1 | -0/+67 |
* | [POWERPC] Use 1TB segments | Paul Mackerras | 2007-10-12 | 9 | -133/+293 |
* | [POWERPC] 85xx: Failure with odd memory sizes and CONFIG_HIGHMEM | Dale Farnsworth | 2007-10-08 | 1 | -0/+2 |
* | [POWERPC] 8xx: Set initial memory limit. | John Traill | 2007-10-04 | 1 | -0/+3 |
* | [POWERPC] Add memory regions to the kcore list for 32-bit machines | Ed Swarthout | 2007-10-03 | 2 | -0/+39 |
* | [POWERPC] Create and use CONFIG_WORD_SIZE | Stephen Rothwell | 2007-10-03 | 1 | -5/+8 |
* | [POWERPC] Remove barriers from the SLB shadow buffer update | Michael Neuling | 2007-09-19 | 1 | -4/+2 |
* | [POWERPC] Export new __io{re,un}map_at() symbols | Olof Johansson | 2007-09-13 | 1 | -0/+2 |
* | Merge branch 'linux-2.6' into for-2.6.24 | Paul Mackerras | 2007-08-28 | 1 | -8/+28 |
|\ |
|
| * | [POWERPC] Fix SLB initialization at boot time | Paul Mackerras | 2007-08-25 | 1 | -8/+28 |
* | | [POWERPC] 40x MMU | Josh Boyer | 2007-08-20 | 1 | -2/+2 |
* | | [POWERPC] Rename 4xx paths to 40x | Josh Boyer | 2007-08-20 | 2 | -1/+1 |
* | | [POWERPC] Tidy up CONFIG_PPC_MM_SLICES code | Stephen Rothwell | 2007-08-17 | 2 | -13/+1 |
* | | [POWERPC] Fix non HUGETLB_PAGE build warning | Stephen Rothwell | 2007-08-17 | 2 | -3/+3 |
* | | [POWERPC] Clean out a bunch of duplicate includes | Jesper Juhl | 2007-08-17 | 4 | -6/+0 |
|/ |
|
* | [POWERPC] Fix invalid semicolon after if statement | Ilpo Järvinen | 2007-08-17 | 1 | -1/+1 |
* | [POWERPC] Fix size check for hugetlbfs | Benjamin Herrenschmidt | 2007-08-10 | 1 | -0/+2 |