summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cxl: Disable prefault_mode in Radix modeVaibhav Jain2018-06-012-5/+15
* powerpc/livepatch: Fix build error with kprobes disabled.Aneesh Kumar K.V2018-05-291-1/+2
* selftests/powerpc: Add core file test for Protection Key registersThiago Jung Bauermann2018-05-282-3/+464
* selftests/powerpc: Add ptrace tests for Protection Key registersThiago Jung Bauermann2018-05-285-1/+509
* powerpc/modules: remove unused mod_arch_specific.toc fieldJosh Poimboeuf2018-05-282-9/+5
* powerpc/powernv/cpuidle: Init all present cpus for deep statesAkshay Adiga2018-05-281-2/+2
* powerpc/perf: Update raw-event code encoding comment for power8Madhavan Srinivasan2018-05-252-64/+64
* powerpc: Add a missing include headerMathieu Malaterre2018-05-251-0/+1
* powerpc/32: Add a missing include headerMathieu Malaterre2018-05-251-0/+1
* powerpc/chrp/time: Make some functions static, add missing header includeMathieu Malaterre2018-05-251-2/+4
* powerpc/tau: Make some function staticMathieu Malaterre2018-05-251-4/+4
* powerpc: Make function btext_initialize staticMathieu Malaterre2018-05-251-1/+1
* powerpc/tau: Synchronize function prototypes and bodyMathieu Malaterre2018-05-254-9/+12
* powerpc: Add missing prototypeMathieu Malaterre2018-05-251-0/+3
* powerpc/52xx: Add missing functions prototypesMathieu Malaterre2018-05-251-3/+3
* powerpc/powermac: Add missing prototype for note_bootable_part()Mathieu Malaterre2018-05-251-0/+1
* powerpc/powermac: Move pmac_pfunc_base_install prototype to header fileMathieu Malaterre2018-05-252-1/+1
* powerpc/chrp/pci: Make some functions staticMathieu Malaterre2018-05-251-6/+6
* powerpc/powermac: Mark variable x as unusedMathieu Malaterre2018-05-251-1/+3
* powerpc/chrp/setup: Remove idu_size variable and make some functions staticMathieu Malaterre2018-05-251-7/+5
* powerpc/wii: Make hlwd_pic_init function staticMathieu Malaterre2018-05-251-1/+1
* powerpc/mm/radix: Use do/while(0) trick for single statement blockMathieu Malaterre2018-05-251-1/+1
* powerpc/sparse: Fix plain integer as NULL pointer warningMathieu Malaterre2018-05-258-28/+28
* powerpc/altivec: Add missing prototypes for altivecMathieu Malaterre2018-05-253-11/+21
* powerpc: Add __printf verification to prom_printfMathieu Malaterre2018-05-251-56/+58
* powerpc/xmon: Update paca fields dumped in xmonMichael Ellerman2018-05-251-0/+10
* powerpc/xmon: Realign paca dump fieldsMichael Ellerman2018-05-251-8/+9
* powerpc/xmon: Add __printf annotation to xmon_printf()Mathieu Malaterre2018-05-254-75/+75
* powerpc/xmon: Specify the full format in DUMP() macroMichael Ellerman2018-05-251-51/+51
* powerpc/xmon: Also setup debugger hooks when single-steppingMichal Suchanek2018-05-241-10/+11
* powerpc/8xx: fix invalid register expression in head_8xx.SChristophe Leroy2018-05-241-1/+1
* selftests/powerpc: Add ptrace hw breakpoint testMichael Neuling2018-05-243-1/+344
* selftests/powerpc: Add missing .gitignoresMichael Neuling2018-05-242-0/+2
* powerpc/mm: Only read faulting instruction when necessary in do_page_fault()Christophe Leroy2018-05-241-16/+34
* powerpc/mm: Use instruction symbolic names in store_updates_sp()Christophe Leroy2018-05-242-13/+14
* hwmon: (ibmpowernv) Add energy sensorsShilpasri G Bhat2018-05-211-0/+2
* hwmon: (ibmpowernv): Add support to read 64 bit sensorsShilpasri G Bhat2018-05-211-3/+4
* powernv: opal-sensor: Add support to read 64bit sensor valuesShilpasri G Bhat2018-05-214-0/+57
* selftests/powerpc: Remove redundant cp_abort testMichael Neuling2018-05-214-117/+0
* powerpc/fsl/dts: fix the i2c-mux compatible for t104xqdsPeter Rosin2018-05-211-1/+1
* powerpc/ptrace: Fix setting 512B aligned breakpoints with PTRACE_SET_DEBUGREGMichael Neuling2018-05-211-0/+1
* powerpc/ptrace: Fix enforcement of DAWR constraintsMichael Neuling2018-05-211-2/+2
* powerpc/powernv: Use __raw_[rm_]writeq_be() in npu-dma.cMichael Ellerman2018-05-181-3/+2
* powerpc/powernv: Use __raw_[rm_]writeq_be() in pci-ioda.cMichael Ellerman2018-05-181-7/+8
* powerpc/io: Add __raw_writeq_be() __raw_rm_writeq_be()Michael Ellerman2018-05-181-0/+10
* powerpc/perf: Fix memory allocation for core-imc based on num_possible_cpus()Anju T Sudhakar2018-05-181-2/+2
* powerpc/rtas: Fix spelling mistake "Discharching" -> "Discharging"Colin Ian King2018-05-181-1/+1
* powerpc/lib: Fix "integer constant is too large" build failureFinn Thain2018-05-181-5/+6
* powerpc/powernv: Fix opal_event_shutdown() called with interrupts disabledNicholas Piggin2018-05-171-1/+1
* powerpc/32: Use stmw/lmw for registers save/restore in asmChristophe Leroy2018-05-173-4/+16