summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2018-01-21powerpc/boot/dts: Remove leading 0x and 0s from bindings notationMathieu Malaterre
2018-01-21powerpc: Fix old-style function definitionMathieu Malaterre
2018-01-21powerpc/xmon: Do not compute/store the major opcodeMathieu Malaterre
2018-01-21powerpc/xive: Properly use static keyword for inline functionMathieu Malaterre
2018-01-21powerpc/hash: Skip non initialized page size in init_hpte_page_sizesAneesh Kumar K.V
2018-01-21Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman
2018-01-21Merge branch 'fixes' into nextMichael Ellerman
2018-01-21Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2018-01-21powerpc/mm: Remove unused flag arg in global_invalidatesAneesh Kumar K.V
2018-01-20powerpc/sysdev: change CPM GPIO to platform_deviceChristophe Leroy
2018-01-21powerpc: Enable support for ibm,drc-info devtree propertyMichael Bringmann
2018-01-21pseries/drc-info: Search DRC properties for CPU indexesMichael Bringmann
2018-01-21powerpc/firmware: Add definitions for new drc-info firmware featureMichael Bringmann
2018-01-20powerpc/fsl_pci: Fix ptr_ret.cocci warningsVasyl Gomonovych
2018-01-20powerpc/fsl_pci: Correct fsl_pci_mcheck_exceptionJoakim Tjernlund
2018-01-21powerpc/watchdog: improve watchdog commentsNicholas Piggin
2018-01-21powerpc/lib/feature-fixups: use raw_patch_instruction()Christophe Leroy
2018-01-21powerpc/lib/code-patching: refactor patch_instruction()Christophe Leroy
2018-01-21powerpc: restore alphabetic order in KconfigChristophe Leroy
2018-01-21powerpc/spufs: use timespec64 for timestampsArnd Bergmann
2018-01-21powerpc/mpic_timer: avoid struct timevalArnd Bergmann
2018-01-21powerpc/powernv/ioda: Finish removing explicit max window size checkAlexey Kardashevskiy
2018-01-21powerpc/mm: Invalidate subpage_prot() system call on radix platformsAnshuman Khandual
2018-01-21powerpc: sys_pkey_mprotect() system callRam Pai
2018-01-21powerpc: sys_pkey_alloc() and sys_pkey_free() system callsRam Pai
2018-01-21powerpc: Enable pkey subsystemRam Pai
2018-01-20powerpc/ptrace: Add memory protection key regsetThiago Jung Bauermann
2018-01-20powerpc: Deliver SEGV signal on pkey violationRam Pai
2018-01-20powerpc: introduce get_mm_addr_key() helperRam Pai
2018-01-20powerpc: Handle exceptions caused by pkey violationRam Pai
2018-01-20powerpc: implementation for arch_vma_access_permitted()Ram Pai
2018-01-20powerpc: check key protection for user page accessRam Pai
2018-01-20powerpc: helper to validate key-access permissions of a pteRam Pai
2018-01-20powerpc: Program HPTE key protection bitsRam Pai
2018-01-20powerpc: map vma key-protection bits to pte key bits.Ram Pai
2018-01-20powerpc: implementation for arch_override_mprotect_pkey()Ram Pai
2018-01-20powerpc: ability to associate pkey to a vmaRam Pai
2018-01-20powerpc: introduce execute-only pkeyRam Pai
2018-01-20powerpc: store and restore the pkey state across context switchesRam Pai
2018-01-20powerpc: ability to create execute-disabled pkeysRam Pai
2018-01-20powerpc: implementation for arch_set_user_pkey_access()Ram Pai
2018-01-20powerpc: cleanup AMR, IAMR when a key is allocated or freedRam Pai
2018-01-20powerpc: helper functions to initialize AMR, IAMR and UAMOR registersRam Pai
2018-01-20powerpc: helper function to read, write AMR, IAMR, UAMOR registersRam Pai
2018-01-20powerpc: track allocation status of all pkeysRam Pai
2018-01-20powerpc: initial pkey plumbingRam Pai
2018-01-19cxl: Add support for ASB_Notify on POWER9Christophe Lombard
2018-01-19powerpc/perf: Change the data type for the variable 'ncpu' in IMC codeAnju T Sudhakar
2018-01-19powerpc/powernv: Add debugfs interface for imc-mode and imc-commandAnju T Sudhakar
2018-01-19powerpc/perf: Pass struct imc_events as a parameter to imc_parse_event()Anju T Sudhakar