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
2016-06-08
powerpc/mm/hash: Compute the segment size correctly for ISA 3.0
Aneesh Kumar K.V
1
-1
/
+5
2016-06-08
powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXT
Aneesh Kumar K.V
1
-4
/
+4
2016-06-01
powerpc/mm/radix: Add missing tlb flush
Aneesh Kumar K.V
1
-4
/
+1
2016-06-01
powerpc/mm/hash: Fix the reference bit update when handling hash fault
Aneesh Kumar K.V
1
-2
/
+20
2016-06-01
powerpc/mm/radix: Update LPCR only if it is powernv
Aneesh Kumar K.V
1
-13
/
+10
2016-05-20
Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
27
-786
/
+1992
2016-05-19
powerpc: mm: use hugetlb_bad_size()
Vaishali Thakkar
1
-2
/
+4
2016-05-11
powerpc/mm: Improve readability of update_mmu_cache()
Gavin Shan
1
-7
/
+14
2016-05-11
powerpc/mm: define TOP_ZONE as a constant
Oliver O'Halloran
1
-12
/
+5
2016-05-11
powerpc/mm/hash64: Fix subpage protection with 4K HPTE config
Michael Ellerman
1
-1
/
+9
2016-05-11
powerpc/mm/hash64: Factor out hash preload psize check
Michael Ellerman
1
-4
/
+17
2016-05-11
powerpc/mm/slice: Remove slice_mm_new_context()
Aneesh Kumar K.V
1
-2
/
+1
2016-05-11
powerpc/mm/subpage: Initialise user psize correctly
Aneesh Kumar K.V
1
-1
/
+10
2016-05-11
powerpc/mm/radix: Add radix THP callbacks
Aneesh Kumar K.V
2
-1
/
+118
2016-05-11
powerpc/mm/thp: Abstraction for THP functions
Aneesh Kumar K.V
3
-125
/
+132
2016-05-11
powerpc/mm: THP is only available on hash64 as of now
Aneesh Kumar K.V
2
-359
/
+358
2016-05-11
powerpc/mm: Add radix support for hugetlb
Aneesh Kumar K.V
4
-1
/
+104
2016-05-11
powerpc/mm: Fix vma_mmu_pagesize() for radix
Aneesh Kumar K.V
1
-4
/
+4
2016-05-11
powerpc/mm: pte_frag abstraction
Aneesh Kumar K.V
3
-0
/
+12
2016-05-11
powerpc/radix: Update MMU cache
Aneesh Kumar K.V
1
-0
/
+2
2016-05-11
powerpc/mm: vmalloc abstraction in preparation for radix
Aneesh Kumar K.V
4
-3
/
+29
2016-05-11
powerpc/mm: Update pte filter for radix
Aneesh Kumar K.V
1
-0
/
+3
2016-05-11
powerpc/mm: Add radix pgalloc details
Aneesh Kumar K.V
3
-1
/
+17
2016-05-11
powerpc/mm: Make 4K and 64K use pte_t for pgtable_t
Aneesh Kumar K.V
1
-1
/
+1
2016-05-11
powerpc/mm: Rename function to indicate we are allocating fragments
Aneesh Kumar K.V
1
-17
/
+4
2016-05-11
powerpc/mm/radix: Update PTCR on secondary CPUs
Aneesh Kumar K.V
1
-3
/
+7
2016-05-11
powerpc/mm/radix: Pick the address layout for radix config
Aneesh Kumar K.V
1
-0
/
+109
2016-05-11
powerpc/mm/radix: Limit paca allocation in radix
Aneesh Kumar K.V
1
-1
/
+19
2016-05-11
powerpc/mm/radix: Add checks in slice code to catch radix usage
Aneesh Kumar K.V
1
-0
/
+16
2016-05-01
powerpc/mm/radix: Add tlbflush routines
Aneesh Kumar K.V
2
-1
/
+243
2016-05-01
powerpc/mm: Hash abstraction for tlbflush routines
Aneesh Kumar K.V
1
-1
/
+1
2016-05-01
powerpc/mm: Rename mmu_context_hash64.c to mmu_context_book3s64.c
Aneesh Kumar K.V
2
-4
/
+3
2016-05-01
powerpc/mm/radix: Add mmu context handling callback for radix
Aneesh Kumar K.V
1
-8
/
+35
2016-05-01
powerpc/mm: Abstraction for switch_mmu_context()
Aneesh Kumar K.V
1
-1
/
+2
2016-05-01
powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()
Aneesh Kumar K.V
1
-0
/
+20
2016-05-01
powerpc/mm: Abstraction for vmemmap and map_kernel_page()
Aneesh Kumar K.V
3
-16
/
+6
2016-05-01
powerpc/mm/radix: Add radix callbacks for early init routines
Aneesh Kumar K.V
2
-0
/
+357
2016-05-01
powerpc/mm: Abstract early MMU init in preparation for radix
Aneesh Kumar K.V
1
-3
/
+3
2016-05-01
powerpc/mm: Make page table size a variable
Aneesh Kumar K.V
7
-16
/
+41
2016-05-01
powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix
Aneesh Kumar K.V
7
-63
/
+65
2016-05-01
powerpc/mm: Move hash and no hash code to separate files
Aneesh Kumar K.V
5
-153
/
+222
2016-05-01
powerpc/mm/hash: Add support for Power9 Hash
Aneesh Kumar K.V
3
-3
/
+57
2016-05-01
powerpc/mm: Use generic version of pmdp_clear_flush_young()
Aneesh Kumar K.V
1
-10
/
+3
2016-05-01
powerpc/mm: Drop WIMG in favour of new constants
Aneesh Kumar K.V
4
-18
/
+14
2016-05-01
powerpc/mm: Use a helper for finding pte bits mapping I/O area
Aneesh Kumar K.V
1
-2
/
+2
2016-05-01
powerpc/mm: Update _PAGE_KERNEL_RO
Aneesh Kumar K.V
1
-6
/
+11
2016-05-01
powerpc/mm: Remove RPN_SHIFT and RPN_SIZE
Aneesh Kumar K.V
1
-1
/
+1
2016-05-01
powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
Aneesh Kumar K.V
8
-17
/
+42
2016-05-01
powerpc/mm: Convert pte_user() to static inline
Michael Ellerman
1
-1
/
+1
2016-05-01
powerpc/mm/subpage: Clear RWX bit to indicate no access
Aneesh Kumar K.V
1
-3
/
+8
[next]