aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds5-74/+12
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds19-51/+120
2024-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-1/+1
2024-05-14Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+11
2024-05-14powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateMike Rapoport (IBM)1-1/+1
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-14/+0
2024-05-13Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+0
2024-05-13Merge branch 'topic/kdump-hotplug' into nextMichael Ellerman2-15/+20
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini1-3/+2
2024-05-10powerpc/fadump: pass additional parameters when fadump is activeHari Bathini1-0/+2
2024-05-10powerpc/fadump: setup additional parameters for dump capture kernelHari Bathini1-0/+3
2024-05-10powerpc/pseries/fadump: add support for multiple boot memory regionsHari Bathini1-1/+1
2024-05-07Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-2/+1
2024-05-08powerpc: rename SPRN_HID2 define to SPRN_HID2_750FXMatthias Schiffer1-1/+1
2024-05-08powerpc: Fix typosBjorn Helgaas4-5/+5
2024-05-08powerpc/eeh: Fix spelling of the word "auxillary" and update commentGhanshyam Agrawal1-1/+1
2024-05-07powerpc/bpf/32: Fix failing test_bpf testsChristophe Leroy1-0/+4
2024-05-06powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=nMichael Ellerman1-1/+1
2024-05-06powerpc/io: Avoid clang null pointer arithmetic warningsMichael Ellerman1-12/+12
2024-05-06powerpc/dexcr: Add DEXCR prctl interfaceBenjamin Gray1-0/+10
2024-05-05Merge tag 'powerpc-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+2
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann1-4/+4
2024-05-03powerpc/dexcr: Reset DEXCR value across execBenjamin Gray1-1/+1
2024-05-03powerpc/dexcr: Track the DEXCR per-processBenjamin Gray1-0/+1
2024-05-03powerpc/module: Remove arch specific module bug stuffDr. David Alan Gilbert1-5/+0
2024-04-29powerpc/pseries: Enforce hcall result buffer validity and sizeNathan Lynch1-4/+4
2024-04-29powerpc: make fadump resilient with memory add/remove eventsSourabh Jain1-2/+29
2024-04-29powerpc/pseries: Add failure related checks for h_get_mpp and h_get_pppShrikanth Hegde1-1/+1
2024-04-25mm/mm_init.c: remove arch_reserved_kernel_pages()Baoquan He1-4/+0
2024-04-25mm/treewide: remove pXd_huge()Peter Xu3-45/+0
2024-04-25mm/powerpc: redefine pXd_huge() with pXd_leaf()Peter Xu2-27/+14
2024-04-23powerpc/crash: add crash memory hotplug supportSourabh Jain2-0/+4
2024-04-23powerpc/crash: add crash CPU hotplug supportSourabh Jain1-0/+8
2024-04-23powerpc/kexec: make the update_cpus_node() function publicSourabh Jain1-0/+4
2024-04-23powerpc/kexec: move *_memory_ranges functions to ranges.cSourabh Jain1-15/+4
2024-04-22powerpc/pseries: make max polling consistent for longer H_CALLsNayna Jain1-3/+2
2024-04-17sched/vtime: Do not include <asm/vtime.h> headerAlexander Gordeev1-1/+0
2024-04-17sched/vtime: Get rid of generic vtime_task_switch() implementationAlexander Gordeev1-13/+0
2024-04-15Replace macro "ARCH_HAVE_EXTRA_ELF_NOTES" with kconfigVignesh Balasubramanian1-2/+0
2024-04-15powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.Mahesh Salgaonkar2-0/+20
2024-04-15powerpc: Add static_key_feature_checks_initialized flagNicholas Miehlbradt3-2/+4
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini1-1/+0
2024-04-08vdso: Consolidate vdso_calc_delta()Adrian Hunter1-15/+11
2024-04-03vdso: Use CONFIG_PAGE_SHIFT in vdso/datapage.hArnd Bergmann1-2/+1
2024-03-17powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependencyHari Bathini1-49/+49
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds21-41/+81
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-49/+9
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-3/+2
2024-03-13Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-8/+1