summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-098-17/+17
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-0910-35/+35
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-096-101/+12
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-099-34/+15
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-0948-48/+47
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0957-58/+56
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-0937-37/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-092-9/+4
* powerpc: add show_stack_loglvl()Dmitry Safonov2020-06-091-5/+13
* mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-082-3/+3
* powerpc: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-32/+10
* 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