summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
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-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-14vgacon: remove software scrollback supportLinus Torvalds
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-11dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig
2020-09-11dma-direct: remove __dma_to_physChristoph Hellwig
2020-09-09powerpc/papr_scm: Limit the readability of 'perf_stats' sysfs attributeVaibhav Jain
2020-09-08powerpc: remove address space overrides using set_fs()Christoph Hellwig
2020-09-08powerpc: use non-set_fs based maccess routinesChristoph Hellwig
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig
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: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu
2020-09-08powerpc/dma: Fix dma_map_ops::get_required_maskAlexey Kardashevskiy
2020-09-07arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada
2020-09-04crypto: powerpc/crc-vpmsum_test - Fix sparse endianness warningHerbert Xu
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen