aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-08powerpc: Add missing headersChristophe Leroy25-21/+32
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy11-11/+0
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-5/+4
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-3/+5
2022-05-06powerpc/64: Move pci_device_from_OF_node() out of asm/pci-bridge.hChristophe Leroy1-0/+9
2022-05-06powerpc/64: remove system call instruction emulationNicholas Piggin1-10/+0
2022-05-06powerpc: Reject probes on instructions that can't be single steppedNaveen N. Rao2-2/+7
2022-05-05powerpc: fix typos in commentsJulia Lawall18-23/+23
2022-05-05powerpc: Simplify and move arch_randomize_brk()Christophe Leroy1-41/+0
2022-05-05powerpc/mm: Remove CONFIG_PPC_MM_SLICESChristophe Leroy1-5/+0
2022-05-05Merge tag 'v5.18-rc4' into nextMichael Ellerman2-16/+15
2022-05-04powerpc/vdso: Fix incorrect CFI in gettimeofday.SMichael Ellerman1-2/+7
2022-05-04powerpc/idle: Fix return value of __setup() handlerRandy Dunlap1-1/+1
2022-05-04powerpc: Remove redundant spaces to match coding stylemaqiang1-1/+1
2022-05-04powerpc/fadump: Use swap() instead of open coding itJiapeng Chong1-6/+2
2022-05-04powerpc/fadump: Correct two typos in a commentRandy Dunlap1-2/+2
2022-05-04powerpc/rtas: Replaced simple_strtoull() with kstrtoull()Chen Huang1-6/+1
2022-05-04powerpc: make 'boot_text_mapped' staticYu Kuai1-1/+1
2022-05-04powerpc: remove set but not used variable 'force_printk_to_btext'Yu Kuai1-1/+0
2022-05-04powerpc/time: Fix sparse warningsHe Ying1-5/+4
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)1-30/+5
2022-04-26powerpc/fadump: align destination address to pagesizeHari Bathini1-0/+5
2022-04-26powerpc/fadump: fix PT_LOAD segment for boot memory areaHari Bathini1-2/+6
2022-04-26powerpc/fadump: save CPU reg data in vmcore when PHYP terminates LPARHari Bathini1-1/+6
2022-04-24Merge tag 'powerpc-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-15/+14
2022-04-21powerpc/time: Always set decrementer in timer_interrupt()Michael Ellerman1-15/+14
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu1-1/+1
2022-04-18swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionChristoph Hellwig1-0/+1
2022-04-14ELF: Remove elf_core_copy_kernel_regs()Brian Gerst1-1/+1
2022-04-10Merge tag 'powerpc-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-0/+32
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada1-2/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-6/+6
2022-03-28Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2-0/+32
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+21
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds60-939/+565
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand1-17/+0
2022-03-22powerpc/fadump: opt out from freeing pages on cma activation failureHari Bathini1-0/+6
2022-03-22cma: factor out minimum alignment requirementDavid Hildenbrand1-1/+1
2022-03-16powerpc/time: improve decrementer clockevent processingNicholas Piggin1-8/+10
2022-03-16powerpc/time: Fix KVM host re-arming a timer beyond decrementer rangeNicholas Piggin1-2/+3
2022-03-16powerpc/tm: Fix more userspace r13 corruptionNicholas Piggin1-9/+16
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra1-13/+21
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-4/+4
2022-03-09powerpc/64: Add UADDR64 relocation supportAlexey Kardashevskiy2-22/+47
2022-03-08powerpc/secvar: fix refcount leak in format_show()Hangyu Hua1-3/+6
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy11-11/+0
2022-03-08KVM: PPC: Book3S PR: Disable SCV when AIL could be disabledNicholas Piggin2-0/+32
2022-03-08powerpc/smp: Declare current_set staticChristophe Leroy1-1/+1