summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Fix possible out-of-bounds shift in arch_mmap_rnd()Michael Ellerman2017-04-261-1/+1
* powerpc/mm: Add support for runtime configuration of ASLR limitsMichael Ellerman2017-04-211-5/+6
* powerpc/iommu: Do not call PageTransHuge() on tail pagesAlexey Kardashevskiy2017-04-191-2/+2
* powerpc/mmap: Any hint > 128TB searches the full VA spaceAneesh Kumar K.V2017-04-192-3/+6
* powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limitAneesh Kumar K.V2017-04-194-10/+10
* powerpc/mm/hash: Don't open code VMALLOC_INDEXAneesh Kumar K.V2017-04-131-1/+1
* powerpc/mm: Fix hash table dump when memory is not contiguousRashmica Gupta2017-04-121-1/+1
* powerpc/mm: Add physical address to Linux page table dumpOliver O'Halloran2017-04-121-2/+16
* powerpc/mm: Fix missing _PAGE_NON_IDEMPOTENT in pgtable dumpOliver O'Halloran2017-04-121-0/+13
* powerpc/mm: Remove reduntant initmem information from logAnshuman Khandual2017-04-111-7/+0
* powerpc/nohash: Fix use of mmu_has_feature() in setup_initial_memory_limit()Michael Ellerman2017-04-111-1/+1
* powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman2017-04-111-2/+1
* powerpc/mm/radix: Remove unnecessary ptesyncAneesh Kumar K.V2017-04-111-2/+2
* powerpc/mm/radix: Don't do page walk cache flush when doing full mm flushAneesh Kumar K.V2017-04-111-0/+12
* powerpc/powernv: Introduce address translation services for Nvlink2Alistair Popple2017-04-041-0/+2
* powerpc/mm: Remove stale comment about the DART holeOliver O'Halloran2017-04-031-5/+0
* powerpc: Avoid taking a data miss on every userspace instruction missAnton Blanchard2017-04-031-1/+1
* powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V2017-04-014-24/+71
* powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limitAneesh Kumar K.V2017-04-014-12/+13
* powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V2017-04-012-1/+16
* powerpc/mm/hash: Store addr_limit in PACAAneesh Kumar K.V2017-04-011-1/+7
* powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V2017-04-012-9/+18
* powerpc/mm/hash: Support 68 bit VAAneesh Kumar K.V2017-03-312-10/+53
* powerpc/mm/hash: Use context ids 1-4 for the kernelAneesh Kumar K.V2017-03-312-16/+6
* powerpc/mm: Split radix vs hash mm context initialisationMichael Ellerman2017-03-311-24/+43
* powerpc/mm/hash: Pull hash constants into hash__alloc_context_id()Michael Ellerman2017-03-311-7/+6
* powerpc/mm/hash: Abstract context id allocation for KVMMichael Ellerman2017-03-311-2/+8
* powerpc/mm/slice: Update slice mask printing to use bitmap printing.Aneesh Kumar K.V2017-03-311-23/+7
* powerpc/mm/slice: Move slice_mask struct definition to slice.cAneesh Kumar K.V2017-03-311-1/+9
* powerpc/mm: Remove checks that TASK_SIZE_USER64 is too smallAneesh Kumar K.V2017-03-311-4/+0
* powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V2017-03-313-4/+4
* powerpc/mm/slice: Update the function prototypeAneesh Kumar K.V2017-03-311-34/+28
* powerpc/mm/slice: Convert slice_mask high slice to a bitmapAneesh Kumar K.V2017-03-311-37/+75
* powerpc/mm: Move hash specific pte bits to be top bits of RPNAneesh Kumar K.V2017-03-311-0/+13
* powerpc/mm/hugetlb: Filter out hugepage size not supported by page table layoutAneesh Kumar K.V2017-03-311-0/+18
* powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGEAneesh Kumar K.V2017-03-311-1/+1
* powerpc/mm/slice: Fix off-by-1 error when computing slice maskAneesh Kumar K.V2017-03-311-3/+2
* powerpc/mm/nohash: MM_SLICE is only used by book3s 64Aneesh Kumar K.V2017-03-312-12/+0
* powerpc/32: Remove Mac-on-Linux/rtlinux hooksBen Hutchings2017-03-211-2/+0
* powerpc/mm: Move mmap_sem unlocking in do_page_fault()Laurent Dufour2017-03-211-15/+4
* powerpc/mm: Handle VM_FAULT_RETRY earlierLaurent Dufour2017-03-211-29/+38
* powerpc/mm: Move mmap_sem unlock up from do_sigbusLaurent Dufour2017-03-211-3/+3
* Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-072-6/+34
|\
| * powerpc: Update to new option-vector-5 format for CASSuraj Jitindar Singh2017-03-061-6/+30
| * powerpc/64: Invalidate process table caching after setting process tablePaul Mackerras2017-03-031-0/+4
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-025-2/+8
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-2/+2
|/
* Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-012-11/+17
|\