summaryrefslogtreecommitdiffstats
path: root/arch/sh/configs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-11powerpc/powernv/smp: Add busy-wait loop as fall back for CPU-HotplugGautham R. Shenoy1-1/+9
2017-04-11powerpc/powernv: Move CPU-Offline idle state invocation from smp.c to idle.cGautham R. Shenoy4-18/+28
2017-04-10powerpc/hugetlb: Add ABI defines for supported HugeTLB page sizesAnshuman Khandual1-0/+16
2017-04-10powerpc/mm: Remove reduntant initmem information from logAnshuman Khandual1-7/+0
2017-04-10powerpc: Make sparsemem the default on 64-bit Book3SMichael Ellerman1-1/+1
2017-04-10powerpc/nohash: Fix use of mmu_has_feature() in setup_initial_memory_limit()Michael Ellerman1-1/+1
2017-04-10powerpc: Remove unnecessary includes of asm/debug.hMichael Ellerman4-4/+0
2017-04-10powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman14-24/+29
2017-04-10powerpc/powernv: Require MMU_NOTIFIER to fix NPU buildAlistair Popple1-0/+1
2017-04-10powerpc/mm/radix: Remove unnecessary ptesyncAneesh Kumar K.V1-2/+2
2017-04-10powerpc/mm/radix: Don't do page walk cache flush when doing full mm flushAneesh Kumar K.V1-0/+12
2017-04-04powerpc/powernv: Add OPAL exports attributes to sysfsMatt Brown1-0/+76
2017-04-04powerpc/prom: Increase minimum RMA size to 512MBSukadev Bhattiprolu1-1/+1
2017-04-04powerpc/powernv: Introduce address translation services for Nvlink2Alistair Popple9-2/+508
2017-04-03powerpc/powernv: Add sanity checks to pnv_pci_get_{gpu|npu}_devAlistair Popple1-0/+12
2017-04-03drivers/of/base.c: Add of_property_read_u64_indexAlistair Popple2-0/+34
2017-04-03powerpc/mm: Remove stale comment about the DART holeOliver O'Halloran1-5/+0
2017-04-03powerpc: Avoid taking a data miss on every userspace instruction missAnton Blanchard1-1/+1
2017-04-03powerpc/book3s: Print task info if we take a machine check in user modeMichael Ellerman3-5/+15
2017-04-03powerpc/book3s: Print the kernel function name in machine checkMahesh Salgaonkar1-1/+1
2017-04-01powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V6-31/+89
2017-04-01powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limitAneesh Kumar K.V4-12/+13
2017-04-01powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V6-3/+85
2017-04-01powerpc/mm/hash: Store addr_limit in PACAAneesh Kumar K.V4-1/+10
2017-04-01powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V6-11/+32
2017-03-31powerpc/mm/hash: Increase VA range to 128TBAneesh Kumar K.V3-6/+20
2017-03-31powerpc/mm/hash: Convert mask to unsigned longAneesh Kumar K.V1-1/+1
2017-03-31powerpc/mm/hash: Support 68 bit VAAneesh Kumar K.V5-65/+152
2017-03-31powerpc/mm/hash: Check for non-kernel address in get_kernel_vsid()Michael Ellerman1-0/+3
2017-03-31powerpc/mm/hash: Use context ids 1-4 for the kernelAneesh Kumar K.V3-41/+41
2017-03-31powerpc/mm: Split radix vs hash mm context initialisationMichael Ellerman2-24/+45
2017-03-31powerpc/mm/hash: Pull hash constants into hash__alloc_context_id()Michael Ellerman1-7/+6
2017-03-31powerpc/mm/hash: Abstract context id allocation for KVMMichael Ellerman3-4/+10
2017-03-31powerpc/mm/slice: Update slice mask printing to use bitmap printing.Aneesh Kumar K.V1-23/+7
2017-03-31powerpc/mm/slice: Move slice_mask struct definition to slice.cAneesh Kumar K.V2-12/+9
2017-03-31powerpc/mm: Remove checks that TASK_SIZE_USER64 is too smallAneesh Kumar K.V1-4/+0
2017-03-31powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V5-21/+24
2017-03-31powerpc/mm/slice: Update the function prototypeAneesh Kumar K.V1-34/+28
2017-03-31powerpc/mm/slice: Convert slice_mask high slice to a bitmapAneesh Kumar K.V2-46/+81
2017-03-31powerpc/mm: Move hash specific pte bits to be top bits of RPNAneesh Kumar K.V3-15/+31
2017-03-31powerpc/mm: Lower the max real address to 53 bitsAneesh Kumar K.V1-3/+28
2017-03-31powerpc/mm: Define all PTE bits based on radix definitions.Aneesh Kumar K.V2-2/+4
2017-03-31powerpc/mm: Define _PAGE_SOFT_DIRTY unconditionallyAneesh Kumar K.V1-4/+0
2017-03-31powerpc/mm/hugetlb: Filter out hugepage size not supported by page table layoutAneesh Kumar K.V1-0/+18
2017-03-31powerpc/mm: Add translation mode information in /proc/cpuinfoAneesh Kumar K.V2-0/+8
2017-03-31powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGEAneesh Kumar K.V3-4/+4
2017-03-31powerpc/mm: Cleanup bits definition between hash and radix.Aneesh Kumar K.V4-12/+17
2017-03-31powerpc/mm/slice: Fix off-by-1 error when computing slice maskAneesh Kumar K.V1-3/+2
2017-03-31powerpc/mm/nohash: MM_SLICE is only used by book3s 64Aneesh Kumar K.V5-23/+1
2017-03-31powerpc/4xx: Make sam440ep_setup_rtc() initYang Shi1-1/+1