index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
book3s
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: introduce ARCH_HAS_PTE_DEVMAP
Robin Murphy
2019-07-17
1
-1
/
+0
*
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-14
3
-3
/
+32
|
\
|
*
powerpc/book3s: Use config independent helpers for page table walk
Aneesh Kumar K.V
2019-07-04
1
-0
/
+21
|
*
powerpc/mm: Remove unused variable declaration
Aneesh Kumar K.V
2019-07-04
1
-1
/
+0
|
*
powerpc/powernv: remove unused NPU DMA code
Christoph Hellwig
2019-07-01
1
-2
/
+0
|
*
Merge branch 'fixes' into next
Michael Ellerman
2019-07-01
1
-0
/
+30
|
|
\
|
*
|
powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAP
Nicholas Piggin
2019-06-19
1
-0
/
+8
|
*
|
powerpc/64s/radix: ioremap use ioremap_page_range
Nicholas Piggin
2019-06-19
1
-0
/
+3
*
|
|
Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-06-15
1
-0
/
+30
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
powerpc/64s: Fix THP PMD collapse serialisation
Nicholas Piggin
2019-06-07
1
-0
/
+30
|
|
/
*
/
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
2
-9
/
+2
|
/
*
Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-05-19
1
-2
/
+4
|
\
|
*
powerpc/mm/hash: Fix get_region_id() for invalid addresses
Aneesh Kumar K.V
2019-05-17
1
-0
/
+4
|
*
powerpc/mm: Drop VM_BUG_ON in get_region_id()
Aneesh Kumar K.V
2019-05-16
1
-2
/
+0
*
|
hugetlb: allow to free gigantic pages regardless of the configuration
Alexandre Ghiti
2019-05-14
1
-3
/
+2
|
/
*
powerpc/64s: Use early_mmu_has_feature() in set_kuap()
Michael Ellerman
2019-05-09
1
-1
/
+1
*
powerpc/book3s/64: check for NULL pointer in pgd_alloc()
Rick Lindsley
2019-05-07
1
-0
/
+3
*
powerpc/32: make KVIRT_TOP dependent on FIXMAP_START
Christophe Leroy
2019-05-02
1
-3
/
+10
*
powerpc/mm: refactor pmd_pgtable()
Christophe Leroy
2019-05-02
2
-7
/
+0
*
powerpc/mm: refactor definition of pgtable_cache[]
Christophe Leroy
2019-05-02
2
-43
/
+0
*
powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.
Christophe Leroy
2019-05-02
2
-47
/
+0
*
powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32
Christophe Leroy
2019-05-02
1
-3
/
+12
*
powerpc/mm: move pgtable_t in asm/mmu.h
Christophe Leroy
2019-05-02
2
-12
/
+0
*
powerpc/mm: drop __bad_pte()
Christophe Leroy
2019-05-02
1
-2
/
+0
*
powerpc/mm: cleanup ifdef mess in add_huge_page_size()
Christophe Leroy
2019-05-02
1
-0
/
+27
*
powerpc/mm: add a helper to populate hugepd
Christophe Leroy
2019-05-02
1
-0
/
+5
*
powerpc/mm: split asm/hugetlb.h into dedicated subarch files
Christophe Leroy
2019-05-02
1
-0
/
+40
*
powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULT
Christophe Leroy
2019-05-02
1
-0
/
+2
*
powerpc/mm: get rid of mm_ctx_slice_mask_xxx()
Christophe Leroy
2019-05-02
1
-28
/
+4
*
powerpc/mm: move slice_mask_for_size() into mmu.h
Christophe Leroy
2019-05-02
1
-0
/
+17
*
powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_ID
Aneesh Kumar K.V
2019-04-21
2
-3
/
+3
*
powerpc/mm/hash: Simplify the region id calculation.
Aneesh Kumar K.V
2019-04-21
4
-18
/
+20
*
powerpc/mm/hash64: Map all the kernel regions in the same 0xc range
Aneesh Kumar K.V
2019-04-21
6
-73
/
+119
*
powerpc/mm/hash64: Add a variable to track the end of IO mapping
Aneesh Kumar K.V
2019-04-21
3
-4
/
+8
*
powerc/mm/hash: Reduce hash_mm_context size
Aneesh Kumar K.V
2019-04-21
2
-4
/
+2
*
powerpc/mm: Reduce memory usage for mm_context_t for radix
Aneesh Kumar K.V
2019-04-21
2
-38
/
+44
*
powerpc/mm: Add helpers for accessing hash translation related variables
Aneesh Kumar K.V
2019-04-21
2
-3
/
+64
*
powerpc/mm: Remove PPC_MM_SLICES #ifdef for book3s64
Aneesh Kumar K.V
2019-04-21
2
-17
/
+0
*
powerpc/mm: Fix build error with FLATMEM book3s64 config
Aneesh Kumar K.V
2019-04-21
1
-0
/
+15
*
powerpc/32s: Implement Kernel Userspace Access Protection
Christophe Leroy
2019-04-21
1
-0
/
+103
*
powerpc/32s: Prepare Kernel Userspace Access Protection
Christophe Leroy
2019-04-21
1
-0
/
+2
*
powerpc/32s: Implement Kernel Userspace Execution Prevention.
Christophe Leroy
2019-04-21
2
-0
/
+45
*
powerpc/mm: Detect bad KUAP faults
Michael Ellerman
2019-04-21
1
-0
/
+6
*
powerpc/64s: Implement KUAP for Radix MMU
Michael Ellerman
2019-04-21
1
-0
/
+102
*
powerpc/mm: Silence unused-but-set-variable warnings
Qian Cai
2019-04-20
1
-1
/
+2
*
powerpc/mm/64: Document the sizes of/sizes mapped by Pxx_INDEX_SIZE
Michael Ellerman
2019-04-20
4
-16
/
+18
*
Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-03-16
1
-0
/
+8
|
\
|
*
powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR configuration
Aneesh Kumar K.V
2019-03-05
1
-0
/
+8
*
|
Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-03-07
7
-35
/
+66
|
\
|
|
*
powerpc: Avoid circular header inclusion in mmu-hash.h
Christophe Leroy
2019-02-23
1
-1
/
+1
[next]