summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2023-10-19powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy
2023-10-19powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy
2023-10-19powerpc/44x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy
2023-10-19powerpc/e500: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy
2023-10-19powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy
2023-10-18Merge branch fixes into nextMichael Ellerman
2023-10-17vga16fb: drop powerpc supportArnd Bergmann
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra
2023-10-11powerpc/47x: Fix 47x syscall return crashMichael Ellerman
2023-10-10powerpc: Remove now superfluous sentinel element from ctl_table arraysJoel Granados
2023-10-10docs: move powerpc under archCosta Shulyupin
2023-10-10powerpc: Only define __parse_fpscr() when requiredChristophe Leroy
2023-10-10powerpc/85xx: Fix math emulation exceptionChristophe Leroy
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta
2023-10-06powerpc/iommu: Do not do platform domain attach atctions after probeJason Gunthorpe
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta
2023-10-01powerpc: Use shared font dataDr. David Alan Gilbert
2023-09-25powerpc/iommu: Setup a default domain and remove set_platform_dma_opsJason Gunthorpe
2023-09-22powerpc/stacktrace: Fix arch_stack_walk_reliable()Michael Ellerman
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org
2023-09-19powerpc: Replace GPL 2.0+ README.legal boilerplate with SPDXGeert Uytterhoeven
2023-09-18powerpc/dexcr: Move HASHCHK trap handlerBenjamin Gray
2023-09-18powerpc/watchpoints: Annotate atomic context in more placesBenjamin Gray
2023-09-18powerpc/watchpoint: Disable pagefaults when getting user instructionBenjamin Gray
2023-09-18powerpc/watchpoints: Disable preemption in thread_change_pc()Benjamin Gray
2023-09-18powerpc/fadump: make is_kdump_kernel() return false when fadump is activeHari Bathini
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-30Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-25powerpc/iommu: Fix notifiers being shared by PCI and VIO busesRussell Currey
2023-08-24powerpc: Drop zalloc_maybe_bootmem()Michael Ellerman
2023-08-23powerpc/85xx: Mark some functions static and add missing includes to fix no p...Christophe Leroy
2023-08-22powerpc/ftrace: Add support for -fpatchable-function-entryNaveen N Rao
2023-08-22powerpc/ftrace: Implement ftrace_replace_code()Naveen N Rao
2023-08-22powerpc/ftrace: Replace use of ftrace_call_replace() with ftrace_create_branc...Naveen N Rao
2023-08-22powerpc/ftrace: Simplify ftrace_modify_call()Naveen N Rao
2023-08-22powerpc/ftrace: Simplify ftrace_make_call()Naveen N Rao
2023-08-22powerpc/ftrace: Simplify ftrace_make_nop()Naveen N Rao
2023-08-22powerpc/ftrace: Add separate ftrace_init_nop() with additional validationNaveen N Rao
2023-08-22powerpc/ftrace: Stop re-purposing linker generated long branches for ftraceNaveen N Rao
2023-08-22powerpc/ftrace: Refactor ftrace_modify_code()Naveen N Rao
2023-08-22powerpc/ftrace: Consolidate ftrace support into fewer filesNaveen N Rao
2023-08-22powerpc/ftrace: Extend ftrace support for large kernels to ppc32Naveen N Rao