summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm/radix: Fix execute permissions for interrupt_vectorsBalbir Singh2017-07-031-1/+2
* powerpc/pseries: Fix passing of pp0 in updatepp() and updateboltedpp()Balbir Singh2017-07-031-1/+10
* powerpc/64s: Blacklist rtas entry/exit from kprobesNaveen N. Rao2017-07-031-0/+4
* powerpc/64s: Blacklist functions invoked on a trapNaveen N. Rao2017-07-033-13/+27
* powerpc/64s: Un-blacklist system_call() from kprobesNaveen N. Rao2017-07-031-1/+13
* powerpc/64s: Move system_call() symbol to just after setting MSR_EENaveen N. Rao2017-07-031-3/+4
* powerpc/64s: Blacklist system_call() and system_call_common() from kprobesNaveen N. Rao2017-07-031-12/+14
* powerpc/64s: Convert .L__replay_interrupt_return to a local labelNaveen N. Rao2017-07-031-2/+2
* powerpc64/elfv1: Only dereference function descriptor for non-text symbolsNaveen N. Rao2017-07-031-1/+9
* cxl: Export library to support IBM XSLChristophe Lombard2017-07-039-30/+449
* Merge branch 'fixes' into nextMichael Ellerman2017-07-0335-172/+368
|\
| * powerpc/32: Avoid miscompilation w/GCC 4.6.3 - don't inline copy_to/from_user()Michael Ellerman2017-06-261-7/+1
| * cxl: Fixes for Coherent Accelerator Interface Architecture 2.0Christophe Lombard2017-06-236-47/+57
| * powerpc/64: Initialise thread_info for emergency stacksNicholas Piggin2017-06-231-3/+28
| * powerpc/powernv/npu-dma: Add explicit flush when sending an ATSDAlistair Popple2017-06-221-29/+65
| * powerpc/perf: Fix oops when kthread execs user processRavi Bangoria2017-06-161-1/+2
| * powerpc/64s: Handle data breakpoints in Radix modeNaveen N. Rao2017-06-161-4/+7
| * powerpc/kprobes: Skip livepatch_handler() for jprobesNaveen N. Rao2017-06-163-5/+41
| * powerpc/ftrace: Pass the correct stack pointer for DYNAMIC_FTRACE_WITH_REGSNaveen N. Rao2017-06-161-8/+12
| * powerpc/kprobes: Pause function_graph tracing during jprobes handlingNaveen N. Rao2017-06-161-0/+11
| * powerpc/debug: Add missing warn flag to WARN_ON's non-builtin pathAlexey Kardashevskiy2017-06-161-1/+1
| * powerpc/xive: Fix offset for store EOI MMIOsBenjamin Herrenschmidt2017-06-153-8/+10
| * powerpc/npu-dma: Remove spurious WARN_ON when a PCI device has no of_nodeAlistair Popple2017-06-141-1/+2
| * powerpc/book3s64: Move PPC_DT_CPU_FTRs and enable it by defaultMichael Ellerman2017-06-082-11/+11
| * powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V2017-06-084-16/+15
| * cxl: Fix error path on bad ioctlFrederic Barrat2017-06-081-5/+2
| * powerpc/perf: Fix Power9 test_adder fieldsMadhavan Srinivasan2017-06-061-2/+2
| * powerpc/numa: Fix percpu allocations to be NUMA awareMichael Ellerman2017-06-062-2/+16
| * cxl: Avoid double free_irq() for psl,slice interruptsVaibhav Jain2017-06-061-3/+11
| * powerpc/kernel: Initialize load_tm on task creationBreno Leitao2017-06-061-0/+1
| * powerpc/kernel: Fix FP and vector register restorationBreno Leitao2017-06-051-0/+2
| * powerpc/64: Reclaim CPU_FTR_SUBCOREMichael Ellerman2017-06-013-4/+8
| * powerpc/hotplug-mem: Fix missing endian conversion of aa_indexMichael Bringmann2017-06-011-0/+2
| * powerpc/sysdev/simple_gpio: Fix oops in gpio save_regs functionChristophe Leroy2017-06-011-1/+2
| * powerpc/spufs: Fix coredump of SPU contextsMichael Ellerman2017-06-011-0/+2
| * powerpc/64s: Add dt_cpu_ftrs boot time setup optionNicholas Piggin2017-06-013-14/+57
* | powerpc/dts: Use #include "..." to include local DTMasahiro Yamada2017-07-033-3/+3
* | powerpc/perf/hv-24x7: Aggregate result elements on POWER9 SMT8Thiago Jung Bauermann2017-07-021-11/+42
* | powerpc/perf/hv-24x7: Support v2 of the hypervisor APIThiago Jung Bauermann2017-07-023-35/+160
* | powerpc/perf/hv-24x7: Minor improvementsThiago Jung Bauermann2017-07-022-6/+14
* | powerpc/perf/hv-24x7: Fix return value of hcallsThiago Jung Bauermann2017-07-021-15/+13
* | powerpc-perf/hx-24x7: Don't log failed hcall twiceThiago Jung Bauermann2017-07-021-23/+12
* | powerpc/perf/hv-24x7: Properly iterate through resultsThiago Jung Bauermann2017-07-021-9/+23
* | powerpc/perf/hv-24x7: Fix off-by-one error in request_buffer checkThiago Jung Bauermann2017-07-021-1/+5
* | powerpc/perf/hv-24x7: Fix passing of catalog version numberThiago Jung Bauermann2017-07-021-5/+5
* | powerpc/mm: Enable ZONE_DEVICE on powerpcOliver O'Halloran2017-07-021-0/+1
* | powerpc/mm: Wire up hpte_removebolted for powernvAnton Blanchard2017-07-021-0/+33
* | powerpc/mm: Add devmap support for ppc64Oliver O'Halloran2017-07-027-7/+55
* | powerpc/vmemmap: Add altmap supportOliver O'Halloran2017-07-022-5/+26
* | powerpc/vmemmap: Reshuffle vmemmap_free()Oliver O'Halloran2017-07-021-23/+25