aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2020-05-06KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu1-0/+1
2020-04-26Merge tag 'powerpc-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-2/+7
2020-04-24Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-18/+20
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2-18/+20
2020-04-22powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32Christophe Leroy2-2/+2
2020-04-22powerpc/8xx: Fix STRICT_KERNEL_RWX startup test failureChristophe Leroy1-0/+3
2020-04-21Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-masterPaolo Bonzini2-8/+10
2020-04-21powerpc/setup_64: Set cache-line-size based on cache-block-sizeChris Packham1-0/+2
2020-04-21KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functionsPaul Mackerras2-8/+10
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe1-1/+2
2020-04-10powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe7-17/+27
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe1-2/+2
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual1-1/+1
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2-12/+4
2020-04-09Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds25-599/+757
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-22/+27
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+0
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek1-2/+1
2020-04-07powernv/memtrace: always online added memory blocksDavid Hildenbrand1-10/+4
2020-04-07mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual1-1/+1
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual1-1/+1
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds153-6047/+7308
2020-04-04powerpc: Improve ppc_save_regs()Nicholas Piggin1-1/+5
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds6-0/+6
2020-04-03Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs enabled"Nicholas Piggin1-31/+13
2020-04-03powerpc/time: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-3/+1
2020-04-02Merge branch 'for-5.7/libnvdimm' into libnvdimm-for-nextDan Williams1-1/+3
2020-04-02Merge branch 'for-5.7/numa' into libnvdimm-for-nextDan Williams1-20/+1
2020-04-03powerpc/pseries/ddw: Extend upper limit for huge DMA window for persistent memoryAlexey Kardashevskiy1-0/+9
2020-04-02Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds13-13/+0
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds27-203/+234
2020-04-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-0/+1
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-32/+6
2020-04-02mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu1-1/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-6/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02powerpc/mm: use helper fault_signal_pending()Peter Xu1-8/+4
2020-04-02mm/vma: make vma_is_foreign() available for general useAnshuman Khandual1-12/+0
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-4/+0
2020-04-03powerpc/perf: split callchain.c by bitnessMichal Suchanek5-356/+394
2020-04-03powerpc/64: Make COMPAT user-selectable disabled on littleendian by default.Michal Suchanek1-2/+3
2020-04-03powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek8-13/+20
2020-04-03powerpc/perf: consolidate valid_user_sp -> invalid_user_spMichal Suchanek1-16/+10
2020-04-03powerpc/perf: consolidate read_user_stack_32Michal Suchanek1-24/+24
2020-04-03powerpc: move common register copy functions from signal_32.c to signal.cMichal Suchanek2-140/+141
2020-04-03powerpc: Add back __ARCH_WANT_SYS_LLSEEK macroMichal Suchanek1-0/+1
2020-04-03powerpc/ps3: Set CONFIG_UEVENT_HELPER=y in ps3_defconfigGeoff Levand1-0/+2
2020-04-03powerpc/ps3: Remove duplicate error messageMarkus Elfring1-3/+1