index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2019-07-02
powerpc/64s/exception: clean up system call entry
Nicholas Piggin
-17
/
+7
2019-07-02
powerpc/64s/exception: move paca save area offsets into exception-64s.S
Nicholas Piggin
-0
/
+22
2019-07-02
powerpc/64s/exception: remove pointless EXCEPTION_PROLOG macro indirection
Nicholas Piggin
-57
/
+51
2019-07-02
powerpc/64s/exception: generate regs clear instructions using .rept
Nicholas Piggin
-13
/
+16
2019-07-02
powerpc/64s/exception: fix indenting irregularities
Nicholas Piggin
-46
/
+46
2019-07-02
powerpc/64s/exception: use a gas macro for system call handler code
Nicholas Piggin
-72
/
+55
2019-07-02
powerpc/64s/exception: remove unused BRANCH_TO_COMMON
Nicholas Piggin
-8
/
+0
2019-07-02
powerpc/64s/exception: remove __BRANCH_TO_KVM
Nicholas Piggin
-25
/
+18
2019-07-02
powerpc/64s/exception: move head-64.h code to exception-64s.S where it is used
Nicholas Piggin
-0
/
+251
2019-07-02
powerpc/64s/exception: move exception-64s.h code to exception-64s.S where it ...
Nicholas Piggin
-0
/
+431
2019-07-02
powerpc/64s/exception: improve 0x500 handler code
Nicholas Piggin
-12
/
+4
2019-07-02
powerpc/64s/exception: unwind exception-64s.h macros
Nicholas Piggin
-19
/
+25
2019-07-02
powerpc/64s/exception: Move EXCEPTION_COMMON additions into callers
Nicholas Piggin
-21
/
+24
2019-07-02
powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into...
Nicholas Piggin
-8
/
+13
2019-07-02
powerpc/64s/exception: Make EXCEPTION_PROLOG_0 a gas macro for consistency wi...
Nicholas Piggin
-12
/
+12
2019-07-02
powerpc/64s/exception: merge KVM handler and skip variants
Nicholas Piggin
-1
/
+1
2019-07-02
powerpc/64s/exception: consolidate maskable and non-maskable prologs
Nicholas Piggin
-10
/
+10
2019-07-02
powerpc/64s/exception: remove the "extra" macro parameter
Nicholas Piggin
-34
/
+44
2019-07-02
powerpc/64s/exception: fix sreset KVM test code
Nicholas Piggin
-3
/
+3
2019-07-02
powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variants
Nicholas Piggin
-9
/
+9
2019-07-02
powerpc/64s/exception: consolidate EXCEPTION_PROLOG_2 with _NORI variant
Nicholas Piggin
-6
/
+6
2019-07-02
powerpc/64s/exception: remove H concatenation for EXC_HV variants
Nicholas Piggin
-41
/
+56
2019-07-01
powerpc/eeh_cache: fix a W=1 kernel-doc warning
Qian Cai
-0
/
+3
2019-07-01
powerpc/rtas: retry when cpu offline races with suspend/migration
Nathan Lynch
-4
/
+3
2019-07-01
Merge branch 'fixes' into next
Michael Ellerman
-9
/
+13
2019-06-30
Merge tag 'powerpc-5.2-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-1
/
+1
2019-06-28
arch: wire-up pidfd_open()
Christian Brauner
-0
/
+1
2019-06-25
powerpc/64s/exception: Fix machine check early corrupting AMR
Nicholas Piggin
-1
/
+1
2019-06-23
smp: Remove smp_call_function() and on_each_cpu() return values
Nadav Amit
-2
/
+1
2019-06-22
Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-6
/
+7
2019-06-20
powerpc/pci/of: Fix OF flags parsing for 64bit BARs
Alexey Kardashevskiy
-0
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505
Thomas Gleixner
-4
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
-17
/
+4
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
Thomas Gleixner
-16
/
+5
2019-06-19
powerpc/watchpoint: Restore NV GPRs while returning from exception
Ravi Bangoria
-2
/
+7
2019-06-19
powerpc/32s: fix suspend/resume when IBATs 4-7 are used
Christophe Leroy
-8
/
+65
2019-06-15
Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-2
/
+5
2019-06-16
powerpc/32: fix build failure on book3e with KVM
Christophe Leroy
-3
/
+3
2019-06-16
powerpc/64: mark start_here_multiplatform as __ref
Christophe Leroy
-0
/
+2
2019-06-15
powerpc/booke: fix fast syscall entry on SMP
Christophe Leroy
-3
/
+3
2019-06-15
powerpc/32s: fix initial setup of segment registers on secondary CPU
Christophe Leroy
-0
/
+1
2019-06-15
powerpc/cacheinfo: add cacheinfo_teardown, cacheinfo_rebuild
Nathan Lynch
-0
/
+25
2019-06-14
PM: hibernate: powerpc: Expose pfn_is_nosave() prototype
Mathieu Malaterre
-0
/
+1
2019-06-07
powerpc/32s: fix booting with CONFIG_PPC_EARLY_DEBUG_BOOTX
Christophe Leroy
-1
/
+2
2019-06-07
powerpc: Fix kexec failure on book3s/32
Christophe Leroy
-1
/
+3
2019-06-05
ptrace: move clearing of TIF_SYSCALL_EMU flag to core
Sudeep Holla
-1
/
+0
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430
Thomas Gleixner
-2
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
-14
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285
Thomas Gleixner
-18
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266
Thomas Gleixner
-38
/
+3
[prev]
[next]