index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-19
powerpc/44x: use patch_sites for TLB handlers patching
Christophe Leroy
1
-11
/
+3
2018-12-19
powerpc/8xx: use modify_instruction_site()
Christophe Leroy
1
-5
/
+1
2018-12-19
powerpc/book3s/32: Use patch_site to patch hash functions
Christophe Leroy
2
-39
/
+29
2018-12-19
powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.S
Christophe Leroy
1
-11
/
+1
2018-12-19
powerpc: implement CONFIG_DEBUG_VIRTUAL
Christophe Leroy
1
-1
/
+1
2018-12-17
Merge branch 'fixes' into next
Michael Ellerman
2
-3
/
+17
2018-12-17
KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2
Suraj Jitindar Singh
1
-0
/
+1
2018-12-09
powerpc/mm: Fallback to RAM if the altmap is unusable
Oliver O'Halloran
1
-3
/
+16
2018-12-04
powerpc/mm: dump block address translation on book3s/32
Christophe Leroy
2
-1
/
+174
2018-12-04
powerpc/mm: dump segment registers on book3s/32
Christophe Leroy
2
-1
/
+65
2018-12-04
powerpc/8xx: Enable 512k hugepage support with HW assistance
Christophe Leroy
2
-1
/
+12
2018-12-04
powerpc/8xx: Enable 8M hugepage support with HW assistance
Christophe Leroy
1
-0
/
+3
2018-12-04
powerpc/8xx: Use hardware assistance in TLB handlers
Christophe Leroy
1
-2
/
+2
2018-12-04
powerpc/8xx: Temporarily disable 16k pages and hugepages
Christophe Leroy
1
-6
/
+0
2018-12-04
powerpc/mm: remove unnecessary test in pgtable_cache_init()
Christophe Leroy
1
-2
/
+2
2018-12-04
powerpc/mm: fix a warning when a cache is common to PGD and hugepages
Christophe Leroy
2
-17
/
+35
2018-12-04
powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER)
Christophe Leroy
1
-19
/
+7
2018-12-04
powerpc/mm: enable the use of page table cache of order 0
Christophe Leroy
1
-3
/
+3
2018-12-04
powerpc/mm: Extend pte_fragment functionality to PPC32
Christophe Leroy
4
-22
/
+16
2018-12-04
powerpc/mm: add helpers to get/set mm.context->pte_frag
Christophe Leroy
1
-4
/
+4
2018-12-04
powerpc/mm: Avoid useless lock with single page fragments
Christophe Leroy
2
-0
/
+6
2018-12-04
powerpc/mm: Move pte_fragment_alloc() to a common location
Christophe Leroy
4
-101
/
+119
2018-12-04
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
1
-1
/
+1
2018-11-27
powerpc/mm: Fix linux page tables build with some configs
Michael Ellerman
1
-0
/
+1
2018-11-26
powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3S
Christophe Leroy
3
-5
/
+5
2018-11-26
powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32
Christophe Leroy
2
-2
/
+2
2018-11-26
powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32
Christophe Leroy
1
-1
/
+1
2018-11-26
powerpc: Use device_type helpers to access the node type
Rob Herring
1
-1
/
+1
2018-11-25
powerpc/mm: Remove extern from function definition
Breno Leitao
1
-3
/
+3
2018-11-25
powerpc/pkey: Define functions as static
Breno Leitao
1
-7
/
+8
2018-11-14
powerpc/numa: Suppress "VPHN is not supported" messages
Satheesh Rajendran
1
-1
/
+1
2018-11-12
powerpc/mm/64s: Fix preempt warning in slb_allocate_kernel()
Michael Ellerman
1
-1
/
+1
2018-11-08
powerpc: Convert hugepd_free() to use call_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-06
powerpc/mm/64s: Only use slbfee on CPUs that support it
Michael Ellerman
1
-0
/
+3
2018-11-06
powerpc/mm/64s: Use PPC_SLBFEE macro
Michael Ellerman
1
-1
/
+2
2018-11-06
powerpc/mm/64s: Consolidate SLB assertions
Michael Ellerman
1
-20
/
+9
2018-11-02
Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-17
/
+9
2018-10-31
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
1
-3
/
+4
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
4
-6
/
+3
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
1
-3
/
+3
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
3
-3
/
+3
2018-10-29
Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next
Michael Ellerman
1
-0
/
+1
2018-10-26
Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
30
-881
/
+1098
2018-10-26
powerpc/8xx: Use patch_site for memory setup patching
Christophe Leroy
1
-16
/
+7
2018-10-26
Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"
Christophe Leroy
1
-1
/
+1
2018-10-25
Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+9
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-25
/
+30
2018-10-22
powerpc/8xx: add missing header in 8xx_mmu.c
Christophe Leroy
1
-0
/
+1
2018-10-20
powerpc/64s/radix: Fix radix__flush_tlb_collapsed_pmd double flushing pmd
Nicholas Piggin
1
-1
/
+0
[prev]
[next]