summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
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_kernelspa...Frederic Weisbecker1-1/+1
2018-06-26Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar7-1/+39
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/...Paolo Bonzini8-46/+77
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus 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/kern...Linus Torvalds3-1/+3
2018-06-08mm: 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/p...Linus 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-06Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2018-06-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-43/+40
2018-06-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+0
2018-06-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+0
2018-06-05Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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-03powerpc/time: inline arch_vtime_task_switch()Christophe Leroy1-1/+15
2018-06-03powerpc: Implement csum_ipv6_magic in assemblyChristophe Leroy1-0/+6
2018-06-03powerpc/lib: Adjust .balign inside string functions for PPC32Christophe Leroy1-0/+3
2018-06-03powerpc/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
2018-06-03powerpc/nmi: Add an API for sending "safe" NMIsMichael Ellerman1-0/+1
2018-06-03powerpc/64: Save stack pointer when we hard disable interruptsMichael Ellerman2-2/+6
2018-06-03powerpc: Check address limit on user-mode return (TIF_FSCHECK)Michael Ellerman2-4/+12
2018-06-03powerpc: Rename thread_struct.fs to addr_limitMichael Ellerman2-5/+5
2018-06-03powerpc/eeh: Introduce eeh_for_each_pe()Sam Bobroff1-0/+4
2018-06-03powerpc/eeh: Strengthen types of eeh traversal functionsSam Bobroff1-3/+4
2018-06-03powerpc/perf: Unregister thread-imc if core-imc not supportedAnju T Sudhakar1-0/+1
2018-06-03powerpc/xive: Remove (almost) unused macrosRussell Currey1-6/+0
2018-06-03powerpc: remove unused to_tm() helperArnd Bergmann1-2/+0
2018-06-03powerpc: use time64_t in read_persistent_clockArnd Bergmann3-3/+3
2018-06-03powerpc/64s/radix: flush remote CPUs out of single-threaded mm_cpumaskNicholas Piggin1-0/+13
2018-06-03powerpc/64s/radix: optimise pte_updateNicholas Piggin1-12/+13
2018-06-03powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flagsNicholas Piggin2-1/+31
2018-06-03powerpc/64s/radix: make ptep_get_and_clear_full non-atomic for the full caseNicholas Piggin1-8/+2
2018-06-03powerpc/64s/radix: do not flush TLB on spurious faultNicholas Piggin1-1/+11
2018-06-03powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V4-0/+7
2018-06-03powerpc/mm: Change function prototypeAneesh Kumar K.V5-11/+17