aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-28powerpc/modules: remove unused mod_arch_specific.toc fieldJosh Poimboeuf2-9/+5
2018-05-28powerpc/powernv/cpuidle: Init all present cpus for deep statesAkshay Adiga1-2/+2
2018-05-25powerpc/perf: Update raw-event code encoding comment for power8Madhavan Srinivasan2-64/+64
2018-05-25powerpc: Add a missing include headerMathieu Malaterre1-0/+1
2018-05-25powerpc/32: Add a missing include headerMathieu Malaterre1-0/+1
2018-05-25powerpc/chrp/time: Make some functions static, add missing header includeMathieu Malaterre1-2/+4
2018-05-25powerpc/tau: Make some function staticMathieu Malaterre1-4/+4
2018-05-25powerpc: Make function btext_initialize staticMathieu Malaterre1-1/+1
2018-05-25powerpc/tau: Synchronize function prototypes and bodyMathieu Malaterre4-9/+12
2018-05-25powerpc: Add missing prototypeMathieu Malaterre1-0/+3
2018-05-25powerpc/52xx: Add missing functions prototypesMathieu Malaterre1-3/+3
2018-05-25powerpc/powermac: Add missing prototype for note_bootable_part()Mathieu Malaterre1-0/+1
2018-05-25powerpc/powermac: Move pmac_pfunc_base_install prototype to header fileMathieu Malaterre2-1/+1
2018-05-25powerpc/chrp/pci: Make some functions staticMathieu Malaterre1-6/+6
2018-05-25powerpc/powermac: Mark variable x as unusedMathieu Malaterre1-1/+3
2018-05-25powerpc/chrp/setup: Remove idu_size variable and make some functions staticMathieu Malaterre1-7/+5
2018-05-25powerpc/wii: Make hlwd_pic_init function staticMathieu Malaterre1-1/+1
2018-05-25powerpc/mm/radix: Use do/while(0) trick for single statement blockMathieu Malaterre1-1/+1
2018-05-25powerpc/sparse: Fix plain integer as NULL pointer warningMathieu Malaterre7-19/+19
2018-05-25powerpc/altivec: Add missing prototypes for altivecMathieu Malaterre3-11/+21
2018-05-25powerpc: Add __printf verification to prom_printfMathieu Malaterre1-56/+58
2018-05-25powerpc/xmon: Update paca fields dumped in xmonMichael Ellerman1-0/+10
2018-05-25powerpc/xmon: Realign paca dump fieldsMichael Ellerman1-8/+9
2018-05-25powerpc/xmon: Add __printf annotation to xmon_printf()Mathieu Malaterre4-75/+75
2018-05-25powerpc/xmon: Specify the full format in DUMP() macroMichael Ellerman1-51/+51
2018-05-25powerpc/xmon: Also setup debugger hooks when single-steppingMichal Suchanek1-10/+11
2018-05-25powerpc/8xx: fix invalid register expression in head_8xx.SChristophe Leroy1-1/+1
2018-05-25powerpc/mm: Only read faulting instruction when necessary in do_page_fault()Christophe Leroy1-16/+34
2018-05-25powerpc/mm: Use instruction symbolic names in store_updates_sp()Christophe Leroy2-13/+14
2018-05-21powernv: opal-sensor: Add support to read 64bit sensor valuesShilpasri G Bhat4-0/+57
2018-05-21powerpc/fsl/dts: fix the i2c-mux compatible for t104xqdsPeter Rosin1-1/+1
2018-05-21powerpc/ptrace: Fix setting 512B aligned breakpoints with PTRACE_SET_DEBUGREGMichael Neuling1-0/+1
2018-05-21powerpc/ptrace: Fix enforcement of DAWR constraintsMichael Neuling1-2/+2
2018-05-18powerpc/powernv: Use __raw_[rm_]writeq_be() in npu-dma.cMichael Ellerman1-3/+2
2018-05-18powerpc/powernv: Use __raw_[rm_]writeq_be() in pci-ioda.cMichael Ellerman1-7/+8
2018-05-18powerpc/io: Add __raw_writeq_be() __raw_rm_writeq_be()Michael Ellerman1-0/+10
2018-05-18powerpc/perf: Fix memory allocation for core-imc based on num_possible_cpus()Anju T Sudhakar1-2/+2
2018-05-18powerpc/rtas: Fix spelling mistake "Discharching" -> "Discharging"Colin Ian King1-1/+1
2018-05-18powerpc/lib: Fix "integer constant is too large" build failureFinn Thain1-5/+6
2018-05-18powerpc/powernv: Fix opal_event_shutdown() called with interrupts disabledNicholas Piggin1-1/+1
2018-05-18powerpc/32: Use stmw/lmw for registers save/restore in asmChristophe Leroy3-4/+16
2018-05-18powerpc: Avoid an unnecessary test and branch in longjmp()Christophe Leroy1-5/+4
2018-05-18Revert "powerpc/64: Fix checksum folding in csum_add()"Christophe Leroy1-1/+1
2018-05-18powerpc: get rid of PMD_PAGE_SIZE() and _PMD_SIZEChristophe Leroy2-11/+0
2018-05-15powerpc/embedded6xx/hlwd-pic: Prevent interrupts from being handled by StarletJonathan Neuschäfer1-0/+5
2018-05-15powerpc/embedded6xx/flipper-pic: Don't match all IRQ domainsJonathan Neuschäfer1-8/+0
2018-05-15powerpc/book3s64: Enable split pmd ptlock.Aneesh Kumar K.V1-0/+4
2018-05-15powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V7-23/+6
2018-05-15powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V11-6/+144
2018-05-15powerpc/book3s64/mm: Simplify the rcu callback for page table freeAneesh Kumar K.V3-24/+41