summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)Author
2020-05-15powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin
2020-05-15powerpc/64s: Always has full regs, so remove remnant checksNicholas Piggin
2020-05-13kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso
2020-05-12floppy: use symbolic register names in the powerpc portWilly Tarreau
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau
2020-05-11powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN()Christophe Leroy
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy
2020-05-08powerpc/uaccess: Don't use "m<>" constraintMichael Ellerman
2020-05-07powerpc/xive: Enforce load-after-store ordering when StoreEOI is activeCédric Le Goater
2020-05-07powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy
2020-05-06Merge the lockless page table walk rework into nextMichael Ellerman
2020-05-05powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault raceAneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: Use pte_present instead of opencoding _PAGE_PRESENT checkAneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: Add helper for host page table walkAneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary tableAneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: Add helper to walk partition scoped linux page table.Aneesh Kumar K.V
2020-05-05powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_ta...Aneesh Kumar K.V
2020-05-05powerpc/mm/hash64: use _PAGE_PTE when checking for pte_presentAneesh Kumar K.V
2020-05-05powerpc/pkeys: Avoid using lockless page table walkAneesh Kumar K.V
2020-05-04powerpc/fadump: use static allocation for reserved memory rangesHari Bathini
2020-05-04powerpc/64s: Fix unrecoverable SLB crashes due to preemption checkMichael Ellerman
2020-05-01powerpc/uaccess: Implement user_read_access_begin and user_write_access_beginChristophe Leroy
2020-04-30powerpc/uaccess: Implement unsafe_copy_to_user() as a simple loopChristophe Leroy
2020-04-30powerpc/uaccess: Implement unsafe_put_user() using 'asm goto'Christophe Leroy
2020-04-30powerpc/uaccess: Evaluate macro arguments once, before user access is allowedNicholas Piggin
2020-04-30powerpc/sysfs: Show idle_purr and idle_spurr for every CPUGautham R. Shenoy
2020-04-30powerpc/pseries: Account for SPURR ticks on idle CPUsGautham R. Shenoy
2020-04-30powerpc/idle: Store PURR snapshot in a per-cpu global variableGautham R. Shenoy
2020-04-30powerpc: Move idle_loop_prolog()/epilog() functions to header fileGautham R. Shenoy
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada
2020-04-22powerpc/vas: Include linux/types.h in uapi/asm/vas-api.hStephen Rothwell
2020-04-20docs: fix broken references to text filesMauro Carvalho Chehab
2020-04-20crypto/nx: Remove 'pid' in vas_tx_win_attr structHaren Myneni
2020-04-20powerpc/vas: Add VAS user space APIHaren Myneni
2020-04-20powerpc/vas: Define VAS_TX_WIN_OPEN ioctl APIHaren Myneni
2020-04-20powerpc: Use mm_context vas_windows counter to issue CP_ABORTHaren Myneni
2020-04-20powerpc/vas: Define nx_fault_stamp in coprocessor_request_blockHaren Myneni
2020-04-20powerpc/xive: Define xive_native_alloc_irq_on_chip()Haren Myneni
2020-04-10powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual
2020-04-09Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada
2020-04-03powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek
2020-04-03powerpc: Add back __ARCH_WANT_SYS_LLSEEK macroMichal Suchanek
2020-04-01powerpc: Make setjmp/longjmp signature standardClement Courbet
2020-04-01powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport