aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-05-19powerpc: Define and use get_user_instr() et. al.Jordan Niethe3-3/+3
2020-05-19powerpc/kprobes: Use patch_instruction()Jordan Niethe1-4/+1
2020-05-19powerpc: Add a probe_kernel_read_inst() functionJordan Niethe1-10/+13
2020-05-19powerpc: Use a function for reading instructionsJordan Niethe5-9/+9
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe12-91/+105
2020-05-19powerpc: Introduce functions for instruction equalityJordan Niethe1-7/+8
2020-05-19powerpc: Use a function for byte swapping instructionsJordan Niethe1-1/+1
2020-05-19powerpc: Use a function for getting the instruction op codeJordan Niethe2-2/+3
2020-05-19powerpc: Use an accessor for instructionsJordan Niethe4-25/+29
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe13-41/+57
2020-05-19powerpc: Change calling convention for create_branch() et. al.Jordan Niethe3-21/+31
2020-05-19powerpc/xmon: Move breakpoints to text sectionJordan Niethe1-0/+8
2020-05-19powerpc/traps: Make unrecoverable NMIs die instead of panicNicholas Piggin1-3/+3
2020-05-19powerpc/traps: Do not trace system resetNicholas Piggin1-0/+5
2020-05-19powerpc/64s: machine check do not trace real-mode handlerNicholas Piggin1-1/+8
2020-05-19powerpc/64s: machine check interrupt update NMI accountingNicholas Piggin2-1/+20
2020-05-19powerpc/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-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