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
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-29
powerpc/signal64: Remove non-inline calls from setup_sigcontext()
Christopher M. Riedl
1
-11
/
+21
2021-03-29
powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user()
Christopher M. Riedl
1
-0
/
+26
2021-03-26
powerpc/ptrace: Convert gpr32_set_common() to user access block
Christophe Leroy
1
-12
/
+18
2021-03-26
powerpc/syscalls: Use sys_old_select() in ppc_select()
Christophe Leroy
1
-10
/
+2
2021-03-24
powerpc/ptrace: Remove duplicate check from pt_regs_check()
Denis Efremov
1
-2
/
+0
2021-03-24
powerpc: Remove duplicate includes
Zhang Yunkai
2
-2
/
+0
2021-03-24
powerpc/prom: Mark identical_pvr_fixup as __init
Nathan Chancellor
1
-1
/
+1
2021-03-24
powerpc/fadump: Mark fadump_calculate_reserve_size as __init
Nathan Chancellor
1
-1
/
+1
2021-03-24
powerpc: Fix spelling of "droping" to "dropping" in traps.c
Bhaskar Chowdhury
1
-1
/
+1
2021-03-24
powerpc: remove unneeded semicolon
Jiapeng Chong
1
-1
/
+1
2021-03-17
quota: wire up quotactl_path
Sascha Hauer
1
-0
/
+1
2021-03-14
powerpc/vdso32: Add missing _restgpr_31_x to fix build failure
Christophe Leroy
1
-0
/
+11
2021-03-12
powerpc/traps: unrecoverable_exception() is not an interrupt handler
Christophe Leroy
2
-2
/
+1
2021-03-10
powerpc/64s/exception: Clean up a missed SRR specifier
Daniel Axtens
1
-1
/
+1
2021-03-08
printk: introduce a kmsg_dump iterator
John Ogness
1
-3
/
+5
2021-03-01
powerpc/syscall: Force inlining of __prep_irq_for_enabled_exit()
Christophe Leroy
1
-1
/
+1
2021-03-01
powerpc/603: Fix protection of user pages mapped with PROT_NONE
Christophe Leroy
1
-3
/
+6
2021-02-27
Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-02-25
Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-10
/
+11
2021-02-24
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2021-02-23
arch: ensure parisc/powerpc handle PF_IO_WORKER in copy_thread()
Jens Axboe
1
-1
/
+1
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-0
/
+1
2021-02-22
Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
39
-1262
/
+840
2021-02-22
arch: syscalls: remove $(srctree)/ prefix from syscall tables
Masahiro Yamada
1
-1
/
+1
2021-02-22
arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work
Masahiro Yamada
1
-9
/
+10
2021-02-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-5
/
+4
2021-02-21
Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linux
Linus Torvalds
2
-69
/
+0
2021-02-12
Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
1
-0
/
+8
2021-02-12
Merge branch 'x86/paravirt' into x86/entry
Ingo Molnar
11
-28
/
+66
2021-02-11
powerpc/64: Fix stack trace not displaying final frame
Michael Ellerman
2
-2
/
+2
2021-02-11
powerpc/syscall: Avoid storing 'current' in another pointer
Christophe Leroy
1
-12
/
+9
2021-02-11
powerpc/32: Handle bookE debugging in C in syscall entry/exit
Christophe Leroy
4
-55
/
+27
2021-02-11
powerpc/syscall: Do not check unsupported scv vector on PPC32
Christophe Leroy
1
-4
/
+5
2021-02-11
powerpc/32: Remove the counter in global_dbcr0
Christophe Leroy
3
-16
/
+4
2021-02-11
powerpc/32: Remove verification of MSR_PR on syscall in the ASM entry
Christophe Leroy
3
-36
/
+0
2021-02-11
powerpc/syscall: implement system call entry/exit logic in C for PPC32
Christophe Leroy
3
-229
/
+30
2021-02-11
powerpc/32: Always save non volatile GPRs at syscall entry
Christophe Leroy
4
-62
/
+8
2021-02-11
powerpc/syscall: Change condition to check MSR_RI
Christophe Leroy
1
-3
/
+4
2021-02-11
powerpc/syscall: Save r3 in regs->orig_r3
Christophe Leroy
2
-2
/
+2
2021-02-11
powerpc/syscall: Use is_compat_task()
Christophe Leroy
1
-1
/
+3
2021-02-11
powerpc/syscall: Make interrupt.c buildable on PPC32
Christophe Leroy
2
-9
/
+26
2021-02-11
powerpc/syscall: Rename syscall_64.c into interrupt.c
Christophe Leroy
2
-1
/
+1
2021-02-11
powerpc/32: Reorder instructions to avoid using CTR in syscall entry
Christophe Leroy
1
-12
/
+10
2021-02-11
powerpc/32: On syscall entry, enable instruction translation at the same time as data
Christophe Leroy
2
-22
/
+11
2021-02-11
powerpc/32: Always enable data translation on syscall entry
Christophe Leroy
2
-24
/
+1
2021-02-11
powerpc/32s: Add missing call to kuep_lock on syscall entry
Christophe Leroy
1
-0
/
+3
2021-02-11
powerpc/compat_sys: swap hi/lo parts of 64-bit syscall args in LE mode
Will Springer
1
-21
/
+28
2021-02-11
powerpc: use kernel endianness in MSR in 32-bit signal handler
Joseph J Allen
1
-1
/
+2
2021-02-11
powerpc/32: Preserve cr1 in exception prolog stack check to fix build error
Christophe Leroy
2
-7
/
+1
2021-02-11
powerpc/64s: Remove EXSLB interrupt save area
Nicholas Piggin
2
-6
/
+0
[prev]
[next]