aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-05-23mseal: wire up mseal syscallGravatar Jeff Xu 1-0/+1
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-6/+2
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-12/+4
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 1-0/+3
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 18-240/+550
2024-05-16powerpc/fadump: Fix section mismatch warningGravatar Michael Ellerman 1-1/+1
2024-05-16kprobe/ftrace: bail out if ftrace was killedGravatar Stephen Brennan 1-0/+3
2024-05-14Makefile: remove redundant tool coverage variablesGravatar Masahiro Yamada 1-8/+0
2024-05-14powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateGravatar Mike Rapoport (IBM) 2-5/+5
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESGravatar Mike Rapoport (IBM) 1-63/+0
2024-05-14powerpc: extend execmem_params for kprobes allocationsGravatar Mike Rapoport (IBM) 2-20/+7
2024-05-14mm/execmem, arch: convert remaining overrides of module_alloc to execmemGravatar Mike Rapoport (IBM) 1-21/+39
2024-05-14mm: introduce execmem_alloc() and execmem_free()Gravatar Mike Rapoport (IBM) 1-3/+3
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+22
2024-05-10powerpc/fadump: pass additional parameters when fadump is activeGravatar Hari Bathini 2-0/+38
2024-05-10powerpc/fadump: setup additional parameters for dump capture kernelGravatar Hari Bathini 1-0/+87
2024-05-10powerpc/pseries/fadump: add support for multiple boot memory regionsGravatar Hari Bathini 1-24/+3
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryGravatar Masahiro Yamada 1-2/+2
2024-05-08powerpc: rename SPRN_HID2 define to SPRN_HID2_750FXGravatar Matthias Schiffer 1-2/+2
2024-05-08powerpc: Fix typosGravatar Bjorn Helgaas 7-14/+14
2024-05-08powerpc/eeh: Fix spelling of the word "auxillary" and update commentGravatar Ghanshyam Agrawal 1-3/+3
2024-05-07powerpc/Makefile: Remove bits related to the previous use of -mcmodel=largeGravatar Naveen N Rao 1-3/+0
2024-05-07powerpc: Fix preserved memory size for int-vectorsGravatar GUO Zihua 1-1/+9
2024-05-07powerpc: remove unused *_syscall_64.o variables in MakefileGravatar Masahiro Yamada 1-3/+0
2024-05-06powerpc/dexcr: Add DEXCR prctl interfaceGravatar Benjamin Gray 1-0/+101
2024-05-03arch: Rename fbdev header and source filesGravatar Thomas Zimmermann 1-1/+1
2024-05-03powerpc/dexcr: Reset DEXCR value across execGravatar Benjamin Gray 3-0/+31
2024-05-03powerpc/dexcr: Track the DEXCR per-processGravatar Benjamin Gray 2-6/+11
2024-05-03powerpc/module: Remove arch specific module bug stuffGravatar Dr. David Alan Gilbert 1-2/+0
2024-05-02arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsGravatar Masahiro Yamada 1-2/+2
2024-04-29powerpc/eeh: Permanently disable the removed deviceGravatar Ganesh Goudar 2-3/+21
2024-04-29powerpc/fadump: add hotplug_ready sysfs interfaceGravatar Sourabh Jain 1-0/+14
2024-04-29powerpc: make fadump resilient with memory add/remove eventsGravatar Sourabh Jain 1-156/+205
2024-04-25mm/mm_init.c: remove arch_reserved_kernel_pages()Gravatar Baoquan He 1-5/+0
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsGravatar Suren Baghdasaryan 1-1/+1
2024-04-25fix missing vmalloc.h includesGravatar Kent Overstreet 1-0/+1
2024-04-19powerpc/mm: Update the memory limit based on direct mapping restrictionsGravatar Aneesh Kumar K.V (IBM) 1-3/+2
2024-04-19powerpc/fadump: Don't update the user-specified memory limitGravatar Aneesh Kumar K.V (IBM) 1-16/+0
2024-04-19powerpc/mm: Align memory_limit value specified using mem= kernel parameterGravatar Aneesh Kumar K.V (IBM) 2-4/+7
2024-04-17sched/vtime: Get rid of generic vtime_task_switch() implementationGravatar Alexander Gordeev 1-0/+22
2024-04-15powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.Gravatar Mahesh Salgaonkar 1-0/+2
2024-04-03powerpc: Use str_plural() in cpu_init_thread_core_maps()Gravatar Thorsten Blum 1-1/+1
2024-04-03powerpc/iommu: Refactor spapr_tce_platform_iommu_attach_dev()Gravatar Shivaprasad G Bhat 1-4/+3
2024-03-17powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependencyGravatar Hari Bathini 3-4/+4
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 12-36/+142
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-2/+2
2024-03-11Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-2/+2