summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-142-3/+3
* mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-2/+3
* Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-1218-19/+19
|\
| * Merge tag 'nand/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger2019-05-0518-19/+19
| |\
| | * mtd: rawnand: Clarify Kconfig entry MTD_NANDMiquel Raynal2019-04-1818-18/+18
| | * mtd: nand: Clarify Kconfig entry for software Hamming ECC entriesMiquel Raynal2019-04-181-1/+1
* | | Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-10219-3738/+5971
|\ \ \
| * | | powerpc/64s: Use early_mmu_has_feature() in set_kuap()Michael Ellerman2019-05-091-1/+1
| * | | powerpc/book3s/64: check for NULL pointer in pgd_alloc()Rick Lindsley2019-05-071-0/+3
| * | | powerpc/mm: Fix hugetlb page initializationSachin Sant2019-05-061-1/+1
| * | | powerpc/mm: fix section mismatch for setup_kup()Christophe Leroy2019-05-061-1/+1
| * | | powerpc/mm: fix redundant inclusion of pgtable-frag.o in MakefileChristophe Leroy2019-05-061-1/+0
| * | | powerpc/mm: Fix makefile for KASANChristophe Leroy2019-05-062-6/+6
| * | | powerpc/kasan: add missing/lost MakefileChristophe Leroy2019-05-061-0/+5
| * | | powerpc/booke64: set RI in default MSRLaurentiu Tudor2019-05-021-1/+1
| * | | powerpc/perf: Trace imc PMU functionsAnju T Sudhakar2019-05-021-1/+204
| * | | powerpc/perf: Trace imc events detection and cpuhotplugAnju T Sudhakar2019-05-022-0/+107
| * | | powerpc/perf: Add privileged access check for thread_imcMadhavan Srinivasan2019-05-021-0/+3
| * | | powerpc/perf: Rearrange setting of ldbar for thread-imcAnju T Sudhakar2019-05-021-11/+17
| * | | powerpc/include: Add data structures and macros for IMC trace modeAnju T Sudhakar2019-05-022-0/+40
| * | | powerpc/perf: Fix loop exit condition in nest_imc_event_initAnju T Sudhakar2019-05-022-2/+2
| * | | powerpc/perf: Return accordingly on invalid chip-id inAnju T Sudhakar2019-05-021-0/+5
| * | | powerpc/perf: Remove PM_BR_CMPL_ALT from power9 event listMadhavan Srinivasan2019-05-021-2/+0
| * | | powerpc/perf: Add generic compat mode pmu driverMadhavan Srinivasan2019-05-024-2/+238
| * | | powerpc/perf: init pmu from core-book3sMadhavan Srinivasan2019-05-029-19/+46
| * | | powerpc/powernv/ioda2: Add __printf format/argument verificationJoe Perches2019-05-022-15/+18
| * | | powerpc/configs: Add (back) MLX5 ethernet support to skiroot_defconfigJoel Stanley2019-05-021-0/+2
| * | | powerpc/hmi: Fix kernel hang when TB is in error state.Mahesh Salgaonkar2019-05-027-1/+49
| * | | powerpc/xmon: add read-only modeChristopher M. Riedl2019-05-022-0/+50
| * | | powerpc/boot: Fix missing check of lseek() return valueBo YU2019-05-021-1/+5
| * | | powerpc/entry: Remove unneeded need_resched() loopValentin Schneider2019-05-022-11/+2
| * | | powerpc/dts/fsl: add crypto node alias for B4Horia Geantă2019-05-021-0/+1
| * | | powerpc/prom_init: get rid of PROM_SCRATCH_SIZEChristophe Leroy2019-05-021-11/+9
| * | | powerpc/security: Show powerpc_security_features in debugfsMichael Ellerman2019-05-021-0/+8
| * | | powerpc/mm: Warn if W+X pages found on bootRussell Currey2019-05-025-1/+73
| * | | powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointersRussell Currey2019-05-021-10/+22
| * | | powerpc: remove the __kernel_io_end exportChristoph Hellwig2019-05-021-1/+0
| * | | powerpc/64: Don't trace code that runs with the soft irq mask unreconciledNicholas Piggin2019-05-024-13/+20
| * | | powerpc/irq: drop __irq_offset_valueChristophe Leroy2019-05-021-3/+0
| * | | powerpc/setup: replace ifdefs by IS_ENABLED() wherever possible.Christophe Leroy2019-05-021-21/+18
| * | | powerpc/setup: cleanup the #ifdef CONFIG_TAU blockChristophe Leroy2019-05-021-12/+12
| * | | powerpc/setup: cleanup ifdef mess in check_cache_coherency()Christophe Leroy2019-05-021-7/+3
| * | | powerpc/setup: Remove unnecessary #ifdef CONFIG_ALTIVECChristophe Leroy2019-05-021-2/+0
| * | | powerpc/mm: define an empty mm_iommu_init()Christophe Leroy2019-05-022-2/+1
| * | | powerpc/fadump: define an empty fadump_cleanup()Christophe Leroy2019-05-022-2/+1
| * | | powerpc/32: Don't add dummy frames when calling trace_hardirqs_on/offChristophe Leroy2019-05-021-14/+2
| * | | powerpc/32: don't do syscall stuff in transfer_to_handlerChristophe Leroy2019-05-021-19/+0
| * | | powerpc/32: implement fast entry for syscalls on BOOKEChristophe Leroy2019-05-024-16/+100
| * | | powerpc/32: implement fast entry for syscalls on non BOOKEChristophe Leroy2019-05-025-10/+116