index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
book3s
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
20
-0
/
+20
2017-09-09
Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2017-08-31
KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTER
Ram Pai
1
-0
/
+1
2017-08-23
powerpc/mm: Optimize detection of thread local mm's
Benjamin Herrenschmidt
1
-0
/
+3
2017-08-23
Merge branch 'fixes' into next
Michael Ellerman
2
-8
/
+17
2017-08-17
powerpc/mm: Don't send IPI to all cpus on THP updates
Aneesh Kumar K.V
1
-0
/
+1
2017-08-16
powerpc/mm/hugetlb: Allow runtime allocation of 16G.
Aneesh Kumar K.V
1
-3
/
+1
2017-08-16
powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...
Aneesh Kumar K.V
1
-1
/
+1
2017-08-15
powerpc/hugetlb: fix page rights verification in gup_hugepte()
Christophe Leroy
2
-0
/
+6
2017-08-15
powerpc/mm: declare some local functions static
Christophe Leroy
1
-3
/
+0
2017-08-15
powerpc/mm/nohash: Move definition of PGALLOC_GFP to fix build errors
Michael Ellerman
1
-2
/
+0
2017-08-08
powerpc/mm/hash64: Make vmalloc 56T on hash
Michael Ellerman
1
-2
/
+2
2017-08-08
powerpc/mm/book3s64: Make KERN_IO_START a variable
Michael Ellerman
3
-1
/
+6
2017-08-03
powerpc: Remove old unused icswx based coprocessor support
Benjamin Herrenschmidt
1
-5
/
+0
2017-08-02
powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
Benjamin Herrenschmidt
1
-0
/
+1
2017-08-02
powerpc/mm/radix: Improve TLB/PWC flushes
Benjamin Herrenschmidt
1
-3
/
+1
2017-07-31
Merge tag 'v4.13-rc1' into fixes
Michael Ellerman
1
-1
/
+1
2017-07-28
powerpc/mm: Fix pmd/pte_devmap() on non-leaf entries
Oliver O'Halloran
1
-1
/
+9
2017-07-26
powerpc/mm/radix: Workaround prefetch issue with KVM
Benjamin Herrenschmidt
1
-7
/
+8
2017-07-21
Merge tag 'powerpc-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-0
/
+3
2017-07-18
powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=y
Michael Ellerman
3
-0
/
+3
2017-07-13
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...
Michal Hocko
1
-1
/
+1
2017-07-07
Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
6
-8
/
+67
2017-07-07
powerpc/mm/hugetlb: add support for 1G huge pages
Aneesh Kumar K.V
1
-0
/
+10
2017-07-04
powerpc/mm/hash: Implement mark_rodata_ro() for hash
Balbir Singh
2
-0
/
+7
2017-07-03
Merge branch 'fixes' into next
Michael Ellerman
1
-1
/
+1
2017-07-02
powerpc/mm: Add devmap support for ppc64
Oliver O'Halloran
2
-1
/
+46
2017-06-08
powerpc/mm/4k: Limit 4k page size config to 64TB virtual address space
Aneesh Kumar K.V
1
-1
/
+1
2017-06-05
powerpc/mm: Rename map_page() to map_kernel_page() on 32-bit
Christophe Leroy
1
-0
/
+2
2017-06-05
powerpc/mm/book(e)(3s)/64: Add page table accounting
Balbir Singh
2
-7
/
+12
2017-05-09
powerpc/mm/book3s/64: Rework page table geometry for lower memory usage
Michael Ellerman
1
-3
/
+3
2017-04-28
powerpc/mm/hash: Fix off-by-one in comment about kernel contexts ids
Michael Ellerman
1
-1
/
+1
2017-04-27
powerpc/mm: Fix missing page attributes in page table dump
Christophe Leroy
1
-0
/
+1
2017-04-12
powerpc/mm: Fix swapper_pg_dir size on 64-bit hash w/64K pages
Michael Ellerman
1
-4
/
+0
2017-04-04
powerpc/powernv: Introduce address translation services for Nvlink2
Alistair Popple
1
-0
/
+6
2017-04-01
powerpc/pseries: Skip using reserved virtual address range
Aneesh Kumar K.V
1
-0
/
+7
2017-04-01
powerpc/mm: Add addr_limit to mm_context and use it to derive max slice index
Aneesh Kumar K.V
2
-1
/
+3
2017-03-31
powerpc/mm/hash: Increase VA range to 128TB
Aneesh Kumar K.V
2
-2
/
+2
2017-03-31
powerpc/mm/hash: Convert mask to unsigned long
Aneesh Kumar K.V
1
-1
/
+1
2017-03-31
powerpc/mm/hash: Support 68 bit VA
Aneesh Kumar K.V
1
-48
/
+79
2017-03-31
powerpc/mm/hash: Check for non-kernel address in get_kernel_vsid()
Michael Ellerman
1
-0
/
+3
2017-03-31
powerpc/mm/hash: Use context ids 1-4 for the kernel
Aneesh Kumar K.V
1
-25
/
+35
2017-03-31
powerpc/mm: Split radix vs hash mm context initialisation
Michael Ellerman
1
-0
/
+2
2017-03-31
powerpc/mm: Move hash specific pte bits to be top bits of RPN
Aneesh Kumar K.V
2
-15
/
+18
2017-03-31
powerpc/mm: Lower the max real address to 53 bits
Aneesh Kumar K.V
1
-3
/
+28
2017-03-31
powerpc/mm: Define all PTE bits based on radix definitions.
Aneesh Kumar K.V
2
-2
/
+4
2017-03-31
powerpc/mm: Define _PAGE_SOFT_DIRTY unconditionally
Aneesh Kumar K.V
1
-4
/
+0
2017-03-31
powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGE
Aneesh Kumar K.V
2
-3
/
+3
2017-03-31
powerpc/mm: Cleanup bits definition between hash and radix.
Aneesh Kumar K.V
4
-12
/
+17
2017-03-10
Merge branch 'prep-for-5level'
Linus Torvalds
2
-0
/
+4
[next]