summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2023-01-30powerpc/rtas: unexport 'rtas' symbolNathan Lynch-1/+0
2023-01-30powerpc/85xx: Fix unannotated intra-function call warningSathvika Vasireddy-1/+2
2023-01-26powerpc/module_64: Fix "expected nop" error on module re-patchingJosh Poimboeuf-2/+12
2023-01-26powerpc/module_64: Improve restore_r2() return semanticsJosh Poimboeuf-9/+6
2023-01-26powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clangNathan Chancellor-0/+5
2023-01-26powerpc/vdso: Improve linker flagsNathan Chancellor-8/+12
2023-01-26powerpc/vdso: Remove unused '-s' flag from ASFLAGSNathan Chancellor-2/+2
2023-01-22kbuild: do not print extra logs for V=2Masahiro Yamada-5/+4
2023-01-18mm: remove zap_page_range and create zap_vma_pagesMike Kravetz-3/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra-3/+2
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra-1/+0
2023-01-06powerpc/vmlinux.lds: Don't discard .commentMichael Ellerman-1/+1
2023-01-06powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman-1/+4
2023-01-06powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman-0/+1
2022-12-20random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld-0/+1
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-365/+498
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+4
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra-5/+4
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-12/+13
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-22/+0
2022-12-08Merge branch 'topic/objtool' into nextMichael Ellerman-31/+84
2022-12-08powerpc/prom: Fix 32-bit buildMichael Ellerman-1/+2
2022-12-07powerpc/rtas: mandate RTAS syscall filteringNathan Lynch-16/+0
2022-12-07powerpc/rtas: define pr_fmt and convert printk call sitesNathan Lynch-9/+10
2022-12-07powerpc/rtas: clean up includesNathan Lynch-26/+16
2022-12-07powerpc/rtas: clean up rtas_error_log_max initializationNathan Lynch-11/+26
2022-12-07powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch-1/+6
2022-12-07powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch-3/+10
2022-12-07powerpc/rtasd: use correct OF API for event scan rateNathan Lynch-2/+5
2022-12-07powerpc/rtas: document rtas_call()Nathan Lynch-0/+58
2022-12-07powerpc: export the CPU node countLaurent Dufour-0/+3
2022-12-02powerpc/64e: Clear gprs on interrupt routine entry on Book3ERohan McLure-2/+2
2022-12-02powerpc/64s: Zeroise gprs on interrupt routine entry on Book3SRohan McLure-11/+32
2022-12-02powerpc/64s: IOption for MSR stored in r12Rohan McLure-0/+7
2022-12-02powerpc/64: Sanitise common exit code for interruptsRohan McLure-0/+6
2022-12-02powerpc: allow minimum sized kernel stack framesNicholas Piggin-20/+20
2022-12-02powerpc: split validate_sp into two functionsNicholas Piggin-10/+15
2022-12-02powerpc: copy_thread add a back chain to the switch stack frameNicholas Piggin-0/+2
2022-12-02powerpc: copy_thread fill in interrupt frame marker and back chainNicholas Piggin-1/+3
2022-12-02powerpc: add a define for the switch frame size and regs offsetNicholas Piggin-8/+12
2022-12-02powerpc: add a define for the user interrupt frame sizeNicholas Piggin-5/+5
2022-12-02powerpc: Rename STACK_FRAME_MARKER and derive it from frame offsetNicholas Piggin-2/+2
2022-12-02powerpc: add a definition for the marker offset within the interrupt frameNicholas Piggin-10/+10
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin-94/+93
2022-12-02powerpc: simplify ppc_save_regsNicholas Piggin-42/+15
2022-12-02powerpc: Rearrange copy_thread child stack creationNicholas Piggin-5/+6
2022-12-02powerpc/64: Add module check for ELF ABI versionNicholas Piggin-0/+10
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn-22/+0
2022-11-30powerpc: Allow clearing and restoring registers independent of saved breakpoi...Jordan Niethe-3/+35