summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/64: Implement and use soft_enabled_return APIMadhavan Srinivasan2018-01-192-9/+14
* powerpc/64: Move set_soft_enabled() and renameMadhavan Srinivasan2018-01-195-21/+25
* powerpc/64: Fix arch_local_irq_disable() prototypeMadhavan Srinivasan2018-01-191-10/+15
* powerpc/64: Improve inline asm in arch_local_irq_disableNicholas Piggin2018-01-191-5/+5
* powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan2018-01-1915-35/+50
* powerpc: Hard wire PT_SOFTE value to 1 in ptrace & signalsMadhavan Srinivasan2018-01-193-0/+23
* powerpc/64s: Fix ps3 build error due to tlbiel_all()Michael Ellerman2018-01-191-0/+4
* powerpc: define __ARCH_IRQ_EXIT_IRQS_DISABLEDNicholas Piggin2018-01-181-0/+1
* powerpc/watchdog: remove arch_trigger_cpumask_backtraceNicholas Piggin2018-01-182-26/+0
* powerpc/64s: Relax PACA address limitationsNicholas Piggin2018-01-183-16/+27
* powerpc/pseries: lift RTAS limit for hashNicholas Piggin2018-01-171-3/+5
* powerpc/pseries: lift RTAS limit for radixNicholas Piggin2018-01-171-17/+4
* powerpc/64: rtas avoid accessing paca in 32-bit modeNicholas Piggin2018-01-171-6/+11
* powerpc/pseries: radix is not subject to RMA limit, remove itNicholas Piggin2018-01-171-7/+4
* powerpc/powernv: Remove real mode access limit for early allocationsNicholas Piggin2018-01-172-23/+34
* powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin2018-01-1713-224/+219
* powerpc: System reset avoid interleaving oops using die synchronisationNicholas Piggin2018-01-171-1/+1
* powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt2018-01-163-3/+3
* powerpc: Remove useless EXC_COMMON_HVBenjamin Herrenschmidt2018-01-162-7/+2
* powerpc/xive: Remove incorrect debug codeBenjamin Herrenschmidt2018-01-161-5/+0
* powerpc: Cosmetic cleanup of cpuinfo_opBenjamin Herrenschmidt2018-01-161-4/+4
* powerpc: Make newline in cpuinfo unconditionalBenjamin Herrenschmidt2018-01-161-3/+0
* powerpc: Add aacraid and nvme to powernv_defconfigBenjamin Herrenschmidt2018-01-161-0/+2
* powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAPChristophe Leroy2018-01-163-34/+47
* powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy2018-01-168-62/+48
* powerpc/mm: Introduce _PAGE_NAChristophe Leroy2018-01-164-10/+18
* powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy2018-01-1610-54/+28