summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-27powerpc/ppc_asm.h: delete duplicated wordRandy Dunlap
2020-07-27powerpc/hw_breakpoint.h: delete duplicated wordRandy Dunlap
2020-07-27powerpc/epapr_hcalls.h: delete duplicated wordsRandy Dunlap
2020-07-27powerpc/cputime.h: delete duplicated wordRandy Dunlap
2020-07-27powerpc/book3s/radix-4k.h: delete duplicated wordRandy Dunlap
2020-07-27powerpc/book3s/mmu-hash.h: delete duplicated wordRandy Dunlap
2020-07-27powerpc/lib: remove memcpy_flushcache redundant returnLi RongQing
2020-07-27powerpc/ptdump: Refactor update of pg_stateChristophe Leroy
2020-07-27powerpc/ptdump: Refactor update of st->last_paChristophe Leroy
2020-07-27powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWXChristophe Leroy
2020-07-27powerpc/32s: Kernel space starts at TASK_SIZEChristophe Leroy
2020-07-27powerpc/32: Set user/kernel boundary at TASK_SIZE instead of PAGE_OFFSETChristophe Leroy
2020-07-27powerpc/32s: Only leave NX unset on segments used for modulesChristophe Leroy
2020-07-27powerpc: Use MODULES_VADDR if definedChristophe Leroy
2020-07-27powerpc/lib: Prepare code-patching for modules allocated outside vmalloc spaceChristophe Leroy
2020-07-27powerpc/papr_scm: Make some symbols staticWei Yongjun
2020-07-27powerpc/64s: allow for clang's objdump differencesBill Wendling
2020-07-27powerpc: Implement smp_cond_load_relaxed()Nicholas Piggin
2020-07-27powerpc/qspinlock: Optimised atomic_try_cmpxchg_lock() that adds the lock hintNicholas Piggin
2020-07-27powerpc/pseries: Implement paravirt qspinlocks for SPLPARNicholas Piggin
2020-07-27powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin
2020-07-26powerpc: Move spinlock implementation to simple_spinlockNicholas Piggin
2020-07-26powerpc/pseries: Move some PAPR paravirt functions to their own fileNicholas Piggin
2020-07-26powerpc/numa: Limit possible nodes to within num_possible_nodesSrikar Dronamraju
2020-07-26macintosh/via-macii: Clarify definition of macii_init()Finn Thain
2020-07-26macintosh/via-macii: Use the stack for reset request storageFinn Thain
2020-07-26macintosh/via-macii: Use unsigned type for autopoll_devs variableFinn Thain
2020-07-26macintosh/via-macii: Use bool type for reading_reply variableFinn Thain
2020-07-26macintosh/via-macii: Handle poll replies correctlyFinn Thain
2020-07-26macintosh/via-macii: Remove read_done stateFinn Thain
2020-07-26macintosh/via-macii: Handle /CTLR_IRQ signal correctlyFinn Thain
2020-07-26macintosh/via-macii: Poll the device most likely to respondFinn Thain
2020-07-26macintosh/via-macii: Access autopoll_devs when inside lockFinn Thain
2020-07-26macintosh/adb-iop: Implement SRQ autopollingFinn Thain
2020-07-26macintosh/adb-iop: Implement sending -> idle state transitionFinn Thain
2020-07-26macintosh/adb-iop: Implement idle -> sending state transitionFinn Thain
2020-07-26macintosh/adb-iop: Resolve static checker warningsFinn Thain
2020-07-26macintosh/adb-iop: Access current_req and adb_iop_state when inside lockFinn Thain
2020-07-26macintosh/adb-iop: Adopt bus reset algorithm from via-macii driverFinn Thain
2020-07-26macintosh/adb-iop: Correct comment textFinn Thain
2020-07-26macintosh/adb-iop: Remove dead and redundant codeFinn Thain
2020-07-26powerpc/perf: Initialize power10 PMU registers in cpu setup routineAthira Rajeev
2020-07-26powerpc/powernv/sriov: Remove vfs_expandedOliver O'Halloran
2020-07-26powerpc/powernv/sriov: Make single PE mode a per-BAR settingOliver O'Halloran
2020-07-26powerpc/powernv/sriov: Refactor M64 BAR setupOliver O'Halloran
2020-07-26powerpc/powernv/sriov: Move M64 BAR allocation into a helperOliver O'Halloran
2020-07-26powerpc/powernv/sriov: De-indent setup and teardownOliver O'Halloran
2020-07-26powerpc/powernv/sriov: Drop iov->pe_num_map[]Oliver O'Halloran
2020-07-26powerpc/powernv/pci: Refactor pnv_ioda_alloc_pe()Oliver O'Halloran
2020-07-26powerpc/powernv/sriov: Factor out M64 BAR setupOliver O'Halloran