aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2-2/+2
2019-05-07Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be' into clk-nextStephen Boyd1-3/+6
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+2
2019-05-07powerpc/book3s/64: check for NULL pointer in pgd_alloc()Rick Lindsley1-0/+3
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-2/+7
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds6-49/+31
2019-05-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-8/+0
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+4
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-17/+3
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2-2/+2
2019-05-06powerpc/mm: Fix hugetlb page initializationSachin Sant1-1/+1
2019-05-06powerpc/mm: fix section mismatch for setup_kup()Christophe Leroy1-1/+1
2019-05-06powerpc/mm: fix redundant inclusion of pgtable-frag.o in MakefileChristophe Leroy1-1/+0
2019-05-06powerpc/mm: Fix makefile for KASANChristophe Leroy2-6/+6
2019-05-06powerpc/kasan: add missing/lost MakefileChristophe Leroy1-0/+5
2019-05-05powerpc: tsi108: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-05-05Merge tag 'nand/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/nextRichard Weinberger18-19/+19
2019-05-04Merge tag 'powerpc-5.1-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-4/+14
2019-05-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-4/+6
2019-05-03kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freezeNicholas Piggin1-0/+4
2019-05-03powerpc/booke64: set RI in default MSRLaurentiu Tudor1-1/+1
2019-05-03powerpc/perf: Trace imc PMU functionsAnju T Sudhakar1-1/+204
2019-05-03powerpc/perf: Trace imc events detection and cpuhotplugAnju T Sudhakar2-0/+107
2019-05-03powerpc/perf: Add privileged access check for thread_imcMadhavan Srinivasan1-0/+3
2019-05-03powerpc/perf: Rearrange setting of ldbar for thread-imcAnju T Sudhakar1-11/+17
2019-05-03powerpc/include: Add data structures and macros for IMC trace modeAnju T Sudhakar2-0/+40
2019-05-03powerpc/perf: Fix loop exit condition in nest_imc_event_initAnju T Sudhakar2-2/+2
2019-05-03powerpc/perf: Return accordingly on invalid chip-id inAnju T Sudhakar1-0/+5
2019-05-03powerpc/perf: Remove PM_BR_CMPL_ALT from power9 event listMadhavan Srinivasan1-2/+0
2019-05-03powerpc/perf: Add generic compat mode pmu driverMadhavan Srinivasan4-2/+238
2019-05-03powerpc/perf: init pmu from core-book3sMadhavan Srinivasan9-19/+46
2019-05-03powerpc/powernv/ioda2: Add __printf format/argument verificationJoe Perches2-15/+18
2019-05-03powerpc/configs: Add (back) MLX5 ethernet support to skiroot_defconfigJoel Stanley1-0/+2
2019-05-03powerpc/hmi: Fix kernel hang when TB is in error state.Mahesh Salgaonkar7-1/+49
2019-05-03powerpc/xmon: add read-only modeChristopher M. Riedl2-0/+50
2019-05-03powerpc/boot: Fix missing check of lseek() return valueBo YU1-1/+5
2019-05-03powerpc/entry: Remove unneeded need_resched() loopValentin Schneider2-11/+2
2019-05-03powerpc/dts/fsl: add crypto node alias for B4Horia Geantă1-0/+1
2019-05-03powerpc/prom_init: get rid of PROM_SCRATCH_SIZEChristophe Leroy1-11/+9
2019-05-03powerpc/security: Show powerpc_security_features in debugfsMichael Ellerman1-0/+8
2019-05-03powerpc/mm: Warn if W+X pages found on bootRussell Currey5-1/+73
2019-05-03powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointersRussell Currey1-10/+22
2019-05-03powerpc: remove the __kernel_io_end exportChristoph Hellwig1-1/+0
2019-05-03powerpc/64: Don't trace code that runs with the soft irq mask unreconciledNicholas Piggin4-13/+20
2019-05-03powerpc/irq: drop __irq_offset_valueChristophe Leroy1-3/+0
2019-05-03powerpc/setup: replace ifdefs by IS_ENABLED() wherever possible.Christophe Leroy1-21/+18
2019-05-03powerpc/setup: cleanup the #ifdef CONFIG_TAU blockChristophe Leroy1-12/+12
2019-05-03powerpc/setup: cleanup ifdef mess in check_cache_coherency()Christophe Leroy1-7/+3
2019-05-03powerpc/setup: Remove unnecessary #ifdef CONFIG_ALTIVECChristophe Leroy1-2/+0