summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* pseries/drc-info: Search DRC properties for CPU indexesMichael Bringmann2018-01-213-28/+173
* powerpc/firmware: Add definitions for new drc-info firmware featureMichael Bringmann2018-01-213-1/+5
* powerpc/watchdog: improve watchdog commentsNicholas Piggin2018-01-211-20/+38
* powerpc/lib/feature-fixups: use raw_patch_instruction()Christophe Leroy2018-01-213-6/+7
* powerpc/lib/code-patching: refactor patch_instruction()Christophe Leroy2018-01-211-15/+15
* powerpc: restore alphabetic order in KconfigChristophe Leroy2018-01-211-2/+2
* powerpc/spufs: use timespec64 for timestampsArnd Bergmann2018-01-212-4/+4
* powerpc/mpic_timer: avoid struct timevalArnd Bergmann2018-01-213-58/+21
* powerpc/powernv/ioda: Finish removing explicit max window size checkAlexey Kardashevskiy2018-01-211-1/+0
* powerpc/mm: Invalidate subpage_prot() system call on radix platformsAnshuman Khandual2018-01-211-0/+3
* powerpc: sys_pkey_mprotect() system callRam Pai2018-01-213-3/+3
* powerpc: sys_pkey_alloc() and sys_pkey_free() system callsRam Pai2018-01-213-3/+5
* powerpc: Enable pkey subsystemRam Pai2018-01-213-13/+63
* powerpc/ptrace: Add memory protection key regsetThiago Jung Bauermann2018-01-204-0/+79
* powerpc: Deliver SEGV signal on pkey violationRam Pai2018-01-203-13/+39
* powerpc: introduce get_mm_addr_key() helperRam Pai2018-01-202-0/+33
* powerpc: Handle exceptions caused by pkey violationRam Pai2018-01-203-2/+23
* powerpc: implementation for arch_vma_access_permitted()Ram Pai2018-01-202-1/+38
* powerpc: check key protection for user page accessRam Pai2018-01-201-1/+9
* powerpc: helper to validate key-access permissions of a pteRam Pai2018-01-203-0/+39
* powerpc: Program HPTE key protection bitsRam Pai2018-01-204-0/+21
* powerpc: map vma key-protection bits to pte key bits.Ram Pai2018-01-203-1/+42
* powerpc: implementation for arch_override_mprotect_pkey()Ram Pai2018-01-203-1/+61
* powerpc: ability to associate pkey to a vmaRam Pai2018-01-203-1/+25
* powerpc: introduce execute-only pkeyRam Pai2018-01-203-1/+64
* powerpc: store and restore the pkey state across context switchesRam Pai2018-01-205-1/+70
* powerpc: ability to create execute-disabled pkeysRam Pai2018-01-202-0/+22
* powerpc: implementation for arch_set_user_pkey_access()Ram Pai2018-01-202-1/+45
* powerpc: cleanup AMR, IAMR when a key is allocated or freedRam Pai2018-01-201-0/+12
* powerpc: helper functions to initialize AMR, IAMR and UAMOR registersRam Pai2018-01-201-0/+47
* powerpc: helper function to read, write AMR, IAMR, UAMOR registersRam Pai2018-01-201-0/+36
* powerpc: track allocation status of all pkeysRam Pai2018-01-205-4/+134
* powerpc: initial pkey plumbingRam Pai2018-01-206-0/+98
* cxl: Add support for ASB_Notify on POWER9Christophe Lombard2018-01-191-0/+1
* powerpc/perf: Change the data type for the variable 'ncpu' in IMC codeAnju T Sudhakar2018-01-191-1/+2
* powerpc/powernv: Add debugfs interface for imc-mode and imc-commandAnju T Sudhakar2018-01-192-0/+84
* powerpc/perf: Pass struct imc_events as a parameter to imc_parse_event()Anju T Sudhakar2018-01-192-27/+41
* powerpc/perf: IMC code cleanup with some code refactoringAnju T Sudhakar2018-01-191-12/+21
* powerpc/perf: Remove thread_imc_pmu global variable fromAnju T Sudhakar2018-01-191-2/+0
* powerpc/64s: Implement local_t using irq soft maskingMadhavan Srinivasan2018-01-191-0/+141
* powerpc: use generic atomic implementation for local_tMadhavan Srinivasan2018-01-191-170/+1
* powerpc/64s: Add new set of irq_soft_mask_ functions for PMI maskingMadhavan Srinivasan2018-01-191-0/+67
* powerpc: Add new kconfig CONFIG_PPC_IRQ_SOFT_MASK_DEBUGMadhavan Srinivasan2018-01-194-6/+10
* powerpc/64s: Add support to mask perf interrupts and replay themMadhavan Srinivasan2018-01-195-11/+31
* powerpc/64s: Add support to take additional parameter in MASKABLE_* macroMadhavan Srinivasan2018-01-193-68/+96
* powerpc/64s: Avoid using EXCEPTION_PROLOG_1 macro in MASKABLE_*Madhavan Srinivasan2018-01-191-3/+3
* powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan2018-01-1919-81/+74
* powerpc/64: Change soft_enabled from flag to bitmaskMadhavan Srinivasan2018-01-197-31/+60
* powerpc/64: Cleanup hard_irq_disable() macroMadhavan Srinivasan2018-01-191-4/+3
* powerpc/64: Implement and use soft_enabled_set_return APIMadhavan Srinivasan2018-01-191-10/+15