aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2020-05-19powerpc: Add a probe_kernel_read_inst() functionJordan Niethe1-0/+3
2020-05-19powerpc: Add a probe_user_read_inst() functionJordan Niethe1-0/+3
2020-05-19powerpc: Use a function for reading instructionsJordan Niethe1-0/+5
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe4-27/+33
2020-05-19powerpc: Introduce functions for instruction equalityJordan Niethe1-0/+5
2020-05-19powerpc: Use a function for byte swapping instructionsJordan Niethe1-0/+5
2020-05-19powerpc: Use a function for getting the instruction op codeJordan Niethe1-0/+5
2020-05-19powerpc: Use an accessor for instructionsJordan Niethe2-3/+8
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe2-1/+13
2020-05-19powerpc: Change calling convention for create_branch() et. al.Jordan Niethe1-6/+6
2020-05-19powerpc: Implement ftrace_enabled() helpersNicholas Piggin1-0/+14
2020-05-18powerpc/pseries/ras: Avoid calling rtas_token() in NMI pathsNicholas Piggin1-0/+1
2020-05-16Merge tag 'powerpc-5.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-16/+55
2020-05-15powerpc: Drop unneeded cast in task_pt_regs()Michael Ellerman1-1/+1
2020-05-15powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman1-1/+0
2020-05-15powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin1-6/+16
2020-05-15powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin2-1/+9
2020-05-15powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin1-0/+8
2020-05-15powerpc/64s: Always has full regs, so remove remnant checksNicholas Piggin1-7/+16
2020-05-13kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso2-2/+2
2020-05-12floppy: use symbolic register names in the powerpc portWilly Tarreau1-7/+8
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau1-2/+2
2020-05-11powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN()Christophe Leroy1-7/+0
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy2-2/+2
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy1-2/+2
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy2-2/+2
2020-05-08powerpc/uaccess: Don't use "m<>" constraintMichael Ellerman1-1/+1
2020-05-07powerpc/xive: Enforce load-after-store ordering when StoreEOI is activeCédric Le Goater1-0/+8
2020-05-07powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy1-1/+1
2020-05-06Merge the lockless page table walk rework into nextMichael Ellerman5-18/+50
2020-05-05powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault raceAneesh Kumar K.V1-0/+5
2020-05-05powerpc/kvm/book3s: Use pte_present instead of opencoding _PAGE_PRESENT checkAneesh Kumar K.V1-1/+1
2020-05-05powerpc/kvm/book3s: Add helper for host page table walkAneesh Kumar K.V1-0/+16
2020-05-05powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary tableAneesh Kumar K.V2-1/+4
2020-05-05powerpc/kvm/book3s: Add helper to walk partition scoped linux page table.Aneesh Kumar K.V1-0/+13
2020-05-05powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_rangeAneesh Kumar K.V1-2/+1
2020-05-05powerpc/mm/hash64: use _PAGE_PTE when checking for pte_presentAneesh Kumar K.V1-5/+10
2020-05-05powerpc/pkeys: Avoid using lockless page table walkAneesh Kumar K.V1-9/+0
2020-05-04powerpc/fadump: use static allocation for reserved memory rangesHari Bathini1-1/+3
2020-05-04powerpc/64s: Fix unrecoverable SLB crashes due to preemption checkMichael Ellerman1-1/+19
2020-05-01powerpc/uaccess: Implement user_read_access_begin and user_write_access_beginChristophe Leroy3-3/+37
2020-04-30powerpc/uaccess: Implement unsafe_copy_to_user() as a simple loopChristophe Leroy1-1/+20
2020-04-30powerpc/uaccess: Implement unsafe_put_user() using 'asm goto'Christophe Leroy1-9/+52
2020-04-30powerpc/uaccess: Evaluate macro arguments once, before user access is allowedNicholas Piggin1-14/+35
2020-04-30powerpc/sysfs: Show idle_purr and idle_spurr for every CPUGautham R. Shenoy1-0/+32
2020-04-30powerpc/pseries: Account for SPURR ticks on idle CPUsGautham R. Shenoy1-0/+17
2020-04-30powerpc/idle: Store PURR snapshot in a per-cpu global variableGautham R. Shenoy1-9/+22
2020-04-30powerpc: Move idle_loop_prolog()/epilog() functions to header fileGautham R. Shenoy1-0/+31
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2-18/+20
2020-04-20crypto/nx: Remove 'pid' in vas_tx_win_attr structHaren Myneni1-1/+0