summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Remove Xilinx PPC405/PPC440 supportMichal Simek2020-05-2833-1953/+7
* powerpc/64: Refactor interrupt exit irq disabling sequenceNicholas Piggin2020-05-281-30/+28
* powerpc/64s/radix: Don't prefetch DAR in update_mmu_cacheNicholas Piggin2020-05-283-18/+6
* input: i8042 - Remove special PowerPC handlingNathan Chancellor2020-05-282-59/+0
* macintosh/ams-input: switch to using input device polling modeDmitry Torokhov2020-05-283-22/+20
* powerpc/xive: Do not expose a debugfs file when XIVE is disabledCédric Le Goater2020-05-281-2/+3
* powerpc/xive: Clear the page tables for the ESB IO mappingCédric Le Goater2020-05-261-0/+5
* powerpc: Add ppc_inst_as_u64()Michael Ellerman2020-05-263-9/+11
* powerpc: Add ppc_inst_next()Michael Ellerman2020-05-264-9/+23
* Merge branch 'fixes' into nextMichael Ellerman2020-05-2616-52/+85
|\
| * powerpc/64s: Fix restore of NV GPRs after facility unavailable exceptionMichael Ellerman2020-05-261-0/+2
| * powerpc/64s: Disable STRICT_KERNEL_RWXMichael Ellerman2020-05-211-1/+1
| * Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy2020-05-203-13/+18
| * powerpc/40x: Make more space for system call exceptionChristophe Leroy2020-05-121-1/+2
| * powerpc/vdso32: Fallback on getres syscall when clock is unknownChristophe Leroy2020-05-111-3/+3
| * powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy2020-05-071-1/+1
| * powerpc/ima: Fix secure boot rules in ima arch policyNayna Jain2020-05-071-3/+3
| * powerpc/64s/kuap: Restore AMR in fast_interrupt_returnNicholas Piggin2020-05-071-1/+3
| * powerpc/64s/kuap: Restore AMR in system reset exceptionNicholas Piggin2020-05-041-0/+1
| * powerpc/64/kuap: Move kuap checks out of MSR[RI]=0 regions of exit codeNicholas Piggin2020-05-041-6/+8
| * powerpc/64s: Fix unrecoverable SLB crashes due to preemption checkMichael Ellerman2020-05-042-4/+22
| * Merge KUAP fix from topic/uaccess-ppc into fixesMichael Ellerman2020-05-031-14/+35
| |\
| * | lib/mpi: Fix building for powerpc with clangNathan Chancellor2020-04-241-17/+17
| * | powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32Christophe Leroy2020-04-222-2/+2
| * | powerpc/8xx: Fix STRICT_KERNEL_RWX startup test failureChristophe Leroy2020-04-221-0/+3
| * | powerpc/setup_64: Set cache-line-size based on cache-block-sizeChris Packham2020-04-211-0/+2
* | | Merge "Use hugepages to map kernel mem on 8xx" into nextMichael Ellerman2020-05-2642-747/+803
|\ \ \
| * | | powerpc/32s: Implement dedicated kasan_init_region()Christophe Leroy2020-05-264-1/+60
| * | | powerpc/32s: Allow mapping with BATs with DEBUG_PAGEALLOCChristophe Leroy2020-05-263-3/+9
| * | | powerpc/8xx: Implement dedicated kasan_init_region()Christophe Leroy2020-05-262-0/+75
| * | | powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCChristophe Leroy2020-05-264-9/+20
| * | | powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLBChristophe Leroy2020-05-263-6/+13
| * | | powerpc/8xx: Map linear memory with huge pagesChristophe Leroy2020-05-262-3/+51
| * | | powerpc/8xx: Map IMMR with a huge pageChristophe Leroy2020-05-261-6/+2
| * | | powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy2020-05-266-1/+66
| * | | powerpc/8xx: Refactor kernel address boundary comparisonChristophe Leroy2020-05-261-14/+8
| * | | powerpc/mm: Don't be too strict with _etext alignment on PPC32Christophe Leroy2020-05-262-28/+1
| * | | powerpc/8xx: Move DTLB perf handling closer.Christophe Leroy2020-05-261-12/+11
| * | | powerpc/8xx: Remove now unused TLB miss functionsChristophe Leroy2020-05-263-100/+1
| * | | powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...Christophe Leroy2020-05-262-129/+3
| * | | powerpc/8xx: Always pin TLBs at startup.Christophe Leroy2020-05-262-32/+18
| * | | powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy2020-05-265-27/+35
| * | | powerpc/8xx: Add function to set pinned TLBsChristophe Leroy2020-05-262-0/+105
| * | | powerpc/8xx: Move PPC_PIN_TLB options into 8xx KconfigChristophe Leroy2020-05-262-20/+41
| * | | powerpc/8xx: MM_SLICE is not needed anymoreChristophe Leroy2020-05-264-87/+0
| * | | powerpc/8xx: Only 8M pages are hugepte pages nowChristophe Leroy2020-05-262-17/+6
| * | | powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy2020-05-266-16/+44
| * | | powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.Christophe Leroy2020-05-262-13/+15
| * | | powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionChristophe Leroy2020-05-268-30/+1
| * | | powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxChristophe Leroy2020-05-264-6/+46