Age | Commit message (Expand) | Author |
2020-05-19 | powerpc: Change calling convention for create_branch() et. al. | Jordan Niethe |
2020-05-19 | powerpc/xmon: Use bitwise calculations in_breakpoint_table() | Jordan Niethe |
2020-05-19 | powerpc/xmon: Move breakpoints to text section | Jordan Niethe |
2020-05-19 | powerpc/xmon: Move breakpoint instructions to own array | Jordan Niethe |
2020-05-19 | powerpc/xmon: Remove store_inst() for patch_instruction() | Jordan Niethe |
2020-05-19 | powerpc/ps3: Fix kexec shutdown hang | Geoff Levand |
2020-05-19 | powerpc/head_check: Avoid broken pipe | Geoff Levand |
2020-05-19 | powerpc/wrapper: Output linker map file | Geoff Levand |
2020-05-19 | powerpc/head_check: Automatic verbosity | Geoff Levand |
2020-05-19 | powerpc/traps: Make unrecoverable NMIs die instead of panic | Nicholas Piggin |
2020-05-19 | powerpc/traps: Do not trace system reset | Nicholas Piggin |
2020-05-19 | powerpc/64s: machine check do not trace real-mode handler | Nicholas Piggin |
2020-05-19 | powerpc: Implement ftrace_enabled() helpers | Nicholas Piggin |
2020-05-19 | powerpc/64s: machine check interrupt update NMI accounting | Nicholas Piggin |
2020-05-19 | powerpc/pseries: Machine check use rtas_call_unlocked() with args on stack | Nicholas Piggin |
2020-05-19 | powerpc/pseries: Limit machine check stack to 4GB | Nicholas Piggin |
2020-05-19 | powerpc/pseries/ras: fwnmi sreset should not interlock | Nicholas Piggin |
2020-05-18 | powerpc/pseries/ras: fwnmi avoid modifying r3 in error case | Nicholas Piggin |
2020-05-18 | powerpc/pseries/ras: Fix FWNMI_VALID off by one | Nicholas Piggin |
2020-05-18 | powerpc/pseries/ras: Avoid calling rtas_token() in NMI paths | Nicholas Piggin |
2020-05-18 | powerpc/64s/exceptions: Machine check reconcile irq state | Nicholas Piggin |
2020-05-18 | powerpc/64s/exceptions: Change irq reconcile for NMIs from reusing _DAR to RE... | Nicholas Piggin |
2020-05-18 | powerpc/64s/exceptions: Fix in_mce accounting in unrecoverable path | Nicholas Piggin |
2020-05-18 | powerpc/64s/exception: Fix machine check no-loss idle wakeup | Nicholas Piggin |
2020-05-18 | powerpc/eeh: Release EEH device state synchronously | Sam Bobroff |
2020-05-18 | powerpc/eeh: Fix pseries_eeh_configure_bridge() | Sam Bobroff |
2020-05-18 | powerpc/64: Update Speculation_Store_Bypass in /proc/<pid>/status | Michael Ellerman |
2020-05-15 | powerpc: Drop unneeded cast in task_pt_regs() | Michael Ellerman |
2020-05-15 | powerpc/64: Don't initialise init_task->thread.regs | Michael Ellerman |
2020-05-15 | powerpc/mm: Replace zero-length array with flexible-array | Gustavo A. R. Silva |
2020-05-15 | powerpc: Replace zero-length array with flexible-array | Gustavo A. R. Silva |
2020-05-15 | powerpc: Use trap metadata to prevent double restart rather than zeroing trap | Nicholas Piggin |
2020-05-15 | powerpc: trap_is_syscall() helper to hide syscall trap number | Nicholas Piggin |
2020-05-15 | powerpc: Use set_trap() and avoid open-coding trap masking | Nicholas Piggin |
2020-05-15 | powerpc/64s: Always has full regs, so remove remnant checks | Nicholas Piggin |
2020-05-11 | powerpc/kasan: Fix stack overflow by increasing THREAD_SHIFT | Christophe Leroy |
2020-05-11 | powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN() | Christophe Leroy |
2020-05-11 | powerpc: Replace _ALIGN() by ALIGN() | Christophe Leroy |
2020-05-11 | powerpc: Replace _ALIGN_UP() by ALIGN() | Christophe Leroy |
2020-05-11 | powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN() | Christophe Leroy |
2020-05-11 | powerpc/5200: update contact email | Wolfram Sang |
2020-05-11 | powerpc: module_[32|64].c: replace swap function with built-in one | Andrey Abramov |
2020-05-11 | powerpc/powernv: Fix a warning message | Christophe JAILLET |
2020-05-06 | Merge the lockless page table walk rework into next | Michael Ellerman |
2020-05-05 | powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault race | Aneesh Kumar K.V |
2020-05-05 | powerpc/mm/book3s64: Avoid sending IPI on clearing PMD | Aneesh Kumar K.V |
2020-05-05 | powerpc/kvm/book3s: Use pte_present instead of opencoding _PAGE_PRESENT check | Aneesh Kumar K.V |
2020-05-05 | powerpc/kvm/book3s: Use find_kvm_host_pte in kvmppc_get_hpa | Aneesh Kumar K.V |
2020-05-05 | powerpc/kvm/book3s: use find_kvm_host_pte in kvmppc_book3s_instantiate_page | Aneesh Kumar K.V |
2020-05-05 | powerpc/kvm/book3s: Avoid using rmap to protect parallel page table update. | Aneesh Kumar K.V |