index
:
linux-stable.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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
2021-06-26
powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()
Michael Ellerman
2021-06-25
powerpc/rtas-rtc: remove unused constant
Nathan Lynch
2021-06-25
powerpc: Fix is_kvm_guest() / kvm_para_available()
Michael Ellerman
2021-06-25
powerpc/64s: Make prom_init require RELOCATABLE
Michael Ellerman
2021-06-25
powerpc/kprobes: Warn if instruction patching failed
Naveen N. Rao
2021-06-25
powerpc/kprobes: Roll IS_RFI() macro into IS_RFID()
Naveen N. Rao
2021-06-25
powerpc/kprobes: Fix Oops by passing ppc_inst as a pointer to emulate_step() ...
Naveen N. Rao
2021-06-25
powerpc/64s: Fix copy-paste data exposure into newly created tasks
Nicholas Piggin
2021-06-25
powerpc/32: Avoid #ifdef nested with FTR_SECTION on booke syscall entry
Christophe Leroy
2021-06-25
powerpc/32: Reduce code duplication of system call entry
Christophe Leroy
2021-06-25
powerpc/32: Interchange r1 and r11 in SYSCALL_ENTRY on booke
Christophe Leroy
2021-06-25
powerpc/32: Interchange r10 and r12 in SYSCALL_ENTRY on non booke
Christophe Leroy
2021-06-25
powerpc: Remove klimit
Christophe Leroy
2021-06-25
powerpc: Offline CPU in stop_this_cpu()
Nicholas Piggin
2021-06-25
powerpc/64s: Remove irq mask workaround in accumulate_stolen_time()
Nicholas Piggin
2021-06-25
powerpc/pseries: Enable hardlockup watchdog for PowerVM partitions
Nicholas Piggin
2021-06-25
powerpc/64s/interrupt: Check and fix srr_valid without crashing
Nicholas Piggin
2021-06-25
powerpc/interrupt: Remove prep_irq_for_user_exit()
Christophe Leroy
2021-06-25
powerpc/interrupt: Refactor prep_irq_for_{user/kernel_enabled}_exit()
Christophe Leroy
2021-06-25
powerpc/interrupt: Interchange prep_irq_for_{kernel_enabled/user}_exit()
Christophe Leroy
2021-06-25
powerpc/interrupt: Refactor interrupt_exit_user_prepare()
Christophe Leroy
2021-06-25
powerpc/interrupt: Rename and lightly change syscall_exit_prepare_main()
Christophe Leroy
2021-06-25
powerpc/64: use interrupt restart table to speed up return from interrupt
Nicholas Piggin
2021-06-25
powerpc/64: treat low kernel text as irqs soft-masked
Nicholas Piggin
2021-06-25
powerpc/64: interrupt soft-enable race fix
Nicholas Piggin
2021-06-25
powerpc/64: allow alternate return locations for soft-masked interrupts
Nicholas Piggin
2021-06-25
powerpc/64s: save one more register in the masked interrupt handler
Nicholas Piggin
2021-06-25
powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]
Nicholas Piggin
2021-06-25
powerpc/64: move interrupt return asm to interrupt_64.S
Nicholas Piggin
2021-06-25
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
2021-06-25
powerpc/64s: introduce different functions to return from SRR vs HSRR interrupts
Nicholas Piggin
2021-06-25
powerpc: remove interrupt exit helpers unused argument
Nicholas Piggin
2021-06-25
powerpc/interrupt: Fix CONFIG ifdef typo
Christophe Leroy
2021-06-25
powerpc/prom_init: Pass linux_banner to firmware via option vector 7
Michael Ellerman
2021-06-25
powerpc/prom_init: Convert prom_strcpy() into prom_strscpy_pad()
Michael Ellerman
2021-06-21
powerpc/microwatt: Use standard 16550 UART for console
Benjamin Herrenschmidt
2021-06-21
powerpc/kprobes: Mark newly allocated probes as ROX
Russell Currey
2021-06-21
powerpc/modules: Make module_alloc() Strict Module RWX aware
Jordan Niethe
2021-06-21
powerpc/security: Add a security feature for STF barrier
Nicholas Piggin
2021-06-21
powerpc/powernv: Fix machine check reporting of async store errors
Nicholas Piggin
2021-06-19
Merge tag 'powerpc-5.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
2021-06-18
Merge branch 'sched/urgent' into sched/core, to resolve conflicts
Ingo Molnar
2021-06-17
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2021-06-17
powerpc/signal64: Don't read sigaction arguments back from user memory
Michael Ellerman
2021-06-17
powerpc/watchdog: include linux/processor.h for spin_until_cond
Sudeep Holla
2021-06-17
powerpc/signal32: Remove impossible #ifdef combinations
Christophe Leroy
2021-06-17
powerpc: make stack walking KASAN-safe
Daniel Axtens
2021-06-17
powerpc/32: Remove __main()
Christophe Leroy
2021-06-17
powerpc/32s: Rename PTE_SIZE to PTE_T_SIZE
Christophe Leroy
[prev]
[next]