summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: enable HAVE_MOVE_PMD supportAneesh Kumar K.V2021-07-081-0/+2
* powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheAneesh Kumar K.V2021-07-083-18/+36
* mm/mremap: allow arch runtime overrideAneesh Kumar K.V2021-07-081-0/+6
* mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-084-4/+11
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-084-5/+13
* powerpc: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-1/+0
|\
| * Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman2021-06-148-57/+49
| |\
| * \ Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-3121-114/+256
| |\ \
| * | | tty: remove broken r3964 line disciplineJiri Slaby2021-05-131-1/+0
* | | | Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-02212-3609/+6413
|\ \ \ \
| * | | | powerpc: Only build restart_table.c for 64sMichael Ellerman2021-07-011-2/+2
| * | | | powerpc/64s: move ret_from_fork etc above __end_soft_maskedNicholas Piggin2021-06-301-26/+26
| * | | | powerpc/64s/interrupt: clean up interrupt return labelsNicholas Piggin2021-06-301-3/+5
| * | | | powerpc/64/interrupt: add missing kprobe annotations on interrupt exit symbolsNicholas Piggin2021-06-301-0/+6
| * | | | powerpc/64: enable MSR[EE] in irq replay pt_regsNicholas Piggin2021-06-302-0/+5
| * | | | powerpc/64s/interrupt: preserve regs->softe for NMI interruptsNicholas Piggin2021-06-301-0/+3
| * | | | powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin2021-06-306-11/+106
| * | | | powerpc/64e: remove implicit soft-masking and interrupt exit restart logicNicholas Piggin2021-06-304-23/+40
| * | | | powerpc/64e: fix CONFIG_RELOCATABLE build warningsNicholas Piggin2021-06-301-0/+11
| * | | | powerpc/64s: fix hash page fault interrupt handlerNicholas Piggin2021-06-301-13/+11
| * | | | powerpc/4xx: Fix setup_kuep() on SMPChristophe Leroy2021-06-301-1/+5
| * | | | powerpc/32s: Fix setup_{kuap/kuep}() on SMPChristophe Leroy2021-06-302-2/+2
| * | | | powerpc/interrupt: Use names in check_return_regs_valid()Christophe Leroy2021-06-261-2/+2
| * | | | powerpc/interrupt: Also use exit_must_hard_disable() on PPC32Christophe Leroy2021-06-261-5/+3
| * | | | powerpc/sysfs: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEJason Wang2021-06-261-6/+6
| * | | | powerpc/ptrace: Refactor regs_set_return_{msr/ip}Christophe Leroy2021-06-261-8/+2
| * | | | powerpc/ptrace: Move set_return_regs_changed() before regs_set_return_{msr/ip}Christophe Leroy2021-06-261-5/+5
| * | | | powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()Michael Ellerman2021-06-261-6/+20
| * | | | powerpc/pseries/vas: Include irqdomain.hMichael Ellerman2021-06-251-0/+1
| * | | | powerpc: mark local variables around longjmp as volatileArnd Bergmann2021-06-252-13/+13
| * | | | powerpc/pmu: Make the generic compat PMU use the architected eventsPaul Mackerras2021-06-251-36/+134
| * | | | powerpc/pseries/dlpar: use rtas_get_sensor()Nathan Lynch2021-06-251-6/+3
| * | | | powerpc/rtas-rtc: remove unused constantNathan Lynch2021-06-251-1/+1
| * | | | powerpc/papr_scm: trivial: fix typo in a commentKajol Jain2021-06-251-1/+1
| * | | | powerpc: Fix is_kvm_guest() / kvm_para_available()Michael Ellerman2021-06-253-7/+11
| * | | | powerpc/64s: Make prom_init require RELOCATABLEMichael Ellerman2021-06-252-56/+3
| * | | | powerpc/bpf: Use bctrl for making function callsNaveen N. Rao2021-06-252-8/+8
| * | | | powerpc/xmon: Add support for running a command on all cpus in xmonNaveen N. Rao2021-06-251-22/+126
| * | | | powerpc/configs: Enable STACK_TRACER and FTRACE_SYSCALLS in some of the configsNaveen N. Rao2021-06-253-0/+5
| * | | | powerpc/kprobes: Warn if instruction patching failedNaveen N. Rao2021-06-251-2/+2
| * | | | powerpc/kprobes: Roll IS_RFI() macro into IS_RFID()Naveen N. Rao2021-06-252-6/+5
| * | | | powerpc/papr_scm: Add support for reporting dirty-shutdown-countVaibhav Jain2021-06-252-0/+36
| * | | | powerpc/papr_scm: Make 'perf_stats' invisible if perf-stats unavailableVaibhav Jain2021-06-251-11/+24
| * | | | powerpc/kprobes: Fix Oops by passing ppc_inst as a pointer to emulate_step() ...Naveen N. Rao2021-06-251-2/+6
| * | | | powerpc/64s: Fix copy-paste data exposure into newly created tasksNicholas Piggin2021-06-251-16/+32
| * | | | powerpc/32: Avoid #ifdef nested with FTR_SECTION on booke syscall entryChristophe Leroy2021-06-251-2/+2
| * | | | powerpc/32: Reduce code duplication of system call entryChristophe Leroy2021-06-253-37/+19
| * | | | powerpc/32: Interchange r1 and r11 in SYSCALL_ENTRY on bookeChristophe Leroy2021-06-252-10/+11
| * | | | powerpc/32: Interchange r10 and r12 in SYSCALL_ENTRY on non bookeChristophe Leroy2021-06-251-17/+17