summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-27/+0
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+4
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-209/+66
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-49/+20
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2018-08-03Merge tag 'powerpc-4.18-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-12/+21
2018-08-02Merge tag 'pci-v4.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+7
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-24/+5
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig1-1/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2-7/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig1-19/+0
2018-08-01powerpc/64s/radix: Fix missing global invalidations when removing coproFrederic Barrat1-12/+21
2018-07-31PCI: Fix is_added/is_busmaster race conditionHari Vyas3-3/+7
2018-07-25locking/atomics: Rework ordering barriersMark Rutland1-12/+5
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar20-53/+70
2018-07-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar7-9/+47
2018-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-24/+5
2018-07-19bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xaddDaniel Borkmann1-24/+5
2018-07-18powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle)Gautham R. Shenoy1-0/+2
2018-07-18powerpc/Makefile: Assemble with -me500 when building for E500James Clarke1-0/+1
2018-07-18KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy4-7/+42
2018-07-18powerpc: Add build salt to the vDSOLaura Abbott1-0/+3
2018-07-18kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada1-2/+1
2018-07-17powerpc/xmon: Fix disassembly since printf changesMichael Ellerman1-2/+2
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar28-80/+178
2018-07-16perf, tools: Use correct articles in commentsTobias Tefke1-3/+3
2018-07-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar28-80/+178
2018-06-30Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-32/+0
2018-06-29Merge tag 'powerpc-4.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-12/+23
2018-06-27powerpc/powermac: Fix rtc read/write functionsArnd Bergmann1-9/+20
2018-06-26powerpc/mm/32: Fix pgtable_page_dtor callAneesh Kumar K.V2-2/+0
2018-06-26perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker1-1/+0
2018-06-26perf/arch/powerpc: Implement hw_breakpoint_arch_parse()Frederic Weisbecker2-21/+26
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2-5/+3
2018-06-26Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar17-36/+155
2018-06-25powerpc: Remove -Wattribute-alias pragmasPaul Burton7-32/+0
2018-06-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2018-06-23powerpc: Wire up io_pgeteventsBreno Leitao3-1/+3
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon1-2/+2
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland1-0/+1
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-0/+4
2018-06-21atomics/treewide: Make test ops optionalMark Rutland1-30/+0
2018-06-21atomics/powerpc: Define atomic64_fetch_add_unless()Mark Rutland1-4/+5
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland1-0/+1
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland1-0/+1
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-4/+4
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2-15/+11
2018-06-21powerpc/kprobes: Don't call the ->break_handler() in powerpc kprobes codeMasami Hiramatsu3-64/+23
2018-06-21powerpc/kprobes: Remove jprobe powerpc implementationMasami Hiramatsu4-105/+5
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra1-3/+3