index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-04
powerpc/signal32: Transform save_user_regs() and save_tm_user_regs() in 'unsa...
Christophe Leroy
1
-113
/
+111
2020-12-04
powerpc/signal32: Isolate non-copy actions in save_user_regs() and save_tm_us...
Christophe Leroy
1
-13
/
+41
2020-12-04
powerpc/signal: Create 'unsafe' versions of copy_[ck][fpr/vsx]_to_user()
Christophe Leroy
1
-0
/
+53
2020-12-04
powerpc/signal32: Switch swap_context() to user_access_begin() logic
Christophe Leroy
1
-14
/
+10
2020-12-04
powerpc/signal32: Add and use unsafe_put_sigset_t()
Christophe Leroy
1
-2
/
+11
2020-12-04
powerpc/signal32: Remove ifdefery in middle of if/else
Christophe Leroy
1
-14
/
+8
2020-12-04
powerpc/signal32: Switch handle_rt_signal32() to user_access_begin() logic
Christophe Leroy
1
-21
/
+34
2020-12-04
powerpc/signal32: Switch handle_signal32() to user_access_begin() logic
Christophe Leroy
1
-13
/
+16
2020-12-04
powerpc/signal32: Move signal trampoline setup to handle_[rt_]signal32
Christophe Leroy
1
-39
/
+22
2020-12-04
powerpc/signal32: Misc changes to make handle_[rt_]_signal32() more similar
Christophe Leroy
1
-10
/
+14
2020-12-04
powerpc/signal32: Rename local pointers in handle_rt_signal32()
Christophe Leroy
1
-26
/
+25
2020-12-04
powerpc/signal32: Move handle_signal32() close to handle_rt_signal32()
Christophe Leroy
1
-85
/
+85
2020-12-04
powerpc/signal32: Simplify logging in handle_rt_signal32()
Christophe Leroy
1
-5
/
+1
2020-12-04
powerpc/signal: Refactor bad frame logging
Christophe Leroy
4
-43
/
+21
2020-12-04
powerpc/signal: Call get_tm_stackpointer() from get_sigframe()
Christophe Leroy
4
-10
/
+11
2020-12-04
powerpc/signal: Remove get_clean_sp()
Christophe Leroy
1
-1
/
+4
2020-12-04
powerpc/signal: Move access_ok() out of get_sigframe()
Christophe Leroy
3
-7
/
+3
2020-12-04
powerpc/signal: Remove BUG_ON() in handler_signal functions
Christophe Leroy
2
-6
/
+0
2020-12-04
powerpc/32s: Allow deselecting CONFIG_PPC_FPU on mpc832x
Christophe Leroy
1
-0
/
+4
2020-12-04
powerpc/signal: Don't manage floating point regs when no FPU
Christophe Leroy
8
-3
/
+43
2020-12-04
powerpc/ptrace: Create ptrace_get_fpr() and ptrace_put_fpr()
Christophe Leroy
4
-29
/
+56
2020-12-04
powerpc/ptrace: Consolidate reg index calculation
Christophe Leroy
1
-14
/
+4
2020-12-04
powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()
Christophe Leroy
2
-0
/
+5
2020-12-04
powerpc/signal: Move inline functions in signal.h
Christophe Leroy
2
-38
/
+33
2020-12-04
powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32
Christophe Leroy
3
-0
/
+16
2020-12-04
powerpc/vdso: Switch VDSO to generic C implementation.
Christophe Leroy
9
-664
/
+66
2020-12-04
powerpc/vdso: Prepare for switching VDSO to generic C implementation.
Christophe Leroy
2
-0
/
+57
2020-12-04
powerpc: inline iomap accessors
Christophe Leroy
1
-166
/
+0
2020-12-02
sched/vtime: Consolidate IRQ time accounting
Frederic Weisbecker
1
-16
/
+40
2020-11-29
Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2020-11-27
powerpc/dma: Fallback to dma_ops when persistent memory present
Alexey Kardashevskiy
1
-2
/
+69
2020-11-26
powerpc/ptrace: Hard wire PT_SOFTE value to 1 in gpr_get() too
Oleg Nesterov
2
-2
/
+12
2020-11-26
powerpc/ptrace: Simplify gpr_get()/tm_cgpr_get()
Oleg Nesterov
2
-15
/
+7
2020-11-25
Merge branch 'fixes' into next
Michael Ellerman
9
-109
/
+199
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
1
-2
/
+2
2020-11-23
Merge tag 'powerpc-cve-2020-4788' into fixes
Michael Ellerman
4
-40
/
+178
2020-11-19
Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-40
/
+178
2020-11-19
powerpc: Only include kup-radix.h for 64-bit Book3S
Michael Ellerman
1
-1
/
+1
2020-11-19
powerpc/64s: flush L1D after user accesses
Nicholas Piggin
3
-59
/
+95
2020-11-19
powerpc/64s: flush L1D on kernel entry
Nicholas Piggin
3
-1
/
+103
2020-11-19
powerpc: Remove RFI macro
Christophe Leroy
2
-7
/
+28
2020-11-19
powerpc: Replace RFI by rfi on book3s/32 and booke
Christophe Leroy
3
-13
/
+13
2020-11-19
powerpc/64s: Replace RFI by RFI_TO_KERNEL and remove RFI
Christophe Leroy
1
-2
/
+7
2020-11-19
powerpc: Use the common INIT_DATA_SECTION macro in vmlinux.lds.S
Youling Tang
1
-18
/
+1
2020-11-19
powerpc: Avoid broken GCC __attribute__((optimize))
Ard Biesheuvel
4
-9
/
+6
2020-11-19
powerpc/64s: Convert some cpu_setup() and cpu_restore() functions to C
Jordan Niethe
3
-260
/
+275
2020-11-18
powerpc: fix -Wimplicit-fallthrough
Nick Desaulniers
2
-0
/
+2
2020-11-18
powerpc/64s/exception: KVM Fix for host DSI being taken in HPT guest MMU context
Nicholas Piggin
1
-4
/
+7
2020-11-16
powerpc/64s: Fix KVM system reset handling when CONFIG_PPC_PSERIES=y
Nicholas Piggin
1
-2
/
+0
2020-11-13
ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs
Steven Rostedt (VMware)
1
-1
/
+3
[prev]
[next]