summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-09-15powerpc/8xx: Support 16k hugepages with 4k pagesChristophe Leroy
2020-09-15powerpc/8xx: Refactor calculation of number of entries per PTE in page tablesChristophe Leroy
2020-09-15powerpc: Fix random segfault when freeing hugetlb rangeChristophe Leroy
2020-09-15powerpc/tau: Disable TAU between measurementsFinn Thain
2020-09-15powerpc/tau: Check processor type before enabling TAU interruptFinn Thain
2020-09-15powerpc/tau: Remove duplicated set_thresholds() callFinn Thain
2020-09-15powerpc/tau: Convert from timer to workqueueFinn Thain
2020-09-15powerpc/tau: Use appropriate temperature sample intervalFinn Thain
2020-09-15powerpc/mm/book3s: Split radix and hash MAX_PHYSMEM limitAneesh Kumar K.V
2020-09-15powerpc/book3s64/hash/4k: Support large linear mapping range with 4KAneesh Kumar K.V
2020-09-15powerpc/64/mm: implement page mapping percpu first chunk allocatorAneesh Kumar K.V
2020-09-15powerpc/percpu: Update percpu bootmem allocatorAneesh Kumar K.V
2020-09-15powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_ARCH_31Ravi Bangoria
2020-09-15powerpc/watchpoint: Add hw_len wherever missingRavi Bangoria
2020-09-15powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=NRavi Bangoria
2020-09-15powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.cRavi Bangoria
2020-09-15powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=NRavi Bangoria
2020-09-15powerpc/watchpoint: Fix handling of vector instructionsRavi Bangoria
2020-09-15powerpc/watchpoint: Fix quadword instruction handling on p10 predecessorsRavi Bangoria
2020-09-14powerpc/pseries/svm: Allocate SWIOTLB buffer anywhere in memoryThiago Jung Bauermann
2020-09-14powerpc/64: Make VDSO32 track COMPAT on 64-bitMichael Ellerman
2020-09-14Merge branch 'fixes' into nextMichael Ellerman
2020-09-09powerpc/papr_scm: Limit the readability of 'perf_stats' sysfs attributeVaibhav Jain
2020-09-08powerpc/64s: handle ISA v3.1 local copy-paste context switchesNicholas Piggin
2020-09-08powerpc: Warn about use of smt_snooze_delayJoel Stanley
2020-09-08powerpc/powernv: Print helpful message when cores guardedJoel Stanley
2020-09-08powerpc/pseries/iommu: Allow bigger 64bit window by removing default DMA windowLeonardo Bras
2020-09-08powerpc/pseries/iommu: Move window-removing part of remove_ddw into remove_dm...Leonardo Bras
2020-09-08powerpc/pseries/iommu: Update call to ibm, query-pe-dma-windowsLeonardo Bras
2020-09-08powerpc/pseries/iommu: Create defines for operations in ibm, ddw-applicableLeonardo Bras
2020-09-08powerpc/tools: Remove 90 line limit in checkpatch scriptRussell Currey
2020-09-08powerpc/boot: Update Makefile comment for 64bit wrapperJordan Niethe
2020-09-08powerpc/64: Remove unused generic_secondary_thread_init()Michael Ellerman
2020-09-08powerpc/pseries/eeh: Fix dumb linebreaksOliver O'Halloran
2020-09-08powerpc/process: Remove unnecessary #ifdef CONFIG_FUNCTION_GRAPH_TRACERChristophe Leroy
2020-09-08powerpc/uaccess: Add pre-update addressing to __get_user_asm() and __put_user...Christophe Leroy
2020-09-08powerpc/dma: Fix dma_map_ops::get_required_maskAlexey Kardashevskiy
2020-09-03Revert "powerpc/build: vdso linker warning for orphan sections"Michael Ellerman
2020-09-02powerpc/mm: Remove DEBUG_VM_PGTABLE support on powerpcAneesh Kumar K.V
2020-09-02powerpc/uaccess: Use flexible addressing with __put_user()/__get_user()Christophe Leroy
2020-09-02powerpc: Remove flush_instruction_cache() on 8xxChristophe Leroy
2020-09-02powerpc: unrel_branch_check.sh: enable the use of llvm-objdump v9, 10 or 11Stephen Rothwell
2020-09-02powerpc: unrel_branch_check.sh: use nm to find symbol valueStephen Rothwell
2020-09-02powerpc: unrel_branch_check.sh: exit silently for early errorsStephen Rothwell
2020-09-02powerpc: unrel_branch_check.sh: fix up the file headerStephen Rothwell
2020-09-02powerpc: unrel_branch_check.sh: simplify and tidy up the final loopStephen Rothwell
2020-09-02powerpc: unrel_branch_check.sh: convert grep | sed | awk to just sedStephen Rothwell
2020-09-02powerpc: unrel_branch_check.sh: simplify objdump's asm outputStephen Rothwell
2020-09-02powerpc: unrel_branch_check.sh: simplify and combine some executionsStephen Rothwell
2020-09-02powerpc: unrel_branch_check.sh: fix shellcheck complaintsStephen Rothwell