summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cxl: Remove unused values in bare-metal environment.Christophe Lombard2017-04-133-24/+7Star
* cxl: Read vsec perst load imageChristophe Lombard2017-04-131-0/+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/tracing: Allow tracing of mmap syscallsBalbir Singh2017-04-122-10/+10
* powerpc/mm: Fix swapper_pg_dir size on 64-bit hash w/64K pagesMichael Ellerman2017-04-122-6/+2Star
* Merge branch 'topic/xive' (early part) into nextMichael Ellerman2017-04-1234-150/+2671
|\
| * powerpc: Fixup LPCR:PECE and HEIC setting on POWER9Benjamin Herrenschmidt2017-04-102-5/+11
| * powerpc: Consolidate variants of real-mode MMIOsBenjamin Herrenschmidt2017-04-107-69/+68Star
| * powerpc/kvm: Remove obsolete kvm_vm_ioctl_xics_irq declarationBenjamin Herrenschmidt2017-04-101-4/+0Star
| * powerpc/kvm: Make kvmppc_xics_create_icp staticBenjamin Herrenschmidt2017-04-102-5/+1Star
| * powerpc/kvm: Massage order of #includeBenjamin Herrenschmidt2017-04-102-13/+13
| * powerpc/xive: Native exploitation of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-1015-12/+2427
| * powerpc/smp: Remove migrate_irq() custom implementationBenjamin Herrenschmidt2017-04-074-42/+9Star
| * powerpc: Add optional smp_ops->prepare_cpu SMP callbackBenjamin Herrenschmidt2017-04-062-0/+11
| * powerpc: Add more PPC bit conversion macrosBenjamin Herrenschmidt2017-04-061-0/+8
| * powerpc/powernv: Add XIVE related definitions to opal-api.hBenjamin Herrenschmidt2017-04-063-1/+124
* | powerpc/powernv: Recover correct PACA on wakeup from a stop on P9 DD1Gautham R. Shenoy2017-04-114-1/+83
* | powerpc/powernv/idle: Don't override default/deepest directly in kernelGautham R. Shenoy2017-04-111-17/+18
* | powerpc/powernv/smp: Add busy-wait loop as fall back for CPU-HotplugGautham R. Shenoy2017-04-111-1/+9
* | powerpc/powernv: Move CPU-Offline idle state invocation from smp.c to idle.cGautham R. Shenoy2017-04-114-18/+28
* | powerpc/hugetlb: Add ABI defines for supported HugeTLB page sizesAnshuman Khandual2017-04-101-0/+16
* | powerpc/mm: Remove reduntant initmem information from logAnshuman Khandual2017-04-101-7/+0Star
* | powerpc: Make sparsemem the default on 64-bit Book3SMichael Ellerman2017-04-101-1/+1
* | powerpc/nohash: Fix use of mmu_has_feature() in setup_initial_memory_limit()Michael Ellerman2017-04-101-1/+1
* | powerpc: Remove unnecessary includes of asm/debug.hMichael Ellerman2017-04-104-4/+0Star
* | powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman2017-04-1014-24/+29
* | powerpc/powernv: Require MMU_NOTIFIER to fix NPU buildAlistair Popple2017-04-101-0/+1
* | powerpc/mm/radix: Remove unnecessary ptesyncAneesh Kumar K.V2017-04-101-2/+2
* | powerpc/mm/radix: Don't do page walk cache flush when doing full mm flushAneesh Kumar K.V2017-04-101-0/+12
* | powerpc/powernv: Add OPAL exports attributes to sysfsMatt Brown2017-04-041-0/+76
* | powerpc/prom: Increase minimum RMA size to 512MBSukadev Bhattiprolu2017-04-041-1/+1
* | powerpc/powernv: Introduce address translation services for Nvlink2Alistair Popple2017-04-049-2/+508
* | powerpc/powernv: Add sanity checks to pnv_pci_get_{gpu|npu}_devAlistair Popple2017-04-031-0/+12
* | drivers/of/base.c: Add of_property_read_u64_indexAlistair Popple2017-04-032-0/+34
* | powerpc/mm: Remove stale comment about the DART holeOliver O'Halloran2017-04-031-5/+0Star
* | powerpc: Avoid taking a data miss on every userspace instruction missAnton Blanchard2017-04-031-1/+1
* | 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