index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-28
powerpc/64: don't set boot CPU's r13 to paca until the structure is set up
Nicholas Piggin
1
-10
/
+10
2022-09-28
powerpc/64: avoid using r13 in relocate
Nicholas Piggin
1
-7
/
+7
2022-09-28
powerpc/64s: early boot machine check handler
Nicholas Piggin
4
-1
/
+34
2022-09-28
powerpc/64s/interrupt: move early boot ILE fixup into a macro
Nicholas Piggin
1
-45
/
+56
2022-09-28
powerpc/64e: provide an addressing macro for use with TOC in alternate register
Nicholas Piggin
3
-8
/
+19
2022-09-28
powerpc/64: provide a helper macro to load r2 with the kernel TOC
Nicholas Piggin
13
-27
/
+32
2022-09-28
powerpc/64: switch asm helpers from GOT to TOC relative addressing
Nicholas Piggin
2
-2
/
+4
2022-09-28
powerpc/64: asm use consistent global variable declaration and access
Nicholas Piggin
9
-39
/
+30
2022-09-28
powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKER
Nicholas Piggin
6
-23
/
+10
2022-09-28
powerpc/64s: POWER10 CPU Kconfig build option
Nicholas Piggin
2
-1
/
+12
2022-09-28
powerpc/pseries: Move vas_migration_handler early during migration
Haren Myneni
1
-3
/
+12
2022-09-28
powerpc/64/irq: tidy soft-masked irq replay and improve documentation
Nicholas Piggin
1
-32
/
+61
2022-09-28
powerpc/64/interrupt: avoid BUG/WARN recursion in interrupt entry
Nicholas Piggin
1
-13
/
+20
2022-09-28
powerpc/64s/interrupt: masked handler debug check for previous hard disable
Nicholas Piggin
1
-0
/
+10
2022-09-28
powerpc/64s: Fix irq state management in runlatch functions
Nicholas Piggin
1
-4
/
+2
2022-09-28
powerpc/64/interrupt: Fix return to masked context after hard-mask irq become...
Nicholas Piggin
2
-13
/
+31
2022-09-28
powerpc/64: mark irqs hard disabled in boot paca
Nicholas Piggin
1
-1
/
+3
2022-09-28
powerpc/64/interrupt: Fix false warning in context tracking due to idle state
Nicholas Piggin
1
-1
/
+2
2022-09-28
powerpc/64s: Enable KFENCE on book3s64
Nicholas Miehlbradt
6
-11
/
+30
2022-09-28
powerpc/64s: Allow double call of kernel_[un]map_linear_page()
Christophe Leroy
1
-1
/
+7
2022-09-28
powerpc/64s: Remove unneeded #ifdef CONFIG_DEBUG_PAGEALLOC in hash_utils
Christophe Leroy
1
-7
/
+2
2022-09-28
powerpc/64s: Add DEBUG_PAGEALLOC for radix
Nicholas Miehlbradt
1
-4
/
+14
2022-09-28
powerpc/64s: update cpu selection options
Nicholas Piggin
2
-6
/
+7
2022-09-28
powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5
Nicholas Piggin
1
-1
/
+1
2022-09-28
powerpc/64s: Make POWER10 and later use pause_short in cpu_relax loops
Nicholas Piggin
2
-6
/
+24
2022-09-28
powerpc: add ISA v3.0 / v3.1 wait opcode macro
Nicholas Piggin
2
-3
/
+6
2022-09-28
powerpc/time: avoid programming DEC at the start of the timer interrupt
Nicholas Piggin
1
-14
/
+15
2022-09-28
powerpc: Add support for early debugging via Serial 16550 console
Pali Rohár
4
-0
/
+51
2022-09-28
powerpc/64/kdump: Limit kdump base to 512MB
Hari Bathini
1
-3
/
+3
2022-09-28
powerpc: Provide syscall wrapper
Rohan McLure
7
-18
/
+105
2022-09-28
powerpc: Change system_call_exception calling convention
Rohan McLure
4
-24
/
+23
2022-09-28
powerpc: Use common syscall handler type
Rohan McLure
6
-12
/
+19
2022-09-28
powerpc: Enable compile-time check for syscall handlers
Rohan McLure
1
-21
/
+11
2022-09-28
powerpc: Include all arch-specific syscall prototypes
Rohan McLure
4
-27
/
+80
2022-09-28
powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlers
Rohan McLure
4
-34
/
+53
2022-09-28
powerpc: Provide do_ppc64_personality helper
Rohan McLure
1
-1
/
+5
2022-09-28
powerpc: Remove direct call to mmap2 syscall handlers
Rohan McLure
3
-13
/
+14
2022-09-27
KVM: PPC: Book3S HV P9: Restore stolen time logging in dtl
Nicholas Piggin
1
-4
/
+45
2022-09-27
KVM: PPC: Book3S HV: Update guest state entry/exit accounting to new API
Nicholas Piggin
1
-21
/
+10
2022-09-27
KVM: PPC: Book3S HV P9: Fix irq disabling in tick accounting
Nicholas Piggin
1
-2
/
+2
2022-09-27
KVM: PPC: Book3S HV P9: Clear vcpu cpu fields before enabling host irqs
Nicholas Piggin
1
-3
/
+3
2022-09-27
KVM: PPC: Book3S HV: Fix decrementer migration
Fabiano Rosas
2
-3
/
+16
2022-09-27
powerpc: remove mmap linked list walks
Matthew Wilcox (Oracle)
3
-19
/
+11
2022-09-26
Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-9
/
+0
2022-09-26
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-9
/
+0
2022-09-26
powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flush
Yang Shi
1
-9
/
+0
2022-09-26
KVM: remove KVM_REQ_UNHALT
Paolo Bonzini
4
-4
/
+0
2022-09-26
powerpc: Remove direct call to personality syscall handler
Rohan McLure
1
-1
/
+1
2022-09-26
powerpc/32: Remove powerpc select specialisation
Rohan McLure
3
-20
/
+1
2022-09-26
powerpc: Use generic fallocate compatibility syscall
Rohan McLure
3
-9
/
+1
[prev]
[next]