summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_VSXChristophe Leroy
2020-09-15powerpc/process: Tag an #endif to help locate the matching #ifdef.Christophe Leroy
2020-09-15powerpc/process: Replace #ifdef CONFIG_KALLSYMS by IS_ENABLED()Christophe Leroy
2020-09-15powerpc/process: Replace an #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE) ...Christophe Leroy
2020-09-15powerpc/process: Replace an #ifdef CONFIG_PPC_BOOK3S_64 by IS_ENABLED()Christophe Leroy
2020-09-15powerpc/process: Replace an #ifdef CONFIG_PPC_47x by IS_ENABLED()Christophe Leroy
2020-09-15powerpc/32: Fix vmap stack - Properly set r1 before activating MMUChristophe Leroy
2020-09-15powerpc/32: Fix vmap stack - Do not activate MMU before reading task structChristophe Leroy
2020-09-15powerpc/uaccess: Remove __put_user_asm() and __put_user_asm2()Christophe Leroy
2020-09-15powerpc/uaccess: Switch __patch_instruction() to __put_user_asm_goto()Christophe Leroy
2020-09-15powerpc/uaccess: Switch __put_user_size_allowed() to __put_user_asm_goto()Christophe Leroy
2020-09-15powerpc/uaccess: Add pre-update addressing to __put_user_asm_goto()Christophe Leroy
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-15selftests/powerpc: Tests for kernel accessing user memoryRavi Bangoria
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: Update documentation of ISA versions for Power10Jordan Niethe
2020-09-08powerpc/tools: Remove 90 line limit in checkpatch scriptRussell Currey
2020-09-08selftests/powerpc: Fix prefixes in alignment_handler signal handlerJordan Niethe
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-08selftests/powerpc: Properly handle failure in switch_endian_testMichael Ellerman
2020-09-08selftests/powerpc: Don't touch VMX/VSX on older CPUsMichael Ellerman