index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
perf_counter: Standardize event names
Peter Zijlstra
2009-06-11
1
-3
/
+3
|
*
Merge branch 'linus' into perfcounters/core
Ingo Molnar
2009-06-01
7
-12
/
+425
|
|
\
|
*
\
Merge commit 'v2.6.30-rc6' into perfcounters/core
Ingo Molnar
2009-05-18
1
-1
/
+1
|
|
\
\
|
*
\
\
Merge branch 'linus' into perfcounters/core
Ingo Molnar
2009-04-29
3
-3
/
+2
|
|
\
\
\
|
*
|
|
|
perf_counter: allow for data addresses to be recorded
Peter Zijlstra
2009-04-08
1
-3
/
+5
|
*
|
|
|
perf_counter: provide major/minor page fault software events
Peter Zijlstra
2009-04-06
1
-1
/
+4
|
*
|
|
|
perf_counter: provide pagefault software events
Peter Zijlstra
2009-04-06
1
-0
/
+3
*
|
|
|
|
powerpc: Shield code specific to 64-bit server processors
Benjamin Herrenschmidt
2009-06-09
2
-3
/
+6
*
|
|
|
|
powerpc: Set init_bootmem_done on NUMA platforms as well
Benjamin Herrenschmidt
2009-06-09
1
-0
/
+2
*
|
|
|
|
powerpc/mm: Fix a AB->BA deadlock scenario with nohash MMU context lock
Benjamin Herrenschmidt
2009-06-09
1
-3
/
+4
*
|
|
|
|
powerpc/mm: Fix some SMP issues with MMU context handling
Benjamin Herrenschmidt
2009-06-09
1
-4
/
+8
*
|
|
|
|
Merge branch 'merge' into next
Benjamin Herrenschmidt
2009-05-29
7
-12
/
+425
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency.
Benjamin Herrenschmidt
2009-05-27
2
-67
/
+45
|
*
|
|
|
powerpc: Minor cleanups of kernel virt address space definitions
Benjamin Herrenschmidt
2009-05-27
3
-8
/
+15
|
*
|
|
|
powerpc: Move dma-noncoherent.c from arch/powerpc/lib to arch/powerpc/mm
Benjamin Herrenschmidt
2009-05-27
2
-0
/
+427
|
*
|
|
|
powerpc/mm: Fix broken MMU PID stealing on !SMP
Hideo Saito
2009-05-26
1
-3
/
+3
|
*
|
|
|
powerpc: Do not assert pte_locked for hugepage PTE entries
Mel Gorman
2009-05-18
1
-1
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
powerpc: Add 2.06 tlbie mnemonics
Milton Miller
2009-05-21
1
-2
/
+11
|
/
/
/
*
|
|
powerpc: Allow mem=x cmdline to work with 4G+
Becky Bruce
2009-05-15
1
-1
/
+1
|
|
/
|
/
|
*
|
powerpc: fix for long standing bug noticed by gcc 4.4.0
Stephen Rothwell
2009-04-23
1
-1
/
+1
*
|
Revert "powerpc: Add support for early tlbilx opcode"
Kumar Gala
2009-04-23
1
-13
/
+1
*
|
powerpc: Fix crash on CPU hotplug
Michael Ellerman
2009-04-22
1
-1
/
+1
*
|
powerpc/mm: Fix compile warning
Kumar Gala
2009-04-07
1
-1
/
+0
*
|
powerpc: Add support for early tlbilx opcode
Kumar Gala
2009-04-07
1
-1
/
+13
|
/
*
powerpc/mm: Introduce early_init_mmu() on 64-bit
Benjamin Herrenschmidt
2009-03-24
1
-2
/
+34
*
powerpc/mm: Fix printk type warning in mmu_context_nohash
Benjamin Herrenschmidt
2009-03-24
1
-1
/
+1
*
powerpc/mm: Rename arch/powerpc/kernel/mmap.c to mmap_64.c
Benjamin Herrenschmidt
2009-03-24
2
-1
/
+1
*
powerpc/mm: Tweak PTE bit combination definitions
Benjamin Herrenschmidt
2009-03-24
3
-11
/
+5
*
cpumask: Use mm_cpumask() wrapper instead of cpu_vm_mask
Rusty Russell
2009-03-24
5
-21
/
+18
*
powerpc/mm: Properly wire up get_user_pages_fast() on 32-bit
Benjamin Herrenschmidt
2009-03-11
2
-3
/
+17
*
powerpc: Wire up /proc/vmallocinfo to our ioremap()
Benjamin Herrenschmidt
2009-03-11
2
-11
/
+28
*
powerpc/fsl-booke: Add support for tlbilx instructions
Kumar Gala
2009-03-09
1
-7
/
+37
*
powerpc: Increase stack gap on 64bit binaries
Anton Blanchard
2009-02-23
1
-2
/
+9
*
powerpc: Ensure random space between stack and mmaps
Anton Blanchard
2009-02-23
1
-3
/
+11
*
powerpc: Randomise mmap start address
Anton Blanchard
2009-02-23
1
-1
/
+16
*
powerpc: Rearrange mmap.c
Anton Blanchard
2009-02-23
1
-11
/
+11
*
powerpc/numa: Cleanup hot_add_scn_to_nid
Nathan Fontenot
2009-02-23
1
-66
/
+73
*
powerpc/mm: Reduce hashtable size when using 64kB pages
Anton Blanchard
2009-02-23
1
-2
/
+3
*
Merge commit 'kumar/next' into next
Benjamin Herrenschmidt
2009-02-18
1
-3
/
+3
|
\
|
*
powerpc/fsl-booke: Fix compile warning
Kumar Gala
2009-02-12
1
-2
/
+2
|
*
powerpc/fsl-booke: Add new ISA 2.06 page sizes and MAS defines
Kumar Gala
2009-02-12
1
-1
/
+1
*
|
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2009-02-18
2
-3
/
+4
|
\
\
|
*
|
powerpc/mm: Fix numa reserve bootmem page selection
Dave Hansen
2009-02-13
1
-2
/
+3
|
*
|
powerpc/mm: Fix _PAGE_COHERENT support on classic ppc32 HW
Kumar Gala
2009-02-11
1
-1
/
+1
*
|
|
powerpc/mm: Rework I$/D$ coherency (v3)
Benjamin Herrenschmidt
2009-02-11
3
-62
/
+148
*
|
|
powerpc/mm: Move 64-bit unmapped_area to top of address space
Anton Blanchard
2009-02-11
1
-6
/
+0
|
|
/
|
/
|
*
|
powerpc/numa: Remove redundant find_cpu_node()
Milton Miller
2009-02-11
1
-31
/
+2
*
|
powerpc/numa: Avoid possible reference beyond prop. length in find_min_common...
Milton Miller
2009-02-11
1
-1
/
+1
*
|
Merge commit 'kumar/next' into next
Benjamin Herrenschmidt
2009-02-11
1
-47
/
+46
|
\
\
|
|
/
|
/
|
|
*
powerpc/fsl-booke: Make CAM entries used for lowmem configurable
Trent Piepho
2009-01-28
1
-1
/
+5
[prev]
[next]