aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+3
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-14/+5
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-49/+20
2018-08-01powerpc/64s/radix: Fix missing global invalidations when removing coproFrederic Barrat1-12/+21
2018-07-25locking/atomics: Rework ordering barriersMark Rutland1-12/+5
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar6-5/+5
2018-07-18KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy1-2/+2
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar10-4/+42
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 Weisbecker1-1/+5
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace()Frederic Weisbecker1-1/+1
2018-06-26Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar7-1/+39
2018-06-23powerpc: Wire up io_pgeteventsBreno Leitao3-1/+3
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-21powerpc/kprobes: Don't call the ->break_handler() in powerpc kprobes codeMasami Hiramatsu1-10/+0
2018-06-21powerpc/kprobes: Remove jprobe powerpc implementationMasami Hiramatsu1-2/+0
2018-06-20powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V6-0/+38
2018-06-19powerpc/64s: Fix build failures with CONFIG_NMI_IPI=nMichael Ellerman1-1/+1
2018-06-14Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini8-46/+77
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-06-11powerpc/kbuild: move -mprofile-kernel check to KconfigNicholas Piggin1-1/+1
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-1/+3
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2-6/+0
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds74-501/+474
2018-06-06powerpc: Wire up restartable sequences system callBoqun Feng3-1/+3
2018-06-06powerpc/64s/radix: Fix missing ptesync in flush_cache_vmapNicholas Piggin1-3/+2
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-43/+40
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+0
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+0
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-15/+0
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-18/+0
2018-06-04powerpc/time: inline arch_vtime_task_switch()Christophe Leroy1-1/+15
2018-06-04powerpc: Implement csum_ipv6_magic in assemblyChristophe Leroy1-0/+6
2018-06-04powerpc/lib: Adjust .balign inside string functions for PPC32Christophe Leroy1-0/+3
2018-06-04powerpc/64: optimises from64to32()Christophe Leroy1-5/+2
2018-06-03powerpc/sstep: Introduce GETTYPE macroRavi Bangoria1-0/+2
2018-06-03powerpc: Use barrier_nospec in copy_from_user()Michael Ellerman1-1/+10
2018-06-03powerpc/64s: Enable barrier_nospec based on firmware settingsMichal Suchanek1-0/+1
2018-06-03powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek1-0/+7
2018-06-03powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek3-1/+11
2018-06-03powerpc/64s: Add barrier_nospecMichal Suchanek1-0/+15
2018-06-03powerpc/64s: Wire up arch_trigger_cpumask_backtrace()Michael Ellerman1-0/+6