index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-05-10
68
-806
/
+1425
|
\
|
*
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/booke64: set RI in default MSR
Laurentiu Tudor
2019-05-02
1
-1
/
+1
|
*
powerpc/include: Add data structures and macros for IMC trace mode
Anju T Sudhakar
2019-05-02
2
-0
/
+40
|
*
powerpc/hmi: Fix kernel hang when TB is in error state.
Mahesh Salgaonkar
2019-05-02
3
-0
/
+14
|
*
powerpc/mm: Warn if W+X pages found on boot
Russell Currey
2019-05-02
1
-0
/
+6
|
*
powerpc/mm: define an empty mm_iommu_init()
Christophe Leroy
2019-05-02
1
-0
/
+1
|
*
powerpc/fadump: define an empty fadump_cleanup()
Christophe Leroy
2019-05-02
1
-0
/
+1
|
*
powerpc/32: Add KASAN support
Christophe Leroy
2019-05-02
1
-0
/
+9
|
*
powerpc/32: prepare shadow area for KASAN
Christophe Leroy
2019-05-02
2
-0
/
+21
|
*
powerpc/32: make KVIRT_TOP dependent on FIXMAP_START
Christophe Leroy
2019-05-02
2
-6
/
+20
|
*
powerpc: prepare string/mem functions for KASAN
Christophe Leroy
2019-05-02
2
-3
/
+44
|
*
powerpc/mm: refactor pgd_alloc() and pgd_free() on nohash
Christophe Leroy
2019-05-02
3
-22
/
+12
|
*
powerpc/mm: refactor pmd_pgtable()
Christophe Leroy
2019-05-02
5
-11
/
+5
|
*
powerpc/mm: refactor pgtable freeing functions on nohash
Christophe Leroy
2019-05-02
3
-86
/
+44
|
*
powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32
Christophe Leroy
2019-05-02
1
-20
/
+8
|
*
powerpc/mm: refactor definition of pgtable_cache[]
Christophe Leroy
2019-05-02
5
-86
/
+21
|
*
powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.
Christophe Leroy
2019-05-02
5
-97
/
+25
|
*
powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32
Christophe Leroy
2019-05-02
2
-6
/
+24
|
*
powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.h
Christophe Leroy
2019-05-02
4
-33
/
+14
|
*
powerpc/mm: move pgtable_t in asm/mmu.h
Christophe Leroy
2019-05-02
5
-24
/
+3
|
*
powerpc/mm: convert Book3E 64 to pte_fragment
Christophe Leroy
2019-05-02
3
-28
/
+15
|
*
powerpc/mm: drop __bad_pte()
Christophe Leroy
2019-05-02
2
-4
/
+0
|
*
powerpc/mm: cleanup HPAGE_SHIFT setup
Christophe Leroy
2019-05-02
2
-3
/
+10
|
*
powerpc/mm: move hugetlb_disabled into asm/hugetlb.h
Christophe Leroy
2019-05-02
2
-1
/
+2
|
*
powerpc/mm: cleanup ifdef mess in add_huge_page_size()
Christophe Leroy
2019-05-02
3
-0
/
+40
|
*
powerpc/mm: add a helper to populate hugepd
Christophe Leroy
2019-05-02
3
-0
/
+19
|
*
powerpc/mm: split asm/hugetlb.h into dedicated subarch files
Christophe Leroy
2019-05-02
4
-83
/
+106
|
*
powerpc/mm: make gup_hugepte() static
Christophe Leroy
2019-05-02
1
-3
/
+0
|
*
powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGES
Christophe Leroy
2019-05-02
6
-27
/
+5
|
*
powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULT
Christophe Leroy
2019-05-02
2
-0
/
+4
|
*
powerpc/mm: define get_slice_psize() all the time
Christophe Leroy
2019-05-02
1
-0
/
+5
|
*
powerpc/8xx: get rid of #ifdef CONFIG_HUGETLB_PAGE for slices
Christophe Leroy
2019-05-02
1
-4
/
+1
|
*
powerpc/mm: get rid of mm_ctx_slice_mask_xxx()
Christophe Leroy
2019-05-02
2
-45
/
+4
|
*
powerpc/mm: move slice_mask_for_size() into mmu.h
Christophe Leroy
2019-05-02
2
-13
/
+46
|
*
powerpc/mm: no slice for nohash/64
Christophe Leroy
2019-05-02
2
-15
/
+1
|
*
powerpc/nohash64: clean pgtable.h
Christophe Leroy
2019-05-02
1
-5
/
+0
|
*
powerpc/powernv/mce: Print additional information about MCE error.
Mahesh Salgaonkar
2019-05-01
1
-0
/
+10
|
*
powerpc/powernv/mce: Print correct severity for MCE error.
Mahesh Salgaonkar
2019-05-01
1
-42
/
+44
|
*
powerpc/powernv/mce: Reduce MCE console logs to lesser lines.
Mahesh Salgaonkar
2019-05-01
1
-1
/
+1
|
*
powerpc: Add doorbell tracepoints
Anton Blanchard
2019-05-01
1
-0
/
+16
|
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2019-04-30
8
-44
/
+68
|
|
\
|
|
*
powerpc/64s: Reimplement book3s idle code in C
Nicholas Piggin
2019-04-30
4
-41
/
+35
|
|
*
powerpc: Add force enable of DAWR on P9 option
Michael Neuling
2019-04-20
1
-0
/
+8
|
|
*
powerpc/xive: add OPAL extensions for the XIVE native exploitation support
Cédric Le Goater
2019-04-11
3
-3
/
+25
|
*
|
powerpc/pseries: Track LMB nid instead of using device tree
Nathan Fontenot
2019-04-29
1
-0
/
+21
|
*
|
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: Drop the unnecessary region check
Aneesh Kumar K.V
2019-04-21
1
-12
/
+0
[next]