aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
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-14vfs: add faccessat2 syscallMiklos Szeredi1-0/+1
2020-05-12powerpc/40x: Make more space for system call exceptionChristophe Leroy1-1/+2
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-11powerpc/vdso32: Fallback on getres syscall when clock is unknownChristophe Leroy1-3/+3
2020-05-07powerpc/ima: Fix secure boot rules in ima arch policyNayna Jain1-3/+3
2020-05-07powerpc/64s/kuap: Restore AMR in fast_interrupt_returnNicholas Piggin1-1/+3
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-05-04powerpc/64s/kuap: Restore AMR in system reset exceptionNicholas Piggin1-0/+1
2020-05-04powerpc/64/kuap: Move kuap checks out of MSR[RI]=0 regions of exit codeNicholas Piggin1-6/+8
2020-05-04powerpc/64s: Fix unrecoverable SLB crashes due to preemption checkMichael Ellerman1-3/+3
2020-04-30powerpc/sysfs: Show idle_purr and idle_spurr for every CPUGautham R. Shenoy1-3/+79
2020-04-22powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32Christophe Leroy1-1/+1
2020-04-21powerpc/setup_64: Set cache-line-size based on cache-block-sizeChris Packham1-0/+2
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-02Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2020-04-03powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek6-10/+11
2020-04-03powerpc: move common register copy functions from signal_32.c to signal.cMichal Suchanek2-140/+141
2020-04-03powerpc/64s: Fix doorbell wakeup msgclr optimisationNicholas Piggin2-19/+13
2020-04-01powerpc/cputable: Remove unnecessary copy of cpu_spec->oprofile_typeLeonardo Bras1-1/+0
2020-04-01powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport1-1/+0
2020-04-01powerpc/vmlinux.lds: Explicitly retain .gnu.hashMichael Ellerman1-0/+1
2020-04-01powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.cChristophe Leroy2-19/+16
2020-04-01powerpc/ptrace: create ppc_gethwdinfo()Christophe Leroy4-31/+37
2020-04-01powerpc/ptrace: create ptrace_get_debugreg()Christophe Leroy4-16/+26
2020-04-01powerpc/ptrace: split out ADV_DEBUG_REGS related functions.Christophe Leroy5-650/+709
2020-04-01powerpc/ptrace: move register viewing functions out of ptrace.cChristophe Leroy4-968/+949
2020-04-01powerpc/ptrace: split out TRANSACTIONAL_MEM related functions.Christophe Leroy4-914/+943
2020-04-01powerpc/ptrace: split out SPE related functions.Christophe Leroy4-66/+78