summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ocxl: Add an IOCTL so userspace knows what OCXL features are availableAlastair D'Silva2018-06-032-0/+31
* ocxl: Expose the thread_id needed for wait on POWER9Alastair D'Silva2018-06-036-1/+111
* ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's actionAlastair D'Silva2018-06-033-4/+4
* powerpc: use task_pid_nr() for TID allocationAlastair D'Silva2018-06-032-95/+28
* powerpc: Use TIDR CPU feature to control TIDR allocationAlastair D'Silva2018-06-031-3/+3
* powerpc: Add TIDR CPU feature for POWER9Alastair D'Silva2018-06-032-1/+3
* powerpc/powernv: process all OPAL event interrupts with kopaldNicholas Piggin2018-06-033-61/+52
* powerpc/powernv: call OPAL_QUIESCE before OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin2018-06-034-1/+25
* powerpc/64: change softe to irqmask in show_regs and xmonNicholas Piggin2018-06-032-2/+2
* powerpc/pmu/fsl: fix is_nmi test for irq mask changeNicholas Piggin2018-06-031-1/+1
* powerpc/time: account broadcast timer event interrupts separatelyNicholas Piggin2018-06-033-4/+8
* powerpc: move a stray NMI IPI case under NMI_IPI ifdefNicholas Piggin2018-06-031-0/+2
* powerpc: move timer broadcast code under GENERIC_CLOCKEVENTS_BROADCAST ifdefNicholas Piggin2018-06-032-0/+10
* powerpc: allow soft-NMI watchdog to cover timer interrupts with large decreme...Nicholas Piggin2018-06-031-6/+13
* powerpc: generic clockevents broadcast receiver call tick_receive_broadcastNicholas Piggin2018-06-034-48/+42
* powerpc/pseries: lparcfg calculate PURR on demandNicholas Piggin2018-06-034-38/+10
* powerpc/64: remove start_tb and accum_tb from thread_structNicholas Piggin2018-06-032-9/+1
* powerpc/64s: micro-optimise __hard_irq_enable() for mtmsrd L=1 supportNicholas Piggin2018-06-031-2/+2
* powerpc/pseries: put cede MSR[EE] check under IRQ_SOFT_MASK_DEBUGNicholas Piggin2018-06-031-4/+4
* powerpc/64: irq_work avoid interrupt when called with hardware irqs enabledNicholas Piggin2018-06-031-2/+31
* powerpc/powernv/ioda2: Remove redundant free of TCE pagesAlexey Kardashevskiy2018-06-031-1/+0
* powerpc/xmon: use match_string() helperYisheng Xie2018-06-031-12/+11
* powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINExChristophe Leroy2018-06-036-0/+28
* powerpc/64: Fix strncpy() related build failures with GCC 8.1Christophe Leroy2018-06-032-4/+4
* Merge branch 'topic/pkey' into nextMichael Ellerman2018-06-038-53/+41
|\
| * powerpc/pkeys: Drop private VM_PKEY definitionsMichael Ellerman2018-05-101-15/+0
| * mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeysRam Pai2018-05-092-13/+3
| * mm/pkeys: Add an empty arch_pkeys_enabled()Michael Ellerman2018-05-091-0/+5
| * x86/pkeys: Add arch_pkeys_enabled()Michael Ellerman2018-05-091-0/+5
| * x86/pkeys: Move vma_pkey() into asm/pkeys.hMichael Ellerman2018-05-093-11/+9
| * mm/pkeys, powerpc, x86: Provide an empty vma_pkey() in linux/pkeys.hMichael Ellerman2018-05-093-10/+5
| * mm/pkeys: Remove include of asm/mmu_context.h from pkeys.hMichael Ellerman2018-05-091-1/+0
| * mm, powerpc, x86: introduce an additional vma bit for powerpc pkeyRam Pai2018-05-092-1/+9
| * mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabledRam Pai2018-05-083-6/+9
* | Merge branch 'fixes' into nextMichael Ellerman2018-06-0310-20/+79
|\ \
| * | powerpc/64s: Clear PCR on bootMichael Neuling2018-05-182-0/+7
| * | powerpc/powernv: Fix NVRAM sleep in invalid context when crashingNicholas Piggin2018-05-171-2/+12
| * | cxl: Report the tunneled operations statusPhilippe Bergheaud2018-05-154-1/+25
| * | cxl: Set the PBCQ Tunnel BAR register when enabling capi modePhilippe Bergheaud2018-05-151-0/+7
| * | powerpc/pseries: Fix CONFIG_NUMA=n buildMichael Ellerman2018-05-081-8/+5
| * | powerpc/trace/syscalls: Update syscall name matching logic to account for ppc...Naveen N. Rao2018-05-071-2/+19
| * | powerpc/trace/syscalls: Update syscall name matching logicNaveen N. Rao2018-05-071-7/+3
| * | powerpc/64: Remove unused paca->soft_enabledMichael Ellerman2018-05-071-1/+0
* | | Merge branch 'topic/kbuild' into nextMichael Ellerman2018-06-035-28/+64
|\ \ \
| * | | powerpc/kbuild: Use flags variables rather than overriding LD/CC/ASNicholas Piggin2018-06-013-12/+34
| * | | powerpc/kbuild: Remove CROSS32 defines from top level powerpc MakefileNicholas Piggin2018-06-013-16/+22
| * | | powerpc/kbuild: Set default generic machine type for 32-bit compileNicholas Piggin2018-06-011-0/+8
| | |/ | |/|
* | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-06-0310-12/+260
|\ \ \
| * | | powerpc: Export tm_enable()/tm_disable/tm_abort() APIsSimon Guo2018-05-244-2/+16
| * | | powerpc/reg: Add TEXASR related macrosSimon Guo2018-05-242-8/+27