index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-26
powerpc/mm: Fix conditions to perform MMU specific management by blocks on PPC32.
Christophe Leroy
1
-2
/
+2
2020-05-26
powerpc/mm: Allocate static page tables for fixmap
Christophe Leroy
1
-0
/
+16
2020-05-26
powerpc/32s: Don't warn when mapping RO data ROX.
Christophe Leroy
1
-2
/
+4
2020-05-26
powerpc/ptdump: Handle hugepd at PGD level
Christophe Leroy
1
-3
/
+26
2020-05-26
powerpc/ptdump: Properly handle non standard page size
Christophe Leroy
1
-9
/
+12
2020-05-26
powerpc/ptdump: Standardise display of BAT flags
Christophe Leroy
1
-21
/
+14
2020-05-26
powerpc/ptdump: Display size of BATs
Christophe Leroy
3
-9
/
+21
2020-05-26
powerpc/ptdump: Add _PAGE_COHERENT flag
Christophe Leroy
1
-0
/
+5
2020-05-20
powerpc/kasan: Declare kasan_init_region() weak
Christophe Leroy
1
-10
/
+11
2020-05-20
powerpc/kasan: Refactor update of early shadow mappings
Christophe Leroy
1
-21
/
+18
2020-05-20
powerpc/kasan: Remove unnecessary page table locking
Christophe Leroy
1
-15
/
+4
2020-05-20
powerpc/kasan: Fix shadow pages allocation failure
Christophe Leroy
2
-3
/
+3
2020-05-20
powerpc/kasan: Fix error detection on memory allocation
Christophe Leroy
1
-3
/
+2
2020-05-20
powerpc/64s/hash: Add stress_slb kernel boot option to increase SLB faults
Nicholas Piggin
3
-44
/
+142
2020-05-20
powerpc/book3s64/radix/tlb: Determine hugepage flush correctly
Aneesh Kumar K.V
1
-3
/
+1
2020-05-20
Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."
Christophe Leroy
1
-6
/
+8
2020-05-19
powerpc: Add a probe_user_read_inst() function
Jordan Niethe
1
-2
/
+2
2020-05-19
powerpc: Use a datatype for instructions
Jordan Niethe
1
-2
/
+2
2020-05-19
powerpc: Use a function for getting the instruction op code
Jordan Niethe
1
-1
/
+2
2020-05-19
powerpc: Use an accessor for instructions
Jordan Niethe
1
-3
/
+3
2020-05-19
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
1
-2
/
+3
2020-05-15
powerpc/mm: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-11
powerpc: Replace _ALIGN_UP() by ALIGN()
Christophe Leroy
3
-3
/
+3
2020-05-11
powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()
Christophe Leroy
2
-4
/
+4
2020-05-05
powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault race
Aneesh Kumar K.V
1
-0
/
+18
2020-05-05
powerpc/mm/book3s64: Avoid sending IPI on clearing PMD
Aneesh Kumar K.V
3
-31
/
+7
2020-05-05
powerpc/book3s64/hash: Use the pte_t address from the caller
Aneesh Kumar K.V
1
-22
/
+5
2020-05-05
powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_range
Aneesh Kumar K.V
1
-13
/
+3
2020-05-05
powerpc/mm/hash64: use _PAGE_PTE when checking for pte_present
Aneesh Kumar K.V
1
-2
/
+9
2020-05-05
powerpc/pkeys: Check vma before returning key fault error to the user
Aneesh Kumar K.V
1
-8
/
+0
2020-05-05
powerpc/pkeys: Avoid using lockless page table walk
Aneesh Kumar K.V
2
-47
/
+60
2020-04-22
powerpc/8xx: Fix STRICT_KERNEL_RWX startup test failure
Christophe Leroy
1
-0
/
+3
2020-04-10
mm/memory_hotplug: add pgprot_t to mhp_params
Logan Gunthorpe
1
-1
/
+2
2020-04-10
powerpc/mm: thread pgprot_t through create_section_mapping()
Logan Gunthorpe
4
-14
/
+21
2020-04-10
mm/memory_hotplug: rename mhp_restrictions to mhp_params
Logan Gunthorpe
1
-2
/
+2
2020-04-10
mm/vma: introduce VM_ACCESS_FLAGS
Anshuman Khandual
1
-1
/
+1
2020-04-08
Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
1
-0
/
+21
2020-04-07
mm/vma: make vma_is_accessible() available for general use
Anshuman Khandual
1
-1
/
+1
2020-04-05
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
17
-135
/
+160
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
1
-6
/
+0
2020-04-02
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
1
-1
/
+1
2020-04-02
powerpc/mm: use helper fault_signal_pending()
Peter Xu
1
-8
/
+4
2020-04-02
mm/vma: make vma_is_foreign() available for general use
Anshuman Khandual
1
-12
/
+0
2020-03-25
powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.
Christophe Leroy
1
-8
/
+6
2020-03-25
powerpc/kasan: Fix kasan_remap_early_shadow_ro()
Christophe Leroy
1
-1
/
+1
2020-03-18
powerpc/64s/radix: Fix CONFIG_SMP=n build
Nicholas Piggin
2
-1
/
+7
2020-03-17
powerpc/fsl_booke: Avoid creating duplicate tlb1 entry
Laurentiu Tudor
1
-1
/
+11
2020-03-13
powerpc/kasan: Fix shadow memory protection with CONFIG_KASAN_VMALLOC
Christophe Leroy
1
-7
/
+2
2020-03-10
Merge branch 'fixes' into next
Michael Ellerman
5
-50
/
+46
2020-03-05
powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()
Michael Ellerman
1
-0
/
+2
[prev]
[next]