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
2020-12-04
powerpc/vdso: Retrieve sigtramp offsets at buildtime
Christophe Leroy
2020-12-04
powerpc/vdso: Remove unused \tmp param in __get_datapage()
Christophe Leroy
2020-12-04
powerpc/vdso: Simplify __get_datapage()
Christophe Leroy
2020-12-04
powerpc/vdso: Move vdso datapage up front
Christophe Leroy
2020-12-04
powerpc/vdso: Replace vdso_base by vdso
Christophe Leroy
2020-12-04
powerpc/vdso: Provide vdso_remap()
Christophe Leroy
2020-12-04
powerpc/vdso: Move to _install_special_mapping() and remove arch_vma_name()
Christophe Leroy
2020-12-04
powerpc/vdso: Simplify arch_setup_additional_pages() exit
Christophe Leroy
2020-12-04
powerpc/vdso: Use VDSO size in arch_setup_additional_pages()
Christophe Leroy
2020-12-04
powerpc/vdso: Remove unnecessary ifdefs in vdso_pagelist initialization
Christophe Leroy
2020-12-04
powerpc/vdso: Refactor 32 bits and 64 bits pages setup
Christophe Leroy
2020-12-04
powerpc/vdso: Remove NULL termination element in vdso_pagelist
Christophe Leroy
2020-12-04
powerpc/vdso: Remove get_page() in vdso_pagelist initialization
Christophe Leroy
2020-12-04
powerpc/vdso: Rename syscall_map_32/64 to simplify vdso_setup_syscall_map()
Christophe Leroy
2020-12-04
powerpc/vdso: Add missing includes and clean vdso_setup_syscall_map()
Christophe Leroy
2020-12-04
powerpc/vdso: Stripped VDSO is not needed, don't build it
Christophe Leroy
2020-12-04
powerpc/signal32: Transform save_user_regs() and save_tm_user_regs() in 'unsa...
Christophe Leroy
2020-12-04
powerpc/signal32: Isolate non-copy actions in save_user_regs() and save_tm_us...
Christophe Leroy
2020-12-04
powerpc/signal: Create 'unsafe' versions of copy_[ck][fpr/vsx]_to_user()
Christophe Leroy
2020-12-04
powerpc/signal32: Switch swap_context() to user_access_begin() logic
Christophe Leroy
2020-12-04
powerpc/signal32: Add and use unsafe_put_sigset_t()
Christophe Leroy
2020-12-04
powerpc/signal32: Remove ifdefery in middle of if/else
Christophe Leroy
2020-12-04
powerpc/signal32: Switch handle_rt_signal32() to user_access_begin() logic
Christophe Leroy
2020-12-04
powerpc/signal32: Switch handle_signal32() to user_access_begin() logic
Christophe Leroy
2020-12-04
powerpc/signal32: Move signal trampoline setup to handle_[rt_]signal32
Christophe Leroy
2020-12-04
powerpc/signal32: Misc changes to make handle_[rt_]_signal32() more similar
Christophe Leroy
2020-12-04
powerpc/signal32: Rename local pointers in handle_rt_signal32()
Christophe Leroy
2020-12-04
powerpc/signal32: Move handle_signal32() close to handle_rt_signal32()
Christophe Leroy
2020-12-04
powerpc/signal32: Simplify logging in handle_rt_signal32()
Christophe Leroy
2020-12-04
powerpc/signal: Refactor bad frame logging
Christophe Leroy
2020-12-04
powerpc/signal: Call get_tm_stackpointer() from get_sigframe()
Christophe Leroy
2020-12-04
powerpc/signal: Remove get_clean_sp()
Christophe Leroy
2020-12-04
powerpc/signal: Move access_ok() out of get_sigframe()
Christophe Leroy
2020-12-04
powerpc/signal: Remove BUG_ON() in handler_signal functions
Christophe Leroy
2020-12-04
powerpc/32s: Allow deselecting CONFIG_PPC_FPU on mpc832x
Christophe Leroy
2020-12-04
powerpc/signal: Don't manage floating point regs when no FPU
Christophe Leroy
2020-12-04
powerpc/ptrace: Create ptrace_get_fpr() and ptrace_put_fpr()
Christophe Leroy
2020-12-04
powerpc/ptrace: Consolidate reg index calculation
Christophe Leroy
2020-12-04
powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()
Christophe Leroy
2020-12-04
powerpc/signal: Move inline functions in signal.h
Christophe Leroy
2020-12-04
powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32
Christophe Leroy
2020-12-04
powerpc/vdso: Switch VDSO to generic C implementation.
Christophe Leroy
2020-12-04
powerpc/vdso: Prepare for switching VDSO to generic C implementation.
Christophe Leroy
2020-12-04
powerpc: inline iomap accessors
Christophe Leroy
2020-12-02
sched/vtime: Consolidate IRQ time accounting
Frederic Weisbecker
2020-11-29
Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-11-27
powerpc/dma: Fallback to dma_ops when persistent memory present
Alexey Kardashevskiy
2020-11-26
powerpc/ptrace: Hard wire PT_SOFTE value to 1 in gpr_get() too
Oleg Nesterov
2020-11-26
powerpc/ptrace: Simplify gpr_get()/tm_cgpr_get()
Oleg Nesterov
2020-11-25
Merge branch 'fixes' into next
Michael Ellerman
[prev]
[next]