index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
Age
Commit message (
Expand
)
Author
Lines
2023-02-10
powerpc/kcsan: Memory barriers semantics
Rohan McLure
-6
/
+6
2023-02-10
powerpc/64: Move paca allocation to early_setup()
Nicholas Piggin
-1
/
+1
2023-02-10
powerpc: Consolidate 32-bit and 64-bit interrupt_enter_prepare
Nicholas Piggin
-27
/
+8
2023-02-09
mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport (IBM)
-9
/
+0
2023-02-07
powerpc/pci: Add option for using pci_to_OF_bus_map
Pali Rohár
-1
/
+3
2023-02-02
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
-3
/
+0
2023-02-02
powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
-28
/
+63
2023-02-02
powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
David Hildenbrand
-5
/
+33
2023-02-02
powerpc/64s: Reconnect tlb_flush() to hash__tlb_flush()
Michael Ellerman
-0
/
+2
2023-01-30
driver core: fixup for "driver core: make struct bus_type.uevent() take a con...
Stephen Rothwell
-1
/
+1
2023-01-30
powerpc/64: Fix perf profiling asynchronous interrupt handlers
Nicholas Piggin
-12
/
+29
2023-01-30
powerpc/64s: Fix local irq disable when PMIs are disabled
Nicholas Piggin
-1
/
+1
2023-01-30
powerpc/64: Don't recurse irq replay
Nicholas Piggin
-2
/
+4
2023-01-30
powerpc: Check !irq instead of irq == NO_IRQ and remove NO_IRQ
Christophe Leroy
-3
/
+0
2023-01-30
powerpc/rtas: remove lock and args fields from global rtas struct
Nathan Lynch
-2
/
+0
2023-01-27
vio: move to_vio_dev() to use container_of_const()
Greg Kroah-Hartman
-4
/
+1
2023-01-11
powerpc/imc-pmu: Fix use of mutex in IRQs disabled section
Kajol Jain
-1
/
+1
2022-12-29
KVM: Opt out of generic hardware enabling on s390 and PPC
Sean Christopherson
-1
/
+0
2022-12-29
KVM: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
-1
/
+0
2022-12-29
KVM: PPC: Move processor compatibility check to module init
Sean Christopherson
-1
/
+0
2022-12-29
KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
-1
/
+0
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-296
/
+578
2022-12-17
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2022-12-15
mm: Convert __HAVE_ARCH_P..P_GET to the new style
Peter Zijlstra
-1
/
+1
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-83
/
+4
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-9
/
+1
2022-12-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-2
/
+22
2022-12-08
Merge branch 'topic/objtool' into next
Michael Ellerman
-1
/
+12
2022-12-07
powerpc/rtas: document rtas_call()
Nathan Lynch
-15
/
+0
2022-12-07
powerpc: export the CPU node count
Laurent Dufour
-0
/
+1
2022-12-02
powerpc/code-patching: Remove protection against patching init addresses afte...
Christophe Leroy
-2
/
+0
2022-12-02
powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1
Michael Jeanson
-12
/
+0
2022-12-02
powerpc/64: Add interrupt register sanitisation macros
Rohan McLure
-0
/
+19
2022-12-02
Merge branch 'topic/qspinlock' into next
Michael Ellerman
-60
/
+215
2022-12-02
powerpc: remove STACK_FRAME_OVERHEAD
Nicholas Piggin
-13
/
+11
2022-12-02
powerpc/64: ELFv2 use minimal stack frames in int and switch frame sizes
Nicholas Piggin
-5
/
+15
2022-12-02
powerpc: split validate_sp into two functions
Nicholas Piggin
-3
/
+12
2022-12-02
powerpc: add a define for the switch frame size and regs offset
Nicholas Piggin
-2
/
+4
2022-12-02
powerpc: add a define for the user interrupt frame size
Nicholas Piggin
-3
/
+3
2022-12-02
powerpc: Rename STACK_FRAME_MARKER and derive it from frame offset
Nicholas Piggin
-2
/
+2
2022-12-02
powerpc: add a definition for the marker offset within the interrupt frame
Nicholas Piggin
-0
/
+2
2022-12-02
powerpc: add definition for pt_regs offset within an interrupt frame
Nicholas Piggin
-0
/
+2
2022-12-02
powerpc/64: Remove asm interrupt tracing call helpers
Nicholas Piggin
-58
/
+0
2022-12-02
powerpc/qspinlock: add compile-time tuning adjustments
Nicholas Piggin
-3
/
+58
2022-12-02
powerpc/qspinlock: provide accounting and options for sleepy locks
Nicholas Piggin
-1
/
+6
2022-12-02
powerpc/qspinlock: allow lock stealing in trylock and lock fastpath
Nicholas Piggin
-2
/
+20
2022-12-02
powerpc/qspinlock: store owner CPU in lock word
Nicholas Piggin
-3
/
+21
2022-12-02
powerpc/qspinlock: theft prevention to control latency
Nicholas Piggin
-1
/
+7
2022-12-02
powerpc/qspinlock: allow new waiters to steal the lock before queueing
Nicholas Piggin
-0
/
+23
2022-12-02
powerpc/qspinlock: convert atomic operations to assembly
Nicholas Piggin
-7
/
+21
[prev]
[next]