index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-03
powerpc: Add TIDR CPU feature for POWER9
Alastair D'Silva
1
-0
/
+1
2018-06-03
powerpc/64: change softe to irqmask in show_regs and xmon
Nicholas Piggin
1
-1
/
+1
2018-06-03
powerpc/time: account broadcast timer event interrupts separately
Nicholas Piggin
2
-4
/
+7
2018-06-03
powerpc: move a stray NMI IPI case under NMI_IPI ifdef
Nicholas Piggin
1
-0
/
+2
2018-06-03
powerpc: move timer broadcast code under GENERIC_CLOCKEVENTS_BROADCAST ifdef
Nicholas Piggin
2
-0
/
+10
2018-06-03
powerpc: allow soft-NMI watchdog to cover timer interrupts with large decreme...
Nicholas Piggin
1
-6
/
+13
2018-06-03
powerpc: generic clockevents broadcast receiver call tick_receive_broadcast
Nicholas Piggin
2
-47
/
+41
2018-06-03
powerpc/pseries: lparcfg calculate PURR on demand
Nicholas Piggin
2
-22
/
+0
2018-06-03
powerpc/64: remove start_tb and accum_tb from thread_struct
Nicholas Piggin
1
-5
/
+1
2018-06-03
powerpc/64: irq_work avoid interrupt when called with hardware irqs enabled
Nicholas Piggin
1
-2
/
+31
2018-06-03
powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINEx
Christophe Leroy
5
-0
/
+24
2018-06-03
powerpc/64: Fix strncpy() related build failures with GCC 8.1
Christophe Leroy
1
-2
/
+2
2018-06-03
Merge branch 'fixes' into next
Michael Ellerman
2
-0
/
+7
2018-06-03
Merge branch 'topic/kbuild' into next
Michael Ellerman
1
-4
/
+11
2018-06-03
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
3
-2
/
+15
2018-06-02
powerpc/prom: Fix %u/%llx usage since prom_printf() change
Mathieu Malaterre
1
-24
/
+49
2018-06-01
powerpc/kbuild: Remove CROSS32 defines from top level powerpc Makefile
Nicholas Piggin
1
-4
/
+11
2018-05-31
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
2
-0
/
+13
2018-05-29
powerpc/livepatch: Fix build error with kprobes disabled.
Aneesh Kumar K.V
1
-1
/
+2
2018-05-28
powerpc/modules: remove unused mod_arch_specific.toc field
Josh Poimboeuf
1
-1
/
+0
2018-05-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2018-05-25
Merge tag 'powerpc-4.17-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-0
/
+7
2018-05-25
powerpc: Add a missing include header
Mathieu Malaterre
1
-0
/
+1
2018-05-25
powerpc/32: Add a missing include header
Mathieu Malaterre
1
-0
/
+1
2018-05-25
powerpc/tau: Make some function static
Mathieu Malaterre
1
-4
/
+4
2018-05-25
powerpc: Make function btext_initialize static
Mathieu Malaterre
1
-1
/
+1
2018-05-25
powerpc/tau: Synchronize function prototypes and body
Mathieu Malaterre
4
-9
/
+12
2018-05-25
powerpc/mm/radix: Use do/while(0) trick for single statement block
Mathieu Malaterre
1
-1
/
+1
2018-05-25
powerpc/sparse: Fix plain integer as NULL pointer warning
Mathieu Malaterre
2
-6
/
+6
2018-05-25
powerpc: Add __printf verification to prom_printf
Mathieu Malaterre
1
-56
/
+58
2018-05-25
powerpc/8xx: fix invalid register expression in head_8xx.S
Christophe Leroy
1
-1
/
+1
2018-05-24
powerpc: Export tm_enable()/tm_disable/tm_abort() APIs
Simon Guo
1
-0
/
+12
2018-05-24
powerpc: Export msr_check_and_set() to modules
Simon Guo
1
-0
/
+1
2018-05-21
powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
Nicholas Piggin
3
-2
/
+180
2018-05-21
powerpc/ptrace: Fix setting 512B aligned breakpoints with PTRACE_SET_DEBUGREG
Michael Neuling
1
-0
/
+1
2018-05-21
powerpc/ptrace: Fix enforcement of DAWR constraints
Michael Neuling
1
-2
/
+2
2018-05-18
powerpc/rtas: Fix spelling mistake "Discharching" -> "Discharging"
Colin Ian King
1
-1
/
+1
2018-05-18
powerpc/64s: Clear PCR on boot
Michael Neuling
2
-0
/
+7
2018-05-18
KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_arch
Simon Guo
1
-8
/
+8
2018-05-18
KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into it
Simon Guo
1
-1
/
+1
2018-05-18
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
1
-2
/
+2
2018-05-18
powerpc/32: Use stmw/lmw for registers save/restore in asm
Christophe Leroy
2
-0
/
+14
2018-05-18
powerpc: Avoid an unnecessary test and branch in longjmp()
Christophe Leroy
1
-5
/
+4
2018-05-17
powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
Nicholas Piggin
1
-11
/
+11
2018-05-17
KVM: PPC: Book3S HV: Snapshot timebase offset on guest entry
Paul Mackerras
1
-0
/
+1
2018-05-17
powerpc/kvm: Prefer fault_in_pages_readable function
Mathieu Malaterre
1
-2
/
+2
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2
-41
/
+5
2018-05-11
powerpc/prom: Drop support for old FDT versions
Michael Ellerman
1
-19
/
+4
2018-05-10
powerpc: Make it clearer that systbl check errors are errors
Michael Ellerman
1
-2
/
+2
2018-05-10
powerpc/syscalls: kill ppc32_select()
Al Viro
1
-9
/
+0
[prev]
[next]