index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-05
powerpc/pmem: Fix kernel crash due to wrong range value usage in flush_dcache...
Aneesh Kumar K.V
1
-1
/
+1
2019-12-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2019-12-01
powerpc/mm: remove pmd_huge/pud_huge stubs and include hugetlb.h
Mike Kravetz
1
-0
/
+1
2019-11-30
Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
18
-135
/
+764
2019-11-29
powerpc/fixmap: fix crash with HIGHMEM
Christophe Leroy
1
-0
/
+6
2019-11-25
powerpc/fixmap: don't clear fixmap area in paging_init()
Christophe Leroy
1
-8
/
+0
2019-11-21
Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel...
Christoph Hellwig
1
-5
/
+15
2019-11-20
dma-mapping: drop the dev argument to arch_sync_dma_for_*
Christoph Hellwig
1
-4
/
+4
2019-11-19
powerpc/32s: automatically allocate BAT in setbat()
Christophe Leroy
1
-1
/
+10
2019-11-19
powerpc/ioremap: warn on early use of ioremap()
Christophe Leroy
2
-0
/
+3
2019-11-18
powerpc/32: Don't populate page tables for block mapped pages except on the 8xx.
Christophe Leroy
2
-7
/
+50
2019-11-18
powerpc/mm: Show if a bad page fault on data is read or write.
Christophe Leroy
1
-2
/
+4
2019-11-14
Merge branch 'topic/kaslr-book3e32' into next
Michael Ellerman
7
-12
/
+426
2019-11-13
powerpc/fsl_booke/kaslr: support nokaslr cmdline parameter
Jason Yan
1
-0
/
+7
2019-11-13
powerpc/fsl_booke/kaslr: clear the original kernel if randomized
Jason Yan
3
-0
/
+14
2019-11-13
powerpc/fsl_booke/32: randomize the kernel image offset
Jason Yan
1
-2
/
+323
2019-11-13
powerpc/fsl_booke/32: implement KASLR infrastructure
Jason Yan
4
-2
/
+75
2019-11-13
powerpc/fsl_booke/32: introduce reloc_kernel_entry() helper
Jason Yan
1
-0
/
+1
2019-11-13
powerpc/fsl_booke/32: introduce create_kaslr_tlb_entry() helper
Jason Yan
1
-0
/
+1
2019-11-13
powerpc: introduce kernstart_virt_addr to store the kernel base
Jason Yan
1
-0
/
+2
2019-11-13
powerpc: move memstart_addr and kernstart_addr to init-common.c
Jason Yan
3
-10
/
+5
2019-11-07
powerpc: Don't flush caches when adding memory
Alastair D'Silva
1
-2
/
+0
2019-11-07
powerpc: Chunk calls to flush_dcache_range in arch_*_memory
Alastair D'Silva
1
-2
/
+25
2019-11-07
powerpc: Convert flush_icache_range & friends to C
Alastair D'Silva
1
-1
/
+149
2019-11-05
powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warning
Aneesh Kumar K.V
1
-0
/
+1
2019-11-05
powerpc/mm/book3s64/radix: Flush the full mm even when need_flush_all is set
Aneesh Kumar K.V
1
-2
/
+1
2019-11-05
powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_all
Aneesh Kumar K.V
1
-8
/
+3
2019-11-05
powerpc/mm/book3s64/radix: Remove unused code.
Aneesh Kumar K.V
1
-60
/
+6
2019-11-01
dma/direct: turn ARCH_ZONE_DMA_BITS into a variable
Nicolas Saenz Julienne
1
-5
/
+15
2019-10-28
powerpc/book3s64/hash: Use secondary hash for bolted mapping if the primary i...
Aneesh Kumar K.V
2
-10
/
+41
2019-10-28
powerpc/pseries: Don't fail hash page table insert for bolted mapping
Aneesh Kumar K.V
1
-1
/
+8
2019-10-28
powerpc/nvdimm: Update vmemmap_populated to check sub-section range
Aneesh Kumar K.V
1
-16
/
+38
2019-10-11
powerpc/pkeys: remove unused pkey_allows_readwrite
Qian Cai
1
-10
/
+0
2019-09-29
Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-8
/
+18
2019-09-28
Merge tag 'powerpc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
4
-23
/
+141
2019-09-26
mm: treewide: clarify pgtable_page_{ctor,dtor}() naming
Mark Rutland
1
-3
/
+3
2019-09-24
thp: update split_huge_page_pmd() comment
Kefeng Wang
1
-1
/
+1
2019-09-24
mm: introduce compound_nr()
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-09-24
mm: introduce page_shift()
Matthew Wilcox (Oracle)
1
-5
/
+2
2019-09-24
libnvdimm/altmap: Track namespace boundaries in altmap
Aneesh Kumar K.V
1
-1
/
+16
2019-09-24
powerpc/book3s64: Export has_transparent_hugepage() related functions.
Aneesh Kumar K.V
2
-7
/
+2
2019-09-24
powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9
Aneesh Kumar K.V
2
-11
/
+98
2019-09-24
powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flag
Aneesh Kumar K.V
2
-3
/
+3
2019-09-21
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
1
-6
/
+6
2019-09-21
powerpc/mm: Fix an Oops in kasan_mmu_init()
Christophe Leroy
1
-1
/
+14
2019-09-21
powerpc/mm: Add a helper to select PAGE_KERNEL_RO or PAGE_READONLY
Christophe Leroy
1
-8
/
+13
2019-09-21
powerpc/book3s64/radix: Remove WARN_ON in destroy_context()
Aneesh Kumar K.V
1
-1
/
+14
2019-09-20
Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
20
-1019
/
+786
2019-09-14
powerpc/mm/radix: remove useless kernel messages
Qian Cai
1
-3
/
+0
2019-09-14
powerpc/64s: Remove overlaps_kvm_tmp()
Michael Ellerman
1
-4
/
+0
[next]