summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: unexport flush_icache_user_rangeChristoph Hellwig2020-06-081-1/+0
* mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder2020-06-083-5/+3
* Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-071-1/+1
|\
| * Merge 5.7-rc7 into tty-nextGreg Kroah-Hartman2020-05-2513-47/+97
| |\
| * | powerpc/xmon: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
* | | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-05282-6196/+6535
|\ \ \
| * \ \ Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2020-06-032-6/+39
| |\ \ \
| | * | | powerpc/book3s64/kvm: Fix secondary page table walk warning during migrationAneesh Kumar K.V2020-05-292-6/+39
| * | | | powerpc/pseries: Make vio and ibmebus initcalls pseries specificOliver O'Halloran2020-06-022-4/+6
| * | | | powerpc: Add POWER10 architected modeAlistair Popple2020-06-026-6/+65
| * | | | powerpc/dt_cpu_ftrs: Add MMA featureAlistair Popple2020-06-022-2/+18
| * | | | powerpc/dt_cpu_ftrs: Enable Prefixed InstructionsAlistair Popple2020-06-021-0/+1
| * | | | powerpc/dt_cpu_ftrs: Advertise support for ISA v3.1 if selectedAlistair Popple2020-06-021-0/+6
| * | | | powerpc: Add support for ISA v3.1Alistair Popple2020-06-023-4/+3
| * | | | powerpc: Add new HWCAP bitsAlistair Popple2020-06-021-0/+2
| * | | | powerpc/64s: Don't set FSCR bits in INIT_THREADMichael Ellerman2020-06-021-1/+0
| * | | | powerpc/64s: Save FSCR to init_task.thread.fscr after feature initMichael Ellerman2020-06-021-0/+19
| * | | | powerpc/64s: Don't let DT CPU features set FSCR_DSCRMichael Ellerman2020-06-021-0/+8
| * | | | powerpc/64s: Don't init FSCR_DSCR in __init_FSCR()Michael Ellerman2020-06-021-1/+1
| * | | | powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy2020-06-021-1/+2
| * | | | powerpc/module_64: Use special stub for _mcount() with -mprofile-kernelNaveen N. Rao2020-06-021-118/+104
| * | | | powerpc/module_64: Simplify check for -mprofile-kernel ftrace relocationsNaveen N. Rao2020-06-021-14/+4
| * | | | powerpc/module_64: Consolidate ftrace codeNaveen N. Rao2020-06-022-39/+33
| * | | | powerpc/32: Disable KASAN with pages bigger than 16kChristophe Leroy2020-06-021-2/+2
| * | | | powerpc/uaccess: Don't set KUEP by default on book3s/32Christophe Leroy2020-06-021-1/+1
| * | | | powerpc/uaccess: Don't set KUAP by default on book3s/32Christophe Leroy2020-06-021-1/+1
| * | | | powerpc/8xx: Reduce time spent in allow_user_access() and friendsChristophe Leroy2020-06-021-8/+8
| * | | | powerpc/entry32: Blacklist exception exit points for kprobe.Christophe Leroy2020-06-021-1/+8
| * | | | powerpc/entry32: Blacklist syscall exit points for kprobe.Christophe Leroy2020-06-021-0/+3
| * | | | powerpc/entry32: Blacklist exception entry points for kprobe.Christophe Leroy2020-06-021-15/+22
| * | | | powerpc/32: Blacklist functions running with MMU disabled for kprobeChristophe Leroy2020-06-0210-0/+16
| * | | | powerpc/rtas: Remove machine_check_in_rtas()Christophe Leroy2020-06-022-7/+1
| * | | | powerpc/32s: Blacklist functions running with MMU disabled for kprobeChristophe Leroy2020-06-021-0/+6
| * | | | powerpc/32s: Make local symbols non visible in hash_low.Christophe Leroy2020-06-021-13/+13
| * | | | powerpc/mem: Blacklist flush_dcache_icache_phys() for kprobeChristophe Leroy2020-06-021-0/+2
| * | | | powerpc/powermac: Blacklist functions running with MMU disabled for kprobeChristophe Leroy2020-06-022-1/+6
| * | | | powerpc/83xx: Blacklist mpc83xx_deep_resume() for kprobeChristophe Leroy2020-06-021-0/+1
| * | | | powerpc/82xx: Blacklist pq2_restart() for kprobeChristophe Leroy2020-06-021-0/+3
| * | | | powerpc/52xx: Blacklist functions running with MMU disabled for kprobeChristophe Leroy2020-06-021-0/+2
| * | | | powerpc/kprobes: Use probe_address() to read instructionsChristophe Leroy2020-06-021-3/+7
| * | | | powerpc/configs: Add LIBNVDIMM to ppc64_defconfigMichael Neuling2020-06-021-0/+1
| * | | | powerpc/rtas: Implement reentrant rtas callLeonardo Bras2020-06-025-11/+98
| * | | | powerpc/rtas: Move type/struct definitions from rtas.h into rtas-types.hLeonardo Bras2020-06-022-117/+125
| * | | | powerpc/crash: Use NMI context for printk when starting to crashLeonardo Bras2020-06-021-0/+3
| * | | | powerpc/kernel: Enables memory hot-remove after reboot on pseries guestsLeonardo Bras2020-06-022-2/+8
| * | | | powerpc/xmon: Show task->thread.regs in process displayMichael Ellerman2020-06-021-3/+3
| * | | | powerpc/configs/64s: Enable CONFIG_PRINTK_CALLERMichael Ellerman2020-06-023-0/+3
| * | | | powerpc: Fix misleading small cores printMichael Neuling2020-06-021-1/+1
| * | | | powerpc/fadump: Account for memory_limit while reserving memoryHari Bathini2020-06-021-1/+1
| * | | | powerpc/crashkernel: Take "mem=" option into accountPingfan Liu2020-06-021-3/+5