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
/
platforms
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-01
powerpc/wii: Probe the whole devicetree
Jonathan Neuschäfer
1
-1
/
+1
2018-03-31
Merge branch 'topic/paca' into next
Michael Ellerman
11
-32
/
+34
2018-03-31
powerpc/4xx: Fix error return code in ppc4xx_msi_probe()
Wei Yongjun
1
-1
/
+2
2018-03-31
powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write()
Nicholas Piggin
1
-0
/
+4
2018-03-31
powerpc/pseries: Fix clearing of security feature flags
Mauricio Faria de Oliveira
1
-3
/
+3
2018-03-30
powerpc/64s: Allocate LPPACAs individually
Nicholas Piggin
1
-1
/
+6
2018-03-30
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
10
-22
/
+23
2018-03-27
powerpc/eeh: Add eeh_state_active() helper
Sam Bobroff
1
-7
/
+2
2018-03-27
powerpc/powernv/npu: Do not try invalidating 32bit table when 64bit table is enabled
Alexey Kardashevskiy
1
-3
/
+24
2018-03-27
powerpc/lpar/debug: Initialize flags before printing debug message
Alexey Kardashevskiy
1
-3
/
+3
2018-03-27
powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
Michael Ellerman
1
-15
/
+12
2018-03-27
powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
Michael Ellerman
1
-31
/
+10
2018-03-27
powerpc/powernv: Set or clear security feature flags
Michael Ellerman
1
-0
/
+56
2018-03-27
powerpc/pseries: Set or clear security feature flags
Michael Ellerman
1
-0
/
+43
2018-03-27
powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
Michael Ellerman
3
-1
/
+6
2018-03-27
powerpc/rfi-flush: Always enable fallback flush on pseries
Michael Ellerman
1
-9
/
+1
2018-03-27
powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9
Paul Mackerras
1
-2
/
+6
2018-03-24
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-0
/
+81
2018-03-24
powerpc/powernv: Provide a way to force a core into SMT4 mode
Paul Mackerras
1
-0
/
+81
2018-03-20
powerpc: Use sizeof(*foo) rather than sizeof(struct foo)
Markus Elfring
16
-26
/
+24
2018-03-14
powerpc/vas: Add a couple of trace points
Sukadev Bhattiprolu
2
-0
/
+122
2018-03-14
powerpc/vas: Fix cleanup when VAS is not configured
Sukadev Bhattiprolu
2
-3
/
+14
2018-03-14
powerpc/npu-dma.c: Fix crash after __mmu_notifier_register failure
Mark Hairgrove
1
-11
/
+21
2018-03-13
powerpc: Rename plapr routines to plpar
Michael Ellerman
2
-2
/
+2
2018-03-13
powerpc/pseries: Move smp_query_cpu_stopped() etc. out of plpar_wrappers.h
Michael Ellerman
1
-0
/
+8
2018-03-13
powerpc/embedded6xx: Make functions flipper_pic_init() & ug_udbg_putc() static
Mathieu Malaterre
2
-2
/
+2
2018-03-13
powerpc/powernv/mce: Don't silently restart the machine
Balbir Singh
1
-1
/
+4
2018-03-13
powerpc/powernv: Enable tunneled operations
Philippe Bergheaud
3
-8
/
+137
2018-03-13
powerpc/powernv/npu: Fix deadlock in mmio_invalidate()
Alistair Popple
1
-87
/
+140
2018-03-13
powerpc/8xx: fix cpm_cascade() dual end of interrupt
Christophe Leroy
1
-7
/
+1
2018-03-13
powerpc/powernv/vas: Fix order of cleanup in vas_window_init_dbgdir()
Sukadev Bhattiprolu
1
-4
/
+4
2018-03-13
powerpc/powernv/vas: Remove a stray line in Makefile
Sukadev Bhattiprolu
1
-1
/
+0
2018-03-06
powerpc/mm/slice: Fix hugepage allocation at hint address on 8xx
Christophe Leroy
1
-0
/
+1
2018-02-25
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2018-02-23
powerpc/powernv: Support firmware disable of RFI flush
Michael Ellerman
1
-0
/
+4
2018-02-23
powerpc/pseries: Support firmware disable of RFI flush
Michael Ellerman
1
-1
/
+2
2018-02-22
treewide/trivial: Remove ';;$' typo noise
Ingo Molnar
1
-1
/
+1
2018-02-15
powerpc/powernv: IMC fix out of bounds memory access at shutdown
Nicholas Piggin
1
-2
/
+4
2018-02-14
Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
3
-19
/
+32
2018-02-13
powerpc/pseries: Fix build break for SPLPAR=n and CPU hotplug
Guenter Roeck
1
-2
/
+0
2018-02-13
powerpc/vas: Don't set uses_vas for kernel windows
Nicholas Piggin
1
-8
/
+8
2018-02-13
powerpc/pseries: Enable RAS hotplug events later
Sam Bobroff
1
-9
/
+22
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
4
-14
/
+14
2018-02-08
powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove
Nathan Fontenot
1
-0
/
+2
2018-02-06
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2
-2
/
+2
2018-02-02
Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
60
-617
/
+2236
2018-01-31
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
6
-20
/
+20
2018-01-31
Merge branch 'pci/resource' into next
Bjorn Helgaas
1
-1
/
+1
2018-01-31
Merge branch 'pci/misc' into next
Bjorn Helgaas
1
-3
/
+3
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
5
-17
/
+15
[prev]
[next]