index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-04
powerpc/signal32: Transform save_user_regs() and save_tm_user_regs() in 'unsafe' version
Christophe Leroy
1
-113
/
+111
2020-12-04
powerpc/signal32: Isolate non-copy actions in save_user_regs() and save_tm_user_regs()
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
2
-15
/
+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
2
-2
/
+13
2020-12-04
powerpc/signal: Don't manage floating point regs when no FPU
Christophe Leroy
11
-3
/
+50
2020-12-04
powerpc/ptrace: Create ptrace_get_fpr() and ptrace_put_fpr()
Christophe Leroy
4
-28
/
+55
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
3
-6
/
+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
4
-0
/
+18
2020-12-04
powerpc/vdso: Switch VDSO to generic C implementation.
Christophe Leroy
12
-690
/
+105
2020-12-04
powerpc/vdso: Save and restore TOC pointer on PPC64
Christophe Leroy
1
-0
/
+12
2020-12-04
powerpc/vdso: Prepare for switching VDSO to generic C implementation.
Christophe Leroy
6
-0
/
+260
2020-12-04
powerpc/barrier: Use CONFIG_PPC64 for barrier selection
Michael Ellerman
1
-1
/
+1
2020-12-04
powerpc/time: Fix mftb()/get_tb() for use with the compat VDSO
Michael Ellerman
1
-2
/
+10
2020-12-04
powerpc/time: Move timebase functions into new asm/vdso/timebase.h
Christophe Leroy
4
-61
/
+73
2020-12-04
powerpc/processor: Move cpu_relax() into asm/vdso/processor.h
Christophe Leroy
2
-11
/
+25
2020-12-04
powerpc/feature: Use CONFIG_PPC64 instead of __powerpc64__ to define possible features
Christophe Leroy
1
-2
/
+2
2020-12-04
powerpc: Update NUMA Kconfig description & help text
Michael Ellerman
1
-1
/
+7
2020-12-04
powerpc: Make NUMA default y for powernv
Michael Ellerman
1
-1
/
+1
2020-12-04
powerpc: Make NUMA depend on SMP
Michael Ellerman
1
-1
/
+1
2020-12-04
powerpc: inline iomap accessors
Christophe Leroy
2
-167
/
+153
2020-12-04
powerpc/perf: Fix crash with is_sier_available when pmu is not set
Athira Rajeev
1
-0
/
+3
2020-12-04
powerpc/boot: Make use of REL16 relocs in powerpc/boot/util.S
Alan Modra
1
-6
/
+3
2020-12-02
sched/vtime: Consolidate IRQ time accounting
Frederic Weisbecker
1
-16
/
+40
2020-12-02
powerpc/64s/powernv: Fix memory corruption when saving SLB entries on MCE
Nicholas Piggin
1
-2
/
+7
2020-12-01
kbuild: Hoist '--orphan-handling' into Kconfig
Nathan Chancellor
2
-1
/
+1
2020-12-01
KVM: PPC: Book3S HV: XIVE: Fix vCPU id sanity check
Greg Kurz
1
-5
/
+2
2020-11-30
powerpc/pseries: Pass MSI affinity to irq_create_mapping()
Laurent Vivier
1
-1
/
+2
2020-11-29
Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2020-11-27
Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
2
-0
/
+4
2020-11-27
Merge tag 'powerpc-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
5
-8
/
+18
2020-11-27
powerpc/numa: Fix a regression on memoryless node 0
Srikar Dronamraju
1
-2
/
+1
2020-11-27
powerpc/dma: Fallback to dma_ops when persistent memory present
Alexey Kardashevskiy
3
-12
/
+111
2020-11-27
crypto: powerpc/sha256-spe - Fix sparse endianness warning
Herbert Xu
1
-1
/
+1
[prev]
[next]