summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-21powerpc: Enable support for ibm,drc-info devtree propertyMichael Bringmann
2018-01-21hotplug/drc-info: Add code to search ibm,drc-info 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-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
2018-01-19powerpc/perf: IMC code cleanup with some code refactoringAnju T Sudhakar
2018-01-19powerpc/perf: Remove thread_imc_pmu global variable fromAnju T Sudhakar
2018-01-19powerpc/64s: Implement local_t using irq soft maskingMadhavan Srinivasan
2018-01-19powerpc: use generic atomic implementation for local_tMadhavan Srinivasan
2018-01-19powerpc/64s: Add new set of irq_soft_mask_ functions for PMI maskingMadhavan Srinivasan
2018-01-19powerpc: Add new kconfig CONFIG_PPC_IRQ_SOFT_MASK_DEBUGMadhavan Srinivasan
2018-01-19powerpc/64s: Add support to mask perf interrupts and replay themMadhavan Srinivasan
2018-01-19powerpc/64s: Add support to take additional parameter in MASKABLE_* macroMadhavan Srinivasan
2018-01-19powerpc/64s: Avoid using EXCEPTION_PROLOG_1 macro in MASKABLE_*Madhavan Srinivasan
2018-01-19powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan
2018-01-19powerpc/64: Change soft_enabled from flag to bitmaskMadhavan Srinivasan