index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
powerpc/mm/32: Remove the reserved memory hack
Jonathan Neuschäfer
2018-03-31
3
-8
/
+1
|
*
powerpc/mm/32: Use page_is_ram to check for RAM
Jonathan Neuschäfer
2018-03-31
1
-0
/
+1
|
*
powerpc/mm: Use memblock API for PPC32 page_is_ram
Jonathan Neuschäfer
2018-03-31
1
-4
/
+0
|
*
powerpc/mm: Simplify page_is_ram by using memblock_is_memory
Jonathan Neuschäfer
2018-03-31
1
-7
/
+1
|
*
Merge branch 'topic/paca' into next
Michael Ellerman
2018-03-31
6
-86
/
+169
|
|
\
|
|
*
powerpc/mm: Pass node id into create_section_mapping
Nicholas Piggin
2018-03-30
4
-15
/
+15
|
|
*
powerpc/64s/radix: Allocate kernel page tables node-local if possible
Nicholas Piggin
2018-03-30
1
-24
/
+80
|
|
*
powerpc/64s/radix: Split early page table mapping to its own function
Nicholas Piggin
2018-03-30
1
-47
/
+65
|
|
*
powerpc/mm/numa: move numa topology discovery earlier
Nicholas Piggin
2018-03-30
2
-14
/
+23
|
|
*
powerpc/64s: Allocate LPPACAs individually
Nicholas Piggin
2018-03-30
1
-2
/
+2
|
|
*
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
2018-03-30
1
-1
/
+1
|
*
|
powerpc/mm/hash64: Increase the VA range
Aneesh Kumar K.V
2018-03-30
3
-11
/
+4
|
*
|
powerpc/mm: Add support for handling > 512TB address in SLB miss
Aneesh Kumar K.V
2018-03-30
8
-10
/
+149
|
*
|
powerpc/mm/slice: Consolidate return path in slice_get_unmapped_area()
Aneesh Kumar K.V
2018-03-30
1
-16
/
+20
|
*
|
powerpc/mm: Fix thread_pkey_regs_init()
Ram Pai
2018-03-30
1
-3
/
+3
|
*
|
Merge branch 'fixes' into next
Michael Ellerman
2018-03-28
4
-80
/
+107
|
|
\
\
|
*
|
|
powerpc/mm: Fix typo in comments
Alexey Kardashevskiy
2018-03-27
1
-7
/
+7
|
*
|
|
powerpc/mm: Fix section mismatch warning in stop_machine_change_mapping()
Mauricio Faria de Oliveira
2018-03-27
3
-10
/
+10
|
*
|
|
powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9
Paul Mackerras
2018-03-27
1
-0
/
+6
|
*
|
|
powerpc/mm/slice: remove radix calls to the slice code
Nicholas Piggin
2018-03-13
2
-15
/
+8
|
*
|
|
powerpc/mm/slice: Use const pointers to cached slice masks where possible
Nicholas Piggin
2018-03-13
1
-41
/
+38
|
*
|
|
powerpc/mm/slice: remove dead code
Nicholas Piggin
2018-03-13
1
-6
/
+0
|
*
|
|
powerpc/mm/slice: Switch to 3-operand slice bitops helpers
Nicholas Piggin
2018-03-13
1
-15
/
+23
|
*
|
|
powerpc/mm/slice: implement slice_check_range_fits
Nicholas Piggin
2018-03-13
1
-28
/
+34
|
*
|
|
powerpc/mm/slice: implement a slice mask cache
Nicholas Piggin
2018-03-13
1
-42
/
+70
|
*
|
|
powerpc/mm/slice: pass pointers to struct slice_mask where possible
Nicholas Piggin
2018-03-13
1
-39
/
+45
|
*
|
|
powerpc/mm/slice: tidy lpsizes and hpsizes update loops
Nicholas Piggin
2018-03-13
1
-10
/
+12
|
*
|
|
powerpc/mm/slice: Simplify and optimise slice context initialisation
Nicholas Piggin
2018-03-13
3
-66
/
+20
|
*
|
|
powerpc/32: Make some functions static
Mathieu Malaterre
2018-03-13
1
-1
/
+1
|
*
|
|
powerpc/mm: Drop the function native_register_proc_table()
Anshuman Khandual
2018-03-13
1
-15
/
+0
|
*
|
|
powerpc/mm/slice: Allow up to 64 low slices
Christophe Leroy
2018-03-05
3
-37
/
+41
|
*
|
|
powerpc/mm/slice: Fix hugepage allocation at hint address on 8xx
Christophe Leroy
2018-03-05
3
-3
/
+19
|
*
|
|
powerpc/mm/slice: Enhance for supporting PPC32
Christophe Leroy
2018-03-05
1
-8
/
+29
|
*
|
|
powerpc/mm/slice: Remove intermediate bitmap copy
Christophe Leroy
2018-03-05
1
-8
/
+4
*
|
|
|
mm, powerpc: use vma_kernel_pagesize() in vma_mmu_pagesize()
Dan Williams
2018-04-06
1
-4
/
+1
*
|
|
|
mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGE
Anshuman Khandual
2018-04-06
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
powerpc/mm: Fixup tlbie vs store ordering issue on POWER9
Aneesh Kumar K.V
2018-03-23
3
-1
/
+31
*
|
|
powerpc/mm/radix: Move the functions that does the actual tlbie closer
Aneesh Kumar K.V
2018-03-23
1
-32
/
+32
*
|
|
powerpc/mm/radix: Remove unused code
Aneesh Kumar K.V
2018-03-23
1
-40
/
+0
*
|
|
powerpc/mm: Workaround Nest MMU bug with TLB invalidations
Benjamin Herrenschmidt
2018-03-23
1
-7
/
+43
*
|
|
powerpc/mm: Add tracking of the number of coprocessors using a context
Benjamin Herrenschmidt
2018-03-23
1
-0
/
+1
|
/
/
*
|
powerpc/mm/drmem: Fix unexpected flag value in ibm,dynamic-memory-v2
Bharata B Rao
2018-02-23
1
-3
/
+3
*
|
powerpc/pseries: Check for zero filled ibm,dynamic-memory property
Nathan Fontenot
2018-02-16
1
-0
/
+8
*
|
powerpc/mm/hash64: Store the slot information at the right offset for hugetlb
Aneesh Kumar K.V
2018-02-13
4
-11
/
+20
*
|
powerpc/mm: Fix crashes with 16G huge pages
Aneesh Kumar K.V
2018-02-13
4
-2
/
+6
*
|
powerpc/mm: Flush radix process translations when setting MMU type
Alexey Kardashevskiy
2018-02-13
1
-0
/
+2
*
|
powerpc/mm/radix: Split linear mapping on hot-unplug
Balbir Singh
2018-02-08
1
-21
/
+74
*
|
powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PID
Nicholas Piggin
2018-02-08
1
-1
/
+20
*
|
powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove
Nathan Fontenot
2018-02-08
1
-5
/
+0
|
/
*
Merge branch 'linus' into sched/urgent, to resolve conflicts
Ingo Molnar
2018-02-06
25
-406
/
+1473
|
\
[prev]
[next]