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/radix: Implement STRICT_RWX/mark_rodata_ro() for Radix
Balbir Singh
2017-07-04
2
-2
/
+69
*
powerpc/mm/hash: Implement mark_rodata_ro() for hash
Balbir Singh
2017-07-04
2
-0
/
+49
*
powerpc/mm/radix: Fix execute permissions for interrupt_vectors
Balbir Singh
2017-07-03
1
-1
/
+2
*
Merge branch 'fixes' into next
Michael Ellerman
2017-07-03
1
-1
/
+1
|
\
|
*
powerpc/mm/4k: Limit 4k page size config to 64TB virtual address space
Aneesh Kumar K.V
2017-06-08
1
-1
/
+1
*
|
powerpc/mm: Wire up hpte_removebolted for powernv
Anton Blanchard
2017-07-02
1
-0
/
+33
*
|
powerpc/mm: Add devmap support for ppc64
Oliver O'Halloran
2017-07-02
5
-6
/
+9
*
|
powerpc/vmemmap: Add altmap support
Oliver O'Halloran
2017-07-02
2
-5
/
+26
*
|
powerpc/vmemmap: Reshuffle vmemmap_free()
Oliver O'Halloran
2017-07-02
1
-23
/
+25
*
|
powerpc/hugetlbfs: Export HPAGE_SHIFT
Oliver O'Halloran
2017-07-02
1
-0
/
+1
*
|
powerpc: use spin loop primitives in some functions
Nicholas Piggin
2017-07-02
1
-1
/
+4
*
|
powerpc/mm: Add comments on vmemmap physical mapping
Anshuman Khandual
2017-06-28
1
-0
/
+21
*
|
powerpc/mm: Add comments to the vmemmap layout
Anshuman Khandual
2017-06-28
1
-0
/
+75
*
|
powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
Benjamin Herrenschmidt
2017-06-27
1
-5
/
+10
*
|
powerpc/mm: Trace tlbie(l) instructions
Balbir Singh
2017-06-23
5
-2
/
+25
*
|
powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()
Michael Ellerman
2017-06-21
2
-12
/
+4
*
|
powerpc/64s: Preserve r3 in slb_allocate_realmode()
Nicholas Piggin
2017-06-20
1
-10
/
+14
*
|
powerpc/mm/radix: Only add X for pages overlapping kernel text
Michael Ellerman
2017-06-15
1
-3
/
+11
*
|
powerpc/mm: Rename map_page() to map_kernel_page() on 32-bit
Christophe Leroy
2017-06-05
5
-9
/
+8
*
|
powerpc/mm/hugetlb: Add support for page accounting
Balbir Singh
2017-06-05
1
-1
/
+1
*
|
powerpc/mm/book(e)(3s)/32: Add page table accounting
Balbir Singh
2017-06-05
1
-1
/
+1
*
|
powerpc/mm/book(e)(3s)/64: Add page table accounting
Balbir Singh
2017-06-05
1
-6
/
+14
*
|
powerpc/mm/hash: Do a local flush if possible when no batch is active
Balbir Singh
2017-06-05
1
-4
/
+2
*
|
powerpc/mm: The 8xx doesn't call do_page_fault() for breakpoints
Christophe Leroy
2017-06-02
1
-1
/
+1
*
|
powerpc/mm: Evaluate user_mode(regs) only once in do_page_fault()
Christophe Leroy
2017-06-02
1
-6
/
+7
*
|
powerpc/mm: Remove a redundant test in do_page_fault()
Christophe Leroy
2017-06-02
1
-1
/
+1
*
|
powerpc/mm: Only call store_updates_sp() on stores in do_page_fault()
Christophe Leroy
2017-06-02
1
-1
/
+1
*
|
powerpc/mm: Remove __this_fixmap_does_not_exist()
Christophe Leroy
2017-06-02
1
-5
/
+0
*
|
powerpc/mm/ptdump: Dump the first entry of the linear mapping as well
Balbir Singh
2017-06-02
1
-1
/
+1
|
/
*
powerpc/mm: Fix crash in page table dump with huge pages
Michael Ellerman
2017-05-17
1
-3
/
+4
*
scripts/spelling.txt: add regsiter -> register spelling mistake
Stephen Boyd
2017-05-09
1
-1
/
+1
*
Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-05-05
20
-322
/
+604
|
\
|
*
powerpc/mm/radix: Drop support for CPUs without lockless tlbie
Michael Ellerman
2017-05-03
1
-38
/
+7
|
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2017-04-28
1
-0
/
+39
|
|
\
|
|
*
powerpc/mmu: Add real mode support for IOMMU preregistered memory
Alexey Kardashevskiy
2017-03-27
1
-0
/
+39
|
*
|
powerpc/mm: Rename table dump file name
Christophe Leroy
2017-04-27
1
-1
/
+1
|
*
|
powerpc/mm: On PPC32, display 32 bits addresses in page table dump
Christophe Leroy
2017-04-27
1
-0
/
+5
|
*
|
powerpc/mm: Fix missing page attributes in page table dump
Christophe Leroy
2017-04-27
1
-0
/
+9
|
*
|
powerpc/mm: Fix page table dump build on PPC32
Christophe Leroy
2017-04-27
1
-11
/
+48
|
*
|
powerpc/mm/radix: Optimise tlbiel flush all case
Aneesh Kumar K.V
2017-04-27
1
-2
/
+13
|
*
|
powerpc/mm/radix: Optimise Page Walk Cache flush
Aneesh Kumar K.V
2017-04-27
1
-2
/
+13
|
*
|
powerpc/mm: Fix possible out-of-bounds shift in arch_mmap_rnd()
Michael Ellerman
2017-04-26
1
-1
/
+1
|
*
|
powerpc/mm: Add support for runtime configuration of ASLR limits
Michael Ellerman
2017-04-21
1
-5
/
+6
|
*
|
powerpc/iommu: Do not call PageTransHuge() on tail pages
Alexey Kardashevskiy
2017-04-19
1
-2
/
+2
|
*
|
powerpc/mmap: Any hint > 128TB searches the full VA space
Aneesh Kumar K.V
2017-04-19
2
-3
/
+6
|
*
|
powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limit
Aneesh Kumar K.V
2017-04-19
4
-10
/
+10
|
*
|
powerpc/mm/hash: Don't open code VMALLOC_INDEX
Aneesh Kumar K.V
2017-04-13
1
-1
/
+1
|
*
|
powerpc/mm: Fix hash table dump when memory is not contiguous
Rashmica Gupta
2017-04-12
1
-1
/
+1
|
*
|
powerpc/mm: Add physical address to Linux page table dump
Oliver O'Halloran
2017-04-12
1
-2
/
+16
|
*
|
powerpc/mm: Fix missing _PAGE_NON_IDEMPOTENT in pgtable dump
Oliver O'Halloran
2017-04-12
1
-0
/
+13
[next]