Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
de53c3786a3ce162a1c815d0c04c766c23ec9c0a
/
arch
/
powerpc
/
mm
866ba84
Merge tag 'powerpc-4.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
26e53d5
powerpc/64s/radix: Fix preempt imbalance in TLB flush
by Nicholas Piggin
· 7 years ago
6b2c08f
powerpc: Don't call lockdep_assert_cpus_held() from arch_update_cpu_topology()
by Thiago Jung Bauermann
· 7 years ago
7c6a4f3
powerpc/mm: Call flush_tlb_kernel_range with interrupts enabled
by Guenter Roeck
· 7 years ago
aae85e3
powerpc/mm: Use seq_putc() in two functions
by Markus Elfring
· 8 years ago
c062216
powerpc: fix location of two EXPORT_SYMBOL
by Christophe Leroy
· 7 years ago
6deb6b4
powerpc/mm/radix: Prettify mapped memory range print out
by Michael Ellerman
· 7 years ago
bd350f7
powerpc/mm/radix: Add pr_fmt() to pgtable-radix.c
by Michael Ellerman
· 7 years ago
3a2df37
powerpc/mm: Make switch_mm_irqs_off() out of line
by Benjamin Herrenschmidt
· 8 years ago
a619e59
powerpc/mm: Optimize detection of thread local mm's
by Benjamin Herrenschmidt
· 8 years ago
b426e4b
powerpc/mm: Use mm_is_thread_local() instread of open-coding
by Benjamin Herrenschmidt
· 8 years ago
15c659ff
Merge branch 'fixes' into next
by Michael Ellerman
· 7 years ago
0f4bc09
powerpc/mm/cxl: Add the fault handling cpu to mm cpumask
by Aneesh Kumar K.V
· 7 years ago
fa4531f
powerpc/mm: Don't send IPI to all cpus on THP updates
by Aneesh Kumar K.V
· 7 years ago
8434f08
Merge branch 'topic/ppc-kvm' into next
by Michael Ellerman
· 7 years ago
94171b1
powerpc/mm: Rename find_linux_pte_or_hugepte()
by Aneesh Kumar K.V
· 7 years ago
79cc38d
powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel command line
by Aneesh Kumar K.V
· 7 years ago
ca8afd4
powerpc/hugetlb: fix page rights verification in gup_hugepte()
by Christophe Leroy
· 8 years ago
4cfac2f
powerpc/mm: Simplify __set_fixmap()
by Christophe Leroy
· 7 years ago
86b1952
powerpc/mm: declare some local functions static
by Christophe Leroy
· 7 years ago
95902e6
powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32
by Christophe Leroy
· 7 years ago
3184cc4
powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32
by Christophe Leroy
· 7 years ago
e611939
powerpc/mm: Ensure change_page_attr() doesn't invalidate pinned TLBs
by Christophe Leroy
· 7 years ago
346bcc4
powerpc/8xx: mark init functions with __init
by Christophe Leroy
· 8 years ago
a3059b0
powerpc/8xx: Make pinning of ITLBs optional
by Christophe Leroy
· 8 years ago
eef784b
powerpc/8xx: Ensures RAM mapped with LTLB is seen as block mapped on 8xx.
by Christophe Leroy
· 8 years ago
7559952
powerpc/mm: Fix section mismatch warning in early_check_vec5()
by Michael Ellerman
· 7 years ago
4915349
powerpc/8xx: Use symbolic names for DSISR bits in DSI
by Christophe Leroy
· 7 years ago
968159c
powerpc/8xx: Getting rid of remaining use of CONFIG_8xx
by Christophe Leroy
· 7 years ago
7cd2a86
powerpc/mm: Properly invalidate when setting process table base
by Suraj Jitindar Singh
· 7 years ago
21a0e8c
powerpc/mm/hash64: Make vmalloc 56T on hash
by Michael Ellerman
· 7 years ago
b5048de
powerpc/mm/slb: Move comment next to the code it's referring to
by Michael Ellerman
· 7 years ago
63ee9b2
powerpc/mm/book3s64: Make KERN_IO_START a variable
by Michael Ellerman
· 7 years ago
6ff4d3e
powerpc: Remove old unused icswx based coprocessor support
by Benjamin Herrenschmidt
· 8 years ago
8f5ca0b
powerpc/mm: Cleanup check for stack expansion
by Benjamin Herrenschmidt
· 8 years ago
f43bb27
powerpc/mm: Don't lose "major" fault indication on retry
by Benjamin Herrenschmidt
· 8 years ago
bd0d63f
powerpc/mm: Move page fault VMA access checks to a helper
by Benjamin Herrenschmidt
· 8 years ago
d2e0d2c
powerpc/mm: Set fault flags earlier
by Benjamin Herrenschmidt
· 8 years ago
b15021d
powerpc/mm: Add a bunch of (un)likely annotations to do_page_fault
by Benjamin Herrenschmidt
· 8 years ago
11ccdd3
powerpc/mm: Move/simplify faulthandler_disabled() and !mm check
by Benjamin Herrenschmidt
· 8 years ago
2865d08
powerpc/mm: Move the DSISR_PROTFAULT sanity check
by Benjamin Herrenschmidt
· 8 years ago
04aafdc
powerpc/mm: Cosmetic fix to page fault accounting
by Benjamin Herrenschmidt
· 8 years ago
3da0264
powerpc/mm: Move CMO accounting out of do_page_fault into a helper
by Benjamin Herrenschmidt
· 8 years ago
b5c8f0f
powerpc/mm: Rework mm_fault_error()
by Benjamin Herrenschmidt
· 8 years ago
c335060
powerpc/mm: Make bad_area* helper functions
by Benjamin Herrenschmidt
· 8 years ago
d3ca587
powerpc/mm: Fix reporting of kernel execute faults
by Benjamin Herrenschmidt
· 8 years ago
65d47fd
powerpc/mm: Simplify returns from __do_page_fault
by Benjamin Herrenschmidt
· 8 years ago
bb4be50
powerpc/mm: Move debugger check to notify_page_fault()
by Benjamin Herrenschmidt
· 8 years ago
f3d96e6
powerpc/mm: Overhaul handling of bad page faults
by Benjamin Herrenschmidt
· 8 years ago
e6c8290
powerpc/mm: Move error_code checks for bad faults earlier
by Benjamin Herrenschmidt
· 8 years ago
41b464e5
powerpc/mm: Move out definition of CPU specific is_write bits
by Benjamin Herrenschmidt
· 8 years ago
d300627
powerpc/6xx: Handle DABR match before calling do_page_fault
by Benjamin Herrenschmidt
· 8 years ago
c433ec0
powerpc/mm: Pre-filter SRR1 bits before do_page_fault()
by Benjamin Herrenschmidt
· 8 years ago
7afad42
powerpc/mm: Move exception_enter/exit to a do_page_fault wrapper
by Benjamin Herrenschmidt
· 8 years ago
424de9c
powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
by Benjamin Herrenschmidt
· 8 years ago
a46cc7a
powerpc/mm/radix: Improve TLB/PWC flushes
by Benjamin Herrenschmidt
· 8 years ago
5ce5fe1
powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
by Benjamin Herrenschmidt
· 8 years ago
bb27222
Merge tag 'v4.13-rc1' into fixes
by Michael Ellerman
· 7 years ago
23493c1
powerpc/mm: Fix check of multiple 16G pages from device tree
by Rui Teng
· 8 years ago
0da12a7
powerpc/mm/hash: Free the subpage_prot_table correctly
by Aneesh Kumar K.V
· 8 years ago
a25bd72
powerpc/mm/radix: Workaround prefetch issue with KVM
by Benjamin Herrenschmidt
· 8 years ago
7e7dc66
powerpc/mm: Build fix for non SPARSEMEM_VMEMAP config
by Aneesh Kumar K.V
· 8 years ago
10fc955
Merge tag 'powerpc-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
029d925
powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=y
by Michael Ellerman
· 8 years ago
fa7f918
powerpc/mm/hash: Refactor hash__mark_rodata_ro()
by Michael Ellerman
· 8 years ago
b134bd9
powerpc/mm/radix: Refactor radix__mark_rodata_ro()
by Michael Ellerman
· 8 years ago
deed9de
Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
0a782dc
powerpc,mmap: properly account for stack randomization in mmap_base
by Rik van Riel
· 8 years ago
3a6a047
powerpc/mm/radix: Synchronize updates to the process table
by Benjamin Herrenschmidt
· 8 years ago
c6bb0b8
powerpc/mm/radix: Properly clear process table entry
by Benjamin Herrenschmidt
· 8 years ago
d691b7e
Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
7868a20
mm/hugetlb: add size parameter to huge_pte_offset()
by Punit Agrawal
· 8 years ago
40692eb
powerpc/mm/hugetlb: add support for 1G huge pages
by Aneesh Kumar K.V
· 8 years ago
28c0571
powerpc/mm/hugetlb: remove follow_huge_addr for powerpc
by Aneesh Kumar K.V
· 8 years ago
50791e6
powerpc/hugetlb: add follow_huge_pd implementation for ppc64
by Aneesh Kumar K.V
· 8 years ago
3d79a72
mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory
by Michal Hocko
· 8 years ago
f1dd2cd
mm, memory_hotplug: do not associate hotadded memory to zones until online
by Michal Hocko
· 8 years ago
1b862ae
mm, memory_hotplug: get rid of is_zone_device_section
by Michal Hocko
· 8 years ago
7614ff3
powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for Radix
by Balbir Singh
· 8 years ago
cd65d69
powerpc/mm/hash: Implement mark_rodata_ro() for hash
by Balbir Singh
· 8 years ago
9a9594e
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
7f6d498
powerpc/mm/radix: Fix execute permissions for interrupt_vectors
by Balbir Singh
· 8 years ago
218ea31
Merge branch 'fixes' into next
by Michael Ellerman
· 8 years ago
1b644f5
powerpc/mm: Wire up hpte_removebolted for powernv
by Anton Blanchard
· 8 years ago
ebd3119
powerpc/mm: Add devmap support for ppc64
by Oliver O'Halloran
· 8 years ago
b584c25
powerpc/vmemmap: Add altmap support
by Oliver O'Halloran
· 8 years ago
d7d9b61
powerpc/vmemmap: Reshuffle vmemmap_free()
by Oliver O'Halloran
· 8 years ago
7a849a6
powerpc/hugetlbfs: Export HPAGE_SHIFT
by Oliver O'Halloran
· 8 years ago
4e287e6
powerpc: use spin loop primitives in some functions
by Nicholas Piggin
· 8 years ago
39e4675
powerpc/mm: Add comments on vmemmap physical mapping
by Anshuman Khandual
· 8 years ago
b0f36c1
powerpc/mm: Add comments to the vmemmap layout
by Anshuman Khandual
· 8 years ago
74e27c6
powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
by Benjamin Herrenschmidt
· 8 years ago
0428491
powerpc/mm: Trace tlbie(l) instructions
by Balbir Singh
· 8 years ago
3e401f7
powerpc: Only obtain cpu_hotplug_lock if called by rtasd
by Thiago Jung Bauermann
· 8 years ago
fd88b94
powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()
by Michael Ellerman
· 8 years ago
d59afff
powerpc/64s: Preserve r3 in slb_allocate_realmode()
by Nicholas Piggin
· 8 years ago
1be7107
mm: larger stack guard gap, between vmas
by Hugh Dickins
· 8 years ago
9abcc98
powerpc/mm/radix: Only add X for pages overlapping kernel text
by Michael Ellerman
· 8 years ago
92d9dfd
powerpc/mm/4k: Limit 4k page size config to 64TB virtual address space
by Aneesh Kumar K.V
· 8 years ago
Next »