summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Change calling convention for create_branch() et. al.Jordan Niethe2020-05-191-6/+6
* powerpc: Implement ftrace_enabled() helpersNicholas Piggin2020-05-191-0/+14
* powerpc/pseries/ras: Avoid calling rtas_token() in NMI pathsNicholas Piggin2020-05-181-0/+1
* powerpc: Drop unneeded cast in task_pt_regs()Michael Ellerman2020-05-151-1/+1
* powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman2020-05-151-1/+0
* powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin2020-05-151-6/+16
* powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin2020-05-152-1/+9
* powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin2020-05-151-0/+8
* powerpc/64s: Always has full regs, so remove remnant checksNicholas Piggin2020-05-151-7/+16
* powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN()Christophe Leroy2020-05-111-7/+0
* powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy2020-05-112-2/+2
* powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy2020-05-111-2/+2
* powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy2020-05-112-2/+2
* Merge the lockless page table walk rework into nextMichael Ellerman2020-05-065-18/+50
|\
| * powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault raceAneesh Kumar K.V2020-05-051-0/+5
| * powerpc/kvm/book3s: Use pte_present instead of opencoding _PAGE_PRESENT checkAneesh Kumar K.V2020-05-051-1/+1
| * powerpc/kvm/book3s: Add helper for host page table walkAneesh Kumar K.V2020-05-051-0/+16
| * powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary tableAneesh Kumar K.V2020-05-052-1/+4
| * powerpc/kvm/book3s: Add helper to walk partition scoped linux page table.Aneesh Kumar K.V2020-05-051-0/+13
| * powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_ta...Aneesh Kumar K.V2020-05-051-2/+1
| * powerpc/mm/hash64: use _PAGE_PTE when checking for pte_presentAneesh Kumar K.V2020-05-051-5/+10
| * powerpc/pkeys: Avoid using lockless page table walkAneesh Kumar K.V2020-05-051-9/+0
* | powerpc/fadump: use static allocation for reserved memory rangesHari Bathini2020-05-041-1/+3
* | powerpc/sysfs: Show idle_purr and idle_spurr for every CPUGautham R. Shenoy2020-04-301-0/+32
* | powerpc/pseries: Account for SPURR ticks on idle CPUsGautham R. Shenoy2020-04-301-0/+17
* | powerpc/idle: Store PURR snapshot in a per-cpu global variableGautham R. Shenoy2020-04-301-9/+22
* | powerpc: Move idle_loop_prolog()/epilog() functions to header fileGautham R. Shenoy2020-04-301-0/+31
* | crypto/nx: Remove 'pid' in vas_tx_win_attr structHaren Myneni2020-04-201-1/+0
* | powerpc/vas: Add VAS user space APIHaren Myneni2020-04-201-0/+12
* | powerpc: Use mm_context vas_windows counter to issue CP_ABORTHaren Myneni2020-04-204-3/+33
* | powerpc/vas: Define nx_fault_stamp in coprocessor_request_blockHaren Myneni2020-04-201-2/+18
* | powerpc/xive: Define xive_native_alloc_irq_on_chip()Haren Myneni2020-04-201-1/+8
|/
* powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe2020-04-103-3/+6
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-102-12/+4
* Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-092-2/+3
|\
| * powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek2020-04-031-2/+2
| * powerpc: Add back __ARCH_WANT_SYS_LLSEEK macroMichal Suchanek2020-04-031-0/+1
* | Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-0530-92/+168
|\|
| * powerpc: Make setjmp/longjmp signature standardClement Courbet2020-04-011-2/+4
| * powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport2020-04-011-2/+1
| * powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64Christophe Leroy2020-04-011-0/+2
| * powerpc/64s: Implement interrupt exit logic in CNicholas Piggin2020-04-014-0/+19
| * powerpc/64: Implement soft interrupt replay in CNicholas Piggin2020-04-011-1/+0
| * powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin2020-04-018-12/+66
| * powerpc/64s/exception: Avoid touching the stack in hdecrementerNicholas Piggin2020-04-011-1/+0
| * powerpc/64s/exception: Move real to virt switch into the common handlerNicholas Piggin2020-04-011-4/+0
| * powerpc/64: Avoid isync in flush_dcache_range()Aneesh Kumar K.V2020-03-271-5/+1
| * powerpc/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar2020-03-271-0/+2
| * powerpc: Prefer __section and __printf from compiler_attributes.hNick Desaulniers2020-03-271-1/+1
| * powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran2020-03-251-3/+3