aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-11-12Merge tag 'powerpc-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-2/+3
2023-11-09Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-29/+24
2023-11-07powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-docGravatar Nathan Lynch 1-0/+2
2023-11-06powerpc: Remove file parameter from phys_mem_access_prot()Gravatar Thomas Zimmermann 1-2/+1
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-16/+0
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 16-450/+133
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 1-1/+0
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+0
2023-11-01Merge tag 'docs-6.7' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-4/+4
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Gravatar Linus Torvalds 1-1/+1
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+3
2023-10-26Merge tag 'v6.6-rc7' into coreGravatar Joerg Roedel 3-26/+11
2023-10-26iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domainGravatar Jason Gunthorpe 1-8/+1
2023-10-25powerpc: Remove initialisation of readposGravatar Matthew Wilcox (Oracle) 1-1/+0
2023-10-23powerpc/mm: Fix boot crash with FLATMEMGravatar Michael Ellerman 1-0/+2
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesGravatar Ingo Molnar 2-4/+6
2023-10-19powerpc: Hide empty pt_regs at base of the stackGravatar Michael Ellerman 1-3/+23
2023-10-19powerpc/eeh: Remove unnecessary castGravatar Benjamin Gray 1-2/+2
2023-10-19powerpc: Cast away __iomem in low level IO routinesGravatar Benjamin Gray 1-6/+6
2023-10-19powerpc: Annotate endianness of various variables and functionsGravatar Benjamin Gray 1-1/+1
2023-10-19powerpc: Remove extern from function implementationsGravatar Benjamin Gray 2-6/+6
2023-10-19powerpc: Use NULL instead of 0 for null pointersGravatar Benjamin Gray 1-1/+1
2023-10-19powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERGravatar Christophe Leroy 1-28/+33
2023-10-19powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWGravatar Christophe Leroy 1-3/+3
2023-10-19powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USERGravatar Christophe Leroy 1-3/+4
2023-10-19powerpc/44x: Introduce _PAGE_READ and remove _PAGE_USERGravatar Christophe Leroy 1-18/+18
2023-10-19powerpc/e500: Introduce _PAGE_READ and remove _PAGE_USERGravatar Christophe Leroy 1-5/+5
2023-10-19powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWGravatar Christophe Leroy 3-9/+9
2023-10-18Merge branch fixes into nextGravatar Michael Ellerman 6-48/+68
2023-10-17vga16fb: drop powerpc supportGravatar Arnd Bergmann 1-16/+0
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Gravatar Peter Zijlstra 1-2/+2
2023-10-11powerpc/47x: Fix 47x syscall return crashGravatar Michael Ellerman 1-3/+5
2023-10-10powerpc: Remove now superfluous sentinel element from ctl_table arraysGravatar Joel Granados 1-1/+0
2023-10-10docs: move powerpc under archGravatar Costa Shulyupin 2-4/+4
2023-10-10powerpc: Only define __parse_fpscr() when requiredGravatar Christophe Leroy 1-0/+2
2023-10-10powerpc/85xx: Fix math emulation exceptionGravatar Christophe Leroy 1-1/+1
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 4-44/+62
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesGravatar Sohil Mehta 1-0/+1
2023-10-06powerpc/iommu: Do not do platform domain attach atctions after probeGravatar Jason Gunthorpe 1-2/+8
2023-10-04rcu: Standardize explicit CPU-hotplug callsGravatar Frederic Weisbecker 1-1/+1
2023-10-04crash_core: change the prototype of function parse_crashkernel()Gravatar Baoquan He 1-1/+1
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Gravatar Sohil Mehta 1-1/+1
2023-10-01powerpc: Use shared font dataGravatar Dr. David Alan Gilbert 1-354/+6
2023-09-25powerpc/iommu: Setup a default domain and remove set_platform_dma_opsGravatar Jason Gunthorpe 1-21/+17
2023-09-22powerpc/stacktrace: Fix arch_stack_walk_reliable()Gravatar Michael Ellerman 1-22/+5
2023-09-21futex: Add sys_futex_requeue()Gravatar peterz@infradead.org 1-0/+1
2023-09-21futex: Add sys_futex_wait()Gravatar peterz@infradead.org 1-0/+1