index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
slb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Remove FW_FEATURE ISERIES from arch code
Stephen Rothwell
2012-03-21
1
-6
/
+0
*
powerpc: Free up some CPU feature bits by moving out MMU-related features
Matt Evans
2011-04-27
1
-2
/
+2
*
powerpc: Replace open coded instruction patching with patch_instruction/patch...
Anton Blanchard
2011-04-20
1
-3
/
+3
*
powerpc/pseries: Fix to handle slb resize across migration
Brian King
2009-09-02
1
-4
/
+12
*
Merge commit 'paulus-perf/master' into next
Benjamin Herrenschmidt
2009-08-20
1
-11
/
+26
|
\
|
*
powerpc: Allow perf_counters to access user memory at interrupt time
Paul Mackerras
2009-08-18
1
-11
/
+26
*
|
powerpc: Preload application text segment instead of TASK_UNMAPPED_BASE
Anton Blanchard
2009-08-20
1
-9
/
+8
*
|
powerpc: Rearrange SLB preload code
Anton Blanchard
2009-08-20
1
-13
/
+8
|
/
*
powerpc: Cleanup & use pr_devel() in arch/powerpc/mm/slb.c
Michael Ellerman
2009-07-08
1
-10
/
+3
*
trivial: spelling fix in ppc code comments
Sankar P
2009-06-12
1
-1
/
+1
*
[POWERPC] vmemmap fixes to use smaller pages
Benjamin Herrenschmidt
2008-05-15
1
-2
/
+14
*
[POWERPC] Bolt in SLB entry for kernel stack on secondary cpus
Paul Mackerras
2008-05-02
1
-8
/
+13
*
[POWERPC] Fix slb.c compile warnings
Geoff Levand
2008-05-02
1
-3
/
+3
*
[POWERPC] Fix PMU + soft interrupt disable bug
Anton Blanchard
2008-03-20
1
-0
/
+6
*
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] Use SLB size from the device tree
Michael Neuling
2007-12-11
1
-0
/
+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
1
-0
/
+1
*
[POWERPC] Add 1TB workaround for PA6T
Olof Johansson
2007-10-17
1
-1
/
+2
*
[POWERPC] Use 1TB segments
Paul Mackerras
2007-10-12
1
-26
/
+41
*
[POWERPC] Remove barriers from the SLB shadow buffer update
Michael Neuling
2007-09-19
1
-4
/
+2
*
[POWERPC] Fix SLB initialization at boot time
Paul Mackerras
2007-08-25
1
-8
/
+28
*
[POWERPC] Fix potential duplicate entry in SLB shadow buffer
Paul Mackerras
2007-08-10
1
-29
/
+16
*
[POWERPC] Fixes for the SLB shadow buffer code
Michael Neuling
2007-08-03
1
-10
/
+18
*
[POWERPC] Introduce address space "slices"
Benjamin Herrenschmidt
2007-05-09
1
-11
/
+0
*
[POWERPC] iSeries: fix slb.c for combined build
Stephen Rothwell
2006-12-04
1
-7
/
+6
*
[POWERPC] Implement SLB shadow buffer
Michael Neuling
2006-08-08
1
-4
/
+33
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
powerpc: Use 64k pages without needing cache-inhibited large pages
Paul Mackerras
2006-06-15
1
-15
/
+14
*
powerpc: Remove unused paca->pgdir field
Paul Mackerras
2006-06-12
1
-3
/
+0
*
[PATCH] powerpc: Replace VMALLOCBASE with VMALLOC_START
David Gibson
2006-01-09
1
-3
/
+3
*
[PATCH] powerpc: Separate usage of KERNELBASE and PAGE_OFFSET
Michael Ellerman
2006-01-09
1
-2
/
+2
*
[PATCH] powerpc: Add a is_kernel_addr() macro
Michael Ellerman
2006-01-09
1
-3
/
+3
*
[PATCH] ppc64: support 64k pages
Benjamin Herrenschmidt
2005-11-06
1
-15
/
+87
*
powerpc: Merge arch/ppc64/mm to arch/powerpc/mm
Paul Mackerras
2005-10-10
1
-0
/
+158