index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/kasan: fix early boot failure on PPC32
Christophe Leroy
2019-07-31
1
-2
/
+5
*
Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-24
2
-1
/
+10
|
\
|
*
powerpc: fix off by one in max_zone_pfn initialization for ZONE_DMA
Andrea Arcangeli
2019-07-15
1
-1
/
+1
|
*
powerpc/mm: Limit rma_size to 1TB when running without HV mode
Suraj Jitindar Singh
2019-07-15
1
-0
/
+9
*
|
mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE
David Hildenbrand
2019-07-18
1
-2
/
+0
*
|
mm: add account_locked_vm utility function
Daniel Jordan
2019-07-16
1
-37
/
+4
*
|
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
Anshuman Khandual
2019-07-16
1
-21
/
+2
*
|
mm/ioremap: probe platform for p4d huge map support
Anshuman Khandual
2019-07-16
1
-0
/
+5
*
|
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2019-07-14
1
-9
/
+1
|
\
\
|
|
/
|
/
|
|
*
memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag
Christoph Hellwig
2019-07-02
1
-9
/
+1
*
|
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-13
17
-188
/
+285
|
\
\
|
*
|
powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()
Christophe Leroy
2019-07-05
1
-2
/
+2
|
*
|
powerpc/mm/hugetlb: Don't enable HugeTLB if we don't have a page table cache
Aneesh Kumar K.V
2019-07-05
1
-2
/
+8
|
*
|
powerpc/mm/hugetlb: Fix kernel crash if we fail to allocate page table caches
Aneesh Kumar K.V
2019-07-05
1
-1
/
+6
|
*
|
powerpc/mm: Handle page table allocation failures
Aneesh Kumar K.V
2019-07-05
1
-0
/
+8
|
*
|
powerpc/mm: pmd_devmap implies pmd_large().
Aneesh Kumar K.V
2019-07-05
2
-2
/
+2
|
*
|
powerpc/book3s: Use config independent helpers for page table walk
Aneesh Kumar K.V
2019-07-05
4
-19
/
+25
|
*
|
powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap b...
Aneesh Kumar K.V
2019-07-05
1
-1
/
+4
|
*
|
powerpc/mm: Consolidate numa_enable check and min_common_depth check
Aneesh Kumar K.V
2019-07-05
1
-5
/
+11
|
*
|
powerpc/mm: Fix node look up with numa=off boot
Aneesh Kumar K.V
2019-07-05
1
-3
/
+3
|
*
|
powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0
Aneesh Kumar K.V
2019-07-05
1
-4
/
+6
|
*
|
powerpc/mm/radix: Use the right page size for vmemmap mapping
Aneesh Kumar K.V
2019-07-05
1
-9
/
+7
|
*
|
powerpc/mm/hash/4k: Don't use 64K page size for vmemmap with 4K pagesize
Aneesh Kumar K.V
2019-07-05
1
-3
/
+1
|
*
|
powerpc/pseries: Provide vcpu dispatch statistics
Naveen N. Rao
2019-07-04
1
-0
/
+16
|
*
|
powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/
Naveen N. Rao
2019-07-04
4
-112
/
+0
|
*
|
powerpc/pseries: Generalize hcall_vphn()
Naveen N. Rao
2019-07-04
2
-14
/
+21
|
*
|
powerpc/mm: mark more tlb functions as __always_inline
Masahiro Yamada
2019-07-03
2
-17
/
+17
|
*
|
powerpc/64s/radix: keep kernel ERAT over local process/guest invalidates
Nicholas Piggin
2019-07-03
1
-3
/
+3
|
*
|
powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERAT
Nicholas Piggin
2019-07-03
2
-5
/
+5
|
*
|
powerpc/powernv: remove unused NPU DMA code
Christoph Hellwig
2019-07-01
1
-1
/
+0
|
*
|
Merge branch 'fixes' into next
Michael Ellerman
2019-07-01
4
-11
/
+66
|
|
\
\
|
|
*
\
Merge tag 'powerpc-5.2-6' into fixes
Michael Ellerman
2019-07-01
1
-8
/
+47
|
|
|
\
\
|
*
|
|
|
powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAP
Nicholas Piggin
2019-06-19
1
-0
/
+100
|
*
|
|
|
powerpc/64s/radix: ioremap use ioremap_page_range
Nicholas Piggin
2019-06-19
3
-1
/
+43
|
*
|
|
|
powerpc/64: __ioremap_at clean up in the error case
Nicholas Piggin
2019-06-19
1
-7
/
+20
|
*
|
|
|
powerpc/mm/32s: fix condition that is always true
Andreas Schwab
2019-06-19
1
-1
/
+1
|
*
|
|
|
powerpc/mm: Make some symbols static that can be
YueHaibing
2019-05-28
3
-3
/
+3
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-07-12
1
-72
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
mm: move the powerpc hugepd code to mm/gup.c
Christoph Hellwig
2019-07-12
1
-72
/
+0
*
|
|
|
|
|
Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-07-11
1
-0
/
+5
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
ocxl: Allow contexts to be attached with a NULL mm
Alastair D'Silva
2019-07-03
1
-0
/
+5
*
|
|
|
|
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-07-08
1
-3
/
+2
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
2019-05-29
1
-1
/
+1
|
*
|
|
|
|
signal: Remove task parameter from force_sig_mceerr
Eric W. Biederman
2019-05-27
1
-2
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'powerpc-5.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-06-24
1
-8
/
+47
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge branch 'context-id-fix' into fixes
Michael Ellerman
2019-06-13
1
-8
/
+47
|
|
\
\
\
|
|
*
|
|
powerpc/mm/64s/hash: Reallocate context ids on fork
Michael Ellerman
2019-06-12
1
-4
/
+42
*
|
|
|
|
Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-06-22
1
-1
/
+2
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
powerpc: enable a 30-bit ZONE_DMA for 32-bit pmac
Christoph Hellwig
2019-06-19
1
-1
/
+2
|
|
/
/
/
*
|
|
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
[next]