summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc: restore some missing spu syscallsArnd Bergmann2024-06-251-0/+4
* syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann2024-06-251-1/+1
* mseal: wire up mseal syscallJeff Xu2024-05-231-0/+1
* Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-201-1/+1
|\
| * arch: Rename fbdev header and source filesThomas Zimmermann2024-05-031-1/+1
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-193-6/+2
|\ \
| * | mm/mm_init.c: remove arch_reserved_kernel_pages()Baoquan He2024-04-251-5/+0
| * | change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan2024-04-251-1/+1
| * | fix missing vmalloc.h includesKent Overstreet2024-04-251-0/+1
* | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-12/+4
|\ \ \
| * | | Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-141-8/+0
| * | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-2/+2
| * | | arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada2024-05-021-2/+2
| | |/ | |/|
* | | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-171-0/+3
|\ \ \
| * | | kprobe/ftrace: bail out if ftrace was killedStephen Brennan2024-05-161-0/+3
| |/ /
* | | Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-05-1718-240/+550
|\ \ \
| * | | powerpc/fadump: Fix section mismatch warningMichael Ellerman2024-05-161-1/+1
| * | | powerpc/fadump: pass additional parameters when fadump is activeHari Bathini2024-05-102-0/+38
| * | | powerpc/fadump: setup additional parameters for dump capture kernelHari Bathini2024-05-101-0/+87
| * | | powerpc/pseries/fadump: add support for multiple boot memory regionsHari Bathini2024-05-101-24/+3
| * | | powerpc: rename SPRN_HID2 define to SPRN_HID2_750FXMatthias Schiffer2024-05-081-2/+2
| * | | powerpc: Fix typosBjorn Helgaas2024-05-087-14/+14
| * | | powerpc/eeh: Fix spelling of the word "auxillary" and update commentGhanshyam Agrawal2024-05-081-3/+3
| * | | powerpc/Makefile: Remove bits related to the previous use of -mcmodel=largeNaveen N Rao2024-05-071-3/+0
| * | | powerpc: Fix preserved memory size for int-vectorsGUO Zihua2024-05-071-1/+9
| * | | powerpc: remove unused *_syscall_64.o variables in MakefileMasahiro Yamada2024-05-071-3/+0
| * | | powerpc/dexcr: Add DEXCR prctl interfaceBenjamin Gray2024-05-061-0/+101
| * | | powerpc/dexcr: Reset DEXCR value across execBenjamin Gray2024-05-033-0/+31
| * | | powerpc/dexcr: Track the DEXCR per-processBenjamin Gray2024-05-032-6/+11
| * | | powerpc/module: Remove arch specific module bug stuffDr. David Alan Gilbert2024-05-031-2/+0
| * | | powerpc/eeh: Permanently disable the removed deviceGanesh Goudar2024-04-292-3/+21
| * | | powerpc/fadump: add hotplug_ready sysfs interfaceSourabh Jain2024-04-291-0/+14
| * | | powerpc: make fadump resilient with memory add/remove eventsSourabh Jain2024-04-291-156/+205
| * | | powerpc/mm: Update the memory limit based on direct mapping restrictionsAneesh Kumar K.V (IBM)2024-04-191-3/+2
| * | | powerpc/fadump: Don't update the user-specified memory limitAneesh Kumar K.V (IBM)2024-04-191-16/+0
| * | | powerpc/mm: Align memory_limit value specified using mem= kernel parameterAneesh Kumar K.V (IBM)2024-04-192-4/+7
| * | | powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.Mahesh Salgaonkar2024-04-151-0/+2
| * | | powerpc: Use str_plural() in cpu_init_thread_core_maps()Thorsten Blum2024-04-031-1/+1
| | |/ | |/|
* | | powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateMike Rapoport (IBM)2024-05-142-5/+5
* | | arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2024-05-141-63/+0
* | | powerpc: extend execmem_params for kprobes allocationsMike Rapoport (IBM)2024-05-142-20/+7
* | | mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)2024-05-141-21/+39
* | | mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)2024-05-141-3/+3
* | | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-131-0/+22
|\ \ \ | |_|/ |/| |
| * | sched/vtime: Get rid of generic vtime_task_switch() implementationAlexander Gordeev2024-04-171-0/+22
| |/
* / powerpc/iommu: Refactor spapr_tce_platform_iommu_attach_dev()Shivaprasad G Bhat2024-04-031-4/+3
|/
* powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependencyHari Bathini2024-03-173-4/+4
* Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-1512-36/+142
|\
| * powerpc/irq: Allow softirq to hardirq stack transitionMichael Ellerman2024-03-031-3/+2
| * powerpc: Stop using of_rootChristophe Leroy2024-03-031-2/+6