summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-05-18powerpc: Introduce a function for reporting instruction lengthJordan Niethe2-3/+5
2020-05-18powerpc: Define and use get_user_instr() et. al.Jordan Niethe3-3/+3
2020-05-18powerpc/kprobes: Use patch_instruction()Jordan Niethe1-4/+1
2020-05-18powerpc: Add a probe_kernel_read_inst() functionJordan Niethe1-10/+13
2020-05-18powerpc: Use a function for reading instructionsJordan Niethe5-9/+9
2020-05-18powerpc: Use a datatype for instructionsJordan Niethe12-91/+105
2020-05-18powerpc: Introduce functions for instruction equalityJordan Niethe1-7/+8
2020-05-18powerpc: Use a function for byte swapping instructionsJordan Niethe1-1/+1
2020-05-18powerpc: Use a function for getting the instruction op codeJordan Niethe2-2/+3
2020-05-18powerpc: Use an accessor for instructionsJordan Niethe4-25/+29
2020-05-18powerpc: Use a macro for creating instructions from u32sJordan Niethe13-41/+57
2020-05-18powerpc: Change calling convention for create_branch() et. al.Jordan Niethe3-21/+31
2020-05-18powerpc/xmon: Move breakpoints to text sectionJordan Niethe1-0/+8
2020-05-18powerpc/traps: Make unrecoverable NMIs die instead of panicNicholas Piggin1-3/+3
2020-05-18powerpc/traps: Do not trace system resetNicholas Piggin1-0/+5
2020-05-18powerpc/64s: machine check do not trace real-mode handlerNicholas Piggin1-1/+8
2020-05-18powerpc/64s: machine check interrupt update NMI accountingNicholas Piggin2-1/+20
2020-05-18powerpc/pseries: Limit machine check stack to 4GBNicholas Piggin1-3/+12
2020-05-18powerpc/64s/exceptions: Machine check reconcile irq stateNicholas Piggin1-0/+19
2020-05-18powerpc/64s/exceptions: Change irq reconcile for NMIs from reusing _DAR to RE...Nicholas Piggin1-5/+5
2020-05-18powerpc/64s/exceptions: Fix in_mce accounting in unrecoverable pathNicholas Piggin1-0/+4
2020-05-18powerpc/64s/exception: Fix machine check no-loss idle wakeupNicholas Piggin1-6/+8
2020-05-18powerpc/eeh: Release EEH device state synchronouslySam Bobroff2-2/+31
2020-05-18powerpc/64: Update Speculation_Store_Bypass in /proc/<pid>/statusMichael Ellerman1-0/+36
2020-05-15powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman1-8/+1
2020-05-15powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin3-9/+10
2020-05-15powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin2-2/+2
2020-05-15powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin2-2/+2
2020-05-15powerpc/64s: Always has full regs, so remove remnant checksNicholas Piggin1-1/+1
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy1-4/+4
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy5-10/+10
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy3-8/+8
2020-05-11powerpc: module_[32|64].c: replace swap function with built-in oneAndrey Abramov2-32/+2
2020-05-06Merge the lockless page table walk rework into nextMichael Ellerman2-6/+10
2020-05-05powerpc/mce: Don't reload pte val in addr_to_pfnAneesh Kumar K.V1-5/+9
2020-05-05powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_ta...Aneesh Kumar K.V1-1/+1
2020-05-04powerpc/fadump: consider reserved ranges while reserving memoryHari Bathini1-9/+67
2020-05-04powerpc/fadump: use static allocation for reserved memory rangesHari Bathini1-32/+45
2020-04-30powerpc/sysfs: Show idle_purr and idle_spurr for every CPUGautham R. Shenoy1-3/+79
2020-04-20powerpc: Use mm_context vas_windows counter to issue CP_ABORTHaren Myneni1-22/+2
2020-04-09Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds11-204/+184
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek1-2/+1
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds56-5516/+6565
2020-04-04powerpc: Improve ppc_save_regs()Nicholas Piggin1-1/+5
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-0/+3
2020-04-03Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs e...Nicholas Piggin1-31/+13
2020-04-03powerpc/time: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-3/+1
2020-04-03Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2020-04-02powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek6-10/+11
2020-04-02powerpc: move common register copy functions from signal_32.c to signal.cMichal Suchanek2-140/+141