index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/vma: make vma_is_accessible() available for general use
Anshuman Khandual
2020-04-07
1
-1
/
+1
*
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-04-05
17
-135
/
+160
|
\
|
*
powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.
Christophe Leroy
2020-03-25
1
-8
/
+6
|
*
powerpc/kasan: Fix kasan_remap_early_shadow_ro()
Christophe Leroy
2020-03-25
1
-1
/
+1
|
*
powerpc/64s/radix: Fix CONFIG_SMP=n build
Nicholas Piggin
2020-03-18
2
-1
/
+7
|
*
powerpc/fsl_booke: Avoid creating duplicate tlb1 entry
Laurentiu Tudor
2020-03-17
1
-1
/
+11
|
*
Merge branch 'fixes' into next
Michael Ellerman
2020-03-10
5
-50
/
+46
|
|
\
|
*
|
powerpc/numa: Remove late request for home node associativity
Srikar Dronamraju
2020-03-04
1
-9
/
+0
|
*
|
powerpc/numa: Early request for home node associativity
Srikar Dronamraju
2020-03-04
1
-1
/
+40
|
*
|
powerpc/numa: Use cpu node map of first sibling thread
Srikar Dronamraju
2020-03-04
1
-2
/
+20
|
*
|
powerpc/numa: Handle extra hcall_vphn error cases
Srikar Dronamraju
2020-03-04
1
-9
/
+16
|
*
|
powerpc/book3s64: Fix error handling in mm_iommu_do_alloc()
Alexey Kardashevskiy
2020-03-04
1
-18
/
+21
|
*
|
powerpc/mm: ptdump: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2020-03-04
4
-20
/
+11
|
*
|
powerpc/mm: book3s64: hash_utils: no need to check return value of debugfs_cr...
Greg Kroah-Hartman
2020-03-04
1
-5
/
+2
|
*
|
powerpc/32: drop get_pteptr()
Christophe Leroy
2020-02-26
2
-42
/
+2
|
*
|
powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...
Christophe Leroy
2020-02-26
6
-12
/
+11
|
*
|
powerpc/32s: Slenderize _tlbia() for powerpc 603/603e
Christophe Leroy
2020-02-19
1
-5
/
+8
|
*
|
powerpc/32s: Don't flush all TLBs when flushing one page
Christophe Leroy
2020-02-19
1
-2
/
+5
*
|
|
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
2020-04-02
1
-6
/
+0
*
|
|
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
2020-04-02
1
-1
/
+1
*
|
|
powerpc/mm: use helper fault_signal_pending()
Peter Xu
2020-04-02
1
-8
/
+4
*
|
|
mm/vma: make vma_is_foreign() available for general use
Anshuman Khandual
2020-04-02
1
-12
/
+0
*
|
|
powerpc/kasan: Fix shadow memory protection with CONFIG_KASAN_VMALLOC
Christophe Leroy
2020-03-13
1
-7
/
+2
|
|
/
|
/
|
*
|
powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()
Michael Ellerman
2020-03-05
1
-0
/
+2
*
|
powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACK
Christophe Leroy
2020-02-18
3
-39
/
+26
*
|
powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page size
Christophe Leroy
2020-02-17
1
-11
/
+18
|
/
*
Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-02-04
12
-80
/
+125
|
\
|
*
Merge branch 'topic/user-access-begin' into next
Michael Ellerman
2020-02-01
1
-1
/
+1
|
|
\
|
|
*
powerpc/32s: Fix bad_kuap_fault()
Christophe Leroy
2020-01-28
1
-1
/
+1
|
*
|
powerpc/32s: Fix kasan_early_hash_table() for CONFIG_VMAP_STACK
Christophe Leroy
2020-01-30
1
-2
/
+5
|
*
|
powerpc/32: Reuse orphaned memblocks in kasan_init_shadow_page_tables()
Christophe Leroy
2020-01-27
1
-3
/
+3
|
*
|
powerpc/32: Simplify KASAN init
Christophe Leroy
2020-01-27
1
-21
/
+5
|
*
|
powerpc/32: Force KASAN_VMALLOC for modules
Christophe Leroy
2020-01-27
1
-26
/
+5
|
*
|
powerpc/32: Add support of KASAN_VMALLOC
Christophe Leroy
2020-01-27
2
-1
/
+36
|
*
|
powerpc/mm: Don't log user reads to 0xffffffff
Christophe Leroy
2020-01-27
1
-0
/
+3
|
*
|
powerpc/32s: Enable CONFIG_VMAP_STACK
Christophe Leroy
2020-01-27
2
-19
/
+36
|
*
|
powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2
Jordan Niethe
2020-01-26
2
-1
/
+8
|
*
|
powerpc: use probe_user_read() and probe_user_write()
Christophe Leroy
2020-01-26
1
-5
/
+1
|
*
|
powerpc/8xx: Fix permanently mapped IMMR region.
Christophe Leroy
2020-01-23
1
-6
/
+7
|
*
|
powerpc/ptdump: Fix W+X verification
Christophe Leroy
2020-01-23
1
-1
/
+3
|
*
|
powerpc/ptdump: Fix W+X verification call in mark_rodata_ro()
Christophe Leroy
2020-01-23
1
-0
/
+1
|
*
|
powerpc/ptdump: don't entirely rebuild kernel when selecting CONFIG_PPC_DEBUG_WX
Christophe Leroy
2020-01-23
2
-0
/
+8
|
*
|
powerpc/book3s64/hash: Disable 16M linear mapping size if not aligned
Russell Currey
2020-01-16
1
-1
/
+10
|
|
/
*
|
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-04
1
-6
/
+6
*
|
powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP case
Aneesh Kumar K.V
2020-02-04
1
-7
/
+0
*
|
mm, tree-wide: rename put_user_page*() to unpin_user_page*()
John Hubbard
2020-01-31
1
-2
/
+2
*
|
powerpc: book3s64: convert to pin_user_pages() and put_user_page()
John Hubbard
2020-01-31
1
-5
/
+5
|
/
*
mm/memory_hotplug: shrink zones when offlining memory
David Hildenbrand
2020-01-04
1
-2
/
+1
*
powerpc/mm: Mark get_slice_psize() & slice_addr_is_low() as notrace
Michael Ellerman
2019-12-23
1
-2
/
+2
*
powerpc/8xx: fix bogus __init on mmu_mapin_ram_chunk()
Christophe Leroy
2019-12-16
1
-1
/
+1
[next]