summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/book3s: Print task info if we take a machine check in user modeMichael Ellerman2017-04-033-5/+15
* powerpc/book3s: Print the kernel function name in machine checkMahesh Salgaonkar2017-04-031-1/+1
* powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V2017-04-016-31/+89
* 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-016-3/+85
* powerpc/mm/hash: Store addr_limit in PACAAneesh Kumar K.V2017-04-014-1/+10
* powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V2017-04-016-11/+32
* powerpc/mm/hash: Increase VA range to 128TBAneesh Kumar K.V2017-03-313-6/+20
* powerpc/mm/hash: Convert mask to unsigned longAneesh Kumar K.V2017-03-311-1/+1
* powerpc/mm/hash: Support 68 bit VAAneesh Kumar K.V2017-03-315-65/+152
* powerpc/mm/hash: Check for non-kernel address in get_kernel_vsid()Michael Ellerman2017-03-311-0/+3
* powerpc/mm/hash: Use context ids 1-4 for the kernelAneesh Kumar K.V2017-03-313-41/+41
* powerpc/mm: Split radix vs hash mm context initialisationMichael Ellerman2017-03-312-24/+45
* 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-313-4/+10
* 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-312-12/+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-315-21/+24
* 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-312-46/+81
* powerpc/mm: Move hash specific pte bits to be top bits of RPNAneesh Kumar K.V2017-03-313-15/+31
* powerpc/mm: Lower the max real address to 53 bitsAneesh Kumar K.V2017-03-311-3/+28
* powerpc/mm: Define all PTE bits based on radix definitions.Aneesh Kumar K.V2017-03-312-2/+4
* powerpc/mm: Define _PAGE_SOFT_DIRTY unconditionallyAneesh Kumar K.V2017-03-311-4/+0
* powerpc/mm/hugetlb: Filter out hugepage size not supported by page table layoutAneesh Kumar K.V2017-03-311-0/+18
* powerpc/mm: Add translation mode information in /proc/cpuinfoAneesh Kumar K.V2017-03-312-0/+8
* powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGEAneesh Kumar K.V2017-03-313-4/+4
* powerpc/mm: Cleanup bits definition between hash and radix.Aneesh Kumar K.V2017-03-314-12/+17
* 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-315-23/+1
* powerpc/4xx: Make sam440ep_setup_rtc() initYang Shi2017-03-311-1/+1
* powerpc/fadump: Reserve memory at an offset closer to bottom of RAMHari Bathini2017-03-311-7/+26
* powerpc/powernv: Handle OPAL_WRONG_STATE in opal_get_sensor_data()Vipin K Parashar2017-03-311-0/+4
* powerpc: Make /proc/self/stack always print the current stackThadeu Lima de Souza Cascardo2017-03-281-1/+8
* powerpc/64: Don't use early_cpu_has_feature() in cpu_ready_for_interrupts()Michael Ellerman2017-03-281-2/+2
* powerpc/configs: Re-enable POWER8 crc32cAnton Blanchard2017-03-283-3/+3
* powerpc/configs: Make oprofile a moduleAnton Blanchard2017-03-283-3/+3
* powerpc/configs: Re-enable ISO9660_FS as a built-in in 64 bit configsAnton Blanchard2017-03-283-3/+3
* powerpc/powernv: Fix XSCOM address mangling for form 1 indirectMichael Neuling2017-03-281-10/+17
* powerpc/powernv: de-deuplicate OPAL call wrappersOliver O'Halloran2017-03-281-31/+22
* powerpc/xmon: add debugfs entry for xmonGuilherme G. Piccoli2017-03-281-0/+31
* powerpc/xmon: drop the nobt option from xmon plus minor fixesGuilherme G. Piccoli2017-03-281-10/+3
* powerpc/xmon: Fix an unexpected xmon on/off state changePan Xinhui2017-03-281-7/+10
* powerpc/64s: POWER8 add missing machine check definitionsNicholas Piggin2017-03-211-7/+19
* powerpc/64s: Data driven machine check handlingNicholas Piggin2017-03-211-254/+74
* powerpc/64s: Data driven machine check evaluationNicholas Piggin2017-03-211-243/+326
* powerpc/64s: Move POWER machine check defines into mce_power.cNicholas Piggin2017-03-212-91/+92
* powerpc/64s: Clean up machine check recovery flushingNicholas Piggin2017-03-211-74/+23
* powerpc/64s: Machine check print NIPNicholas Piggin2017-03-211-1/+2