index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-19
powerpc/iommu: Do not call PageTransHuge() on tail pages
Alexey Kardashevskiy
1
-2
/
+2
2017-04-19
powerpc/mmap: Any hint > 128TB searches the full VA space
Aneesh Kumar K.V
2
-3
/
+6
2017-04-19
powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limit
Aneesh Kumar K.V
4
-10
/
+10
2017-04-13
powerpc/mm/hash: Don't open code VMALLOC_INDEX
Aneesh Kumar K.V
1
-1
/
+1
2017-04-12
powerpc/mm: Fix hash table dump when memory is not contiguous
Rashmica Gupta
1
-1
/
+1
2017-04-12
powerpc/mm: Add physical address to Linux page table dump
Oliver O'Halloran
1
-2
/
+16
2017-04-12
powerpc/mm: Fix missing _PAGE_NON_IDEMPOTENT in pgtable dump
Oliver O'Halloran
1
-0
/
+13
2017-04-11
powerpc/mm: Remove reduntant initmem information from log
Anshuman Khandual
1
-7
/
+0
2017-04-11
powerpc/nohash: Fix use of mmu_has_feature() in setup_initial_memory_limit()
Michael Ellerman
1
-1
/
+1
2017-04-11
powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there
Michael Ellerman
1
-2
/
+1
2017-04-11
powerpc/mm/radix: Remove unnecessary ptesync
Aneesh Kumar K.V
1
-2
/
+2
2017-04-11
powerpc/mm/radix: Don't do page walk cache flush when doing full mm flush
Aneesh Kumar K.V
1
-0
/
+12
2017-04-04
powerpc/powernv: Introduce address translation services for Nvlink2
Alistair Popple
1
-0
/
+2
2017-04-03
powerpc/mm: Remove stale comment about the DART hole
Oliver O'Halloran
1
-5
/
+0
2017-04-03
powerpc: Avoid taking a data miss on every userspace instruction miss
Anton Blanchard
1
-1
/
+1
2017-04-01
powerpc/mm: Enable mappings above 128TB
Aneesh Kumar K.V
4
-24
/
+71
2017-04-01
powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limit
Aneesh Kumar K.V
4
-12
/
+13
2017-04-01
powerpc/pseries: Skip using reserved virtual address range
Aneesh Kumar K.V
2
-1
/
+16
2017-04-01
powerpc/mm/hash: Store addr_limit in PACA
Aneesh Kumar K.V
1
-1
/
+7
2017-04-01
powerpc/mm: Add addr_limit to mm_context and use it to derive max slice index
Aneesh Kumar K.V
2
-9
/
+18
2017-03-31
powerpc/mm/hash: Support 68 bit VA
Aneesh Kumar K.V
2
-10
/
+53
2017-03-31
powerpc/mm/hash: Use context ids 1-4 for the kernel
Aneesh Kumar K.V
2
-16
/
+6
2017-03-31
powerpc/mm: Split radix vs hash mm context initialisation
Michael Ellerman
1
-24
/
+43
2017-03-31
powerpc/mm/hash: Pull hash constants into hash__alloc_context_id()
Michael Ellerman
1
-7
/
+6
2017-03-31
powerpc/mm/hash: Abstract context id allocation for KVM
Michael Ellerman
1
-2
/
+8
2017-03-31
powerpc/mm/slice: Update slice mask printing to use bitmap printing.
Aneesh Kumar K.V
1
-23
/
+7
2017-03-31
powerpc/mm/slice: Move slice_mask struct definition to slice.c
Aneesh Kumar K.V
1
-1
/
+9
2017-03-31
powerpc/mm: Remove checks that TASK_SIZE_USER64 is too small
Aneesh Kumar K.V
1
-4
/
+0
2017-03-31
powerpc/mm: Move copy_mm_to_paca to paca.c
Aneesh Kumar K.V
3
-4
/
+4
2017-03-31
powerpc/mm/slice: Update the function prototype
Aneesh Kumar K.V
1
-34
/
+28
2017-03-31
powerpc/mm/slice: Convert slice_mask high slice to a bitmap
Aneesh Kumar K.V
1
-37
/
+75
2017-03-31
powerpc/mm: Move hash specific pte bits to be top bits of RPN
Aneesh Kumar K.V
1
-0
/
+13
2017-03-31
powerpc/mm/hugetlb: Filter out hugepage size not supported by page table layout
Aneesh Kumar K.V
1
-0
/
+18
2017-03-31
powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGE
Aneesh Kumar K.V
1
-1
/
+1
2017-03-31
powerpc/mm/slice: Fix off-by-1 error when computing slice mask
Aneesh Kumar K.V
1
-3
/
+2
2017-03-31
powerpc/mm/nohash: MM_SLICE is only used by book3s 64
Aneesh Kumar K.V
2
-12
/
+0
2017-03-21
powerpc/32: Remove Mac-on-Linux/rtlinux hooks
Ben Hutchings
1
-2
/
+0
2017-03-21
powerpc/mm: Move mmap_sem unlocking in do_page_fault()
Laurent Dufour
1
-15
/
+4
2017-03-21
powerpc/mm: Handle VM_FAULT_RETRY earlier
Laurent Dufour
1
-29
/
+38
2017-03-21
powerpc/mm: Move mmap_sem unlock up from do_sigbus
Laurent Dufour
1
-3
/
+3
2017-03-07
Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-6
/
+34
2017-03-06
powerpc: Update to new option-vector-5 format for CAS
Suraj Jitindar Singh
1
-6
/
+30
2017-03-03
powerpc/64: Invalidate process table caching after setting process table
Paul Mackerras
1
-0
/
+4
2017-03-02
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
5
-2
/
+8
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving more code to...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2
-2
/
+2
2017-03-01
Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-11
/
+17
2017-02-22
Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
13
-95
/
+391
2017-02-17
powerpc/mm: Fix typo in set_pte_at()
Gavin Shan
1
-3
/
+1
[next]